Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug ↵ | Serhiy Storchaka | 2016-10-25 | 2 | -10/+5 |
| | | | | build. | ||||
* | Issue #28248: Update Windows build to use OpenSSL 1.0.2j | Zachary Ware | 2016-10-11 | 4 | -3/+8 |
| | |||||
* | Issue #27759: Fix selectors incorrectly retain invalid file descriptors. | Yury Selivanov | 2016-10-06 | 3 | -9/+43 |
| | | | | (Backported to 3.4 as this bug might be exploited to for DoS) | ||||
* | properly handle the single null-byte file (closes #24022) | Benjamin Peterson | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Issue #26171: Null merge | Berker Peksag | 2016-09-14 | 0 | -0/+0 |
|\ | |||||
| * | Issue #26171: Prevent buffer overflow in get_data | Berker Peksag | 2016-09-14 | 2 | -0/+8 |
| | | | | | | | | Backport of 01ddd608b85c. | ||||
* | | Upgrade setuptools to 27.1.2 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | | |||||
* | | Upgrade setuptools to 27.1.1 | Donald Stufft | 2016-09-09 | 2 | -1/+1 |
| | | |||||
* | | Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by ↵ | Jason R. Coombs | 2016-09-06 | 1 | -2/+5 |
| | | | | | | | | developed for Issue #12885. | ||||
* | | Issue #12885: Revert commits in 3.4 branch which is security-only fixes. | Jason R. Coombs | 2016-09-02 | 3 | -69/+29 |
| | | |||||
* | | Issue #12885: Correct issue reference in NEWS | Jason R. Coombs | 2016-09-02 | 1 | -1/+1 |
| | | |||||
* | | Backed out changeset cc86e9e102e8 | Jason R. Coombs | 2016-09-02 | 1 | -2/+9 |
| | | |||||
* | | Issue #12285: Update NEWS | Jason R. Coombs | 2016-09-02 | 1 | -0/+2 |
| | | |||||
* | | Issue #12285: Replace implementation of findall with implementation from ↵ | Jason R. Coombs | 2015-09-19 | 1 | -27/+21 |
| | | | | | | | | Setuptools 7ce820d524db. | ||||
* | | Sort result to avoid spurious errors due to order. | Jason R. Coombs | 2015-08-30 | 1 | -2/+2 |
| | | |||||
* | | Add docstring and additional test revealing nuances of the implementation as ↵ | Jason R. Coombs | 2015-09-19 | 1 | -0/+16 |
| | | | | | | | | found in setuptools. | ||||
* | | Add another test capturing the basic discovery expectation. | Jason R. Coombs | 2015-08-30 | 1 | -0/+11 |
| | | |||||
* | | Issue #12285: Add test capturing failure. | Jason R. Coombs | 2015-08-30 | 1 | -0/+10 |
| | | |||||
* | | Use modern mechanism for test discovery | Jason R. Coombs | 2015-08-30 | 1 | -5/+2 |
| | | |||||
* | | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 2 | -8/+9 |
|\ \ | |/ | |||||
| * | rearrange methodcaller_new so that the main error case does not cause ↵ | Benjamin Peterson | 2016-08-17 | 2 | -8/+9 |
| | | | | | | | | uninitialized memory usage (closes #27783) | ||||
* | | merge 3.3 (#27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 2 | -3/+3 |
| | | |||||
* | | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 3 | -2/+12 |
| | | |||||
* | | Update setuptools/pip to 25.2.0/8.1.2 | Donald Stufft | 2016-08-14 | 3 | -2/+2 |
| | | |||||
* | | merge 3.3 (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+17 |
|\ \ | |/ | |||||
| * | fix possible integer overflow in binascii.b2a_qp (closes #27760) | Benjamin Peterson | 2016-08-14 | 2 | -9/+18 |
| | | | | | | | | Reported by Thomas E. Hybel | ||||
* | | do not allow reading negative values with getstr() | Benjamin Peterson | 2016-08-14 | 3 | -0/+14 |
| | | |||||
* | | merge 3.3 (#27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
|\ \ | |/ | |||||
| * | check for overflow in join_append_data (closes #27758) | Benjamin Peterson | 2016-08-14 | 2 | -4/+22 |
| | | | | | | | | Reported by Thomas E. Hybel | ||||
* | | Issue #20160: Merged fix from 3.3. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
|\ \ | |/ | |||||
| * | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 3 | -2/+65 |
| | | |||||
* | | Merge 3.3 | Donald Stufft | 2016-08-03 | 3 | -5/+5 |
|\ \ | |/ | |||||
| * | Switch upload.pypi.io to upload.pypi.org | Donald Stufft | 2016-08-03 | 3 | -4/+4 |
| | | |||||
* | | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
|\ \ | |/ | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
| * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 5 | -0/+42 |
| | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. | ||||
* | | Issue #27369: Merge test_pyexpat from 3.3 into 3.4 | Martin Panter | 2016-07-14 | 2 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #27369: Merge test_pyexpat from 3.2 into 3.3 | Martin Panter | 2016-07-14 | 2 | -4/+5 |
| |\ | |||||
| | * | Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2 | Martin Panter | 2016-07-14 | 2 | -4/+5 |
| | | | |||||
| | * | Issue #22758: Move NEWS entry to Library section | Martin Panter | 2016-07-14 | 1 | -3/+3 |
| | | | |||||
* | | | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | #22758: fix regression in handling of secure cookies. | R David Murray | 2016-07-10 | 3 | -11/+61 |
| | | | | | | | | | | | | | | | This backports the fix from #16611, per discussion with the release manager. | ||||
* | | | merge 3.3 | Benjamin Peterson | 2016-07-06 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -4/+4 |
| | | | |||||
| * | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-02 | 3 | -0/+27 |
| | | | |||||
* | | | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -5/+5 |
| | | | |||||
* | | | Merge. | Larry Hastings | 2016-06-27 | 3 | -5/+11 |
|\ \ \ | |||||
| * | | | Docs: add html-stable autobuild variant | Georg Brandl | 2016-06-15 | 1 | -1/+7 |
| | | | | |||||
| * | | | sync ordering of stddef.h includes with expat 2.1.1 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 |
| | | | |