1. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  2. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  3. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  4. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  5. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  6. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  7. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  8. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  9. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 11 years ago
  10. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  11. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 11 years ago
  12. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  13. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  14. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  15. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  16. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  17. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  18. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  19. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  20. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  21. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  22. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 11 years ago
  23. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  24. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  25. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  26. 4ccdc96 Fix NEWS order by Antoine Pitrou · 11 years ago
  27. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  28. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  29. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 11 years ago
  30. 31bc8be Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  31. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  32. 6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  33. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  34. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  35. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  36. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 11 years ago
  37. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 11 years ago
  38. 4832f34 move the NEWS entry to the right section and mention ctypes. by Gregory P. Smith · 11 years ago
  39. b0cabc2 NEWS entry by Gregory P. Smith · 11 years ago
  40. c1ea5ec Add missing NEWS entry for issue #17843. by Nadeem Vawda · 11 years ago
  41. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  42. 8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  43. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  44. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  45. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  46. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  47. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  48. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  49. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  50. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  51. 108d1b4 Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. by Antoine Pitrou · 11 years ago
  52. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  53. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  54. ff99e41 Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  55. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  56. 5247730 null merge by Andrew Svetlov · 11 years ago
  57. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  58. 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 11 years ago
  59. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  60. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 11 years ago
  61. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  62. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  63. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  64. 77d8dbc - Issue #17086: Search the include and library directories provided by the by doko@ubuntu.com · 11 years ago
  65. 5ef41ab - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). by doko@ubuntu.com · 11 years ago
  66. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  67. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  68. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  69. 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 11 years ago
  70. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  71. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  72. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  73. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  74. 08759c7 move idle news entries to its section by Roger Serwy · 11 years ago
  75. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 11 years ago
  76. 0e7df43 merge heads by Benjamin Peterson · 11 years ago
  77. 89e2aed move idle news to its own section by Benjamin Peterson · 11 years ago
  78. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  79. 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  80. 376dd0e change version to 2.7.4 by Benjamin Peterson · 11 years ago
  81. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  82. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  83. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  84. 6e65e99 Issue #15940: NEWS entry by Terry Jan Reedy · 11 years ago
  85. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 11 years ago
  86. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  87. c993a19 #13163: fix names of _get_socket args by R David Murray · 11 years ago
  88. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  89. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  90. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  91. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  92. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 11 years ago
  93. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  94. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  95. 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  96. 4b394db merge 2.7.4 release branch (#17550) by Benjamin Peterson · 11 years ago
  97. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  98. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 11 years ago
  99. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  100. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 11 years ago