- 14 Dec, 2015 4 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code.
-
Gregory P. Smith authored
due to test_hash_randomization expecting a different seed per process.
-
Gregory P. Smith authored
-
- 13 Dec, 2015 2 commits
-
-
R David Murray authored
-
Vinay Sajip authored
-
- 11 Dec, 2015 2 commits
-
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/303 for details
-
Yury Selivanov authored
-
- 07 Dec, 2015 3 commits
-
-
doko@ubuntu.com authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 06 Dec, 2015 5 commits
-
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Ned Deily authored
and link with OpenSSL 1.0.2e.
-
- 05 Dec, 2015 8 commits
-
-
Martin Panter authored
The OS X buildbots were failing at the second setrlimit() call with EPERM, as if they were trying to raise the hard limit. The call should be keeping the hard limit the same and raising the soft limit back to its original value, so I don't understand the failure.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
R David Murray authored
Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
-
- 30 Nov, 2015 1 commit
-
-
Martin Panter authored
Also fix handling of failure to release the import lock.
-
- 03 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
with time.tzset().
-
- 02 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 01 Dec, 2015 3 commits
-
-
Steven D'Aprano authored
-
Zachary Ware authored
-
Steven D'Aprano authored
-
- 30 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 29 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
- 26 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Martin Panter authored
Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
-
Martin Panter authored
-
- 25 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
Based on patch by Christian Heimes.
-
Serhiy Storchaka authored
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
into separate file test_ordered_dict.
-