- 09 Nov, 2007 4 commits
-
-
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 7 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
a problem introduced by 58385.
-
Gregory P. Smith authored
have NULL bytes in them. Replace the errant strdup with a malloc+memcpy. Adds a unit test for the correct behavior.
-
Georg Brandl authored
-
Christian Heimes authored
-
http://bugs.python.org/issue1293Christian Heimes authored
Backport of import tests for bug http://bugs.python.org/issue1293 and bug http://bugs.python.org/issue1342
-
Georg Brandl authored
-
- 31 Oct, 2007 4 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
- 30 Oct, 2007 1 commit
-
-
Georg Brandl authored
-