- 07 Nov, 2007 3 commits
-
-
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 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Kurt B. Kaiser authored
Patch 1612746 M configDialog.py M NEWS.txt AM tabbedpages.py
-
- 29 Oct, 2007 2 commits
-
-
Guido van Rossum authored
also hex escapes) -- this was reaching beyond the end of the input string buffer, even though it is not supposed to be \0-terminated. This has no visible effect but is clearly the correct thing to do. (In 3.0 it had a visible effect after removing ob_sstate from PyString.)
-
Guido van Rossum authored
Add mp4 mapping to mimetypes.py.
-
- 28 Oct, 2007 3 commits
-
-
Kurt B. Kaiser authored
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
- Regenerate IN module for most recent maintenance tree of FreeBSD 6 and 7.
-
- 27 Oct, 2007 1 commit
-
-
Neal Norwitz authored
-
- 26 Oct, 2007 1 commit
-
-
Georg Brandl authored
-