Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Issue #17633: Improve support for namespace packages with zipimport. | Brett Cannon | 2016-01-15 | 1 | -32/+216 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | 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. | ||||
* | | 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: 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 | 5 | -98/+94 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 | 5 | -86/+82 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 | Martin Panter | 2016-01-14 | 6 | -89/+104 |
| | |\ \ | | | |/ | |||||
| | | * | Issue #25940: Use self-signed.pythontest.net in SSL tests | Martin Panter | 2016-01-14 | 5 | -96/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 heads. | Barry Warsaw | 2016-01-11 | 1 | -10/+11 |
|\ \ \ \ | |||||
| * | | | | Comment out some tests that won't pass now that we've reverted the | Barry Warsaw | 2016-01-11 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | picklability regression. Also, as per further discussion, remove the regressing code. | ||||
* | | | | | - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars | doko@ubuntu.com | 2016-01-11 | 1 | -1/+6 |
|/ / / / | | | | | | | | | | | | | appearing before $() vars. | ||||
* | | | | Merge 3.4 (Issue #26050) | Yury Selivanov | 2016-01-11 | 2 | -39/+314 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #26050: Add asyncio.StreamReader.readuntil() method. | Yury Selivanov | 2016-01-11 | 2 | -39/+314 |
| | | | | | | | | | | | | | | | | Patch by Марк Коренберг. | ||||
* | | | | merge 3.4 | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Sync with asyncio | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.4 | Andrew Svetlov | 2016-01-11 | 3 | -7/+230 |
|\ \ \ \ | |/ / / | |||||
| * | | | Sync with asyncio repo | Andrew Svetlov | 2016-01-11 | 3 | -7/+230 |
| | | | | |||||
* | | | | #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus ↵ | Ezio Melotti | 2016-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Vieira Portela. | ||||
* | | | | Issue #22138: Fix mock.patch behavior when patching descriptors. Restore | Senthil Kumaran | 2016-01-09 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | original values after patching. Patch contributed by Sean McCully. | ||||
* | | | | Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-07 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Hopeful fix for test_rglob_common on Windows without symlinks. | Guido van Rossum | 2016-01-07 | 1 | -2/+5 |
| | | | | |||||
* | | | | Add another try/except PermissionError to avoid depending on listdir order. ↵ | Guido van Rossum | 2016-01-07 | 2 | -13/+16 |
|\ \ \ \ | |/ / / | | | | | | | | | Fix issues #24120 and #26012. (Merge 3.4->3.5) | ||||
| * | | | Add another try/except PermissionError to avoid depending on listdir order. ↵ | Guido van Rossum | 2016-01-07 | 2 | -13/+16 |
| | | | | | | | | | | | | | | | | Fix issues #24120 and #26012. | ||||
* | | | | Fix typo in docstring of multiprocessing.spawn.spawn_main() | Berker Peksag | 2016-01-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-06 | 2 | -0/+34 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. | Guido van Rossum | 2016-01-06 | 2 | -0/+34 |
| | | | | |||||
* | | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 2 | -2/+19 |
|\ \ \ \ | |/ / / | | | | | | | | | pathlib.Path.[r]glob(). (Merge 3.4->3.5) | ||||
| * | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 2 | -2/+19 |
| | | | | | | | | | | | | | | | | pathlib.Path.[r]glob(). | ||||
* | | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 2 | -37/+55 |
|\ \ \ \ | |/ / / | | | | | | | | | Petri. (Merge 3.4->3.5) | ||||
| * | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 2 | -37/+55 |
| | | | | |||||
| * | | | Merge. | Larry Hastings | 2015-12-21 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Rebuild pydoc topics for Python 3.4.4 final. | Larry Hastings | 2015-12-20 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | #22709: Use stdin as-is if it does not have a buffer attribute. | R David Murray | 2016-01-02 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li. | ||||
* | | | | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Davis reviewing code. | ||||
* | | | | | Make catched exception more specific and correct a comment. | Serhiy Storchaka | 2015-12-30 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Issue #25977: Fix typos in Lib/tokenize.py | Berker Peksag | 2015-12-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Patch by John Walker. | ||||
* | | | | | make recording and reporting errors and nonlocal and global directives more ↵ | Benjamin Peterson | 2015-12-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | robust (closes #25973) | ||||
* | | | | | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | ||||
* | | | | | Closes #25685: Made SocketHandler emission more efficient. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Issue #22995: Instances of extension types with a state that aren't | Serhiy Storchaka | 2015-12-25 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. | ||||
* | | | | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() and | Serhiy Storchaka | 2015-12-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | os.fwalk() parameter names. | ||||
* | | | | | Issue #25860: os.fwalk() no longer skips remaining directories when error ↵ | Serhiy Storchaka | 2015-12-22 | 2 | -12/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | occurs. Original patch by Samson Lee. | ||||
* | | | | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 1 | -0/+32 |
| | | | | |