summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-0/+6
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-0/+2
* rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)Benjamin Peterson2016-09-051-0/+3
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-032-0/+4
* Issue #27888: Prevent Windows installer from displaying console windows and f...Steve Dower2016-09-011-0/+5
* Issue #27870: A left shift of zero by a large integer no longer attempts to a...Mark Dickinson2016-08-291-0/+3
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-0/+3
* 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
* # 2466: ismount now recognizes mount points user can't access.R David Murray2016-08-232-0/+4
* Issue #25604: Fix bug in integer true division that could have resulted in of...Mark Dickinson2016-08-211-0/+4
* Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
* Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+6
* Fix some spelling errorsMartin Panter2016-08-201-1/+1
* rearrange methodcaller_new so that the main error case does not cause uniniti...Benjamin Peterson2016-08-171-0/+2
* do not decref value borrowed from list (closes #27774)Benjamin Peterson2016-08-161-0/+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/+7
* fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-141-0/+2
* do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-141-0/+3
* fix possible overflow in encode_basestring_ascii (#23369)Benjamin Peterson2016-08-131-0/+3
* Spelling and grammar fixes in code comments and documentationMartin Panter2016-07-282-2/+2
* Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-2/+2
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-302-0/+5
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-3/+3
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-283-6/+6
* Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-282-0/+4
* Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-251-0/+3
* Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” moduleMartin Panter2016-07-231-0/+5
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-0/+1
* Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-0/+3
* make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-0/+3
* Issue #27369: Don’t test error message detail that changed in Expat 2.2.0Martin Panter2016-07-141-0/+6
* Issue #27473: Fixed possible integer overflow in str, unicode and bytearraySerhiy Storchaka2016-07-121-0/+3
* English spelling and grammar fixesMartin Panter2016-07-111-2/+2
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-023-10/+10
* Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+3
* [port to 2.7] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-0/+4
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-011-0/+4
* Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-0/+9
* Issue #22115: Fixed tracing Tkinter variables.Serhiy Storchaka2016-06-261-0/+4
* merge 2.7.12 release branchBenjamin Peterson2016-06-251-0/+2
|\
| * 2.7.12 finalv2.7.12Benjamin Peterson2016-06-251-0/+2
* | merge 2.7.12 release branchBenjamin Peterson2016-06-221-0/+8
|\ \ | |/
| * fix idle about dialog #27365Benjamin Peterson2016-06-221-0/+5
| * Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-0/+9
* | Fix English spelling and grammar errorsMartin Panter2016-06-201-7/+6
* | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+2
* | Issue #22636: Avoid using a shell in the ctypes.util moduleVictor Stinner2014-10-161-0/+3