summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix idle about dialog #27365Benjamin Peterson2016-06-223-1/+59
* update pydoc topicsBenjamin Peterson2016-06-111-80/+13324
* Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.Terry Jan Reedy2016-06-111-1/+1
* raise an error when STARTTLS failsBenjamin Peterson2016-06-111-0/+5
* Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+112
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-033-13/+36
* Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.Matthias Klose2010-03-151-1/+1
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-082-5/+54
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-082-4/+27
* Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+3
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+35
* Merge headsSerhiy Storchaka2016-06-041-0/+6
|\
| * Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
* | Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-041-0/+400
|/
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+9
* IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-13/+13
* Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-037-26/+27
* Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+0
* Issue #27185: Merge test_pep292.py into test_string_merged.py.Serhiy Storchaka2016-06-032-239/+226
|\
| * Issue #27185: Rename test_pep292.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
* | Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
|/
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-0215-21/+21
* Fix a few typos. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-304-5/+5
* Add items to MISC/NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-05-301-0/+25
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-294-5/+5
* issue26083: Avoid duplicate error message string from a subprocess exec failu...Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-05-281-1/+1
* Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5Martin Panter2016-05-271-2/+0
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-0/+43
* Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionE...Steve Dower2016-05-261-5/+9
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-2628-31/+31
* Issue #26673: Protect IDLE from Linux fonts with reported default size 0.Terry Jan Reedy2016-05-221-1/+1
* Backported curses tests.Serhiy Storchaka2016-05-221-273/+307
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-201-1/+6
* Fixed test_sizeof for deque.Serhiy Storchaka2016-05-181-2/+2
* Backports: #25747: remove bad test. #27044: stop test_idle from leaking.Terry Jan Reedy2016-05-173-9/+11
* Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-0/+7
* Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-163-4/+22
* Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2Serhiy Storchaka2014-09-062-22/+28
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-1/+165
* Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+56
* Issue 18910: Edit idle_test/README.txt to add 'requires' warning.Terry Jan Reedy2016-05-161-0/+2
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-1410-27/+2
* Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
* Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-132-1/+25
* Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-251-8/+5
* Closes issue26960.Senthil Kumaran2016-05-101-6/+0
* Issue #26881: modulefinder now works with bytecode with extended args.Serhiy Storchaka2016-05-082-38/+58
* Corrections for a/an in code comments and documentationMartin Panter2016-05-082-2/+2