- 11 Ock, 2014 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka yazdı
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka yazdı
The application object must return an iterable yielding bytestrings.
-
Serhiy Storchaka yazdı
The application object must return an iterable yielding bytestrings.
-
- 10 Ock, 2014 17 kayıt (commit)
-
-
Victor Stinner yazdı
close the write end of the socket pair
-
Victor Stinner yazdı
* store the "self reading" future when the "self pipe" is closed (when the event loop is closed) * store "accept" futures to cancel them when we stop serving * close the "accept socket" if the "accept future" is cancelled Fix many warnings which can be seen when unit tests are run in verbose mode.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
ifconfig executable is not available.
-
Serhiy Storchaka yazdı
ifconfig executable is not available.
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
Incorrect requirements can cause memory swapping.
-
Serhiy Storchaka yazdı
Incorrect requirements can cause memory swapping.
-
Zachary Ware yazdı
'python' clinic block, not a 'clinic' clinic block. Patch written by Ryan Smith-Roberts.
-
Brett Cannon yazdı
-
- 09 Ock, 2014 18 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
value. (fixes error in patch for issue #18960)
-
Serhiy Storchaka yazdı
value. (fixes error in patch for issue #18960)
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
* 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 yazdı
* 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 yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
consumption.
-
Serhiy Storchaka yazdı
consumption.
-