- 24 Jan, 2014 7 commits
-
-
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 12 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).
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
- 21 Jan, 2014 4 commits
-
-
R David Murray authored
Fleshed out Christian's placeholder for the new ssl methods.
-
Stefan Krah authored
-
Stefan Krah authored
-
Terry Jan Reedy authored
-