- 16 Mar, 2012 28 kayıt (commit)
-
-
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ı
-
Senthil Kumaran yazdı
-
- 15 Mar, 2012 12 kayıt (commit)
-
-
Matthias Klose yazdı
config.{guess,sub}. Don't use uname calls for cross builds.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
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 yazdı
config.{guess,sub}.
-
Senthil Kumaran yazdı
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
-
Senthil Kumaran yazdı
-
Matthias Klose yazdı
when configured with --(en|dis)able-ipv6 for cross builds, don't fail the configury due to the missing buggy-getaddrinfo check.
-
Matthias Klose yazdı
when configured --with(out)-computed-gotos for a cross, use this value instead of defaulting to no.
-
Matthias Klose yazdı
when using gcc, use a compilation test for the cross build check for long long format.
-
Matthias Klose yazdı
-