- 19 Dec, 2013 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
Initial patch by Ajitesh Gupta.
-
Serhiy Storchaka authored
locale encodings with hyphens.
-
Victor Stinner authored
(wrong type).
-
Serhiy Storchaka authored
quotechar fields. Original patch by Vajrasky Kok.
-
Vinay Sajip authored
-
- 18 Dec, 2013 5 commits
-
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
R David Murray authored
Patch by Serhiy Storchaka.
-
- 17 Dec, 2013 8 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
Original patch by Simon Sapin.
-
R David Murray authored
This is a comment in the code because only someone reading the code would try setting fieldnames to None in the first place...
-
Serhiy Storchaka authored
Patch by Jaakko Moisio.
-
Serhiy Storchaka authored
sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
by inspecting the return value of fwrite(). Based on patches by Jaakko Moisio and test by Victor Stinner.
-
- 16 Dec, 2013 4 commits
-
-
Serhiy Storchaka authored
-
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 8 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.
-