summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ring IDLE.app into 2017, too3.3Ned Deily2017-01-021-1/+1
* ring in 2017 for PythonBenjamin Peterson2017-01-018-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-162-8/+9
* do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-152-3/+3
* fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-132-9/+18
* check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-132-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-305-0/+42
* Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141898-100099/+356253
|\
| * #22758 null mergeR David Murray2016-07-101898-100100/+356254
| |\
| | * 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-033-0/+27
| | * Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3Martin Panter2016-01-151-1/+1
| | |\
| | * \ Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3Martin Panter2016-01-147-89/+111
| | |\ \
| | * | | 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
| | |\ \ \
| | * | | | 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-043-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-251-7/+3
| | |\ \ \ \
| | * \ \ \ \ merge 3.2 (#22931)Benjamin Peterson2015-05-233-3/+19
| | |\ \ \ \ \
| | * | | | | | 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-023-27/+25
| | * | | | | | merge 3.2 (#24044)Benjamin Peterson2015-04-231896-99982/+356125
| | |\ \ \ \ \ \
| | | * | | | | | 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
| | | |\ \ \ \ \ \
| | | * | | | | | | add overflow checking (closes #23361)Benjamin Peterson2015-02-092-2/+14
| | | * | | | | | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-032-27/+11
| | | * | | | | | | reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
| | | * | | | | | | check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-013-2/+32
| | | * | | | | | | check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-013-1/+12
| | | * | | | | | | detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-013-0/+11
| | | * | | | | | | remove extra wsBenjamin Peterson2015-02-011-1/+0
| | | * | | | | | | fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-013-5/+25
| | | * | | | | | | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-273-42/+133
| | | * | | | | | | Issue20467: clarify __init__'s roleEthan Furman2015-01-141-7/+11
| | | * | | | | | | merge 3.2 (closes #23165)Benjamin Peterson2015-01-042-3/+16
| | | |\ \ \ \ \ \ \