- 13 Nov, 2015 10 commits
-
-
Martin Panter authored
-
Martin Panter authored
Previously it was called another time via hasattr(), and both calls were made once for dir(f) and again for dir(f.__class__). This includes a backport of changing from a list to a set from revision 4dbb315fe667.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
operations in C implementation of OrderedDict.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 12 Nov, 2015 20 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
-
Serhiy Storchaka authored
parse command line arguments.
-
Serhiy Storchaka authored
parse command line arguments.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
rejects builtin types with not defined __new__. Added tests for non-pickleable types.
-
Serhiy Storchaka authored
rejects builtin types with not defined __new__. Added tests for non-pickleable types.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch started by Stéphane Wirtel.
-
Zachary Ware authored
-
Zachary Ware authored
It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@.
-
Zachary Ware authored
-
Zachary Ware authored
Reported on docs@ by Keith Briggs.
-
- 11 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Nov, 2015 9 commits
-
-
Serhiy Storchaka authored
Use time.monotonic instead of time.clock.
-
Serhiy Storchaka authored
Use time.monotonic or time.time instead of time.clock.
-
Stefan Krah authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
Victor Stinner authored
I forgot to rename it in my previous refactoring of pytime.c.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-