Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #25850: Use cross-compilation by default for 64-bit Windows. | Steve Dower | 2016-01-16 | 2 | -16/+7 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Issue #25850: Use cross-compilation by default for 64-bit Windows. | Steve Dower | 2016-01-16 | 2 | -16/+7 | |
| | | | ||||||
* | | | Issue #25089: Adds short documentation section for modifying an install. | Steve Dower | 2016-01-16 | 1 | -0/+17 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25089: Adds short documentation section for modifying an install. | Steve Dower | 2016-01-16 | 1 | -0/+17 | |
| | | | ||||||
* | | | Issue #23883: grp and pwd are None on Windows | Martin Panter | 2016-01-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #23883: Removed redundant names from blacklists. | Serhiy Storchaka | 2016-01-16 | 2 | -3/+3 | |
| | | | ||||||
* | | | Issue #23883: Update news | Martin Panter | 2016-01-16 | 2 | -5/+7 | |
| | | | ||||||
* | | | Issue #23883: Add missing APIs to tarfile.__all__ | Martin Panter | 2016-01-16 | 2 | -1/+22 | |
| | | | | | | | | | | | | Patch by Joel Taddei and Jacek Kołodziej. | |||||
* | | | Issue #23883: Add missing APIs to calendar.__all__ | Martin Panter | 2016-01-16 | 3 | -1/+13 | |
| | | | | | | | | | | | | Patch by Joel Taddei and Jacek Kołodziej. | |||||
* | | | Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues | Martin Panter | 2016-01-16 | 3 | -1/+11 | |
| | | | ||||||
* | | | Merge from 3.5 | Senthil Kumaran | 2016-01-16 | 1 | -34/+35 | |
|\ \ \ | |/ / | | | | | | | | | | | | | Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. Patch contributed by Upendra Kumar. | |||||
| * | | Issue26035 - Correct the argument names used in the docs of the traceback ↵ | Senthil Kumaran | 2016-01-16 | 1 | -34/+35 | |
| | | | | | | | | | | | | | | | | | | module. Make it consistent with module args. Patch contributed by Upendra Kumar. | |||||
* | | | Issue #26127: Merge test_gdb fix from 3.5 | Martin Panter | 2016-01-16 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings | Martin Panter | 2016-01-16 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Otherwise, GDB seems to affect the terminal's foreground process group, interfering with test_ioctl, which does not expect the foreground process to change during the test. This change also solves the problem of the tests being stopped in the shell if test_gdb is run twice in parallel. | |||||
* | | | Issue #26127: Merge tokenize documentation | Martin Panter | 2016-01-16 | 1 | -7/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost | Martin Panter | 2016-01-16 | 1 | -7/+7 | |
| | | | ||||||
* | | | Make the error message regex more lenient so that it matches both | Gregory P. Smith | 2016-01-16 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | "certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL. | |||||
| * | | Make the error message regex more lenient so that it matches both | Gregory P. Smith | 2016-01-16 | 1 | -2/+2 | |
| |\ \ | | |/ | | | | | | | | | | "certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL. | |||||
| | * | Make the error message regex more lenient so that it matches both | Gregory P. Smith | 2016-01-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | "certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL. | |||||
* | | | branch merge | Ethan Furman | 2016-01-15 | 3 | -5/+26 | |
|\ \ \ | ||||||
| * | | | revert change 87a9dff5106c: pure Enum members again evaluate to True; | Ethan Furman | 2016-01-15 | 3 | -5/+26 | |
| | | | | | | | | | | | | | | | | | | | | update Finer Points section of docs to cover boolean evaluation; add more tests for pure and mixed boolean evaluation | |||||
* | | | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ are | Brett Cannon | 2016-01-15 | 7 | -310/+376 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | not defined for a relative import. This is the start of work to try and clean up import semantics to rely more on a module's spec than on the myriad attributes that get set on a module. Thanks to Rose Ames for the patch. | |||||
* | | | Merge for issue #17633 | Brett Cannon | 2016-01-15 | 2 | -48/+248 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #17633: Improve support for namespace packages with zipimport. | Brett Cannon | 2016-01-15 | 3 | -48/+250 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously zipimport mistakenly limited namespace support to only the top-level of the zipfile when it should have supported an arbitrary depth. Thanks to Phil Connel for the bug report and initial patch and Mike Romberg for the final patch. | |||||
* | | | Merge 'used with permission' additions | Brett Cannon | 2016-01-15 | 3 | -1/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Add some "used with permission" mentions where external resources are ↵ | Brett Cannon | 2016-01-15 | 3 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | referenced. Permission was validated prior to adding these markings. | |||||
* | | | Merge for issue #26114 | Brett Cannon | 2016-01-15 | 1 | -3/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26114: Remove a reference to 'Numerical Recipes'. | Brett Cannon | 2016-01-15 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | While no copyright violation occurred, the license which 'Numerical Recipes' operates under is not amenable to Python, so to prevent confusion it's easier to simply remove its mention. | |||||
* | | | Issue #25940: Merge ETIMEDOUT fix from 3.5 | Martin Panter | 2016-01-15 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 | Martin Panter | 2016-01-15 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 | Martin Panter | 2016-01-15 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 | Martin Panter | 2016-01-15 | 1 | -1/+1 | |
| | | |\ | ||||||
| | | | * | Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT | Martin Panter | 2016-01-15 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Issue #25940: test_ssl is working again | Martin Panter | 2016-01-14 | 1 | -2/+0 | |
| | | | | | ||||||
* | | | | | Issue #25940: Merge self-signed.pythontest.net testing from 3.5 | Martin Panter | 2016-01-14 | 6 | -111/+111 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25940: Update new SSL tests for self-signed.pythontest.net | Martin Panter | 2016-01-14 | 1 | -13/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Removed SSL_ERROR_SYSCALL checking from ssl_io_loop() so that the loop can terminate when unwrap() raises that error. | |||||
| * | | | | Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 | Martin Panter | 2016-01-14 | 6 | -98/+97 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #25940: Update new SSL tests for self-signed.pythontest.net | Martin Panter | 2016-01-14 | 1 | -12/+12 | |
| | | | | | ||||||
| | * | | | Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 | Martin Panter | 2016-01-14 | 6 | -86/+88 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 | Martin Panter | 2016-01-14 | 7 | -89/+111 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Issue #25940: Use self-signed.pythontest.net in SSL tests | Martin Panter | 2016-01-14 | 6 | -96/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work (in Python 3.4+). Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} The new server responds with "No route to host" when connecting to port 444. | |||||
| | | | * | Issue #25940: Backport self-signed.pythontest.net testing for test_httplib | Georg Brandl | 2014-11-05 | 2 | -7/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The svn.python.org server recently changed root certificate, causing the test to fail. This backports revision 4985375db40f. | |||||
* | | | | | - merge 3.5 | doko@ubuntu.com | 2016-01-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | dictobject.c(dict_sizeof): Make it static again. | doko@ubuntu.com | 2016-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #25822: Add docstrings to the fields of urllib.parse results. | Senthil Kumaran | 2016-01-14 | 2 | -2/+68 | |
| | | | | | | | | | | | | | | | | | | | | Patch contributed by Swati Jaiswal. | |||||
* | | | | | Add a NEWS entry for Issue #22642. | Senthil Kumaran | 2016-01-13 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Issue22642 - Convert trace module's option handling mechanism from getopt to ↵ | Senthil Kumaran | 2016-01-13 | 2 | -205/+156 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argparse. Patch contributed by SilentGhost. | |||||
* | | | | | Issue25347 - Format the error message output of mock's assert_has_calls method. | Senthil Kumaran | 2016-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Patch contributed by Robert Zimmerman. | |||||
* | | | | | #26001: merge with 3.5. | Ezio Melotti | 2016-01-12 | 1 | -7/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | #26001: mention in the tutorial that files in binary mode expect bytes, not str. | Ezio Melotti | 2016-01-12 | 1 | -7/+8 | |
| | | | | |