- 17 Ara, 2013 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
Original patch by Simon Sapin.
-
Serhiy Storchaka yazdı
sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder.
-
Serhiy Storchaka yazdı
-
- 16 Ara, 2013 10 kayıt (commit)
-
-
Victor Stinner yazdı
busy/slow buildbot
-
Christian Heimes yazdı
EWOULDBLOCK on Windows or VMs hosted on Windows.
-
Zachary Ware yazdı
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 yazdı
-
Serhiy Storchaka yazdı
* 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 yazdı
-
Serhiy Storchaka yazdı
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Christian Heimes yazdı
-
Charles-François Natali yazdı
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
- 15 Ara, 2013 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
makefile.
-
- 14 Ara, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Stefan Krah yazdı
by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS.
-
Ezio Melotti yazdı
-
R David Murray yazdı
Report and patch by Vajrasky Kok.
-
- 13 Ara, 2013 6 kayıt (commit)
-
-
Brett Cannon yazdı
parent packages automatically.
-
R David Murray yazdı
Initial patch by Phil Connell.
-
Victor Stinner yazdı
argument is not in range [0; 255].
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 Ara, 2013 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Zachary Ware yazdı
This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572.
-
- 11 Ara, 2013 6 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Also, cleaned up an unused import.
-
R David Murray yazdı
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 yazdı
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Gregory P. Smith yazdı
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 yazdı
shell window is present. (Original patch by Terry Reedy)
-
- 10 Ara, 2013 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
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.
-