- 12 Dec, 2013 6 commits
-
-
Victor Stinner authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Zachary Ware authored
-
Zachary Ware authored
This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572.
-
Victor Stinner authored
-
- 11 Dec, 2013 15 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
There are enough new things to make the merge harder than making the change in VS, and there are other things to add filters for in 3.4.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
Also, cleaned up an unused import.
-
R David Murray authored
This version of the fix raises an error instead of accepting the invalid input (ie: if a non-ASCII string is used but no charset is specified).
-
R David Murray authored
-
R David Murray authored
This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4.
-
Serhiy Storchaka authored
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Serhiy Storchaka authored
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Eric Snow authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again.
-
Ned Deily authored
-
Ned Deily authored
shell window is present. (Original patch by Terry Reedy)
-
- 10 Dec, 2013 19 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
-
Nick Coghlan authored
The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Eric Snow authored
-
Eric Snow authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
direct call.
-