- 17 Mar, 2012 5 kayıt (commit)
-
-
R David Murray yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 Mar, 2012 35 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. Patch by sbt.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
constructor. Marked as expectedFailure since it currently fails for the C implementation.
-
Jean-Paul Calderone yazdı
Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup.
-
Eli Bendersky yazdı
Patch by Florian Mladitsch
-
Eli Bendersky yazdı
Patch by Florian Mladitsch
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Eli Bendersky yazdı
the problems pointed in the issue, I removed the confusing Windows/Linux distinction. It serves no real goal in the documentation, and is probably wrong anyway since for Windows the WINFUNCTYPE constructor should be used. In addition, the "look, this is faster on Linux" comment is misleading since it's not explained. The outcome may just be an artifact of qsort implementation for this particular input, and may change between C runtime version releases.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
consistent to the one raised by the Python module (the 'code' attribute was added). In addition, the exception is now documented. Added a test to check that ParseError has the required attributes, and threw away the equivalent doctest which is no longer required.
-
Eli Bendersky yazdı
-
Senthil Kumaran yazdı
-