- 16 Jan, 2014 3 commits
-
-
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 3 commits
-
-
Georg Brandl authored
-
Serhiy Storchaka authored
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka authored
The application object must return an iterable yielding bytestrings.
-
- 10 Jan, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
- 09 Jan, 2014 7 commits
-
-
Serhiy Storchaka authored
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
value. (fixes error in patch for issue #18960)
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
* The first line of Python script could be executed twice when the source encoding (not equal to 'utf-8') was specified on the second line. * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. * As a consequence, 'python -x' works now again with files with the source encoding declarations specified on the second file, and can be used again to make Python batch files on Windows. * The tokenize module now ignore the source encoding declaration on the second line if the first line contains anything except a comment. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment.
-