- 25 May, 2014 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Charles-François Natali authored
primitives.
-
Serhiy Storchaka authored
The 'File objects' section was removed in Python 3. Patch by Claudiu Popa.
-
Serhiy Storchaka authored
The 'File objects' section was removed in Python 3. Patch by Claudiu Popa.
-
Serhiy Storchaka authored
Patch by Fabrice Aneche and Claudiu Popa.
-
- 24 May, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. Patch by Geoffrey Spear.
-
- 23 May, 2014 17 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
-
Brett Cannon authored
raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report.
-
Serhiy Storchaka authored
when reference or offset size is not a power of two.
-
Serhiy Storchaka authored
when reference or offset size is not a power of two.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
Serhiy Storchaka authored
PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
Antoine Pitrou authored
This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators.
-
Antoine Pitrou authored
This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch prepared by David Harrigan.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 22 May, 2014 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ned Deily authored
-
Ned Deily authored
-
Charles-François Natali authored
-
- 21 May, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 20 May, 2014 5 commits
-
-
Donald Stufft authored
-
Victor Stinner authored
unittest.mock.Mock to simplify the synchronization with Trollius
-
Victor Stinner authored
simplify the synchronization with Trollius
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-