- 16 Mar, 2012 27 commits
-
-
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
-
- 15 Mar, 2012 13 commits
-
-
Matthias Klose authored
config.{guess,sub}. Don't use uname calls for cross builds.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This allows generators that are using yield from to be seen by debuggers. It also kills the f_yieldfrom field on frame objects. Patch mostly from Mark Shannon with a few tweaks by me.
-
Matthias Klose authored
config.{guess,sub}.
-
Senthil Kumaran authored
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
-
Senthil Kumaran authored
-
Matthias Klose authored
when configured with --(en|dis)able-ipv6 for cross builds, don't fail the configury due to the missing buggy-getaddrinfo check.
-
Matthias Klose authored
when configured --with(out)-computed-gotos for a cross, use this value instead of defaulting to no.
-
Matthias Klose authored
when using gcc, use a compilation test for the cross build check for long long format.
-
Matthias Klose authored
-
Giampaolo Rodola' authored
(sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453
-