- 19 Ara, 2009 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
math module.
-
- 17 Ara, 2009 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
- 16 Ara, 2009 4 kayıt (commit)
-
-
Mark Dickinson yazdı
testing on Windows.
-
R. David Murray yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Ara, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
- 14 Ara, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
instead of a hard coded port number in test_rapid_restart.
-
R. David Murray yazdı
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 yazdı
-
- 13 Ara, 2009 15 kayıt (commit)
-
-
Tarek Ziadé yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
sem_unlink calls to delete those semaphore files.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
in 2.7 alpha 1)
-
Benjamin Peterson yazdı
-
Lars Gustäbel yazdı
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.
-
Benjamin Peterson yazdı
-
- 12 Ara, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
in the middle of populating a tuple. Patch by Florent Xicluna. (note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1)
-
- 11 Ara, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Vinay Sajip yazdı
-
- 10 Ara, 2009 3 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Mark Dickinson yazdı
equivalent[*] check that doesn't produce compiler warnings about a 'x < 0' check on an unsigned type. [*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller unsigned or signed integer type.
-