- 15 Mar, 2012 24 kayıt (commit)
-
-
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.
-
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ı
-
Giampaolo Rodola yazdı
(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
-
Vinay Sajip yazdı
-
R David Murray yazdı
Patch by Dylan Sarber. (Not sure why hg told me it merged pyexpat.c too, it showed no changes)
-
R David Murray yazdı
Patch by Dylan Sarber.
-
Andrew Svetlov yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran yazdı
-
Gregory P. Smith yazdı
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
timeout in queue and threading modules to not be affected of system time update.
-
Victor Stinner yazdı
-
- 14 Mar, 2012 16 kayıt (commit)
-
-
Victor Stinner yazdı
* On Mac OS X, time.steady() now uses mach_absolute_time(), a monotonic clock * Optimistic change: bet that CLOCK_MONOTONIC and CLOCK_REALTIME are available when clock_gettime() is available * Rewrite time.steady() documentation
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
- change references from configure.in to configure.ac
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-