summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-146-96/+97
| * Issue #25940: Backport self-signed.pythontest.net testing for test_httplibGeorg Brandl2014-11-052-7/+24
* | remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-014-31/+0
* | add 2015 and 2016Benjamin Peterson2016-01-011-1/+1
* | reflowBenjamin Peterson2016-01-011-2/+3
* | 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-016-6/+6
* | fix reorderingBenjamin Peterson2015-12-051-4/+4
* | merge 3.2Benjamin Peterson2015-12-051-3/+4
|\ \ | |/
| * add CVE and issue numberBenjamin Peterson2015-12-051-2/+3
* | Issue #25021: Correctly make sure that product.__setstate__ does not accessKristján Valur Jónsson2015-09-122-2/+20
* | protect against mutation of the dict during insertion (closes #24407)Benjamin Peterson2015-07-053-7/+36
* | add issue numberBenjamin Peterson2015-06-271-1/+1
* | use safe allocation and reallocation macrosBenjamin Peterson2015-06-272-16/+12
* | Issue 24366: Indent code (thanks to li4ick for reporting).Yury Selivanov2015-06-021-1/+1
* | merge 3.2Benjamin Peterson2015-05-261-7/+3
|\ \ | |/
| * keep distutils version in sync with python version automaticallyBenjamin Peterson2015-05-261-7/+3
* | merge 3.2 (#22931)Benjamin Peterson2015-05-233-3/+19
|\ \ | |/
| * allow square brackets in cookie values (closes #22931)Benjamin Peterson2015-05-233-3/+23
* | be more robust against the filters list changing under us (closes #24096)Benjamin Peterson2015-05-033-6/+31
* | just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-033-27/+25
* | merge 3.2 (#24044)Benjamin Peterson2015-04-232-2/+7
|\ \ | |/
| * properly handle malloc failure (closes #24044)Benjamin Peterson2015-04-232-2/+7
* | Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-192-1/+10
* | use PyMem_NEW to detect overflow (closes #23362)Benjamin Peterson2015-03-021-1/+1
* | fix possible overflow bugs in unicodedata (closes #23367)Benjamin Peterson2015-03-022-3/+12
* | merge 3.2Benjamin Peterson2015-02-183-424/+0
|\ \ | |/
| * remove RPM, since it's unused and unmaintainedBenjamin Peterson2015-02-183-424/+0
| * Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.Serhiy Storchaka2015-01-301-0/+2
| * Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-273-33/+161