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