- 18 Dec, 2013 3 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
R David Murray authored
Patch by Serhiy Storchaka.
-
- 17 Dec, 2013 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
Original patch by Simon Sapin.
-
Serhiy Storchaka authored
sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder.
-
Serhiy Storchaka authored
-
- 16 Dec, 2013 10 commits
-
-
Victor Stinner authored
busy/slow buildbot
-
Christian Heimes authored
EWOULDBLOCK on Windows or VMs hosted on Windows.
-
Zachary Ware authored
acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
* splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc().
-
Charles-François Natali authored
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Christian Heimes authored
-
Charles-François Natali authored
-
R David Murray authored
Patch by Vajrasky Kok.
-
- 15 Dec, 2013 3 commits
-
-
Stefan Krah authored
-
Charles-François Natali authored
-
Charles-François Natali authored
makefile.
-
- 14 Dec, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Stefan Krah authored
by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS.
-
Ezio Melotti authored
-
R David Murray authored
Report and patch by Vajrasky Kok.
-
- 13 Dec, 2013 6 commits
-
-
Brett Cannon authored
parent packages automatically.
-
R David Murray authored
Initial patch by Phil Connell.
-
Victor Stinner authored
argument is not in range [0; 255].
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
- 12 Dec, 2013 2 commits
-
-
Stefan Krah authored
-
Zachary Ware authored
This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572.
-
- 11 Dec, 2013 5 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Also, cleaned up an unused import.
-
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.
-
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.
-