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