summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-15/+21
* suppress stderr output when checking gdb (closes #27969)Benjamin Peterson2016-09-061-0/+1
* Issue #27748: Backed out changeset 6137d0ed0a15Zachary Ware2016-09-051-4/+1
* Issue #27748: strengthen test_alias_nofallbackZachary Ware2016-09-051-1/+4
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-32/+50
* Issue #27748: Simplify test_winsound.Zachary Ware2016-09-052-204/+63
* Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* Issue #27922: IDLE test_idlehistory no longer flash tk widgets.Terry Jan Reedy2016-09-041-0/+1
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-032-1/+12
* Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-015-5/+13
* Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
* Backport spelling fix.Terry Jan Reedy2016-08-301-14/+17
* Issue #27870: A left shift of zero by a large integer no longer attempts to a...Mark Dickinson2016-08-291-0/+15
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-1/+1
* Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+30
* Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-252-22/+22
* Issue #12660: Backport 84bbb8d2d237Zachary Ware2016-08-241-0/+4
* #2466: fix test failure on windows.R David Murray2016-08-241-3/+3
* # 2466: ismount now recognizes mount points user can't access.R David Murray2016-08-232-2/+66
* 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
* Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
* Issue #27614: Avoid race in test_docxmlrpc server setupMartin Panter2016-08-181-29/+11
* Issue #27611: Don't import volatile attribute.Terry Jan Reedy2016-08-161-3/+4
* fail when negative values are passed to instr()Benjamin Peterson2016-08-161-0/+2
* Upgrade setuptools/pip to to 25.2.0/8.1.2Donald Stufft2016-08-143-2/+2
* do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-6/+25
* Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocksTerry Jan Reedy2016-08-101-13/+11
* Correct misspellings of ISO-8859Martin Panter2016-08-103-4/+4
* Issue #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-092-1/+14
* Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-051-0/+35
* Spelling and grammar fixes in code comments and documentationMartin Panter2016-07-283-3/+3
* Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-033-5/+5
* Issue #20767: Fix -R option for FreeBSD/clang.Stefan Krah2016-08-031-0/+2
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-302-0/+21
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-289-10/+10
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-286-7/+7
* Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” moduleMartin Panter2016-07-231-0/+120
* Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-0/+12
* make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-2/+4
* Issue #27369: Don’t test error message detail that changed in Expat 2.2.0Martin Panter2016-07-141-4/+2
* English spelling and grammar fixesMartin Panter2016-07-118-9/+9
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0215-19/+19
* Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-8/+21
* [port to 2.7] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-102-8/+25
* reduce marshal stack size in debug mode on windows (closes #27019)Benjamin Peterson2016-07-071-1/+4
* Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5