- 27 Jan, 2014 15 commits
-
-
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 23 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
-
Larry Hastings authored
no longer specify min{row,col} > max{row,col}.
-
Larry Hastings authored
-
Donald Stufft authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 25 Jan, 2014 2 commits
-
-
Victor Stinner authored
- Make the new granularity attribute private - Simplify BaseEventLoop._run_once(): avoid math.ceil(), use simple arithmetic instead
-
Victor Stinner authored
-