- 17 Mar, 2012 4 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 16 Mar, 2012 36 commits
-
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. Patch by sbt.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
constructor. Marked as expectedFailure since it currently fails for the C implementation.
-
Jean-Paul Calderone authored
Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup.
-
Eli Bendersky authored
Patch by Florian Mladitsch
-
Eli Bendersky authored
Patch by Florian Mladitsch
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Eli Bendersky authored
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 authored
-
Eli Bendersky authored
-
Eli Bendersky authored
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 authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-