1. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  2. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  3. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 9 years ago
  4. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  5. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  6. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  7. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  8. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  9. 6c5824a Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  10. b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  11. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  12. 97cceac Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  13. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  14. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 9 years ago
  15. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 9 years ago
  16. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  17. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  18. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  19. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 9 years ago
  20. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  21. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 9 years ago
  22. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  23. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  24. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  25. e629fef Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  26. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 9 years ago
  27. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  28. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 9 years ago
  29. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  30. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  31. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 9 years ago
  32. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  33. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  34. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  35. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  36. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  37. 3dc4082 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  38. 5bd3be8 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  39. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  40. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  41. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago
  42. bd2f9c2 Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  43. b1f3797 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  44. a71a4f4 make idlever.py self-updating (closes #24199) by Benjamin Peterson · 9 years ago
  45. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  46. d9ac817 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  47. 3220849 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  48. bc50466 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  49. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  50. 49f2ccf Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  51. 2312009 Issue #24222: Fix regression introduced with idlelib/PyShell.py future print by Terry Jan Reedy · 9 years ago
  52. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  53. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  54. 4b2c468 Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for by Serhiy Storchaka · 9 years ago
  55. c8059e4 Issue #24199: Stop using idelver in aboutdialog. by Terry Jan Reedy · 9 years ago
  56. d6c1c1e Added tests for more builtin types. by Serhiy Storchaka · 9 years ago
  57. 8485437 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  58. 80573bb Issue #15267: HTTPConnection.request() now is compatibile with old-style by Serhiy Storchaka · 9 years ago
  59. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  60. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 9 years ago
  61. 049060c Reverted issue #24134 changes. by Serhiy Storchaka · 9 years ago
  62. d39d962 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  63. 2848925 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  64. 91226cf idlelib: remove unused names and imports (forgot one). by Terry Jan Reedy · 9 years ago
  65. d8dc749 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  66. 73e4f5f Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  67. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  68. 91fd159 update pydoc-topics by Benjamin Peterson · 9 years ago
  69. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  70. 1c5af3d Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  71. 2e2dcf6 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  72. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 9 years ago
  73. 3234abb Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  74. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  75. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  76. 6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. by Serhiy Storchaka · 9 years ago
  77. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  78. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  79. bd617ad Issue #23728: Added a test for binascii.crc_hqx(). by Serhiy Storchaka · 9 years ago
  80. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 9 years ago
  81. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  82. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  83. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  84. 2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago
  85. b036849 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  86. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  87. 4507b81 Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. by Serhiy Storchaka · 9 years ago
  88. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  89. c7d957f Update pip to 6.1.1 by Donald Stufft · 9 years ago
  90. 9a46eb7 ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  91. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 9 years ago
  92. d27bcbd Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  93. 62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() by Victor Stinner · 9 years ago
  94. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 9 years ago
  95. baa6efd Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  96. fb0517c Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  97. c811328 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  98. aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  99. e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  100. 61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago