- 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
- 988bc97 Issue #21038: Cleanup test_epoll.py by Victor Stinner · 11 years ago
- dd48b90 Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception by Victor Stinner · 11 years ago
- 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
- e3af6f0 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
- a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
- 4c874ef weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
- 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
- 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
- ae80f45 use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
- 00ee494 Fix missing import in bdist_rpm (#18045) by Éric Araujo · 11 years ago
- b509903 Restore missing part of error message (#4931) by Éric Araujo · 11 years ago
- 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
- 4c150e0 Improve the default seeding in random module to use 32 bytes of entropy when available. by Raymond Hettinger · 11 years ago
- e50fe4c Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
- 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
- fd48a56 Correct and improve comments in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
- bde1cfb fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
- 44fad46 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
- 68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using by Serhiy Storchaka · 11 years ago
- bd7cf3a Issue #9974: When untokenizing, use row info to insert backslash+newline. by Terry Jan Reedy · 11 years ago
- aa73ea0 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
- 0b1faea update logo url (#20695) by Benjamin Peterson · 11 years ago
- 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
- c77d4ba Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
- 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
- dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
- 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
- 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
- ac3dfc6 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 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 · 12 years ago
- 79ce12e Issue #20558: Improved implementation of error handling. by Vinay Sajip · 12 years ago
- a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 12 years ago
- 3061585 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 12 years ago
- 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
- 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
- 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 12 years ago
- 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 12 years ago
- 708a5ea Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 12 years ago
- ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
- 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
- 6a03679 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
- cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 12 years ago
- dd9d64e Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 12 years ago
- 90ecc00 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 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 · 12 years ago
- 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 12 years ago
- ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
- d2eff23 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
- c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
- 15b67d7 Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
- b898b4f use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 12 years ago
- 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
- 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
- 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 12 years ago
- 9cdf2d0 Issue #20444: Reduced code duplication. Thanks to dongwm for the report and patch. by Vinay Sajip · 12 years ago
- 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 12 years ago
- 47cb38c Backported a test for lone surrogates support in io.StringIO. by Serhiy Storchaka · 12 years ago
- 1625272 Silence deprecation warning in sunau.py by Terry Jan Reedy · 12 years ago
- 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 12 years ago
- 9ca520a Remove unneeded use of globals() and locals() in test on imports by Gregory P. Smith · 12 years ago
- 1a47955 Refactor the new test for issue19081 to exec import statements into a by Gregory P. Smith · 12 years ago
- 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
- 027ab39 Issue #19081: Remove the zipimporter.files reference as the zip TOC by Gregory P. Smith · 12 years ago
- 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
- e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 12 years ago
- 62ea43c Merge heads. by Terry Jan Reedy · 12 years ago
- e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 12 years ago
- 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
- 4a44f87 Fixed a bug in previous changeset: StreamReader returned '' instead of u''. by Serhiy Storchaka · 12 years ago
- 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
- 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 12 years ago
- eb7ef94 Third attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
- dc97667 Other attempt to fix test_user_command on OpenSolaris. by Serhiy Storchaka · 12 years ago
- 83515ec Try to fix test_user_command on OpenSolaris where floats can have different by Serhiy Storchaka · 12 years ago
- 29d8e85 Added test_user_command in test_tcl. by Serhiy Storchaka · 12 years ago
- 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
- e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 12 years ago
- 70fdd79 Fix test failures --without-threads. by Stefan Krah · 12 years ago
- b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 12 years ago
- 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 12 years ago
- edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
- 70df667 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 12 years ago
- 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 12 years ago
- 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 12 years ago
- 598295c Issue #21222: Whitespace by Terry Jan Reedy · 12 years ago
- 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 12 years ago
- 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
- b8e18af #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 12 years ago
- 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
- 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
- cdf1ebd Backported test for issue #20238. by Serhiy Storchaka · 12 years ago
- 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago