- 07 Nov, 2003 1 commit
-
-
Chris McDonough authored
-
- 06 Nov, 2003 6 commits
-
-
Shane Hathaway authored
Removed support for Python 2.1, fixed yield test, and added a test for bad names set by exception handlers.
-
Fred Drake authored
the list of names
-
Chris McDonough authored
Added tests.
-
Chris McDonough authored
-
Casey Duncan authored
-
Fred Drake authored
-
- 05 Nov, 2003 3 commits
-
-
Andreas Jung authored
-
Fred Drake authored
-
Christian Heimes authored
-
- 04 Nov, 2003 21 commits
-
-
Chris McDonough authored
throwing OverflowError.
-
Chris McDonough authored
-
Chris McDonough authored
that depends on it to raise an OverflowError when presented with a number above sys.maxint. We work around it here.
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
preferred spelling for 'CONTEXTS/varname'.
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Lennart Regebro authored
-
Chris McDonough authored
-
Fred Drake authored
-
Lennart Regebro authored
to REQUEST.URL to prevent accidental overriding.
-
Andreas Jung authored
-
Andreas Jung authored
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Chris McDonough authored
notice that the date is a long.
-
- 03 Nov, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
Make the cache manager report correct values for the object cache size.
-
- 02 Nov, 2003 3 commits
-
-
Florent Guillaume authored
_delObject. This could break code expecting to do cleanups before deletion.
-
Chris McDonough authored
DateRangeIndexes blew up when attempting to store a date far in the future ( > Y2038 ). This is a workaround. The real fix would be to come up with a different conversion algorithm or to use OOBTrees to store datum.
-
Fred Drake authored
-
- 31 Oct, 2003 3 commits
-
-
Fred Drake authored
configuration setting
-
Fred Drake authored
we get the port number we thought we had
-
Chris McDonough authored
Add <warnfilter> section, which allows you to configure Python warning filters in zope.conf. Useful for suppressing the USELESS DeprecationWarnings that emanate from TALGenerator wrt i18n.
-
- 30 Oct, 2003 1 commit
-
-
Fred Drake authored
additional MIME type to filename extension mappings. The "mime-types" setting may be given more than once in the configuration file; the files have the same format at the mime.types file distributed with Apache. Not sure if this should be ported to the Zope 2.7 branch.
-