- 07 Sep, 2010 18 commits
-
-
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 22 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.
-
Brian Curtin authored
Rather than list out the three signals (or more over time), the message was made less specific but still descriptive.
-
Brian Curtin authored
in response to the original checkin. Move the validation from the original loop into a switch statement, and adjust a platform check in the tests.
-
Antoine Pitrou authored
e.g. the pure Python implementation in _pyio).
-
Gregory P. Smith authored
algorithms_avaiable that respectively list the names of hash algorithms guaranteed to exist in all Python implementations and the names of hash algorithms available in the current process. Renames the attribute new in 3.2a0 'algorithms' to 'algorithms_guaranteed'.
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-