summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+3
* merge 3.5 (closes #27760)Benjamin Peterson2016-08-141-0/+2
|\
| * merge 3.4 (closes #27760)Benjamin Peterson2016-08-141-0/+2
| |\
| | * merge 3.3 (closes #27760)Benjamin Peterson2016-08-141-0/+2
| | |\
| | | * fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-141-0/+2
* | | | merge 3.5Benjamin Peterson2016-08-141-0/+3
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-08-141-0/+3
| |\ \ \ | | |/ /
| | * | do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* | | | merge 3.5 (closes #27758)Benjamin Peterson2016-08-141-0/+3
|\ \ \ \ | |/ / /
| * | | merge 3.4 (closes #27758)Benjamin Peterson2016-08-141-0/+3
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27758)Benjamin Peterson2016-08-141-0/+3
| | |\ \ | | | |/
| | | * check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-141-0/+3
* | | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-121-0/+3
* | | | Issue #25825: Merge AIX fix from 3.5Martin Panter2016-08-121-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #25825: Fix references to Modules/python.expMartin Panter2016-08-121-0/+3
* | | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-0/+3
* | | | Issue #26750: unittest.mock.create_autospec() now works properly forGregory P. Smith2016-08-071-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-0/+3
* | | | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+3
* | | | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-0/+2
* | | | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\ \ \ \ | |/ / /
| * | | Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* | | | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflictMartin Panter2016-08-041-0/+3
* | | | Issue #27641: Merge cross-compiling improvement from 3.5Martin Panter2016-08-041-2/+3
|\ \ \ \ | |/ / /
| * | | Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-2/+3
* | | | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-0/+2
* | | | Issue #22557: Now importing already imported modules is up to 2.5 times faster.Serhiy Storchaka2016-08-021-0/+2
* | | | [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
|\ \ \ \ | |/ / /
| * | | merge headsSenthil Kumaran2016-07-311-0/+4
| |\ \ \
| | * \ \ [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
| | |\ \ \ | | | |/ /
| | | * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
| | | |\ \ | | | | |/
| | | | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+4
* | | | | merge 3.5 (#27656)Benjamin Peterson2016-07-311-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | all SCHED_ constants are optional (closes #27656)Benjamin Peterson2016-07-311-0/+2
| |/ / /
* | | | (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS.Xavier de Gaye2016-07-301-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #27453: CPP invocation in configure must use CPPFLAGS.Xavier de Gaye2016-07-301-0/+3
* | | | Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-0/+4
* | | | Issue #17596: MINGW: add wincrypt.h in Python/random.cMartin Panter2016-07-291-0/+2
* | | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6Zachary Ware2016-07-281-0/+2
* | | | Merge 3.5 (issue #27404)Victor Stinner2016-07-281-8/+8
|\ \ \ \ | |/ / /
| * | | NEWS: tag security related changes with [Security] prefixVictor Stinner2016-07-281-9/+9
* | | | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | | | Issue #27490: Merge pgen cross-compile logic from 3.5Martin Panter2016-07-281-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-0/+3
* | | | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
|\ \ \ \ | |/ / /
| * | | Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
* | | | Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-251-0/+3
* | | | Issue #27581: Merge overflow fix from 3.5Martin Panter2016-07-251-0/+3
|\ \ \ \ | |/ / /