- 30 Jan, 2016 4 commits
-
-
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 15 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
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and gethostbyname_ex() functions of the socket module now decode the hostname from the ANSI code page rather than UTF-8.
-
Berker Peksag authored
-
- 29 Jan, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
Also add some more tests. Based on patch by Sye van der Veen.
-
- 28 Jan, 2016 6 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Most of the docs has already been updated in c3c188a0325a.
-
Berker Peksag authored
Most of the docs has already been updated in c3c188a0325a.
-
Berker Peksag authored
Patch by Raphael Das Gupta.
-
- 29 Jan, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 28 Jan, 2016 1 commit
-
-
Berker Peksag authored
Patch by Raphael Das Gupta.
-
- 27 Jan, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Augment htest to include all major IOBinding functions.
-
Victor Stinner authored
-