1. d3b96e1 Whitespace by Terry Jan Reedy · 8 years ago
  2. 8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. by Terry Jan Reedy · 8 years ago
  3. d6402a4 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  4. 8c115a4 Issue27139 patch by Julio C Cardoza. by Steven D'Aprano · 8 years ago
  5. 4afd143 Issue #27434: Version of interpreter running a cross-build and source version must be the same. by Xavier de Gaye · 8 years ago
  6. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  7. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
  9. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  10. c13d85b merge 3.5 (#27248) by Benjamin Peterson · 8 years ago
  11. 27007dc fix refleaks in PyDict_SetItem error cases (closes #27248) by Benjamin Peterson · 8 years ago
  12. 77e8408 merge 3.5 by Donald Stufft · 8 years ago
  13. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  14. ab11482 merge 3.5 by Benjamin Peterson · 8 years ago
  15. 1af8b63 merge 3.4 by Benjamin Peterson · 8 years ago
  16. ede9a0f merge 3.3 by Benjamin Peterson · 8 years ago
  17. 961900a merge 3.5 by Benjamin Peterson · 8 years ago
  18. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  19. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  20. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  21. f54d781 Issue #27460: Unified error messages in bytes constructor for integers by Serhiy Storchaka · 8 years ago
  22. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  23. 9862b51 Issue #27452: make command line idle-test> python test_help.py work. by Terry Jan Reedy · 8 years ago
  24. 5ce1b86 Issue #27452: add line counter and crc to IDLE config test dump. by Terry Jan Reedy · 8 years ago
  25. 2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  26. e3c1d34 Merge from 3.5 by Berker Peksag · 8 years ago
  27. e75ffa9 Add versionadded to PyDict_SetDefault documentation by Berker Peksag · 8 years ago
  28. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  29. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  30. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  31. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  32. 6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  33. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  34. e09132f Backed out changeset b0087e17cd5e (issue #26765) by Serhiy Storchaka · 8 years ago
  35. ab8bcb3 Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. by Serhiy Storchaka · 8 years ago
  36. 3550489 Issue #26765: Moved wrappers for bytes and bytearray methods to common header by Serhiy Storchaka · 8 years ago
  37. 0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses by Serhiy Storchaka · 8 years ago
  38. cf8b42e Issue #27431: Merge from 3.5 by Berker Peksag · 8 years ago
  39. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  40. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  41. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  42. e807e89 Fix typo in whatsnew/3.6.rst by Berker Peksag · 8 years ago
  43. 16cd909 Merge from 3.5 for issue #26664 by Brett Cannon · 8 years ago
  44. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  45. ee047e5 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  46. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  47. 60a7ec3 Merge 3.5 (copy doc) by Victor Stinner · 8 years ago
  48. 0ab67df Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  49. b1cec73 Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  50. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  51. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  52. 7acc348 Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  53. 4575098 Fix issue #27402: example for typing did not type-check. by Guido van Rossum · 8 years ago
  54. 5eef78b Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  55. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  56. 7c6b3ea Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  57. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  58. 7de2840 Issue #27352: Fixed an error message in a test. by Serhiy Storchaka · 8 years ago
  59. 2977cdc Merge from 3.5 by Steve Dower · 8 years ago
  60. 2e4cdb6 Adds script for purging the caching server for downloads on python.org. by Steve Dower · 8 years ago
  61. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
  62. 44a98b6 Merge from 3.5 by Steve Dower · 8 years ago
  63. aaa1767 Adds batch file to build nuget packages. by Steve Dower · 8 years ago
  64. 435c979 Merge from 3.5 by Steve Dower · 8 years ago
  65. 33128c8 Include libs folder in nuget package and allow preinstalling packages by Steve Dower · 8 years ago
  66. da9c513 Issue #27255: Added more predictions in ceval.c. by Serhiy Storchaka · 8 years ago
  67. 61d1e99 Issue #27393: Merge from 3.5 by Berker Peksag · 8 years ago
  68. 6803f35 Issue #27393: Fix escaping of C:\ too by Berker Peksag · 8 years ago
  69. c2cfe33 Issue #27393: Merge from 3.5 by Berker Peksag · 8 years ago
  70. 9c1e9d4 Issue #27393: Fix escaping of venv activate commands on Windows by Berker Peksag · 8 years ago
  71. c2f2ef8 Merge from 3.5. by Larry Hastings · 8 years ago
  72. bddc356 Null merge from 3.4 (well, except, pull in the tag for 3.4.5.) by Larry Hastings · 8 years ago
  73. 1b329e7 Merge. by Larry Hastings · 8 years ago
  74. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  75. 9105870 Merge. by Larry Hastings · 8 years ago
  76. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 8 years ago
  77. 68a53c5 Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass by Terry Jan Reedy · 8 years ago
  78. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  79. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  80. 7c15341 Issue 27372: Stop test_idle from changing locale, so test passes. by Terry Jan Reedy · 8 years ago
  81. b554fad Issue #22115: Updated Misc/NEWS. by Serhiy Storchaka · 8 years ago
  82. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  83. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  84. 523ccd1 Merge from 3.5 by Steve Dower · 8 years ago
  85. e7614dd Simplifies nuget build with better parameters. by Steve Dower · 8 years ago
  86. 8e36221 Added tag v3.4.5 for changeset 619b61e505d0 by Larry Hastings · 8 years ago
  87. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 8 years ago
  88. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 8 years ago
  89. da27a88 Added tag v3.5.2 for changeset 4def2a2901a5 by Larry Hastings · 8 years ago
  90. 6c1aa6b Version number bump for 3.5.2 final. by Larry Hastings · 8 years ago
  91. 66b84c0 Update pydoc topics for 3.5.2 final. by Larry Hastings · 8 years ago
  92. 6bc87b4 Issue #20350. tkapp.splitlist() is now always used instead of unreliable by Serhiy Storchaka · 8 years ago
  93. d3af156 Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. by Serhiy Storchaka · 8 years ago
  94. 2d8f945 Issue #26243: Correct a wording in docs. Thanks Berker. by Serhiy Storchaka · 8 years ago
  95. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  96. 696c35e Issue #26186: Remove the restriction that built-in and extension by Brett Cannon · 8 years ago
  97. da03761 Merge from 3.5 by Brett Cannon · 8 years ago
  98. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  99. b466f8f Remove duplicate AF_INET6 addition by Martin Panter · 8 years ago
  100. 650c1c9 Minor beautification by Raymond Hettinger · 8 years ago