- 20 Dec, 2009 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
it to do the conversion explicitly instead. See issue #7550.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Refactored HTTPHandler tests and added testcase for proxy authorization.
-
- 19 Dec, 2009 9 commits
-
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
math module.
-
- 17 Dec, 2009 2 commits
-
-
Vinay Sajip authored
-
Mark Dickinson authored
-
- 16 Dec, 2009 4 commits
-
-
Mark Dickinson authored
testing on Windows.
-
R. David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Dec, 2009 2 commits
-
-
Tarek Ziadé authored
-
Benjamin Peterson authored
-
- 14 Dec, 2009 3 commits
-
-
R. David Murray authored
instead of a hard coded port number in test_rapid_restart.
-
R. David Murray authored
any errors that might occur during coercion of the left operand and turning them into a TypeError with a message text that was confusing in the given context. This patch lets any errors through, as was already done during coercion of the right hand side.
-
R. David Murray authored
-
- 13 Dec, 2009 14 commits
-
-
Tarek Ziadé authored
reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
sem_unlink calls to delete those semaphore files.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods.
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
in 2.7 alpha 1)
-
Benjamin Peterson authored
-
Lars Gustäbel authored
default. TarFile's errorlevel argument controls how errors are handled that occur during extraction. There are three possible levels 0, 1 and 2. If errorlevel is set to 1 or 2 fatal errors (e.g. a full filesystem) are raised as exceptions. If it is set to 0, which is the default value, extraction errors are suppressed, and error messages are written to the debug log instead. But, if the debug log is not activated, which is the default as well, all these errors go unnoticed. The original intention was to imitate GNU tar which tries to extract as many members as possible instead of stopping on the first error. It turns out that this is no good default behaviour for a tar library. This patch simply changes the default value for the errorlevel argument from 0 to 1, so that fatal extraction errors are raised as EnvironmentError exceptions.
-