- 08 Sep, 2010 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* 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 authored
to load the one without the SOABI in the name.
-
Senthil Kumaran authored
-
Antoine Pitrou authored
thread-local storage key.
-
Vinay Sajip authored
-
Georg Brandl authored
-
Raymond Hettinger authored
adopt a strategy that makes the fewest calls to random().
-
Éric Araujo authored
Thanks to Konrad Delong for writing a test for upload_docs --show-response in distutils2, letting me catch my mistake.
-
- 07 Sep, 2010 25 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
is friendlier towards reference cycles. This change is not normally visible since an optimized C implementation (_thread._local) is used instead.
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Amaury Forgeot d'Arc authored
-
Antoine Pitrou authored
and use it in test_robotparser. Fixes #8574.
-
Antoine Pitrou authored
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 authored
Original patch by Victor.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
The example still doesn't work as-is under py3k, due to incomplete or buggy porting of the nntplib module.
-
Antoine Pitrou authored
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 authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
Patch by Sébastien Sablé.
-
Brian Curtin authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Sep, 2010 5 commits
-
-
Raymond Hettinger authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-