- 27 Jan, 2014 27 commits
-
-
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 13 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.
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Guido van Rossum authored
Patch by Glenn Langford.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Andrew Svetlov authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
-