- 8ab7cba whitespace by Terry Jan Reedy · 11 years ago
- 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
- 7751a34 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
- 5503579 backout 369bf9fbaeff by Benjamin Peterson · 11 years ago
- f387e96 remove tests for #19081 by Benjamin Peterson · 11 years ago
- 384e9cb finish backing out #19081 by Benjamin Peterson · 11 years ago
- e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
- 33b8219 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
- 7a91bf8 give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
- 207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
- ac3dfc6 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
- 93cd25d fix links to builtin repr function (closes #20573) by Benjamin Peterson · 11 years ago
- e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
- f6c0ec4 #19680: add back documentation for print and exec in the interactive help. by Ezio Melotti · 11 years ago
- 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
- ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
- ad38ef7 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
- 2748c5c avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
- 79ce12e Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
- a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
- d0b7ac5 Merge heads by Serhiy Storchaka · 11 years ago
- 3061585 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 11 years ago
- 9c96f0b #19906: clarify note in urllib docs. by Ezio Melotti · 11 years ago
- 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
- 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
- 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
- 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
- 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
- 708a5ea Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
- ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
- 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
- 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 11 years ago
- ddc697f Issue #20374: delete spurious empty line by Ned Deily · 11 years ago
- b0fd12d Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 11 years ago
- cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
- dd9d64e Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 11 years ago
- 8bf70f7 Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
- d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 11 years ago
- 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
- f581411 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 11 years ago
- 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
- ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 11 years ago
- da0dbc0 Merge heads by Serhiy Storchaka · 11 years ago
- d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
- 60f0793 use system mercurial by Benjamin Peterson · 11 years ago
- 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
- c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
- 1964d5b Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
- 8a2e22e Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
- 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
- b898b4f use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
- 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
- 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
- 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
- c82e27b Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
- 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 11 years ago
- 9cdf2d0 Issue #20444: Reduced code duplication. Thanks to dongwm for the report and patch. by Vinay Sajip · 11 years ago
- 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 11 years ago
- 47cb38c Backported a test for lone surrogates support in io.StringIO. by Serhiy Storchaka · 11 years ago
- 1625272 Silence deprecation warning in sunau.py by Terry Jan Reedy · 11 years ago
- 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 11 years ago
- 9ca520a Remove unneeded use of globals() and locals() in test on imports by Gregory P. Smith · 11 years ago
- aaef0e7 Remove inaccurate comment and a the related recently added by Gregory P. Smith · 11 years ago
- 1a47955 Refactor the new test for issue19081 to exec import statements into a by Gregory P. Smith · 11 years ago
- 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 11 years ago
- 027ab39 Issue #19081: Remove the zipimporter.files reference as the zip TOC by Gregory P. Smith · 11 years ago
- 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
- e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 11 years ago
- 62ea43c Merge heads. by Terry Jan Reedy · 11 years ago
- e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
- 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 11 years ago
- 4a44f87 Fixed a bug in previous changeset: StreamReader returned '' instead of u''. by Serhiy Storchaka · 11 years ago
- 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 11 years ago
- 072cd0c update sphinx url by Benjamin Peterson · 11 years ago
- 72c081d linkify by Benjamin Peterson · 11 years ago
- 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 11 years ago
- d8be9fe update hosting faq by Benjamin Peterson · 11 years ago
- 0ac0ead new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 11 years ago
- ce75105 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
- eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 11 years ago
- dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 11 years ago
- 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 11 years ago
- 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 11 years ago
- 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
- e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 11 years ago
- 70fdd79 Fix test failures --without-threads. by Stefan Krah · 11 years ago
- b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
- 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
- edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 11 years ago
- 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
- 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
- 3ce5255 Fix markup error. by Georg Brandl · 11 years ago
- 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
- 598295c Issue #21222: Whitespace by Terry Jan Reedy · 11 years ago
- 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
- 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
- ad715d9 put notes in a ..note section by Benjamin Peterson · 11 years ago
- 235a7c5 document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago
- c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
- b8e18af #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 11 years ago