/library/http/

on.ico'/>
summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.4][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3353)Victor Stinner2017-09-2420-153/+1281
* bpo-29169: Update zlib to 1.2.11 (#3107)Victor Stinner2017-08-1628-1176/+2105
* [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (...Victor Stinner2017-07-1215-608/+1375
* [security][3.4] bpo-30730: Prevent environment variables injection in subproc...Serhiy Storchaka2017-07-111-4/+19
* merge 3.3 (#27783)Benjamin Peterson2016-08-171-8/+7
|\
| * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-8/+7
* | merge 3.3 (#27774)Benjamin Peterson2016-08-161-3/+1
|\ \ | |/
| * do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-161-3/+1
* | fail when negative values are passed to instr()Benjamin Peterson2016-08-161-0/+8
* | merge 3.3 (closes #27760)Benjamin Peterson2016-08-141-9/+15
|\ \ | |/
| * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-141-9/+16
* | do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+8
* | merge 3.3 (#27758)Benjamin Peterson2016-08-141-4/+19
|\ \ | |/
| * check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-141-4/+19
* | Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-05