- 08 Sep, 2010 3 commits
-
-
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 12 commits
-
-
Raymond Hettinger authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Raymond Hettinger authored
-
Brian Curtin authored
an ImportError. Rearranged the import, faked out the implementation when the import fails, and reorganized a test that depends on Win32 behavior.
-
Antoine Pitrou authored
test cases now also have assertWarns and assertWarnsRegexp methods to check that a given warning type was triggered by the code under test.
-
Antoine Pitrou authored
view of their contents without duplicating them. The view is both readable and writable.
-
Brian Curtin authored
This uses the GetFileInformationByHandle function to return a tuple of values to identify a file, then ntpath.sameopenfile compares file tuples, which is exposed as os.path.sameopenfile.
-