1. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  2. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  3. 6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  4. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  5. 0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses by Serhiy Storchaka · 8 years ago
  6. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  7. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  8. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  9. b1cec73 Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  10. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  11. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  12. 1b329e7 Merge. by Larry Hastings · 8 years ago
  13. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  14. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  15. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  16. b554fad Issue #22115: Updated Misc/NEWS. by Serhiy Storchaka · 8 years ago
  17. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  18. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  19. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  20. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  21. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 8 years ago
  22. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  23. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  24. df1d31c Fix “allow(s) to” by Martin Panter · 8 years ago
  25. b84f029 Issue #27319: Methods selection_set(), selection_add(), selection_remove() by Serhiy Storchaka · 8 years ago
  26. f81a266 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  27. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  28. 9c6c3fb Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  29. 977b3ac Issue #27177: Match objects in the re module now support index-like objects by Serhiy Storchaka · 8 years ago
  30. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  31. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  32. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  33. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  34. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  35. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  36. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  37. 0475ffa Issue #26930: Merge with 3.5 by Zachary Ware · 8 years ago
  38. 42d4b9c Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  39. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  40. e80b658 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  41. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  42. 319a57c issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  43. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  44. 881aa38 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  45. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  46. 370f513 Merge 3.5 (os.urandom, issue #27278) by Victor Stinner · 8 years ago
  47. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  48. 673ac27 Merge 3.5 by Victor Stinner · 8 years ago
  49. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 8 years ago
  50. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  51. 255bbf2 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  52. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  53. 006a56c - Don't use largefile support for GNU/Hurd. by doko@ubuntu.com · 8 years ago
  54. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  55. 9657545 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 8 years ago
  56. ed80db5 Merge 3.6.0a2 releasing branch into default by Ned Deily · 8 years ago
  57. 8a43f72 Start 3.6.0a3 by Ned Deily · 8 years ago
  58. 1db314b Issue #22636: Merge ctypes.util shell injection fixes from 3.5 by Martin Panter · 8 years ago
  59. 4074f93 Issue #16182: Merge readline locale fix from 3.5 by Martin Panter · 8 years ago
  60. b769164 Issue #17500: Remove merge conflict scar tissue by Martin Panter · 8 years ago
  61. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  62. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  63. e371599 Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. by Ned Deily · 8 years ago
  64. fa42893 Version bump for 3.6.0a2 by Ned Deily · 8 years ago
  65. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  66. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  67. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  68. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  69. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 8 years ago
  70. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  71. b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  72. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  73. 4aa15a0 Merge heads by Serhiy Storchaka · 8 years ago
  74. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  75. f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  76. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  77. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  78. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  79. 98e9051 Add grammatical article to “an ASCII letter” by Martin Panter · 8 years ago
  80. aea671e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  81. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  82. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 8 years ago
  83. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  84. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  85. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  86. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  87. 34ad2ef Merge 3.5, issue #14209 by Łukasz Langa · 8 years ago
  88. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  89. 5135e9e Merge 3.5, issue #27194 by Łukasz Langa · 8 years ago
  90. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  91. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  92. d611f4c Issue #27294: Improved repr for Tkinter event objects. by Serhiy Storchaka · 8 years ago
  93. f0d4621 merge 3.5 (#26556) by Benjamin Peterson · 8 years ago
  94. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  95. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  96. ab6e156 merge 3.5 by Benjamin Peterson · 8 years ago
  97. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  98. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  99. 28dc118 Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ by Berker Peksag · 8 years ago
  100. 24b102e Issue #21386: Merge from 3.5 by Berker Peksag · 8 years ago