- 03 Şub, 2014 2 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Vinay Sajip yazdı
-
- 02 Şub, 2014 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
from the old green snake to the new new blue and yellow snakes.
-
- 01 Şub, 2014 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 31 Ock, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by OSAMU NAKAMURA.
-
Zachary Ware yazdı
-
- 30 Ock, 2014 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Yury Selivanov yazdı
-
- 29 Ock, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
which are at least as efficient. On Py3, unpacking exceptions never works.
-
- 27 Ock, 2014 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is present.
-
Serhiy Storchaka yazdı
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
Victor Stinner yazdı
arguments. Patch by Glenn Langford.
-
Benjamin Peterson yazdı
Patch by Nikolaus Rath.
-
Terry Jan Reedy yazdı
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy yazdı
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
- 26 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Claudiu Popa.
-
Serhiy Storchaka yazdı
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
- 25 Ock, 2014 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Victor Stinner yazdı
towards zero
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
- 24 Ock, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
On Windows os.open() error message doesn't contain file name.
-
Benjamin Peterson 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ı
-
- 23 Ock, 2014 3 kayıt (commit)
-
-
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ı
It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings.
-