- 25 Ock, 2014 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
a2b_qp() now accepts keyword arguments. All "ascii" parameters is renamed to "data" for consistancy with a2b_qp().
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
also specified.
-
- 24 Ock, 2014 15 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
On Windows os.open() error message doesn't contain file name.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add also entries in the table of content for each synchronization primitive class.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
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.
-