1. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  2. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  3. c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  4. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  5. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  6. 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
  7. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  8. 12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  9. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  10. ff99e41 Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  11. 95aa172 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  12. 34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  13. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 11 years ago
  14. d4c45a9 Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 11 years ago
  15. 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 11 years ago
  16. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  17. 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 11 years ago
  18. 827372e Closes #17661: fix references to repr() going to module repr. by Georg Brandl · 11 years ago
  19. dc18cb9 Closes #17726: small clarification in design FAQ. by Georg Brandl · 11 years ago
  20. 30a88fa Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  21. 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  22. 3a2b371 Reflow paragraph. by R David Murray · 11 years ago
  23. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  24. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  25. c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  26. 5247730 null merge by Andrew Svetlov · 11 years ago
  27. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  28. 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 11 years ago
  29. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  30. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 11 years ago
  31. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  32. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  33. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  34. 77d8dbc - Issue #17086: Search the include and library directories provided by the by doko@ubuntu.com · 11 years ago
  35. 3218f65 #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  36. 5ef41ab - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). by doko@ubuntu.com · 11 years ago
  37. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  38. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  39. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  40. 7e360b3 Issue #17662: fix socketmodule compilation with Setup.dist. by Kristjan Valur Jonsson · 11 years ago
  41. 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 11 years ago
  42. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  43. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  44. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  45. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  46. 08759c7 move idle news entries to its section by Roger Serwy · 11 years ago
  47. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 11 years ago
  48. 022db59 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 11 years ago
  49. 0e7df43 merge heads by Benjamin Peterson · 11 years ago
  50. 89e2aed move idle news to its own section by Benjamin Peterson · 11 years ago
  51. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  52. 9c6eb26 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 11 years ago
  53. 5419e49 start cracking on 2.7.5 by Benjamin Peterson · 11 years ago
  54. 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  55. 7bcb2d5 Added tag v2.7.4 for changeset 026ee0057e2d by Benjamin Peterson · 11 years ago
  56. 376dd0e change version to 2.7.4 by Benjamin Peterson · 11 years ago
  57. 9275d10 update pydoc-topics by Benjamin Peterson · 11 years ago
  58. 7679413 #17641: 2.X / 3.X ssl doc unification by Giampaolo Rodola' · 11 years ago
  59. 7eba9db Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 11 years ago
  60. c898668 Fix typo by Andrew Svetlov · 11 years ago
  61. 457f482 merge heads by Andrew Svetlov · 11 years ago
  62. 42777cd Fix typo. by Andrew Svetlov · 11 years ago
  63. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  64. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  65. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  66. 6e65e99 Issue #15940: NEWS entry by Terry Jan Reedy · 11 years ago
  67. 0d0a395 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  68. c2f905f Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  69. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 11 years ago
  70. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  71. c993a19 #13163: fix names of _get_socket args by R David Murray · 11 years ago
  72. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  73. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  74. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  75. 56bb8b9 Add an itertools recipe showing how to use t.__copy__(). by Raymond Hettinger · 11 years ago
  76. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  77. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  78. 472f77d merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  79. f3ad030 G -> M (closes #17533) by Benjamin Peterson · 11 years ago
  80. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 11 years ago
  81. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 11 years ago
  82. da76aa8 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 11 years ago
  83. 0861b13 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 11 years ago
  84. 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
  85. f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  86. d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  87. 035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  88. 144c269 Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 11 years ago
  89. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 11 years ago
  90. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  91. bf607aa Fix XML vulnerability link targets. by Christian Heimes · 11 years ago
  92. 75207ab Fix XML vulnerability link targets. by Christian Heimes · 11 years ago
  93. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 11 years ago
  94. 93324d7 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  95. e5caf29 Update suspicious ignore file. by Ezio Melotti · 11 years ago
  96. fd4365a Update suspicious ignore file. by Ezio Melotti · 11 years ago
  97. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  98. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  99. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  100. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago