- 18 Ara, 2013 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
Patch by Serhiy Storchaka.
-
- 17 Ara, 2013 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
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 3 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.
-