summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | invalid memory.
* | 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
| | | | | | | | Patch by Christian Heimes.
* | 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
| | | | | | | | and fix by Guido Vranken.
* | add overflow checking (closes #23361)Benjamin Peterson2015-02-102-2/+14
| |
* | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-022-27/+11
| | | | | | | | Used PyMem_New to check overflow.
* | reduce memory usage of test (closes #23369)Benjamin Peterson2015-02-021-1/+2
| |
* | check for overflows in permutations() and product() (closes #23363, closes ↵Benjamin Peterson2015-02-023-2/+32
| | | | | | | | #23364)
* | check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-023-1/+12
| |
* | detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-023-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
| | | | | | | | and fix by Guido Vranken.
* | Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
| |
* | merge 3.2 (closes #23165)Benjamin Peterson2015-01-042-3/+16
|\ \ | |/
| * add some overflow checks before multiplying (closes #23165)Benjamin Peterson2015-01-042-3/+16
| |
* | merge 3.2Benjamin Peterson2015-01-016-7/+7
|\ \ | |/
| * update for copyright for 2015Benjamin Peterson2015-01-016-7/+7
| |
* | merge 3.2 (#23130)Benjamin Peterson2014-12-301-405/+0
|\ \ | |/
| * delete old ftpmirror script, which now has security bugs (closes #23130)Benjamin Peterson2014-12-301-405/+0
| |
* | merge 3.2 (#16043)Benjamin Peterson2014-12-063-3/+36
|\ \ | |/
| * add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵Benjamin Peterson2014-12-063-3/+36
| | | | | | | | (closes #16043)
* | merge 3.2Benjamin Peterson2014-11-051-2/+2
|\ \ | |/
| * use pythontest.net for url fragment testBenjamin Peterson2014-11-051-2/+2
| |
* | merge 3.2Benjamin Peterson2014-11-031-3/+4
|\ \ | |/
| * move idna test domain to pythontest.netBenjamin Peterson2014-11-031-3/+4
| |
* | make plural s lowercaseBenjamin Peterson2014-10-191-1/+1
| |
* | Fixed signed/unsigned comparison warningAntoine Pitrou2014-10-151-1/+1
| |
* | test is cpython onlyBenjamin Peterson2014-10-151-0/+1
| |
* | it suffices to check for PY_SSIZE_T_MAX overflow (#22643)Benjamin Peterson2014-10-151-3/+2
| |