- 03 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 02 May, 2012 3 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
associated pwd entry.
-
Richard Oudkerk yazdı
In multiprocessing, a pool worker process would die if the result/error could not be pickled. This could cause pool methods to hang. In 3.x this was fixed by 0aa8af79359d (which also added an error_callback argument to some methods), but the fix was not back ported.
-
- 01 May, 2012 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
-
- 30 Nis, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Ezio Melotti yazdı
-
- 29 Nis, 2012 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
- 28 Nis, 2012 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 27 Nis, 2012 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 25 Nis, 2012 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
-
Vinay Sajip yazdı
-
- 24 Nis, 2012 11 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
-
Lars Gustäbel yazdı
the links were not located in an archive subdirectory.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Benjamin Peterson yazdı
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 23 Nis, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Dionysios Kalofonos.
-
Sandro Tosi yazdı
-