- 11 Ara, 2013 3 kayıt (commit)
-
-
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 14 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.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Gregory P. Smith yazdı
to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.
-
- 07 Ara, 2013 2 kayıt (commit)
-
-
Charles-François Natali yazdı
error upon client disconnection.
-
Benjamin Peterson yazdı
-
- 06 Ara, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
- 05 Ara, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Ara, 2013 6 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
Tim Peters yazdı
(grafted from c80083ad142db2939507800c755082293a87f2de)
-
- 03 Ara, 2013 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Vinay Sajip yazdı
-
- 02 Ara, 2013 4 kayıt (commit)
-
-
Walter Doerwald yazdı
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
-
Walter Doerwald yazdı
-