- 16 Dec, 2013 3 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 returns illegal result for paths with redundant slashes. * splitunc() now correctly processes the u'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Added new tests for splitunc().
-
- 15 Dec, 2013 1 commit
-
-
Charles-François Natali authored
makefile.
-
- 14 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
Fixed writing 'ulaw' (lower case) compressed AIFC files.
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
- 13 Dec, 2013 2 commits
-
-
Serhiy Storchaka 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.
-
- 11 Dec, 2013 2 commits
-
-
Gregory P. Smith authored
fix to Issue #14635 in Python 2.7.4 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 9 commits
-
-
Zachary Ware authored
This should fix the test_os failure on the AMD64 Windows 7 buildbot.
-
Zachary Ware authored
-
Zachary Ware authored
-
Nadeem Vawda 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
no more hangs.
-
Victor Stinner authored
-
- 08 Dec, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Nadeem Vawda authored
Initial patch by Vajrasky Kok.
-
- 06 Dec, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Vinay Sajip authored
-
- 05 Dec, 2013 2 commits
-
-
Antoine Pitrou authored
-
Kristján Valur Jónsson authored
Backport the fix from pyton 3.x for this issue.
-
- 04 Dec, 2013 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
Grafted from c80083ad142d.
-
- 02 Dec, 2013 1 commit
-
-
Eli Bendersky authored
-
- 01 Dec, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
- 30 Nov, 2013 3 commits
-
-
Vinay Sajip authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
- 28 Nov, 2013 1 commit
-
-
Zachary Ware authored
-
- 29 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 28 Nov, 2013 2 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
Based on patches by Christian Heimes and Vajrasky Kok
-