- 27 Jan, 2014 36 commits
-
-
Yury Selivanov authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
is present.
-
Serhiy Storchaka authored
is present.
-
Yury Selivanov authored
the rest in Signature.__str__. #20356
-
Yury Selivanov authored
-
Yury Selivanov authored
Some classes defined in C may not have the '__module__' attribute, so we now handle this case to avoid having unexepected AttributeError.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
called during shutdown. Emitting resource warning in __del__ no longer fails. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
Serhiy Storchaka authored
-
Victor Stinner authored
signals
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
arguments. Patch by Glenn Langford.
-
Christian Heimes authored
-
Georg Brandl authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Serhiy Storchaka.
-
Terry Jan Reedy authored
Original patch by Serhiy Storchaka.
-
Christian Heimes authored
Serhiy and I had the same idea so it's most likely right. ;)
-
Christian Heimes authored
of zlibmodule.clinic.c
-
Christian Heimes authored
-
- 26 Jan, 2014 4 commits
-
-
Eli Bendersky authored
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 authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-