1. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  2. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  3. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  4. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 7 years ago
  5. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  6. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  7. 176baa3 bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) by Jelle Zijlstra · 7 years ago
  8. bfbf04e bpo-32296: Unbreak tests on Windows (#4850) by Yury Selivanov · 7 years ago
  9. 11a247d bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) by Victor Stinner · 7 years ago
  10. a70232f bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) by Yury Selivanov · 7 years ago
  11. d5dda98 pymain_set_sys_argv() now copies argv (#4838) by Victor Stinner · 7 years ago
  12. 9814697 pythoninfo: Add builtins, test.support, ... (#4840) by Victor Stinner · 7 years ago
  13. 7a6706b Fix couple typos (#4839) by Andrew Svetlov · 7 years ago
  14. 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
  15. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  16. c3e070f bpo-32284: Fix documentation of BinaryIO and TextIO (#4832) by Sebastian Rittau · 7 years ago
  17. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 7 years ago
  18. 317def9 bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) by Antoine Pitrou · 7 years ago
  19. d233796 import.c: Fix a GCC warning (#4822) by Victor Stinner · 7 years ago
  20. 721e25c bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821) by Victor Stinner · 7 years ago
  21. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  22. b748e3b Fix improper use of re.escape() in tests. (#4814) by Serhiy Storchaka · 7 years ago
  23. 0e069a1 Fix implementation dependent assertion in test_plistlib. (#4813) by Serhiy Storchaka · 7 years ago
  24. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  25. 5ce0a2a bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) by Nitish Chandra · 7 years ago
  26. 2001900 bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) by Licht Takeuchi · 7 years ago
  27. e0720cd Fix small typo in tupleobject.h (#4801) by Chris · 7 years ago
  28. e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 7 years ago
  29. e569753 bpo-32227: functools.singledispatch supports registering via type annotations (#4733) by Łukasz Langa · 7 years ago
  30. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 7 years ago
  31. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 7 years ago
  32. 3e97518 bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) by Yury Selivanov · 7 years ago
  33. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 7 years ago
  34. 1b74f9b bpo-22671: Clarify and test default read method implementations (#4568) by Sanyam Khurana · 7 years ago
  35. 48d4dd9 bpo-32252: Fix faulthandler_suppress_crash_report() (#4794) by Victor Stinner · 7 years ago
  36. 19d0d54 bpo-32262: Fix f-string (#4787) by Yury Selivanov · 7 years ago
  37. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
  38. c4d9df5 Skip test_read_pty_output test on macOS for poll and select. (#4774) by Yury Selivanov · 7 years ago
  39. 77106b2 bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510) by Pablo Galindo · 7 years ago
  40. f658641 Removed doubled 'bpo-'. (#4777) by Terry Jan Reedy · 7 years ago
  41. 780acc8 bpo-31506: Improve the error message logic for class instantiation (GH-4740) by Sanyam Khurana · 7 years ago
  42. 60ed130 byte swap the raw hash secrets (more bpo-32260) (#4773) by Benjamin Peterson · 7 years ago
  43. 8362077 fix my byte-swapping implementation (#4772) by Benjamin Peterson · 7 years ago
  44. 4e3e156 bpo-32260: don't byte swap siphash keys (#4771) by Benjamin Peterson · 7 years ago
  45. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  46. 28d8d14 bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) by Andrew Svetlov · 7 years ago
  47. a9f8df6 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) by Vinay Sajip · 7 years ago
  48. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 7 years ago
  49. ede1573 bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756) by Nitish Chandra · 7 years ago
  50. 11cc289 Fix missing DECREF of mod. (#4749) by Neil Schemenauer · 7 years ago
  51. dd431b3 PyLong_FromString(): fix Coverity CID 1424951 (#4738) by Victor Stinner · 7 years ago
  52. a0374dd bpo-32208: update threading.Semaphore docs and add unit test (#4709) by Garrett Berg · 7 years ago
  53. 961dbe0 bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) by xdegaye · 7 years ago
  54. fb77e0d Fix hardcoded value in test_os.py (#4744) by Pablo Galindo · 7 years ago
  55. 9ab11b3 Allows non-critical upload steps to fail (#4742) by Steve Dower · 7 years ago
  56. 24e77f9 Use raw strings for regex to avoid invalid escape sequences. (GH-4741) by Eric V. Smith · 7 years ago
  57. 9d25bd1 Modify configure to link with the compiler driver under HP-UX when not using gcc. (#2519) by Rob Boehne · 7 years ago
  58. bd4ed77 bpo-32233: Fix build with --with-system-libmpdec. (#4739) by Stefan Krah · 7 years ago
  59. 92a3c6f bpo-32030: Add _PyImport_Fini2() (#4737) by Victor Stinner · 7 years ago
  60. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  61. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  62. 672b6ba bpo-32030: pass interp to _PyImport_Init() (#4736) by Victor Stinner · 7 years ago
  63. a2a25eb Bump to 3.7.0a3+ by Ned Deily · 7 years ago
  64. d86f29e Merge tag 'v3.7.0a3' by Ned Deily · 7 years ago
  65. 5e8cbcc Add Guido and Ivan as owners for typing.py (#4729) by Guido van Rossum · 7 years ago
  66. 2582f6f Add dataclasses to CODEOWNERS. (GH-4730) by Eric V. Smith · 7 years ago
  67. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 7 years ago
  68. 90a6785 Bump to 3.7.0a3 by Ned Deily · 7 years ago
  69. 3f9a728 Update NEWS and pydoc topics. by Ned Deily · 7 years ago
  70. d4d2b56 Tidy NEWS entry. by Ned Deily · 7 years ago
  71. ae342cf Add a missing space in tkinter documentation. (GH-4692) by Julien Palard · 7 years ago
  72. b3edde8 bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) by Ned Deily · 7 years ago
  73. e6f8a73 Update macOS installer to XZ 5.2.3 (#4718) by Ned Deily · 7 years ago
  74. 24e0469 bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715) by Ned Deily · 7 years ago
  75. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  76. 9625bf5 Enable SQLite JSON functions for macOS installer build (#4712) by Ned Deily · 7 years ago
  77. 29bc193 [bpo-28556] Minor fixes for typing module (#4710) by Ivan Levkivskyi · 7 years ago
  78. ca7562a bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) by Mariatta · 7 years ago
  79. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 7 years ago
  80. f0db54a bpo-32214: Implement PEP 557: Data Classes (#4704) by Eric V. Smith · 7 years ago
  81. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 7 years ago
  82. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 7 years ago
  83. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  84. 70d56fb bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) by Serhiy Storchaka · 7 years ago
  85. e69fbb6 Fix a regression in uuid added in bpo-32107. (#4677) by Serhiy Storchaka · 7 years ago
  86. 85d5c18 bpo-27240 Rewrite the email header folding algorithm. (#3488) by R. David Murray · 7 years ago
  87. 29ba688 bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884) by Serhiy Storchaka · 7 years ago
  88. 1fb72d2 bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570) by Serhiy Storchaka · 7 years ago
  89. eea3cc1 Refactor PyImport_ImportModuleLevelObject(). (#4680) by Neil Schemenauer · 7 years ago
  90. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  91. 7324b5c bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) by Julien Palard · 7 years ago
  92. 1eaa116 Add a minimal unit test for Python/frozen.c. (#2995) by Neil Schemenauer · 7 years ago
  93. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  94. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  95. e23c06e bpo-32030: Fix config_get_program_name() on macOS (#4669) by Victor Stinner · 7 years ago
  96. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  97. ebac19d bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) by Victor Stinner · 7 years ago
  98. 9ac3d88 bpo-32030: Fix Py_GetPath(): init program_name (#4665) by Victor Stinner · 7 years ago
  99. b64de46 bpo-32030: Cleanup "path config" code (#4663) by Victor Stinner · 7 years ago
  100. 8f5c28b Fix asyncio.streams.FlowControlMixin docstring typo. (#4578) by John Chen · 7 years ago