1. 961900a merge 3.5 by Benjamin Peterson · 8 years ago
  2. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  3. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  4. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  5. 9862b51 Issue #27452: make command line idle-test> python test_help.py work. by Terry Jan Reedy · 8 years ago
  6. 5ce1b86 Issue #27452: add line counter and crc to IDLE config test dump. by Terry Jan Reedy · 8 years ago
  7. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  8. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  9. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  10. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  11. 6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  12. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  13. 0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses by Serhiy Storchaka · 8 years ago
  14. cf8b42e Issue #27431: Merge from 3.5 by Berker Peksag · 8 years ago
  15. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  16. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  17. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  18. 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 8 years ago
  19. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  20. ee047e5 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  21. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  22. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  23. 5eef78b Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  24. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  25. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  26. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  27. 7de2840 Issue #27352: Fixed an error message in a test. by Serhiy Storchaka · 8 years ago
  28. c2f2ef8 Merge from 3.5. by Larry Hastings · 8 years ago
  29. 1b329e7 Merge. by Larry Hastings · 8 years ago
  30. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  31. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  32. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  33. 7c15341 Issue 27372: Stop test_idle from changing locale, so test passes. by Terry Jan Reedy · 8 years ago
  34. b554fad Issue #22115: Updated Misc/NEWS. by Serhiy Storchaka · 8 years ago
  35. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  36. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  37. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 8 years ago
  38. 66b84c0 Update pydoc topics for 3.5.2 final. by Larry Hastings · 8 years ago
  39. 6bc87b4 Issue #20350. tkapp.splitlist() is now always used instead of unreliable by Serhiy Storchaka · 8 years ago
  40. d3af156 Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. by Serhiy Storchaka · 8 years ago
  41. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  42. 696c35e Issue #26186: Remove the restriction that built-in and extension by Brett Cannon · 8 years ago
  43. da03761 Merge from 3.5 by Brett Cannon · 8 years ago
  44. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  45. 650c1c9 Minor beautification by Raymond Hettinger · 8 years ago
  46. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 8 years ago
  47. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  48. a67d78e Issue #18300: Merge from 3.5 by Berker Peksag · 8 years ago
  49. e495646 Issue #18300: Set TERM='' by default in assert_python_* by Berker Peksag · 8 years ago
  50. 606e5a6 Merge from 3.5 by Berker Peksag · 8 years ago
  51. 91d53e7 Make PyPIRCCommandTestCase derive from a base class by Berker Peksag · 8 years ago
  52. 47e00e5 Issue #27365: Finish merge so tests pass. by Terry Jan Reedy · 8 years ago
  53. ca183ef Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  54. 82c4615 Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  55. df1d34c Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  56. 5deed33 Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  57. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 8 years ago
  58. 317c56d Issue #27365: temporary rename by Terry Jan Reedy · 8 years ago
  59. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  60. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 8 years ago
  61. 05029d5 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  62. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  63. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  64. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  65. 4335437 Issue #20120: Merge from 3.5 by Berker Peksag · 8 years ago
  66. c529af3 Issue #20120: Add a test case to verify the % char can be used in .pypirc by Berker Peksag · 8 years ago
  67. 8113f49 Merge 3.5. by Stefan Krah · 8 years ago
  68. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  69. 9a573a0 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  70. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  71. b84f029 Issue #27319: Methods selection_set(), selection_add(), selection_remove() by Serhiy Storchaka · 8 years ago
  72. 6c85091 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  73. 5943ea7 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  74. f81a266 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  75. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  76. 9c6c3fb Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  77. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 8 years ago
  78. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  79. 977b3ac Issue #27177: Match objects in the re module now support index-like objects by Serhiy Storchaka · 8 years ago
  80. ce4271a Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 by Berker Peksag · 8 years ago
  81. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  82. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  83. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  84. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  85. 75a2586 Issue #27312: Fix TypeError in test_setupapp by Berker Peksag · 8 years ago
  86. fdb6ef7 Issue #27312: mock out function that fails when called from setupApp during by Terry Jan Reedy · 8 years ago
  87. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  88. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  89. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  90. e80b658 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  91. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  92. 881aa38 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  93. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  94. c206f1e subprocess: enhance ResourceWarning message by Victor Stinner · 8 years ago
  95. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  96. 34f12d7 Issue #16182: Merge test_readline from 3.5 by Martin Panter · 8 years ago
  97. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  98. 357be7c Merge from 3.5 by Berker Peksag · 8 years ago
  99. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 8 years ago
  100. 7fb468b Merge from 3.5 by Berker Peksag · 8 years ago