1. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  2. f570d0f issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. by Guido van Rossum · 8 years ago
  3. 3bd7900 merge 3.5 by Benjamin Peterson · 8 years ago
  4. db87c99 make sure dict view types are initialized by Benjamin Peterson · 8 years ago
  5. 6b571e0 Issue #21590: Silence Sphinx warnings in instrumentation.rst by Berker Peksag · 8 years ago
  6. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  7. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  8. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  9. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  10. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 8 years ago
  11. 1c92a76 Update test_no_escapes_for_braces to clarify behavior with a docstring and expressions that clearly are not evaluated. by Jason R. Coombs · 8 years ago
  12. da25abf7 Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590. by Jason R. Coombs · 8 years ago
  13. 45cab8c Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered. by Jason R. Coombs · 8 years ago
  14. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  15. 873305b Merge doc fixup from 3.5 into 3.6 by Martin Panter · 8 years ago
  16. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  17. cee93c3 Issue #28485: Merge single-threading fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  18. 88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor by Martin Panter · 8 years ago
  19. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  20. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  21. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  22. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 8 years ago
  23. 4b8eb7b Issue #28088: Document Transport.set_protocol and get_protocol. by INADA Naoki · 8 years ago
  24. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  25. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  26. f905063 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  27. c542049 asyncio: Sync with upstream by Yury Selivanov · 8 years ago
  28. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 8 years ago
  29. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 8 years ago
  30. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 8 years ago
  31. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  32. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  33. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  34. c96b8fc Allow ensurepip even when ssl is unavailable by Donald Stufft · 8 years ago
  35. f81d60b Merge updated pip/setuptools from 3.5 by Donald Stufft · 8 years ago
  36. 2af4144 Merge new pip/setuptools from 3.4 by Donald Stufft · 8 years ago
  37. 20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 by Donald Stufft · 8 years ago
  38. dcb9077 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  39. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  40. d8d9da0 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  41. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  42. 93f26f7 Issue #28583: PyDict_SetDefault didn't combine split table when needed. by INADA Naoki · 8 years ago
  43. 8567e58 Minor code beautification by Raymond Hettinger · 8 years ago
  44. 16ef5d4 Add cum_weights example (simulation of a cumulative binomial distribution). by Raymond Hettinger · 8 years ago
  45. a9e99b1 Start 3.6.0b4 by Ned Deily · 8 years ago
  46. d036570 Added tag v3.6.0b3 for changeset 8345e066c0ed by Ned Deily · 8 years ago
  47. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 8 years ago
  48. b02f2e1 Update pydoc topics for 3.6.0b3 by Ned Deily · 8 years ago
  49. 1194234 Issue #28248: merge from 3.5 by Ned Deily · 8 years ago
  50. 38adbfa Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 8 years ago
  51. 473ce1d Issue #28028: Update OS X installers to use SQLite 3.14.2. by Ned Deily · 8 years ago
  52. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  53. 7f0514a Backed out changeset 6b88dfc7b25d by Serhiy Storchaka · 8 years ago
  54. f9cb559 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  55. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  56. 88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  57. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  58. 13c8f32 Update the f-string test broken in issue #28385. by Serhiy Storchaka · 8 years ago
  59. c4a35da Issue #28541: Improve test coverage for encoding detection in json library. by Serhiy Storchaka · 8 years ago
  60. a0d9c68 Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 8 years ago
  61. 0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 8 years ago
  62. 2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  63. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  64. 7984bff Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  65. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  66. a1fd5e4 - Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 8 years ago
  67. c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 8 years ago
  68. 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  69. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  70. 998c9cd Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. by Serhiy Storchaka · 8 years ago
  71. b7d14a0 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  72. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 8 years ago
  73. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  74. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  75. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  76. 77d574d Issue #18844: Strengthen tests to include a case with unequal weighting by Raymond Hettinger · 8 years ago
  77. 30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. by Raymond Hettinger · 8 years ago
  78. ab5cf4d Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6) by Guido van Rossum · 8 years ago
  79. 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 8 years ago
  80. c6c1c6e Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) by Guido van Rossum · 8 years ago
  81. b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 8 years ago
  82. 4782ab3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. by Steve Dower · 8 years ago
  83. 868147b Issue #28556: updates to typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  84. 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 8 years ago
  85. 1da055e Makes test_underpth* tests more robust by copying the executable. by Steve Dower · 8 years ago
  86. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 8 years ago
  87. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
  88. d76d8bf Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. by Serhiy Storchaka · 8 years ago
  89. f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() by Victor Stinner · 8 years ago
  90. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  91. 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 8 years ago
  92. d14ae16 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  93. 43ab355 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  94. 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 8 years ago
  95. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  96. bbcb799 Merge heads. by Xavier de Gaye · 8 years ago
  97. 1c17e7f Issue #28046: Fix the removal of the sysconfigdata module by Xavier de Gaye · 8 years ago
  98. 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  99. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  100. b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago