1. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  2. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  3. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  4. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  5. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  6. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  7. d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
  8. 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago
  9. 6c1d9dd Tempfile.py: stop buildbot warning about using deprecated xreadlines. by Terry Jan Reedy · 11 years ago
  10. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  11. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
  12. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  13. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 11 years ago
  14. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  15. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  16. 73d6aca reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  17. 227f0fa reapply 5accb0ac8bfb by Benjamin Peterson · 11 years ago
  18. 3968e29 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  19. 13dd1f9 reapply f1dc30a1be72 by Benjamin Peterson · 11 years ago
  20. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  21. 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 11 years ago
  22. 66e0a04 Fix typo. by Richard Oudkerk · 11 years ago
  23. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  24. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  25. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  26. 65e27fc Merge heads. by R David Murray · 11 years ago
  27. 9575222 #18179: reflow paragraphs. by R David Murray · 11 years ago
  28. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  29. 478b08e also backout f1dc30a1be72 for not being a bugfix by Benjamin Peterson · 11 years ago
  30. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  31. 262df4d Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  32. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  33. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  34. 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  35. 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 11 years ago
  36. 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
  37. aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  38. 22b4b4c Arrange structure to match the common access patterns. by Raymond Hettinger · 11 years ago
  39. ff22984 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  40. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  41. 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
  42. c7b0990 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  43. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  44. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  45. 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 11 years ago
  46. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  47. c94f07d Issue #18186: remove obsolete 2.2 compatibility comment. by Ned Deily · 11 years ago
  48. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  49. 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  50. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  51. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  52. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  53. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 11 years ago
  54. 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 11 years ago
  55. 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 11 years ago
  56. 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 11 years ago
  57. a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 11 years ago
  58. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  59. b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 11 years ago
  60. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  61. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  62. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  63. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  64. 3fcf2d3 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  65. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  66. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  67. 668b005 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  68. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  69. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 11 years ago
  70. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  71. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 11 years ago
  72. e6f2e6c #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  73. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  74. d7cb506 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  75. ed983ab #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  76. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  77. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  78. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  79. 6166709 Issue #17990: Only modify include and library search paths when cross-compiling. by Ned Deily · 11 years ago
  80. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  81. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  82. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  83. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  84. 6b09dbc Added tag v2.7.5 for changeset ab05e7dd2788 by Benjamin Peterson · 11 years ago
  85. b6492dd update topics by Benjamin Peterson · 11 years ago
  86. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  87. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  88. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 11 years ago
  89. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  90. 5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. by Ezio Melotti · 11 years ago
  91. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 11 years ago
  92. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  93. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  94. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 11 years ago
  95. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  96. 4ccdc96 Fix NEWS order by Antoine Pitrou · 11 years ago
  97. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  98. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  99. 5939120 #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  100. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 11 years ago