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