- 16 Nov, 2015 16 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/291 for details.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Martin Panter authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
This was triggering intermittent failures in unrelated tests.
-
Benjamin Peterson authored
-
Gregory P. Smith authored
internals regarding how fds_to_pass were passed to the child. The bug had no actual impact as subprocess.py already avoided it.
-
Gregory P. Smith authored
not allow the send_signal(), terminate(), or kill() methods to do anything as they could potentially signal a different process.
-
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 11 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
with a null byte.
-
Serhiy Storchaka authored
with a null byte.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin Panter authored
Mainly missing grammatical articles (the, a).
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 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 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-