1. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 11 years ago
  2. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 11 years ago
  3. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  4. a25a31a Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  5. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  6. e7cbd3f Issue #18365: 2.7 corrections so tests run by Terry Jan Reedy · 11 years ago
  7. d781b07 #18437: fix comment typo. by R David Murray · 11 years ago
  8. fccb0d2 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  9. 16c1070 Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  10. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  11. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  12. fe2e839 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  13. 8cedb89 Merge heads by Serhiy Storchaka · 11 years ago
  14. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  15. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 11 years ago
  16. f7c8584 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  17. cc879a0 Issue #18377: Code cleanup in Python Launcher by Ronald Oussoren · 11 years ago
  18. 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
  19. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  20. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  21. e38905b Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  22. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  23. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  24. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  25. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  26. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  27. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  28. d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
  29. 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago
  30. 6c1d9dd Tempfile.py: stop buildbot warning about using deprecated xreadlines. by Terry Jan Reedy · 11 years ago
  31. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  32. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
  33. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  34. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 11 years ago
  35. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  36. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  37. 73d6aca reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  38. 227f0fa reapply 5accb0ac8bfb by Benjamin Peterson · 11 years ago
  39. 3968e29 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  40. 13dd1f9 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  41. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  42. 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 11 years ago
  43. 66e0a04 Fix typo. by Richard Oudkerk · 11 years ago
  44. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  45. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  46. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  47. 65e27fc Merge heads. by R David Murray · 11 years ago
  48. 9575222 #18179: reflow paragraphs. by R David Murray · 11 years ago
  49. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  50. 478b08e also backout f1dc30a1be72 for not being a bugfix by Benjamin Peterson · 11 years ago
  51. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  52. 262df4d Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  53. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  54. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  55. 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  56. 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 11 years ago
  57. 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
  58. aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  59. 22b4b4c Arrange structure to match the common access patterns. by Raymond Hettinger · 11 years ago
  60. ff22984 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  61. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  62. 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
  63. c7b0990 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  64. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  65. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  66. 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 11 years ago
  67. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  68. c94f07d Issue #18186: remove obsolete 2.2 compatibility comment. by Ned Deily · 11 years ago
  69. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  70. 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  71. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  72. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  73. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  74. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  75. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  76. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  77. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  78. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 11 years ago
  79. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  80. b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 11 years ago
  81. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  82. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  83. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  84. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  85. 3fcf2d3 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  86. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  87. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  88. 668b005 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  89. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  90. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 11 years ago
  91. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  92. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 11 years ago
  93. e6f2e6c #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  94. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  95. d7cb506 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  96. ed983ab #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  97. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  98. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  99. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  100. 6166709 Issue #17990: Only modify include and library search paths when cross-compiling. by Ned Deily · 11 years ago