summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27587: Move null pointer check earlier in _PyState_AddModule()Berker Peksag2016-08-221-0/+4
* Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-222-0/+4
* Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-211-0/+2
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-212-0/+5
* Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-211-0/+4
* Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
* Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+9
* Minor spelling fixesMartin Panter2016-08-201-1/+1
* Issue #27787: Clean up weak references before checking for dangling threadsMartin Panter2016-08-201-0/+3
* Issue #27713: Surpress spurious build warnings when updating importlib'sNed Deily2016-08-201-0/+3
* Rewrap long lines in Misc/NEWS.R David Murray2016-08-191-20/+26
* #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-192-0/+4
* Fix SystemError in "raise" statementVictor Stinner2016-08-181-0/+4
* merge 3.4 (#27783)Benjamin Peterson2016-08-171-0/+2
|\
| * merge 3.3 (#27783)Benjamin Peterson2016-08-171-0/+2
| |\
| | * rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-0/+2
* | | merge 3.4 (#27774)Benjamin Peterson2016-08-161-0/+2
|\ \ \ | |/ /
| * | merge 3.3 (#27774)Benjamin Peterson2016-08-161-0/+2
| |\ \ | | |/
| | * 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-043-4/+4
* | | 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-302-0/+4
* | | NEWS: tag security related changes with [Security] prefixVictor Stinner2016-07-281-9/+9
* | | Issue #23943: Restore extra fixes lost in merge 4fb2075952a4Martin Panter2016-07-281-2/+2
* | | 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-282-0/+4
* | | 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 #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-0/+1