- 25 Jan, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
also specified.
-
- 24 Jan, 2014 15 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
On Windows os.open() error message doesn't contain file name.
-
Victor Stinner authored
-
Victor Stinner authored
Add also entries in the table of content for each synchronization primitive class.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Larry Hastings authored
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-
Nick Coghlan authored
-
Nick Coghlan authored
- Alex J Burke noticed a debugging raise in the commit that fixed the original bug reported in issue 20317 - this showed that multiple iterations through the affected loop wasn't actually being tested
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Jan, 2014 17 commits
-
-
Victor Stinner authored
Carneiro.
-
Victor Stinner authored
raise a RuntimeError, instead of using an assertion, if another coroutine is already waiting for incoming data
-
Victor Stinner authored
older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on Mac OS X older than 10.9.
-
Serhiy Storchaka authored
representation in Tcl and Python.
-
Serhiy Storchaka authored
representation in Tcl and Python.
-
Serhiy Storchaka authored
These files have shebangs and executable bits in the libffi distribution.
-
Serhiy Storchaka authored
These files have shebangs and executable bits in the libffi distribution.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
to start_server() Rename also the "Network functions" section to "Stream functions" and move it to the Stream section.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings.
-
Serhiy Storchaka authored
It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patches by Edmond Burnett and Kent Johnson.
-
- 22 Jan, 2014 5 commits
-
-
Larry Hastings authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Victor Stinner authored
logger.log() is now responsible to format the timeout. It might be faster if the log is disabled for DEBUG level, but it's also more readable and fix an issue with Python 2.6 in the Trollius project.
-
Larry Hastings authored
docstring for __new__ and __init__, and always use "goto exit" instead of returning "NULL" for failure to parse (as _new__ and __init__ return ints).
-