- 16 Nov, 2015 8 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/291 for details.
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Martin Panter authored
This was triggering intermittent failures in unrelated tests.
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
not allow the send_signal(), terminate(), or kill() methods to do anything as they could potentially signal a different process.
-
- 14 Nov, 2015 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
with a null byte.
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
-
- 13 Nov, 2015 4 commits
-
-
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
This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun.
-
Yury Selivanov authored
-
Victor Stinner authored
-
- 12 Nov, 2015 9 commits
-
-
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
-
Serhiy Storchaka authored
rejects builtin types with not defined __new__. Added tests for non-pickleable types.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch started by Stéphane Wirtel.
-
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@.
-
- 10 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
Use time.monotonic or time.time instead of time.clock.
-
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.
-
- 09 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 07 Nov, 2015 4 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
- 06 Nov, 2015 1 commit
-
-
Martin Panter authored
Implementation by Antoine Pitrou.
-
- 05 Nov, 2015 1 commit
-
-
Yury Selivanov authored
-
- 04 Nov, 2015 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-