- 08 Eyl, 2010 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
a bug in ascii().
-
Antoine Pitrou yazdı
(followup to r84635, suggested by Dave Malcolm).
-
Antoine Pitrou yazdı
as wide (UCS4) unicode builds for both the host interpreter (embedded inside gdb) and the interpreter under test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Use the new super() with no arguments. * Replace pow() call with the ** operator. * Increase urandom seeding from 16 bytes to 32 bytes. * Clean-up docstring.
-
Matthias Klose yazdı
to load the one without the SOABI in the name.
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
thread-local storage key.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
adopt a strategy that makes the fewest calls to random().
-
Éric Araujo yazdı
Thanks to Konrad Delong for writing a test for upload_docs --show-response in distutils2, letting me catch my mistake.
-
- 07 Eyl, 2010 25 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
is friendlier towards reference cycles. This change is not normally visible since an optimized C implementation (_thread._local) is used instead.
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
-
Amaury Forgeot d'Arc yazdı
-
Antoine Pitrou yazdı
and use it in test_robotparser. Fixes #8574.
-
Antoine Pitrou yazdı
would swallow the exception and raise a new one, making it impossible to fetch the original errno, or to filter timeout errors. Now the original error is re-raised.
-
Antoine Pitrou yazdı
Original patch by Victor.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
The example still doesn't work as-is under py3k, due to incomplete or buggy porting of the nntplib module.
-
Antoine Pitrou yazdı
and the passed buffer was exactly 1024 bytes long, the buffer wouldn't be updated back after the system call. Original patch by Brian Brazil.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
Patch by Sébastien Sablé.
-
Brian Curtin yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 06 Eyl, 2010 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Amaury Forgeot d'Arc yazdı
-