summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
| | * do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-161-0/+2
* | | fix corner cases in the management of server_hostname (closes #27773)Benjamin Peterson2016-08-161-0/+2
* | | merge 3.4Benjamin Peterson2016-08-161-2/+2
|\ \ \ | |/ /
| * | fail when negative values are passed to instr()Benjamin Peterson2016-08-161-2/+2
* | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-0/+4
* | | 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.4Benjamin Peterson2016-08-141-0/+3
|\ \ \ | |/ /
| * | do not allow reading negative values with getstr()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 #25825: Fix references to Modules/python.expMartin Panter2016-08-121-0/+3
* | | Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-071-0/+3
* | | Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* | | Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-2/+3
* | | 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
* | | | all SCHED_ constants are optional (closes #27656)Benjamin Peterson2016-07-311-0/+2
|/ / /
* | | Issue #27453: CPP invocation in configure must use CPPFLAGS.Xavier de Gaye2016-07-301-0/+3
* | | NEWS: tag security related changes with [Security] prefixVictor Stinner2016-07-281-9/+9
* | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | | Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-0/+3
* | | Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-0/+6
* | | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-251-0/+3
* | | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-161-1/+3
* | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-0/+5
* | | Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-0/+3
* | | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+5
* | | Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-181-0/+2
* | | Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-171-0/+4
* | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
* | | #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
* | | Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-0/+2
* | | Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-151-0/+3
* | | make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-0/+3
* | | Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-0/+6
|\ \ \ | |/ /
| * | Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-0/+6
| |\ \ | | |/
| | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-0/+3
| | |\
| | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-0/+3
| | | * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
| | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-101-0/+3
| | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5
| * | | Post-release fixups for Python 3.4.5.Larry Hastings2016-06-271-0/+12
| * | | Version bump for 3.4.5 final.v3.4.5Larry Hastings2016-06-251-0/+11
| * | | Release bump for 3.4.5rc1.v3.4.5rc1Larry Hastings2016-06-121-3/+3
* | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-0/+3