1. 74fc9c0 Update Python Folder.icns icon file to match new macOS look (GH-1780) by Thomas Jones · 6 years ago
  2. f90f5d5 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) by Matthias Bussonnier · 6 years ago
  3. d5f1442 bpo-33518: Add PEP entry to documentation glossary (GH-6860) by Andrés Delfino · 6 years ago
  4. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  5. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  6. d852142 Replace _PyGC_REFS macros with higher level macros (GH-6852) by INADA Naoki · 6 years ago
  7. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  8. 713a936 bpo-32216: Update dataclasses documentation (#6913) by Barry Warsaw · 6 years ago
  9. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 6 years ago
  10. 55e53c3 Remove an unneeded call into OpenSSL (GH-6887) by Alex Gaynor · 6 years ago
  11. 2d2d3b1 Fix ClassVar as string fails when getting type hints (GH-6824) by Nina Zakharenko · 6 years ago
  12. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 6 years ago
  13. 93f9a8a bpo-24318: Rewrite the README PGO section. (#6863) by Gregory P. Smith · 6 years ago
  14. 4e81296 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Eric V. Smith · 6 years ago
  15. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  16. 7a1c027 Minor tweaks to dataclasses docs. (GH-6903) by Eric V. Smith · 6 years ago
  17. 9285835 bpo-33534: Remove unneeded test. (GH-6897) by Eric V. Smith · 6 years ago
  18. f8e7549 Reflow dataclasses comments (GH-6893) by Eric V. Smith · 6 years ago
  19. 98d50cb bpo-32216: Add documentation for dataclasses (GH-6886) by Eric V. Smith · 6 years ago
  20. 4cc3eb4 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Isaiah Peng · 6 years ago
  21. 3055c94 closes bpo-33512: use standard for detecting long double (GH-6847) by Eitan Adler · 6 years ago
  22. 2a7bacb bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Eric V. Smith · 6 years ago
  23. d8dcd57 bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747) by Serhiy Storchaka · 6 years ago
  24. 038b21f bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873) by Terry Jan Reedy · 6 years ago
  25. 67c4801 bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) by Christian Heimes · 6 years ago
  26. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  27. b056562 bpo-33509: Fix _warnings for module_globals=None (#6833) by Victor Stinner · 6 years ago
  28. 8709b23 bpo-33465: Use an unlikely to be built-in C extension in a test (#6797) by Barry Warsaw · 6 years ago
  29. 389a48e bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Terry Jan Reedy · 6 years ago
  30. 9eb40bc bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) by Matthias Bussonnier · 6 years ago
  31. 01abc6e bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Eric V. Smith · 6 years ago
  32. 5401622 run autoreconf (GH-6850) by Benjamin Peterson · 6 years ago
  33. 98929b5 bpo-33483: more correctly handle finding the C compiler (GH-6780) by Eitan Adler · 6 years ago
  34. 046d311 Remove accidentally checked in files. (GH-6835) by Eric V. Smith · 6 years ago
  35. 735abad bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Segev Finer · 6 years ago
  36. d063b84 bpo-33497: Add NEWS and ACKS entries. (GH-6838) by Ned Deily · 6 years ago
  37. b7b493e Add AsyncContextManager to typing module documentation. (GH-6822) by Travis DePrato · 6 years ago
  38. 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
  39. 3059042 bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Eric V. Smith · 6 years ago
  40. 00717a4 Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Alex Gaynor · 6 years ago
  41. 5e6312c bpo-33443 Fix typo in Python/import.c (GH-6722) by ukwksk · 6 years ago
  42. f2290fb bpo-32769: Write annotation entry for glossary (GH-6657) by Andrés Delfino · 6 years ago
  43. 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 6 years ago
  44. f042242 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800) by Alex Gaynor · 6 years ago
  45. 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
  46. 7ffd4c5 bpo-22069: Update TextIO documentation (GH-6609) by Elena Oat · 6 years ago
  47. bd08a0a bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) by Michael Lazar · 6 years ago
  48. 5c0d462 bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Anders Kaseorg · 6 years ago
  49. 5cd22cf bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) by Eitan Adler · 6 years ago
  50. 898ff92 fix error message in ast.c (#6776) by Jelle Zijlstra · 6 years ago
  51. 1e2ec8a bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Rolf Eike Beer · 6 years ago
  52. 7ec8f28 bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miro Hrončok · 6 years ago
  53. b551e9f Fix a bug in Generic.__new__ (GH-6758) by Ivan Levkivskyi · 6 years ago
  54. df00f04 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Serhiy Storchaka · 6 years ago
  55. b00854c bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251) by Serhiy Storchaka · 6 years ago
  56. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  57. 8cf4b34 bpo-33311: Do not display parameters displayed in parentheses for module call. (GH-6677) by sblondon · 6 years ago
  58. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  59. b3c3698 Fix superfluous if in documentation. (GH-6728) by Julien Palard · 6 years ago
  60. ac9240b closes bpo-33445: fail properly in test_cprofile() (GH-6727) by jdemeyer · 6 years ago
  61. 43d12a6 bpo-28556: Minor fixes for typing module (GH-6732) by Ivan Levkivskyi · 6 years ago
  62. 0904f76 Fix typo in __mul__ and __rmul__ docstring (GH-6674) by Grant Jenks · 6 years ago
  63. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  64. ec1622d bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563) by Serhiy Storchaka · 6 years ago
  65. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  66. a3f19c3 Remove mojibake in the locale aliases mapping. (GH-6716) by Serhiy Storchaka · 6 years ago
  67. cedc9b7 bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708) by Serhiy Storchaka · 6 years ago
  68. 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
  69. c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 6 years ago
  70. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  71. 491bbed bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by lekma · 6 years ago
  72. fc6aa28 Mitigate macOS race condition in installer build (GH-6686) by Ned Deily · 6 years ago
  73. 0dd8070 bpo-33290: Have macOS installer remove "pip" alias (GH-6683) by Ned Deily · 6 years ago
  74. 69a013e bpo-33281: NEWS and ACK (GH-6681) by Ned Deily · 6 years ago
  75. d06d345 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) by Ray Donnelly · 6 years ago
  76. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  77. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 6 years ago
  78. 335a602 Add What's New for Korean documentation translation. (GH-6645) by Julien Palard · 6 years ago
  79. 47ab154 bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Michael Selik · 6 years ago
  80. fb7e799 bpo-30465: Fix C downcast warning on Windows in ast.c (#6593) by Victor Stinner · 6 years ago
  81. 5a49ca6 Add mypy cache to gitignore (GH-6614) by Ekin Dursun · 6 years ago
  82. 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
  83. 10f715d Enable the verbose build for extension modules with GNU make (#6659) by Matthias Klose · 6 years ago
  84. 7e3545c bpo-33393: Update config.guess and config.sub files (#6658) by Matthias Klose · 6 years ago
  85. ddbe976 bpo-33377: add triplets for mips-r6 and riscv (#6655) by Matthias Klose · 6 years ago
  86. c3b7a6d bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) by Andrés Delfino · 6 years ago
  87. 6405fee bpo-33012: Fix invalid function casts for long_long. (GH-6652) by Serhiy Storchaka · 6 years ago
  88. ca40501 bpo-27645, sqlite: Fix integer overflow on sleep (#6594) by Victor Stinner · 6 years ago
  89. 5ff3a16 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Terry Jan Reedy · 6 years ago
  90. c1a6832 bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606) by Serhiy Storchaka · 6 years ago
  91. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  92. 9f3535c bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) by Bo Bayles · 6 years ago
  93. 7d68bfa bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by sblondon · 6 years ago
  94. 70af06c bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Serhiy Storchaka · 6 years ago
  95. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 6 years ago
  96. 5779483 bpo-33378: Add Korean to the language switcher. (GH-6627) by Dong-hee Na · 6 years ago
  97. e022bbc Change "non-local state" to "content-local state". (GH-6617) by Tom Christie · 6 years ago
  98. e239650 bpo-33363: raise SyntaxError for async for/with outside async functions (#6616) by Zsolt Dollenstein · 6 years ago
  99. 078c4e3 bpo-33041: Fix downcast warning on Windows (#6595) by Victor Stinner · 6 years ago
  100. 4114846 bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612) by Pablo Galindo · 6 years ago