summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
* Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-2/+8
* #19680: add back documentation for print and exec in the interactive help.Ezio Melotti2014-02-141-5/+7
* Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.Serhiy Storchaka2014-02-121-0/+38
* Issue #20558: Improved implementation of error handling.Vinay Sajip2014-02-111-27/+30
* Issue #19856: shutil.move() failed to move a directory to other directorySerhiy Storchaka2014-02-112-1/+11
* issue12085: Use more Pythonic way to check _child_created.Serhiy Storchaka2014-02-101-4/+5
* #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-084-12/+22
* Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-083-38/+38
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-088-28/+29
* Issue #20546: Use specific asserts in int tests.Serhiy Storchaka2014-02-081-2/+2
* #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-071-0/+5
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-0719-103/+202
* Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
* Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok.Serhiy Storchaka2014-02-051-0/+77
* Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
* Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+8
* Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...Antoine Pitrou2014-02-032-7/+24
* Issue #19761: Fixed Tkinter tests on OS X.Serhiy Storchaka2014-02-032-7/+14
* Issue #20368: The null character now correctly passed from Tcl to Python (inSerhiy Storchaka2014-02-032-6/+55
* Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+131
* Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-022-1/+16
* Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-5/+32
* use with statement to ensure zipfile is always closed (closes #20102)Benjamin Peterson2014-02-021-11/+9
* Update the python.gif icon for the Idle classbrowser and pathbowserTerry Jan Reedy2014-02-021-0/+0
* #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-012-3/+9
* Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).Terry Jan Reedy2014-01-311-1/+1
* Issue #20444: Reduced code duplication. Thanks to dongwm for the report and p...Vinay Sajip2014-01-301-52/+36
* Idlelib & buildbots: suppress py3 deprecation message even if enabled.Terry Jan Reedy2014-01-291-2/+6
* Backported a test for lone surrogates support in io.StringIO.Serhiy Storchaka2014-01-291-0/+10
* Silence deprecation warning in sunau.pyTerry Jan Reedy2014-01-291-1/+1
* Idlelib: silence two buildbot Deprecation Warnings with better code.Terry Jan Reedy2014-01-292-8/+6
* Remove unneeded use of globals() and locals() in test on importsGregory P. Smith2014-01-281-9/+8
* Refactor the new test for issue19081 to exec import statements into aGregory P. Smith2014-01-281-10/+14
* Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-272-68/+58
* Issue #19081: Remove the zipimporter.files reference as the zip TOCGregory P. Smith2014-01-271-18/+103
* Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-271-4/+5
* Idlelib.calltips: add test of starred first parameters. They should not beTerry Jan Reedy2014-01-271-0/+10
* Merge heads.Terry Jan Reedy2014-01-272-7/+28
|\
| * Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-272-7/+28
* | Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-2613-1/+129
* | Fixed a bug in previous changeset: StreamReader returned '' instead of u''.Serhiy Storchaka2014-01-261-2/+0
* | Issue #8260: The read(), readline() and readlines() methods ofSerhiy Storchaka2014-01-262-8/+41
* | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-255-33/+37
* | Third attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-1/+3
* | Other attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-9/+15
* | Try to fix test_user_command on OpenSolaris where floats can have differentSerhiy Storchaka2014-01-231-6/+10
* | Added test_user_command in test_tcl.Serhiy Storchaka2014-01-231-0/+28
|/
* Issue #17390: Add Python version to Idle editor window title bar.Terry Jan Reedy2014-01-231-1/+5