- 16 Dec, 2015 1 commit
-
-
Martin Panter authored
In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name.
-
- 15 Dec, 2015 3 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 14 Dec, 2015 6 commits
-
-
Gregory P. Smith authored
APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands.
-
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. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed.
-
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 9 commits
-
-
Victor Stinner authored
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Guido van Rossum authored
-
- 12 Dec, 2015 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 11 Dec, 2015 7 commits
-
-
Berker Peksag authored
This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757)
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/303 for details
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Martin Panter authored
-
Martin Panter authored
Also align the parameter naming in binascii to be consistent with zlib.
-
- 10 Dec, 2015 1 commit
-
-
Martin Panter authored
The previous fix only handled the case of the parent package of __main__ failing to initialize. Also make the "Error while finding spec" formatting slightly more appealing, and document and test that the module name must be absolute.
-
- 09 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
- 08 Dec, 2015 3 commits
-
-
Martin Panter authored
These were added in revision b71cda2f48c6.
-
Berker Peksag authored
-
Martin Panter authored
Also document that the separate functions that delete objects are preferred; using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to delete is deprecated.
-
- 07 Dec, 2015 4 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Larry Hastings authored
-
Larry Hastings authored
-