- 18 Nov, 2009 11 commits
-
-
Raymond Hettinger authored
-
Lars Gustäbel authored
constructor in case of an error.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
string <-> float conversions; this makes sure that the result of the round operation is correctly rounded, and hence displays nicely using the new float repr.
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Tarek Ziadé authored
-
- 17 Nov, 2009 2 commits
-
-
Benjamin Peterson authored
-
Philip Jenvey authored
-
- 16 Nov, 2009 5 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 15 Nov, 2009 11 commits
-
-
Nick Coghlan authored
-
Antoine Pitrou authored
TLS or SSL. Patch by Giampaolo Rodola'.
-
Mark Dickinson authored
PyFormat_FromStringV and PyErr_Format.
-
Antoine Pitrou authored
the registry under Windows. Patch by Gabriel Genellina.
-
Mark Dickinson authored
Many thanks Stefan Krah for help and OpenSolaris testing.
-
Mark Dickinson authored
xrange tests to cover some special cases that caused problems in py3k. This is a partial backport of r76292-76293 (see issue #7298.)
-
Senthil Kumaran authored
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
-
Nick Coghlan authored
Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
-
Senthil Kumaran authored
-
R. David Murray authored
handler for it.
-
R. David Murray authored
catch the case of an option with no handler.
-
- 14 Nov, 2009 3 commits
-
-
R. David Murray authored
warning, to improve buildbot stability.
-
R. David Murray authored
a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou.
-
Georg Brandl authored
-
- 13 Nov, 2009 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections.
-
Benjamin Peterson authored
-
- 12 Nov, 2009 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Georg Brandl authored
-