1. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  2. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  3. 044cde5 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  4. 13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  5. 4dd7887 Issue #24861: add Idle news items and correct previous errors. by Terry Jan Reedy · 9 years ago
  6. 0eb8f01 Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  7. ab54ca7 Give proper credit for issue #24915 by Brett Cannon · 9 years ago
  8. 4ff151a Issue #24915: Make PGO builds support Clang and use the test suite for by Brett Cannon · 9 years ago
  9. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  10. 677688b Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  11. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  12. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 9 years ago
  13. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  14. 1db43f9 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  15. 7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  16. 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 9 years ago
  17. d951625 Merge 2.7 heads. by Robert Collins · 9 years ago
  18. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  19. 5fa59bd Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  20. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  21. 1687074 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  22. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  23. 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  24. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  25. 3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). by Guido van Rossum · 9 years ago
  26. f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  27. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  28. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  29. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  30. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  31. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  32. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  33. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  34. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  35. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  36. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  37. 1485054 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 9 years ago
  38. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  39. 8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  40. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  41. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  42. 96ae7fa Merge heads by Benjamin Peterson · 9 years ago
  43. 3ce0b06 'free-after-use' is not a bug :) (closes #24568) by Benjamin Peterson · 9 years ago
  44. 14f233e Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  45. 3dd3d7c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  46. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  47. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  48. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 9 years ago
  49. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  50. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  51. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  52. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  53. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  54. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  55. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  56. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  57. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  58. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  59. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  60. 902176b Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  61. 9142168 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  62. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  63. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago
  64. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  65. 0ad379c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  66. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  67. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  68. 49f2ccf Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  69. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  70. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  71. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  72. 84924e6 Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter by Terry Jan Reedy · 9 years ago
  73. 4b2c468 Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for by Serhiy Storchaka · 9 years ago
  74. 80573bb Issue #15267: HTTPConnection.request() now is compatibile with old-style by Serhiy Storchaka · 9 years ago
  75. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  76. f40fcb3 Issue #23637: Showing a warning no longer fails with UnicodeErrror. by Serhiy Storchaka · 9 years ago
  77. 049060c Reverted issue #24134 changes. by Serhiy Storchaka · 9 years ago
  78. 77b3ae5 Issue #23971: Fix underestimated presizing in dict.fromkeys() by Raymond Hettinger · 9 years ago
  79. ddc6171 add news section for 2.7.11 by Benjamin Peterson · 9 years ago
  80. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  81. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  82. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  83. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 9 years ago
  84. aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  85. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  86. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  87. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  88. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 9 years ago
  89. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  90. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  91. a5e27c6 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  92. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  93. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  94. 563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a by Zachary Ware · 9 years ago
  95. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 9 years ago
  96. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 9 years ago
  97. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  98. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  99. 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 9 years ago
  100. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago