- 16 Ara, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
- 15 Ara, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 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 6 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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
- 08 Ara, 2013 11 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
-
Gregory P. Smith yazdı
communicate rather than 4096 for efficiency. A microbenchmark shows Linux and OS X both using ~50% less cpu time this way.
-
Nadeem Vawda yazdı
the BZ2File, GzipFile and LZMAFile classes.
-
Serhiy Storchaka yazdı
-
Gregory P. Smith yazdı
the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
-
Zachary Ware yazdı
Patch by Vajrasky Kok.
-