- 24 Apr, 2012 2 commits
-
-
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 2 commits
-
-
Benjamin Peterson authored
-
Charles-François Natali authored
chown() to root under certain circumstances.
-
- 16 Apr, 2012 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.
-
- 15 Apr, 2012 3 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
-
Kristján Valur Jónsson authored
_socket does. Some were using the older wsock32.lib.
-
- 14 Apr, 2012 4 commits
-
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
- 13 Apr, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
With VS8.0 at least Python compiles and works correctly.
-
- 12 Apr, 2012 3 commits
-
-
R David Murray authored
Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile.
-
Georg Brandl authored
-
Charles-François Natali authored
-