- 11 Dec, 2013 5 commits
-
-
Zachary Ware authored
Also, cleaned up an unused import.
-
R David Murray authored
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 authored
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Gregory P. Smith authored
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 authored
shell window is present. (Original patch by Terry Reedy)
-
- 10 Dec, 2013 6 commits
-
-
Zachary Ware 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
-
Victor Stinner authored
-
- 08 Dec, 2013 14 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
communicate rather than 4096 for efficiency. A microbenchmark shows Linux and OS X both using ~50% less cpu time this way.
-
Nadeem Vawda authored
the BZ2File, GzipFile and LZMAFile classes.
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
-
Zachary Ware authored
Patch by Vajrasky Kok.
-
Zachary Ware authored
-
Zachary Ware authored
-
Gregory P. Smith authored
to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.
-
- 07 Dec, 2013 2 commits
-
-
Charles-François Natali authored
error upon client disconnection.
-
Benjamin Peterson authored
-
- 06 Dec, 2013 2 commits
-
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
- 05 Dec, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 04 Dec, 2013 6 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Tim Peters authored
(grafted from c80083ad142db2939507800c755082293a87f2de)
-
- 03 Dec, 2013 2 commits
-
-
Stefan Krah authored
-
Vinay Sajip authored
-
- 02 Dec, 2013 2 commits
-
-
Walter Doerwald authored
-
Eli Bendersky authored
-