summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* post 3.3.7, should there be any3.33.3Ned Deily2017-09-191-1/+1
* Bump to 3.3.7v3.3.7Ned Deily2017-09-193-5/+13
* Link to generated changelog, not website.Ned Deily2017-09-072-1/+3
* Ensure Doc build has Misc/NEWS for changelogNed Deily2017-09-072-1/+15
* Bump version for post 3.3.7rc1Ned Deily2017-09-061-1/+1
* Bump to 3.3.7rc1v3.3.7rc1Ned Deily2017-09-063-15/+16
* Remove unused suspicious rulesNed Deily2017-09-061-6/+0
* Backport changes to pyspecific.pyNed Deily2017-09-061-58/+66
* Update pydoc topics for 3.3.7rc1Ned Deily2017-09-061-4/+4
* Update NEWS.d and suspicious doc filterNed Deily2017-09-0630-6843/+20776
* [3.3] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3352)Victor Stinner2017-09-0623-153/+1289
* Fix doc role typos in argparse.rst.Ned Deily2017-09-041-2/+2
* [3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-263-1/+10
* bpo-26657: Fix Windows directory traversal vulnerability with http.server (#7...Victor Stinner2017-07-263-3/+25
* [3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817)Serhiy Storchaka2017-07-263-0/+95
* [3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678)...Serhiy Storchaka2017-07-264-29/+143
* [3.3] bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849)...Victor Stinner2017-07-264-52/+208
* [3.3] Backport CI config from master and remove skipped imaplib tests (#2481)Victor Stinner2017-07-202-10/+54
* [security][3.3] bpo-30730: Prevent environment variables injection in subproc...Serhiy Storchaka2017-07-195-8/+70
* [3.3] bpo-30585: [security] raise an error when STARTTLS fails (#225)Victor Stinner2017-07-192-0/+8
* Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)Segev Finer2017-07-161-1/+1
* [3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (...Victor Stinner2017-07-1617-607/+1407
* bpo-23844: Fix test_dh_params failureNed Deily2017-07-163-10/+8
* Fix test_site test_license_exists_at_urlNed Deily2017-07-161-1/+1
* Fix distutils test_upload failureNed Deily2017-07-161-1/+1
* Bump PY_VERSION to 3.3.6+Ned Deily2017-07-161-1/+1
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2332larryhastings2017-06-2211-0/+11
* ring IDLE.app into 2017, tooNed Deily2017-01-021-1/+1
* ring in 2017 for PythonBenjamin Peterson2017-01-028-9/+10
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
* Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-122-1/+4
* Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-083-45/+216
* Issue #26171: Prevent buffer overflow in get_dataBerker Peksag2016-09-142-0/+8
* rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-172-8/+9
* do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-162-3/+3
* fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-142-9/+18
* check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-142-4/+22
* Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-053-2/+65
* Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-033-4/+4
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-315-0/+42
* Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-142-4/+5
|\
| * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-142-4/+5
| * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
* | #22758 null mergeR David Murray2016-07-100-0/+0
|\ \ | |/
| * #22758: fix regression in handling of secure cookies.R David Murray2016-07-103-11/+61
* | Switch to the new upload url for PyPIDonald Stufft2016-07-063-4/+4
* | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-023-0/+27
* | Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3Martin Panter2016-01-151-1/+1
|\ \ | |/
| * Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUTMartin Panter2016-01-151-1/+3
* | Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3Martin Panter2016-01-147-89/+111
|\ \ | |/