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