- 01 Sep, 2008 5 commits
-
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Benjamin Peterson authored
Reviewer: Georg Brandl, Benjamin Peterson
-
Georg Brandl authored
-
Benjamin Peterson authored
Reviewer: Gregory P. Smith
-
- 31 Aug, 2008 7 commits
-
-
Gregory P. Smith authored
escaped.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jesus Cea authored
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
-
Nick Coghlan authored
-
Andrew M. Kuchling authored
-
- 30 Aug, 2008 11 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 29 Aug, 2008 2 commits
-
-
Armin Rigo authored
of issue #3720.
-
Antoine Pitrou authored
exception afterwards (for a subsequent parameter), the user code will not call PyBuffer_Release() and memory will leak. Reviewed by Amaury Forgeot d'Arc.
-
- 28 Aug, 2008 1 commit
-
-
Georg Brandl authored
-
- 27 Aug, 2008 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 26 Aug, 2008 2 commits
-
-
Antoine Pitrou authored
match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__ mechanism. In the process, fix a bug where isinstance() and issubclass(), when given a tuple of classes as second argument, were looking up __instancecheck__ / __subclasscheck__ on the tuple rather than on each type object. Reviewed by Benjamin Peterson and Raymond Hettinger.
-
Benjamin Peterson authored
-
- 25 Aug, 2008 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
affects some buildbots. R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
-
Neal Norwitz authored
Add some test coverage to this code. More tests should be added (TODO added). R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
-
- 24 Aug, 2008 6 commits
-
-
Brett Cannon authored
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
-
Neal Norwitz authored
TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio R (approach from bug)=Amaury and Benjamin
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
Reviewer: Brett Cannon
-
Neal Norwitz authored
-