- 12 Nov, 2007 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
is a Python hook function. Fixes #1425.
-
Andrew M. Kuchling authored
-
Christian Heimes authored
the prweek() method is still broken and I can't figure out how it suppose to work.
-
Christian Heimes authored
Guido prefers _x over __x.
-
- 11 Nov, 2007 2 commits
-
-
Georg Brandl authored
-
Vinay Sajip authored
Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied.
-
- 10 Nov, 2007 2 commits
-
-
Guido van Rossum authored
used as decorators to create fully-populated properties.
-
Raymond Hettinger authored
-
- 09 Nov, 2007 5 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Georg Brandl authored
tests don't run directly on import.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Nov, 2007 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Nov, 2007 6 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Nick Coghlan authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Nov, 2007 2 commits
-
-
Guido van Rossum authored
-
Gregory P. Smith authored
hashes with a block size other than 64 bytes (such as sha384 and sha512).
-
- 05 Nov, 2007 6 commits
-
-
Mark Summerfield authored
members even though comments to the archive itself aren't currently supported.
-
Mark Summerfield authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
* get compiling with older versions of python again for a stand alone release.
-
Gregory P. Smith authored
Improve test_lock's tempdir creation and cleanup.
-
Gregory P. Smith authored
pay attention to them when opening an existing database. This means that d[] behaves properly even on databases previously created with DB_DUP or DB_DUPSORT flags to allow duplicate keys. http://sourceforge.net/tracker/index.php?func=detail&aid=477182&group_id=13900&atid=113900 Do not backport, this bugfix could be considered an API change.
-
- 04 Nov, 2007 2 commits
-
-
Georg Brandl authored
-
Skip Montanaro authored
-
- 03 Nov, 2007 1 commit
-
-
Brett Cannon authored
-
- 02 Nov, 2007 5 commits
-
-
Georg Brandl authored
I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
-
Thomas Heller authored
-
Thomas Heller authored
--with-system-ffi configure option defaults to "yes" because the bundled libffi sources are too old.
-
Nick Coghlan authored
-
Mark Summerfield authored
-
- 01 Nov, 2007 2 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
a problem introduced by 58385.
-