1. b6492dd update topics by Benjamin Peterson · 12 years ago v2.7.5
  2. 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
  3. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  4. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 12 years ago
  5. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  6. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  7. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 12 years ago
  8. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 12 years ago
  9. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 12 years ago
  10. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
  11. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 12 years ago
  12. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  13. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  14. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
  15. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  16. 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 12 years ago
  17. 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  18. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  19. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  20. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  21. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  22. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  23. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  24. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
  25. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  26. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  27. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  28. 5247730 null merge by Andrew Svetlov · 12 years ago
  29. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  30. 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 12 years ago
  31. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  32. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 12 years ago
  33. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  34. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
  35. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
  36. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  37. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
  38. 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  39. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  40. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  41. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  42. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  43. 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  44. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago v2.7.4
  45. 9275d10 update pydoc-topics by Benjamin Peterson · 12 years ago
  46. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  47. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  48. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  49. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  50. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  51. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  52. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  53. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 12 years ago
  54. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  55. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
  56. 472f77d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  57. f3ad030 G -> M (closes #17533) by Benjamin Peterson · 12 years ago
  58. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  59. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
  60. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  61. f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 12 years ago
  62. 035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 12 years ago
  63. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  64. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 12 years ago
  65. cce5b04 Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
  66. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  67. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  68. be1632b Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  69. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
  70. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago v2.7.4rc1
  71. 43cb4b7 update pydoc topics by Benjamin Peterson · 12 years ago
  72. 5ded795 Hold key reference until the links have updated. by Raymond Hettinger · 12 years ago
  73. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  74. 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  75. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  76. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  77. 17feac7 fix issue reference by Benjamin Peterson · 12 years ago
  78. b2c57a9 this obviously is not going to raise any -3 warnings by Benjamin Peterson · 12 years ago
  79. 625af8e site.py is needed to set up paths by Benjamin Peterson · 12 years ago
  80. 5c87ad0 Use a larger amount of data for the interrupted_write tests so that by Gregory P. Smith · 12 years ago
  81. 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
  82. 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
  83. acb6e85 Issue #12098 : Fix a missing import in the unittests. by Kristján Valur Jónsson · 12 years ago
  84. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 12 years ago
  85. 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
  86. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
  87. bebf75f open file in binary mode by Benjamin Peterson · 12 years ago
  88. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  89. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  90. 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 12 years ago
  91. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  92. fda7a8c #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 12 years ago
  93. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  94. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  95. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  96. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
  97. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  98. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  99. 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 12 years ago
  100. 6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 by Senthil Kumaran · 12 years ago