1. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  2. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  3. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  4. 78ba242 update for 3.6 emerging by Benjamin Peterson · 9 years ago
  5. ad73b5a Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  6. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  7. 902176b Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  8. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  9. 9142168 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  10. 3dc4082 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  11. 13ab3a4 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  12. 60ab9cc 2.7.10+ by Benjamin Peterson · 9 years ago
  13. 5bd3be8 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  14. 5546fac Added tag v2.7.10 for changeset 15c95b7d81dc by Benjamin Peterson · 9 years ago
  15. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  16. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  17. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago
  18. bd2f9c2 Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  19. b1f3797 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  20. a71a4f4 make idlever.py self-updating (closes #24199) by Benjamin Peterson · 9 years ago
  21. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  22. d9ac817 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  23. 0ad379c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  24. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  25. 3220849 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  26. bc50466 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  27. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  28. 49f2ccf Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  29. 2312009 Issue #24222: Fix regression introduced with idlelib/PyShell.py future print by Terry Jan Reedy · 9 years ago
  30. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  31. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  32. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  33. 84924e6 Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter by Terry Jan Reedy · 9 years ago
  34. 4b2c468 Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for by Serhiy Storchaka · 9 years ago
  35. c8059e4 Issue #24199: Stop using idelver in aboutdialog. by Terry Jan Reedy · 9 years ago
  36. d6c1c1e Added tests for more builtin types. by Serhiy Storchaka · 9 years ago
  37. 8485437 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  38. 80573bb Issue #15267: HTTPConnection.request() now is compatibile with old-style by Serhiy Storchaka · 9 years ago
  39. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  40. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 9 years ago
  41. 049060c Reverted issue #24134 changes. by Serhiy Storchaka · 9 years ago
  42. d39d962 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  43. 2848925 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  44. f465e0f merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  45. 5863a39 deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) by Benjamin Peterson · 9 years ago
  46. 91226cf idlelib: remove unused names and imports (forgot one). by Terry Jan Reedy · 9 years ago
  47. d8dc749 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  48. c711b61 #19934: fix mangled wording by Andrew Kuchling · 9 years ago
  49. 73e4f5f Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  50. 77b3ae5 Issue #23971: Fix underestimated presizing in dict.fromkeys() by Raymond Hettinger · 9 years ago
  51. bd04919 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  52. b9b0a58 use imperative by Benjamin Peterson · 9 years ago
  53. 3aee092 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  54. 632d692 Issue #24161: Document that PyIter_Check() returns false positives for old-style instances. by Raymond Hettinger · 9 years ago
  55. 6c42d1c Adds UUIDs for 2.7.10 by Steve Dower · 9 years ago
  56. 42e268e add trailing slash by Benjamin Peterson · 9 years ago
  57. d29d039 - Do not italicize punctuation in the python man page by doko@ubuntu.com · 9 years ago
  58. ddc6171 add news section for 2.7.11 by Benjamin Peterson · 9 years ago
  59. f2fa17c Added tag v2.7.10rc1 for changeset 80ccce248ba2 by Benjamin Peterson · 9 years ago
  60. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  61. 91fd159 update pydoc-topics by Benjamin Peterson · 9 years ago
  62. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  63. 36691ef fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  64. 1c5af3d Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  65. 39e4fcd Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  66. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  67. 2e2dcf6 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  68. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 9 years ago
  69. 3234abb Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  70. 69af580 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  71. aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  72. 10324f8 #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  73. 11d041a #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  74. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  75. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  76. 68099ae Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  77. 3a6b481 update links by Benjamin Peterson · 9 years ago
  78. 94e0f1e improve phrasing by Benjamin Peterson · 9 years ago
  79. b529c24 allow 2.7 to be built with asan (closes #24061) by Benjamin Peterson · 9 years ago
  80. 3a34a72 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  81. 31200ff Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  82. cf0d31c fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  83. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  84. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  85. 6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. by Serhiy Storchaka · 9 years ago
  86. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  87. 656ffdb Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  88. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  89. 2c6ca8a recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  90. 02d0298 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  91. bd617ad Issue #23728: Added a test for binascii.crc_hqx(). by Serhiy Storchaka · 9 years ago
  92. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 9 years ago
  93. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  94. 1b4aa45 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  95. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  96. 6d12c80 Fix PyGILState_GetThisThreadState() prototype in the API documentation. by Charles-François Natali · 9 years ago
  97. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  98. a5e27c6 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  99. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  100. 2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago