summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue 27936: Fix inconsistent round() behavior between float and intRaymond Hettinger2016-09-031-0/+4
* Issue #12885: Merge 3.4Jason R. Coombs2016-09-021-1/+1
|\
| * Issue #12885: Correct issue reference in NEWSJason R. Coombs2016-09-021-1/+1
* | Issue #12285: Merge with 3.4Jason R. Coombs2016-09-021-0/+2
|\ \ | |/
| * Issue #12285: Update NEWSJason R. Coombs2016-09-021-0/+2
* | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-0/+3
* | Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-311-0/+5
* | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-0/+3
* | Issue #25825: Fix references to $(LIBPL) installation path on AIXMartin Panter2016-08-271-2/+4
* | Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-0/+2
* | Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+3
* | Issue #6057: Document exceptions in sqlite3 moduleBerker Peksag2016-08-241-0/+1
* | A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-231-0/+6
* | 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
| |\ \ \ | | |/ /