- 24 Ock, 2014 5 kayıt (commit)
-
-
Larry Hastings yazdı
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 yazdı
-
Nick Coghlan yazdı
- 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 yazdı
-
Benjamin Peterson yazdı
-
- 23 Ock, 2014 17 kayıt (commit)
-
-
Victor Stinner yazdı
Carneiro.
-
Victor Stinner yazdı
raise a RuntimeError, instead of using an assertion, if another coroutine is already waiting for incoming data
-
Victor Stinner yazdı
older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on Mac OS X older than 10.9.
-
Serhiy Storchaka yazdı
representation in Tcl and Python.
-
Serhiy Storchaka yazdı
representation in Tcl and Python.
-
Serhiy Storchaka yazdı
These files have shebangs and executable bits in the libffi distribution.
-
Serhiy Storchaka yazdı
These files have shebangs and executable bits in the libffi distribution.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
to start_server() Rename also the "Network functions" section to "Stream functions" and move it to the Stream section.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
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 yazdı
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 yazdı
-
Terry Jan Reedy yazdı
Original patches by Edmond Burnett and Kent Johnson.
-
- 22 Ock, 2014 12 kayıt (commit)
-
-
Larry Hastings yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Victor Stinner yazdı
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 yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka.
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 21 Ock, 2014 6 kayıt (commit)
-
-
R David Murray yazdı
Fleshed out Christian's placeholder for the new ssl methods.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Initial patch by Roger Serwy.
-
Serhiy Storchaka yazdı
cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.
-