- 10 Jan, 2014 9 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Brett Cannon authored
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
Zachary Ware authored
'python' clinic block, not a 'clinic' clinic block. Patch written by Ryan Smith-Roberts.
-
Brett Cannon authored
-
- 09 Jan, 2014 18 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
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
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
value. (fixes error in patch for issue #18960)
-
Serhiy Storchaka authored
value. (fixes error in patch for issue #18960)
-
Benjamin Peterson authored
-
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.
-
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.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
consumption.
-
Serhiy Storchaka authored
consumption.
-
- 08 Jan, 2014 12 commits
-
-
R David Murray authored
And a news item rephrase.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
And more news item tweaks.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
exception on error instead of returning -1.
-
Victor Stinner authored
error instead of returning -1.
-
Eric Snow authored
This code was an artifact of issuing a DeprecationWarning for the lack of loader.exec_module(). However, we have deferred such warnings to later Python versions.
-
Gregory P. Smith authored
is modified during the lifetime of the Python process after zipimport has already cached the zip's table of contents we detect this and recover rather than read bad data from the .zip (causing odd import errors).
-
Gregory P. Smith authored
is modified during the lifetime of the Python process after zipimport has already cached the zip's table of contents we detect this and recover rather than read bad data from the .zip (causing odd import errors).
-
Guido van Rossum authored
-
- 07 Jan, 2014 1 commit
-
-
Larry Hastings authored
-