summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
* fix links to builtin repr function (closes #20573)Benjamin Peterson2014-02-141-4/+5
* Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-142-2/+10
* #19680: add back documentation for print and exec in the interactive help.Ezio Melotti2014-02-142-7/+9
* Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.Serhiy Storchaka2014-02-123-2/+48
* Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.Serhiy Storchaka2014-02-121-2/+4
* Add references for Xcode and the Python Developer's GuideNed Deily2014-02-121-0/+7
* avoid name clash with posix_close (closes #20594)Benjamin Peterson2014-02-112-2/+8
* 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-113-1/+14
* Merge headsSerhiy Storchaka2014-02-101-2/+3
|\
| * #19906: clarify note in urllib docs.Ezio Melotti2014-02-101-2/+3
* | issue12085: Use more Pythonic way to check _child_created.Serhiy Storchaka2014-02-101-4/+5
|/
* Issue #20437: Fixed 43 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0918-82/+45
* #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-085-12/+26
* Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-089-1/+16
* 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-072-0/+9
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-0720-103/+204
* Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
* Issue #20374: delete spurious empty lineNed Deily2014-02-061-1/+0
* Issue #20374: Avoid compiler warnings when compiling readline with libedit.Ned Deily2014-02-061-0/+9
* Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok.Serhiy Storchaka2014-02-052-0/+79
* Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
* Issue #20509: Added cross-reference in documentation.Vinay Sajip2014-02-041-2/+3
* mmap obmalloc arenas so that they may be immediately returned to the system w...Benjamin Peterson2014-02-045-15/+46
* 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-033-7/+27
* 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-034-105/+174
* Merge headsSerhiy Storchaka2014-02-031-1/+1
|\
| * use system mercurialBenjamin Peterson2014-02-031-1/+1
* | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+131
|/
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+220
* Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-023-1/+19
* Issue #19990: Install test/imghdrdata.Ned Deily2014-02-021-1/+3
* Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-3/+3
* 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-013-3/+11
* Issue #19683: Add __closure__ and other missing attributes to function docs.Mark Dickinson2014-02-011-24/+30
* Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.Zachary Ware2014-01-311-0/+1
* 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