summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280)Barry Warsaw2017-02-242-0/+12
* Post-release updates for 3.4.6.Larry Hastings2017-01-172-2/+14
* Added tag v3.4.6 for changeset b662f4776921Larry Hastings2017-01-161-0/+1
* Version bump for Python 3.4.6.v3.4.6Larry Hastings2017-01-163-10/+6
* Merge Python 3.4.6rc1 changes back into main branch.Larry Hastings2017-01-031-1/+1
|\
| * merge 3.3Ned Deily2017-01-021-1/+1
| |\
| | * ring IDLE.app into 2017, tooNed Deily2017-01-021-1/+1
* | | Post-release fixups for Python 3.4.6rc1.Larry Hastings2017-01-032-1/+13
* | | Added tag v3.4.6rc1 for changeset e199a272ccdaLarry Hastings2017-01-021-0/+1
* | | Version bump for 3.4.6rc1.v3.4.6rc1Larry Hastings2017-01-023-7/+7
* | | Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)Larry Hastings2017-01-023-5/+5
|/ /
* | Fix test failure so it's no longer dependent on example.com.Larry Hastings2017-01-021-1/+1
* | merge 3.3Benjamin Peterson2017-01-028-9/+10
|\ \ | |/
| * ring in 2017 for PythonBenjamin Peterson2017-01-028-9/+10
* | Upgrade pip to 9.0.1 and setuptools to 28.8.0Donald Stufft2016-11-163-2/+2
* | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
|\ \ | |/
| * 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 #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 #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-083-45/+216
* | Upgrade pip to 9.0 and setuptools to 28.7.1Donald Stufft2016-11-024-2/+2
* | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-252-10/+5
* | Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-114-3/+8
* | Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-10-063-9/+43
* | properly handle the single null-byte file (closes #24022)Benjamin Peterson2016-09-191-1/+1
* | Issue #26171: Null mergeBerker Peksag2016-09-140-0/+0
|\ \ | |/
| * Issue #26171: Prevent buffer overflow in get_dataBerker Peksag2016-09-142-0/+8
* | Upgrade setuptools to 27.1.2Donald Stufft2016-09-092-1/+1
* | Upgrade setuptools to 27.1.1Donald Stufft2016-09-092-1/+1
* | Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by deve...Jason R. Coombs2016-09-061-2/+5
* | Issue #12885: Revert commits in 3.4 branch which is security-only fixes.Jason R. Coombs2016-09-023-69/+29
* | Issue #12885: Correct issue reference in NEWSJason R. Coombs2016-09-021-1/+1
* | Backed out changeset cc86e9e102e8Jason R. Coombs2016-09-021-2/+9
* | Issue #12285: Update NEWSJason R. Coombs2016-09-021-0/+2
* | Issue #12285: Replace implementation of findall with implementation from Setu...Jason R. Coombs2015-09-191-27/+21
* | Sort result to avoid spurious errors due to order.Jason R. Coombs2015-08-301-2/+2
* | Add docstring and additional test revealing nuances of the implementation as ...Jason R. Coombs2015-09-191-0/+16
* | Add another test capturing the basic discovery expectation.Jason R. Coombs2015-08-301-0/+11
* | Issue #12285: Add test capturing failure.Jason R. Coombs2015-08-301-0/+10
* | Use modern mechanism for test discoveryJason R. Coombs2015-08-301-5/+2
* | merge 3.3 (#27783)Benjamin Peterson2016-08-172-8/+9
|\ \ | |/
| * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-172-8/+9
* | merge 3.3 (#27774)Benjamin Peterson2016-08-162-3/+3
|\ \ | |/
| * do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-162-3/+3
* | fail when negative values are passed to instr()Benjamin Peterson2016-08-163-2/+12
* | Update setuptools/pip to 25.2.0/8.1.2Donald Stufft2016-08-143-2/+2
* | merge 3.3 (closes #27760)Benjamin Peterson2016-08-142-9/+17
|\ \ | |/
| * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-142-9/+18
* | do not allow reading negative values with getstr()Benjamin Peterson2016-08-143-0/+14