- 05 Jun, 2001 2 commits
-
-
Andreas Jung authored
Fixed (hopefully) a longtime outstanding problem in parens(): - the former regex never matched any parentheses - the parens() used old regex module API although 're' module was used
-
Andreas Jung authored
- the former regex never matched any parentheses - the parens() used old regex module API although 're' module was used
-
- 04 Jun, 2001 12 commits
-
-
Amos Latteier authored
-
Guido van Rossum authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Andreas Jung authored
-
Evan Simpson authored
-
Andreas Jung authored
:img:
-
Andreas Jung authored
-
Amos Latteier authored
-
Jeffrey Shell authored
REQUEST object recently got a method named "text" that interfered with the form elements name).
-
Fred Drake authored
Only pick up mloads & mdumps from one location; since the "real" source is marshal, we'll keep that one.
-
- 03 Jun, 2001 1 commit
-
-
Chris McDonough authored
Added 'users_with_local_role' method. This method takes a role string (e.g. 'Owner') as an argument and returns the usernames which have that local role respective to the object which is asked. The username is returned as a bare string (without a database path).
-
- 02 Jun, 2001 1 commit
-
-
Fred Drake authored
Fix imports so that XML import works with Python 2.1. The addition of __all__ to the pickle module, and the import constraints that causes symbols not listed in __all__ not to be imported by "import *", caused these modules to break because some names were not acquired from the pickle module which had been acquired before. This patch adds the appropriate imports so that dependence on the pickle module's implementation details is avoided.
-
- 01 Jun, 2001 24 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
PluginIndexes as first product in any case. (Collector #2273)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
- made parseIndexRequest much more smarter in parsing the request parameter
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Note that requirement of Zope 2.2 or higher. Explain how to put cPickle in the right place in your Zope tree.
-
Shane Hathaway authored
-
Shane Hathaway authored
This ensures the interfaces are returned as a list and isolates knowledge of the "__implements__" attribute.
-
Shane Hathaway authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-german "scharfes s" was not handled properly
-
Andreas Jung authored
-
Andreas Jung authored
-
Shane Hathaway authored
In the change just before this one, I corrected the optimization of not applying unused indexes (although this optimization does not seem right since index.id is not necessarily equivalent to the key to look for in the request). DateTime objects don't have and don't need a __len__ attribute.
-
Shane Hathaway authored
-
Andreas Jung authored
-
Andreas Jung authored
-