1. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  2. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 12 years ago
  3. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  4. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  5. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  6. 227f0fa reapply 5accb0ac8bfb by Benjamin Peterson · 12 years ago
  7. 9575222 #18179: reflow paragraphs. by R David Murray · 12 years ago
  8. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
  9. 262df4d Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 12 years ago
  10. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 12 years ago
  11. 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 12 years ago
  12. 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 12 years ago
  13. 0a89f8e transplant test_stat from default to 2.7 in order to make sure it works on all supported platforms by Christian Heimes · 12 years ago
  14. aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 12 years ago
  15. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
  16. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  17. 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 12 years ago
  18. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  19. c94f07d Issue #18186: remove obsolete 2.2 compatibility comment. by Ned Deily · 12 years ago
  20. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  21. 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 12 years ago
  22. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
  23. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 12 years ago
  24. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 12 years ago
  25. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 12 years ago
  26. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 12 years ago
  27. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 12 years ago
  28. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 12 years ago
  29. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
  30. b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 12 years ago
  31. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  32. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 12 years ago
  33. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 12 years ago
  34. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
  35. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 12 years ago
  36. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
  37. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  38. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 12 years ago
  39. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  40. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 12 years ago
  41. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 12 years ago
  42. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 12 years ago
  43. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  44. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 12 years ago
  45. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  46. b6492dd update topics by Benjamin Peterson · 12 years ago
  47. 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
  48. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  49. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 12 years ago
  50. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  51. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  52. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 12 years ago
  53. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 12 years ago
  54. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 12 years ago
  55. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
  56. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 12 years ago
  57. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  58. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  59. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
  60. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  61. 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 12 years ago
  62. 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  63. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  64. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  65. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  66. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  67. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  68. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  69. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
  70. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  71. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  72. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  73. 5247730 null merge by Andrew Svetlov · 12 years ago
  74. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  75. 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 12 years ago
  76. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  77. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 12 years ago
  78. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  79. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
  80. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
  81. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  82. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
  83. 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  84. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  85. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  86. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  87. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  88. 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  89. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  90. 9275d10 update pydoc-topics by Benjamin Peterson · 12 years ago
  91. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  92. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  93. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  94. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  95. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  96. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  97. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  98. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 12 years ago
  99. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  100. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago