- 22 May, 2011 8 commits
-
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
So it's also enabled when using "./python -m test".
-
Mark Dickinson authored
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation
-
Eli Bendersky authored
merge 3.2 -> default
-
Eli Bendersky authored
merge 3.1 -> 3.2
-
Eli Bendersky authored
-
- 21 May, 2011 21 commits
-
-
Ned Deily authored
is installed into the lib directory: prevents startup exception in site.py.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Tarek Ziade authored
fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module
-
Tarek Ziade authored
-
Gregory P. Smith authored
struct guarantees the loop will always be run once to initialize code.
-
Vinay Sajip authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Victor Stinner authored
Avoid also zombi processes: Popen.communicate() calls its wait() method.
-
- 20 May, 2011 11 commits
-
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method.
-
Charles-François Natali authored
accept and return str instead of bytes arrays. Add some more tests.
-