- 01 Eyl, 2008 9 kayıt (commit)
-
-
Jesse Noller yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Marc-Andre Lemburg.
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Benjamin Peterson.
-
Benjamin Peterson yazdı
Reviewer: Georg Brandl, Benjamin Peterson
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
Reviewer: Gregory P. Smith
-
- 31 Agu, 2008 7 kayıt (commit)
-
-
Gregory P. Smith yazdı
escaped.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jesus Cea yazdı
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
-
Nick Coghlan yazdı
-
Andrew M. Kuchling yazdı
-
- 30 Agu, 2008 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 29 Agu, 2008 2 kayıt (commit)
-
-
Armin Rigo yazdı
of issue #3720.
-
Antoine Pitrou yazdı
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 Agu, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Agu, 2008 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 26 Agu, 2008 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
-
- 25 Agu, 2008 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
affects some buildbots. R=Brett TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
-
Neal Norwitz yazdı
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 Agu, 2008 2 kayıt (commit)
-
-
Brett Cannon yazdı
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
-
Neal Norwitz yazdı
TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio R (approach from bug)=Amaury and Benjamin
-