- 27 Ock, 2014 32 kayıt (commit)
-
-
Yury Selivanov yazdı
the rest in Signature.__str__. #20356
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Some classes defined in C may not have the '__module__' attribute, so we now handle this case to avoid having unexepected AttributeError.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
called during shutdown. Emitting resource warning in __del__ no longer fails. Original patch by Antoine Pitrou.
-
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.
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
signals
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
arguments. Patch by Glenn Langford.
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Benjamin Peterson yazdı
-
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ı
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
Christian Heimes yazdı
Serhiy and I had the same idea so it's most likely right. ;)
-
Christian Heimes yazdı
of zlibmodule.clinic.c
-
Christian Heimes yazdı
-
- 26 Ock, 2014 8 kayıt (commit)
-
-
Eli Bendersky yazdı
This file hasn't been touched since its initial commit in 2006. In CPython default branch (3.4), the relevant PEP number is 3333.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Based on patch by Claudiu Popa.
-
Serhiy Storchaka yazdı
Based on patch by Claudiu Popa.
-
Guido van Rossum yazdı
Patch by Glenn Langford.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-