| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reflow | Benjamin Peterson | 2016-01-01 | 1 | -2/+3 |
| | | |||||
| * | 2016 will be another year of writing copyrighted code | Benjamin Peterson | 2016-01-01 | 6 | -6/+6 |
| | | |||||
| * | fix reordering | Benjamin Peterson | 2015-12-05 | 1 | -4/+4 |
| | | |||||
| * | merge 3.2 | Benjamin Peterson | 2015-12-05 | 1 | -3/+4 |
| |\ | |||||
| | * | add CVE and issue number | Benjamin Peterson | 2015-12-05 | 1 | -2/+3 |
| | | | |||||
| * | | Issue #25021: Correctly make sure that product.__setstate__ does not access | Kristján Valur Jónsson | 2015-09-12 | 2 | -2/+20 |
| | | | | | | | | | invalid memory. | ||||
| * | | protect against mutation of the dict during insertion (closes #24407) | Benjamin Peterson | 2015-07-05 | 3 | -7/+36 |
| | | | |||||
| * | | add issue number | Benjamin Peterson | 2015-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | use safe allocation and reallocation macros | Benjamin Peterson | 2015-06-27 | 2 | -16/+12 |
| | | | |||||
| * | | Issue 24366: Indent code (thanks to li4ick for reporting). | Yury Selivanov | 2015-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.2 | Benjamin Peterson | 2015-05-26 | 1 | -7/+3 |
| |\ \ | |/ | |||||
| | * | keep distutils version in sync with python version automatically | Benjamin Peterson | 2015-05-26 | 1 | -7/+3 |
| | | | |||||
| * | | merge 3.2 (#22931) | Benjamin Peterson | 2015-05-23 | 3 | -3/+19 |
| |\ \ | |/ | |||||
| | * | allow square brackets in cookie values (closes #22931) | Benjamin Peterson | 2015-05-23 | 3 | -3/+23 |
| | | | |||||
| * | | be more robust against the filters list changing under us (closes #24096) | Benjamin Peterson | 2015-05-03 | 3 | -6/+31 |
| | | | |||||
| * | | just sort the items tuple directly (closes #24094) | Benjamin Peterson | 2015-05-03 | 3 | -27/+25 |
| | | | |||||
| * | | merge 3.2 (#24044) | Benjamin Peterson | 2015-04-23 | 2 | -2/+7 |
| |\ \ | |/ | |||||
| | * | properly handle malloc failure (closes #24044) | Benjamin Peterson | 2015-04-23 | 2 | -2/+7 |
| | | | | | | | | | Patch by Christian Heimes. | ||||
| * | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation error | Christian Heimes | 2015-04-19 | 2 | -1/+10 |
| | | | |||||
| * | | use PyMem_NEW to detect overflow (closes #23362) | Benjamin Peterson | 2015-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | fix possible overflow bugs in unicodedata (closes #23367) | Benjamin Peterson | 2015-03-02 | 2 | -3/+12 |
| | | | |||||
| * | | merge 3.2 | Benjamin Peterson | 2015-02-18 | 3 | -424/+0 |
| |\ \ | |/ | |||||
| | * | remove RPM, since it's unused and unmaintained | Benjamin Peterson | 2015-02-18 | 3 | -424/+0 |
| | | | |||||
| | * | Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. | Serhiy Storchaka | 2015-01-30 | 1 | -0/+2 |
| | | | |||||
| | * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 3 | -33/+161 |
| | | | | | | | | | and fix by Guido Vranken. | ||||
| * | | add overflow checking (closes #23361) | Benjamin Peterson | 2015-02-10 | 2 | -2/+14 |
| | | | |||||
| * | | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-02 | 2 | -27/+11 |
| | | | | | | | | | Used PyMem_New to check overflow. | ||||
| * | | reduce memory usage of test (closes #23369) | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
| | | | |||||
| * | | check for overflows in permutations() and product() (closes #23363, closes ↵ | Benjamin Peterson | 2015-02-02 | 3 | -2/+32 |
| | | | | | | | | | #23364) | ||||
| * | | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-02 | 3 | -1/+12 |
| | | | |||||
| * | | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-02 | 3 | -0/+11 |
| | | | |||||
| * | | remove extra ws | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
| | | | |||||
| * | | fix possible overflow in encode_basestring_ascii (closes #23369) | Benjamin Peterson | 2015-02-01 | 3 | -5/+25 |
| | | | |||||
| * | | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 3 | -42/+133 |
| | | | | | | | | | and fix by Guido Vranken. | ||||
| * | | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
| | | | |||||
| * | | merge 3.2 (closes #23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
| |\ \ | |/ | |||||
| | * | add some overflow checks before multiplying (closes #23165) | Benjamin Peterson | 2015-01-04 | 2 | -3/+16 |
| | | | |||||
| * | | merge 3.2 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| |\ \ | |/ | |||||
| | * | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| | | | |||||
| * | | merge 3.2 (#23130) | Benjamin Peterson | 2014-12-30 | 1 | -405/+0 |
| |\ \ | |/ | |||||
| | * | delete old ftpmirror script, which now has security bugs (closes #23130) | Benjamin Peterson | 2014-12-30 | 1 | -405/+0 |
| | | | |||||
| * | | merge 3.2 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
| |\ \ | |/ | |||||
| | * | add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵ | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
| | | | | | | | | | (closes #16043) | ||||
| * | | merge 3.2 | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | use pythontest.net for url fragment test | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
| | | | |||||
| * | | merge 3.2 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| |\ \ | |/ | |||||
| | * | move idna test domain to pythontest.net | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| | | | |||||
| * | | make plural s lowercase | Benjamin Peterson | 2014-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed signed/unsigned comparison warning | Antoine Pitrou | 2014-10-15 | 1 | -1/+1 |
| | | | |||||
| * | | test is cpython only | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
| | | | |||||
