- 18 Jan, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch more or less by Nikolaus Rath.
-
- 17 Jan, 2014 6 commits
-
-
Zachary Ware authored
Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
-
Gregory P. Smith authored
-
Gregory P. Smith authored
ordering of the directory information in the underlying filesystem.
-
Vinay Sajip authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 16 Jan, 2014 6 commits
-
-
Serhiy Storchaka authored
test files.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
system python.
-
- 15 Jan, 2014 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 14 Jan, 2014 11 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
illegal attribute name. Found by INADA Naoki.
-
Zachary Ware authored
-
Zachary Ware authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Andrew Barnert.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
- 13 Jan, 2014 6 commits
-
-
Vinay Sajip authored
-
R David Murray authored
-
R David Murray authored
This fixes an edge case (20206) where if the input ended in a character needing encoding but there was no newline on the string, the last byte of the encoded character would be dropped. The fix is to use a more efficient algorithm, provided by Serhiy Storchaka (5803), that does not have the bug.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
-
- 12 Jan, 2014 4 commits
-
-
Serhiy Storchaka authored
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage object.
-
- 11 Jan, 2014 2 commits
-
-
Georg Brandl authored
-
Serhiy Storchaka authored
Fixed a regression inroduced in issue #6157.
-