- 16 Dec, 2013 8 commits
-
-
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 6 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.
-
Ned Deily authored
shell window is present. (Original patch by Terry Reedy)
-
- 10 Dec, 2013 6 commits
-
-
Zachary Ware authored
-
Ezio Melotti 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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
- 08 Dec, 2013 3 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-