- 29 Apr, 2012 12 commits
-
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
- 28 Apr, 2012 1 commit
-
-
Sandro Tosi authored
-
- 25 Apr, 2012 2 commits
-
-
Antoine Pitrou authored
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 authored
-
- 24 Apr, 2012 7 commits
-
-
Vinay Sajip authored
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
-
Lars Gustäbel authored
when the links were not located in an archive subdirectory.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
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.
-
- 23 Apr, 2012 7 commits
-
-
R David Murray authored
Patch by Dionysios Kalofonos.
-
Sandro Tosi authored
-
R David Murray authored
Original patch by Peter Otten.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 22 Apr, 2012 2 commits
-
-
Nick Coghlan authored
-
Senthil Kumaran authored
-
- 20 Apr, 2012 2 commits
-
-
Mark Dickinson authored
-
Martin v. Löwis authored
if the first two lines have non-UTF-8 characters without an encoding declaration.
-
- 19 Apr, 2012 3 commits
-
-
Antoine Pitrou authored
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
-
Nick Coghlan authored
-
Ezio Melotti authored
-
- 18 Apr, 2012 3 commits
-
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 17 Apr, 2012 1 commit
-
-
Benjamin Peterson authored
-