- 01 Feb, 2016 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Carlo Beccarini <hackdiablo.cb@gmail.com>.
-
Victor Stinner authored
-
- 02 Feb, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
* test_contains() did not override anything * test_expandtabs/upper/lower() in FixedStringTest were masking usable tests in string_tests. These tests now get run for bytearray() and bytes(). * test_expandtabs/upper/lower() in buffer_tests were only run on bytearray() and are redundant with string_tests
-
- 01 Feb, 2016 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
Test test_wrong_cert() runs a server that rejects the client's certificate, so ECONNRESET is reasonable in addition to SSLError. On the other hand, the other three tests don't even need to run a server because they are just testing the parsing of invalid certificate files. Also fix a ResourceWarning by closing the wrapped socket.
-
Victor Stinner authored
Accept time delta up to 0.12 second, instead of 0.11, for the "AMD64 FreeBSD 9.x" buildbot slave.
-
- 31 Jan, 2016 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26248, patch written by Ben Hoyt: 1) Clarify that the return values of is_dir()/is_file()/etc are cached separately for follow_symlinks True and False. 2) Be more specific about when the functions require a system call, and how it relates to caching and follow_symlinks. 3) DRY up common stuff between is_dir and is_file by saying "Caching, system calls made, and exceptions raised are as per is_dir" in is_file. 4) Tweak to the first paragraph of docs for is_dir/is_file to simplify: assume the follow_symlinks=True default, then note the follow_symlinks=False non-default case after.
-
Raymond Hettinger authored
-
- 30 Jan, 2016 10 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
invalid pattern. Patch by Thomas Nyberg.
-
Berker Peksag authored
invalid pattern. Patch by Thomas Nyberg.
-
Berker Peksag authored
This will hopefully make maintenance of venv documentation easier. For example, see commits a4f0d76af176 and 5764cc02244d. This patch has been reviewed by Vinaj Sajip, the maintainer of venv module.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
* Update description of the --system-site-packages option * Show --copies option in the usage
-
- 31 Jan, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
Based on patch by Hagen Fürstenau and Daniel Urban.
-
- 30 Jan, 2016 5 commits
-
-
Berker Peksag authored
* Update description of the --system-site-packages option * Show --copies option in the usage
-
Zachary Ware authored
-
Martin Panter authored
-
Martin Panter authored
Testing for a non-existing certificate file is already done in test_errors(). Copy wrongcert.pem from Python 2 and use it to test the behaviour with a mismatched certificate.
-
Zachary Ware authored
-
- 28 Jan, 2016 12 commits
-
-
Serhiy Storchaka authored
non-atomic attributes.
-
Serhiy Storchaka authored
non-atomic attributes.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
of PyArg_Parse*() functions.
-
Serhiy Storchaka authored
of PyArg_Parse*() functions.
-
Victor Stinner authored
-
Victor Stinner authored
* Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging * Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable especially on slow buildbots. Use a pipe to synchronize the parent and the child processes.
-
Berker Peksag authored
-
Berker Peksag authored
-