1. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  2. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  3. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  4. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  5. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  6. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  7. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  8. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  9. 902176b Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  10. 9142168 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  11. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  12. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago
  13. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  14. 0ad379c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  15. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  16. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  17. 49f2ccf Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  18. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  19. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  20. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  21. 84924e6 Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter by Terry Jan Reedy · 9 years ago
  22. 4b2c468 Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for by Serhiy Storchaka · 9 years ago
  23. 80573bb Issue #15267: HTTPConnection.request() now is compatibile with old-style by Serhiy Storchaka · 9 years ago
  24. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  25. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 9 years ago
  26. 049060c Reverted issue #24134 changes. by Serhiy Storchaka · 9 years ago
  27. 77b3ae5 Issue #23971: Fix underestimated presizing in dict.fromkeys() by Raymond Hettinger · 9 years ago
  28. 42e268e add trailing slash by Benjamin Peterson · 9 years ago
  29. d29d039 - Do not italicize punctuation in the python man page by doko@ubuntu.com · 9 years ago
  30. ddc6171 add news section for 2.7.11 by Benjamin Peterson · 9 years ago
  31. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  32. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  33. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  34. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 9 years ago
  35. aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  36. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  37. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  38. 3a6b481 update links by Benjamin Peterson · 9 years ago
  39. 94e0f1e improve phrasing by Benjamin Peterson · 9 years ago
  40. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  41. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 10 years ago
  42. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  43. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 10 years ago
  44. a5e27c6 Reword NEWS item a bit by Andrew Kuchling · 10 years ago
  45. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  46. c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
  47. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  48. 563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a by Zachary Ware · 10 years ago
  49. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 10 years ago
  50. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  51. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  52. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  53. 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 10 years ago
  54. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  55. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  56. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 10 years ago
  57. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  58. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  59. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  60. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  61. d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
  62. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
  63. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
  64. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  65. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  66. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  67. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  68. a8e8f7e Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  69. 8d3f505 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  70. d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  71. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  72. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  73. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
  74. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 10 years ago
  75. 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  76. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  77. 8c51fed Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  78. 59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  79. b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
  80. 34c8d98 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
  81. c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  82. b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  83. f4875d5 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
  84. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  85. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  86. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  87. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  88. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  89. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  90. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  91. a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  92. e3a950e remove RPM file, which is unused and unmaintained by Benjamin Peterson · 10 years ago
  93. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 10 years ago
  94. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 10 years ago
  95. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 10 years ago
  96. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  97. ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 10 years ago
  98. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  99. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  100. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago