1. 5634331 bpo-33556: Remove reference to thread module from docstring (GH-6963) by Skip Montanaro · 6 years ago
  2. bde3e0b Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Serhiy Storchaka · 6 years ago
  3. d89ca94 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) by Terry Jan Reedy · 6 years ago
  4. fb9dd89 bpo-33559: Attribute changed repr of exceptions (GH-6954) by Miro Hrončok · 6 years ago
  5. c0ee341 Fix Windows build of Python for latest WinSDK. (GH-6874) by Carl Meyer · 6 years ago
  6. 631753f bpo-33559: Document changed repr of exceptions (GH-6943) by Miro Hrončok · 6 years ago
  7. d8d715f asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946) by Yury Selivanov · 6 years ago
  8. 48b1f37 Only upload docs for CI build and not pull requests (GH-6945) by Steve Dower · 6 years ago
  9. 273f51f Provide a little better debug output (#6940) by Barry Warsaw · 6 years ago
  10. 0ed66df bpo-33537: Add an __all__ to importlib.resources (#6920) by Barry Warsaw · 6 years ago
  11. dff4675 bpo-19950: Clarify unittest TestCase instance use. (GH-6875) by Gregory P. Smith · 6 years ago
  12. 3ab0136 bpo-32604: Implement force-closing channels. (gh-6937) by Eric Snow · 6 years ago
  13. 74fc9c0 Update Python Folder.icns icon file to match new macOS look (GH-1780) by Thomas Jones · 6 years ago
  14. f90f5d5 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) by Matthias Bussonnier · 6 years ago
  15. d5f1442 bpo-33518: Add PEP entry to documentation glossary (GH-6860) by Andrés Delfino · 6 years ago
  16. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  17. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  18. d852142 Replace _PyGC_REFS macros with higher level macros (GH-6852) by INADA Naoki · 6 years ago
  19. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  20. 713a936 bpo-32216: Update dataclasses documentation (#6913) by Barry Warsaw · 6 years ago
  21. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 6 years ago
  22. 55e53c3 Remove an unneeded call into OpenSSL (GH-6887) by Alex Gaynor · 6 years ago
  23. 2d2d3b1 Fix ClassVar as string fails when getting type hints (GH-6824) by Nina Zakharenko · 6 years ago
  24. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 6 years ago
  25. 93f9a8a bpo-24318: Rewrite the README PGO section. (#6863) by Gregory P. Smith · 6 years ago
  26. 4e81296 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Eric V. Smith · 6 years ago
  27. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  28. 7a1c027 Minor tweaks to dataclasses docs. (GH-6903) by Eric V. Smith · 6 years ago
  29. 9285835 bpo-33534: Remove unneeded test. (GH-6897) by Eric V. Smith · 6 years ago
  30. f8e7549 Reflow dataclasses comments (GH-6893) by Eric V. Smith · 6 years ago
  31. 98d50cb bpo-32216: Add documentation for dataclasses (GH-6886) by Eric V. Smith · 6 years ago
  32. 4cc3eb4 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Isaiah Peng · 6 years ago
  33. 3055c94 closes bpo-33512: use standard for detecting long double (GH-6847) by Eitan Adler · 6 years ago
  34. 2a7bacb bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Eric V. Smith · 6 years ago
  35. d8dcd57 bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747) by Serhiy Storchaka · 6 years ago
  36. 038b21f bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873) by Terry Jan Reedy · 6 years ago
  37. 67c4801 bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) by Christian Heimes · 6 years ago
  38. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  39. b056562 bpo-33509: Fix _warnings for module_globals=None (#6833) by Victor Stinner · 6 years ago
  40. 8709b23 bpo-33465: Use an unlikely to be built-in C extension in a test (#6797) by Barry Warsaw · 6 years ago
  41. 389a48e bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Terry Jan Reedy · 6 years ago
  42. 9eb40bc bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) by Matthias Bussonnier · 6 years ago
  43. 01abc6e bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Eric V. Smith · 6 years ago
  44. 5401622 run autoreconf (GH-6850) by Benjamin Peterson · 6 years ago
  45. 98929b5 bpo-33483: more correctly handle finding the C compiler (GH-6780) by Eitan Adler · 6 years ago
  46. 046d311 Remove accidentally checked in files. (GH-6835) by Eric V. Smith · 6 years ago
  47. 735abad bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Segev Finer · 6 years ago
  48. d063b84 bpo-33497: Add NEWS and ACKS entries. (GH-6838) by Ned Deily · 6 years ago
  49. b7b493e Add AsyncContextManager to typing module documentation. (GH-6822) by Travis DePrato · 6 years ago
  50. 545c955 bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) by Amber Brown · 6 years ago
  51. 3059042 bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Eric V. Smith · 6 years ago
  52. 00717a4 Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Alex Gaynor · 6 years ago
  53. 5e6312c bpo-33443 Fix typo in Python/import.c (GH-6722) by ukwksk · 6 years ago
  54. f2290fb bpo-32769: Write annotation entry for glossary (GH-6657) by Andrés Delfino · 6 years ago
  55. 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 6 years ago
  56. f042242 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800) by Alex Gaynor · 6 years ago
  57. 2473eea bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) by Eric V. Smith · 6 years ago
  58. 7ffd4c5 bpo-22069: Update TextIO documentation (GH-6609) by Elena Oat · 6 years ago
  59. bd08a0a bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) by Michael Lazar · 6 years ago
  60. 5c0d462 bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Anders Kaseorg · 6 years ago
  61. 5cd22cf bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) by Eitan Adler · 6 years ago
  62. 898ff92 fix error message in ast.c (#6776) by Jelle Zijlstra · 6 years ago
  63. 1e2ec8a bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Rolf Eike Beer · 6 years ago
  64. 7ec8f28 bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miro Hrončok · 6 years ago
  65. b551e9f Fix a bug in Generic.__new__ (GH-6758) by Ivan Levkivskyi · 6 years ago
  66. df00f04 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Serhiy Storchaka · 6 years ago
  67. b00854c bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251) by Serhiy Storchaka · 6 years ago
  68. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  69. 8cf4b34 bpo-33311: Do not display parameters displayed in parentheses for module call. (GH-6677) by sblondon · 6 years ago
  70. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  71. b3c3698 Fix superfluous if in documentation. (GH-6728) by Julien Palard · 6 years ago
  72. ac9240b closes bpo-33445: fail properly in test_cprofile() (GH-6727) by jdemeyer · 6 years ago
  73. 43d12a6 bpo-28556: Minor fixes for typing module (GH-6732) by Ivan Levkivskyi · 6 years ago
  74. 0904f76 Fix typo in __mul__ and __rmul__ docstring (GH-6674) by Grant Jenks · 6 years ago
  75. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  76. ec1622d bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563) by Serhiy Storchaka · 6 years ago
  77. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  78. a3f19c3 Remove mojibake in the locale aliases mapping. (GH-6716) by Serhiy Storchaka · 6 years ago
  79. cedc9b7 bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708) by Serhiy Storchaka · 6 years ago
  80. b2043bb bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) by Andrés Delfino · 6 years ago
  81. c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 6 years ago
  82. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  83. 491bbed bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by lekma · 6 years ago
  84. fc6aa28 Mitigate macOS race condition in installer build (GH-6686) by Ned Deily · 6 years ago
  85. 0dd8070 bpo-33290: Have macOS installer remove "pip" alias (GH-6683) by Ned Deily · 6 years ago
  86. 69a013e bpo-33281: NEWS and ACK (GH-6681) by Ned Deily · 6 years ago
  87. d06d345 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) by Ray Donnelly · 6 years ago
  88. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  89. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 6 years ago
  90. 335a602 Add What's New for Korean documentation translation. (GH-6645) by Julien Palard · 6 years ago
  91. 47ab154 bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Michael Selik · 6 years ago
  92. fb7e799 bpo-30465: Fix C downcast warning on Windows in ast.c (#6593) by Victor Stinner · 6 years ago
  93. 5a49ca6 Add mypy cache to gitignore (GH-6614) by Ekin Dursun · 6 years ago
  94. 3ab9365 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Brett Cannon · 6 years ago
  95. 10f715d Enable the verbose build for extension modules with GNU make (#6659) by Matthias Klose · 6 years ago
  96. 7e3545c bpo-33393: Update config.guess and config.sub files (#6658) by Matthias Klose · 6 years ago
  97. ddbe976 bpo-33377: add triplets for mips-r6 and riscv (#6655) by Matthias Klose · 6 years ago
  98. c3b7a6d bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) by Andrés Delfino · 6 years ago
  99. 6405fee bpo-33012: Fix invalid function casts for long_long. (GH-6652) by Serhiy Storchaka · 6 years ago
  100. ca40501 bpo-27645, sqlite: Fix integer overflow on sleep (#6594) by Victor Stinner · 6 years ago