Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Version bump for 3.4.5 final.v3.4.5 | Larry Hastings | 2016-06-25 | 3 | -5/+16 | |
| | | | | ||||||
* | | | | Regenerate pydoc topics for 3.4.5 final. | Larry Hastings | 2016-06-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. | Matthias Klose | 2016-06-13 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Added tag v3.4.5rc1 for changeset 3631bb4a2490 | Larry Hastings | 2016-06-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | Release bump for 3.4.5rc1.v3.4.5rc1 | Larry Hastings | 2016-06-12 | 3 | -9/+9 | |
| | | | ||||||
* | | | Regenerate pydoc topics for 3.4.5rc1. | Larry Hastings | 2016-06-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 | |
| | | | ||||||
* | | | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
| | | | ||||||
* | | | Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. | Guido van Rossum | 2016-05-19 | 4 | -58/+0 | |
| | | | | | | | | | | | | | | | | | | | | | These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.) | |||||
* | | | Upgrade ensurepip bundled setuptools to 20.10.1 | Donald Stufft | 2016-05-02 | 2 | -1/+1 | |
| | | | ||||||
* | | | Issue26748: Enum classes should evaluate as True | Ethan Furman | 2016-04-14 | 2 | -0/+19 | |
| | | | ||||||
* | | | remove useless $ keyword (closes #17167) | Benjamin Peterson | 2016-03-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 | Donald Stufft | 2016-03-17 | 3 | -2/+2 | |
| | | | ||||||
* | | | Backed out changeset 19a3e0e664af | Serhiy Storchaka | 2016-03-08 | 1 | -5/+1 | |
| | | | ||||||
* | | | Issues #23808, #25911: Trying to fix walk tests on Windows. | Serhiy Storchaka | 2016-03-08 | 1 | -1/+5 | |
| | | | | | | | | | | | | On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag. | |||||
* | | | properly use the ObjArgs variant of CallMethod in dictview binary operations ↵ | Benjamin Peterson | 2016-03-04 | 3 | -5/+11 | |
| | | | | | | | | | | | | (closes #26478) | |||||
* | | | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | Patch by Liang-Bo Wang. | |||||
* | | | asyncio: Update 3.4 asyncio/test_tasks to upstream version | Yury Selivanov | 2016-03-02 | 1 | -1/+2 | |
| | | | ||||||
* | | | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 2 | -7/+12 | |
| | | | ||||||
* | | | open the cert store readonly | Benjamin Peterson | 2016-02-18 | 2 | -2/+8 | |
| | | | | | | | | | | | | Patch from Chi Hsuan Yen. | |||||
* | | | reject negative data_size | Benjamin Peterson | 2016-01-22 | 1 | -0/+4 | |
| | | | ||||||
* | | | Upgrade pip to 8.0.2 | Donald Stufft | 2016-01-22 | 2 | -1/+1 | |
| | | | ||||||
* | | | prevent buffer overflow in get_data (closes #26171) | Benjamin Peterson | 2016-01-21 | 2 | -0/+8 | |
| | | | ||||||
* | | | fix refleak in error condition | Benjamin Peterson | 2016-01-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | remove script from epub (closes #26172) | Benjamin Peterson | 2016-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update pip to 8.0.0 and setuptools to 19.4 | Donald Stufft | 2016-01-20 | 3 | -2/+2 | |
| | | | ||||||
* | | | 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 #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 | -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. | |||||
* | | | Issue #26050: Add asyncio.StreamReader.readuntil() method. | Yury Selivanov | 2016-01-11 | 3 | -39/+317 | |
| | | | | | | | | | | | | Patch by Марк Коренберг. | |||||
* | | | Document asyncio.timeout() | Andrew Svetlov | 2016-01-11 | 1 | -46/+63 | |
| | | | ||||||
* | | | Sync with asyncio | Andrew Svetlov | 2016-01-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Sync with asyncio repo | Andrew Svetlov | 2016-01-11 | 4 | -7/+235 | |
| | | | ||||||
* | | | delete old crypto prose (closes #26066) | Benjamin Peterson | 2016-01-10 | 1 | -11/+0 | |
| | | | ||||||
* | | | fix typo in unittest docs (closes #26046) | Benjamin Peterson | 2016-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch from Upendra Kumar. | |||||
* | | | 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. | |||||
* | | | Issue16544 - Add a link to an external documentation resource in ast module ↵ | Senthil Kumaran | 2016-01-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | docs. | |||||
* | | | Add versionadded (3.4.5) to docs for issue #22570. | Guido van Rossum | 2016-01-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | Docs for issue #22570. | Guido van Rossum | 2016-01-06 | 1 | -0/+17 | |
| | | | ||||||
* | | | Issue #22570: Add 'path' attribute to pathlib.Path objects. | Guido van Rossum | 2016-01-06 | 3 | -0/+40 | |
| | | | ||||||
* | | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 3 | -2/+22 | |
| | | | | | | | | | | | | pathlib.Path.[r]glob(). | |||||
* | | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 4 | -37/+59 | |
| | | | ||||||
* | | | Issue24898 - Improve str.find documentation. | Senthil Kumaran | 2016-01-04 | 1 | -4/+3 | |
| | | | | | | | | | | | | Simplify str.find explaination as per Georg Brandl's suggestion. |