1. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 11 years ago
  2. d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  3. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  4. bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  5. f688f72 Backed out changeset: 23b0164b9c82 #18441 not working by Terry Jan Reedy · 11 years ago
  6. 1ad65ac Backed out changeset: 9f922270a929 so can backout larger patch by Terry Jan Reedy · 11 years ago
  7. 518e48b Issue #18441: fix buildbot name-error for TclError. by Terry Jan Reedy · 11 years ago
  8. 7af16b3 Issue #18439: Move news entry misplaced by graft merge. by Terry Jan Reedy · 11 years ago
  9. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  10. 2c636fd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 11 years ago
  11. 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
  12. 6946814 Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Raymond Hettinger · 11 years ago
  13. f52d574 Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. by Serhiy Storchaka · 11 years ago
  14. b77ed2c Backport c952f3d122ae: Tweak the deque struct by moving the least used fields by Raymond Hettinger · 11 years ago
  15. 90180c1 Move the leftlink to the end of the block structure. by Raymond Hettinger · 11 years ago
  16. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  17. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 11 years ago
  18. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 11 years ago
  19. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  20. a25a31a Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  21. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  22. e7cbd3f Issue #18365: 2.7 corrections so tests run by Terry Jan Reedy · 11 years ago
  23. d781b07 #18437: fix comment typo. by R David Murray · 11 years ago
  24. fccb0d2 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  25. 16c1070 Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  26. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  27. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  28. fe2e839 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  29. 8cedb89 Merge heads by Serhiy Storchaka · 11 years ago
  30. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  31. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 11 years ago
  32. f7c8584 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  33. cc879a0 Issue #18377: Code cleanup in Python Launcher by Ronald Oussoren · 11 years ago
  34. 51ee656 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  35. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  36. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  37. e38905b Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  38. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  39. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  40. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  41. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  42. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  43. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  44. d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
  45. 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago
  46. 6c1d9dd Tempfile.py: stop buildbot warning about using deprecated xreadlines. by Terry Jan Reedy · 11 years ago
  47. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  48. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
  49. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  50. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 11 years ago
  51. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  52. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  53. 73d6aca reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  54. 227f0fa reapply 5accb0ac8bfb by Benjamin Peterson · 11 years ago
  55. 3968e29 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  56. 13dd1f9 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  57. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  58. 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 11 years ago
  59. 66e0a04 Fix typo. by Richard Oudkerk · 11 years ago
  60. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  61. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  62. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  63. 65e27fc Merge heads. by R David Murray · 11 years ago
  64. 9575222 #18179: reflow paragraphs. by R David Murray · 11 years ago
  65. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  66. 478b08e also backout f1dc30a1be72 for not being a bugfix by Benjamin Peterson · 11 years ago
  67. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  68. 262df4d Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  69. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  70. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  71. 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  72. 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 11 years ago
  73. 0a89f8e transplant test_stat from default to 2.7 in order to make sure it works on all supported platforms by Christian Heimes · 11 years ago
  74. aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  75. 22b4b4c Arrange structure to match the common access patterns. by Raymond Hettinger · 11 years ago
  76. ff22984 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  77. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  78. 3aa138f Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  79. c7b0990 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  80. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  81. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  82. 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 11 years ago
  83. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  84. c94f07d Issue #18186: remove obsolete 2.2 compatibility comment. by Ned Deily · 11 years ago
  85. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  86. 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  87. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  88. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  89. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  90. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  91. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  92. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  93. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  94. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 11 years ago
  95. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  96. b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 11 years ago
  97. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  98. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  99. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  100. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago