1. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 6 years ago
  2. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 6 years ago
  3. 4101181 bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) by Raymond Hettinger · 6 years ago
  4. 7913cbc Fix link to changelog in 3.9 What's New page (GH-15445) by Ned Deily · 6 years ago
  5. e17f201 Fix funny typo in Doc/bugs. (GH-15412) by Antoine · 6 years ago
  6. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 6 years ago
  7. 5be6660 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Zackery Spytz · 6 years ago
  8. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 6 years ago
  9. 120b707 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) by Victor Stinner · 6 years ago
  10. 1beb7c3 bpo-36763, doc: Add links in the new C API init doc (GH-15433) by Victor Stinner · 6 years ago
  11. 3842f29 bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Victor Stinner · 6 years ago
  12. 8e76c45 Fix _PyTime_MIN/MAX values (GH-15384) by Sergey Fedoseev · 6 years ago
  13. b5d3cee bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200) by Stefan Behnel · 6 years ago
  14. 81446fd test_gdb: use unittest test discovery (GH-15405) by Victor Stinner · 6 years ago
  15. 767434c bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419) by Victor Stinner · 6 years ago
  16. c486825 bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) by Victor Stinner · 6 years ago
  17. d288b29 Correct minor grammar mistake (GH-15404) by Andre Delfino · 6 years ago
  18. 6fcb6cf bpo-30826: Improve control flow examples (GH-15407) by Raymond Hettinger · 6 years ago
  19. 483ae0c bpo-12634: Clarify an awkward section of the tutorial (GH-15406) by Raymond Hettinger · 6 years ago
  20. 657008e bpo-30550: Clarify JSON ordering guarantees (GH-15397) by Raymond Hettinger · 6 years ago
  21. 4be11c0 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Pablo Galindo · 6 years ago
  22. 8889627 bpo-28556: Add a regression test to typing (GH-15396) by Ivan Levkivskyi · 6 years ago
  23. d0cdeaa bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382) by Raymond Hettinger · 6 years ago
  24. 4109263 bpo-14050: Note that not all data can be sorted (GH-15381) by Raymond Hettinger · 6 years ago
  25. a38e9d1 bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) by Sergey Fedoseev · 6 years ago
  26. c4106af Add missing space to warning message (GH-14915) by Florian Bruhin · 6 years ago
  27. 71876fa Refactor Parser/pgen and add documentation and explanations (GH-15373) by Pablo Galindo · 6 years ago
  28. 374be59 bpo-37834: Fix test on Windows 7 (GH-15377) by Steve Dower · 6 years ago
  29. 06be2c7 bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15369) by Steve Dower · 6 years ago
  30. 7ebdda0 bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) by Steve Dower · 6 years ago
  31. df0c21f bpo-37482: Fix email address name with encoded words and special chars (GH-14561) by bsiem · 6 years ago
  32. 48ede6b bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization (GH-14941) by Brett Cannon · 6 years ago
  33. df2d4a6 bpo-37834: Normalise handling of reparse points on Windows (GH-15231) by Steve Dower · 6 years ago
  34. bcc446f Revert mode change that loses information in directory listings on Linux. (#15366) by Stefan Krah · 6 years ago
  35. 75e0649 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Steve Dower · 6 years ago
  36. e1c638d Fix difflib `?` hint in diff output when dealing with tabs (#15201) by Anthony Sottile · 6 years ago
  37. 092911d Update asyncio.ensure_future() documentation (GH-15347) by Roger Iyengar · 6 years ago
  38. 20f59fe bpo-37751: Fix codecs.lookup() normalization (GH-15092) by Jordon Xu · 6 years ago
  39. 87bc3b7 bpo-37860: Add netlify deploy preview for docs (GH-15288) by Ashwin Ramaswami · 6 years ago
  40. d8c5adf bpo-37851: faulthandler allocates its stack on demand (GH-15358) by Victor Stinner · 6 years ago
  41. e0b6117 bpo-37823: Fix open() link in telnetlib doc (GH-15281) by Michael Anckaert · 6 years ago
  42. de2d9ee bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) by Victor Stinner · 6 years ago
  43. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 6 years ago
  44. 5b95a15 bpo-35518: Skip test that relies on a deceased network service. (GH-15349) by Greg Price · 6 years ago
  45. d33e46d abstract.c should not be executable. (GH-15348) by Benjamin Peterson · 6 years ago
  46. 1407038 Remove a dead comment from ossaudiodev.c (#15346) by Brett Cannon · 6 years ago
  47. 46a7564 bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) by Zackery Spytz · 6 years ago
  48. 9e66aba bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) by Joannah Nanjekye · 6 years ago
  49. 18f8dcf bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) by Victor Stinner · 6 years ago
  50. b0f4dab bpo-37868: Improve is_dataclass for instances. (GH-15325) by Eric V. Smith · 6 years ago
  51. d3c8d73 Minor documentation fixes on library/enum (GH-15234) by Antoine · 6 years ago
  52. d13968b Delete stale comment in Python/getopt.c. (GH-14719) by Hansraj Das · 6 years ago
  53. d11c2c6 Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)" (GH-15338) by Victor Stinner · 6 years ago
  54. d3dcc92 bpo-37788: Fix a reference leak if a thread is not joined (GH-15228) by Victor Stinner · 6 years ago
  55. cf9360e Remove 'unstable' warning for Windows Store package in docs (GH-15334) by Steve Dower · 6 years ago
  56. 24fe460 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by shireenrao · 6 years ago
  57. 4558563 Insert a missing close parenthesis (GH-15316) by cocoatomo · 6 years ago
  58. 1b1d051 fix link to time function from time_ns doc (GH-15285) by Éric Araujo · 6 years ago
  59. 29bb227 Add a minor `Fraction.__hash__()` optimization (GH-15313) by Tim Peters · 6 years ago
  60. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 6 years ago
  61. f3cb68f bpo-37863: Optimize Fraction.__hash__() (#15298) by Raymond Hettinger · 6 years ago
  62. 69f37bc Indent code inside if block. (GH-15284) by Hansraj Das · 6 years ago
  63. 37806f4 bpo-37207: enable vectorcall for type.__call__ (GH-14588) by Jeroen Demeyer · 6 years ago
  64. 40dad95 Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) by Alex Gaynor · 6 years ago
  65. 3e4498d bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) by Greg Price · 6 years ago
  66. 68e495d bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) by Hai Shi · 6 years ago
  67. ac827ed bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Victor Stinner · 6 years ago
  68. 2814620 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Artem Khramov · 6 years ago
  69. dcfe111 bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) by Abhilash Raj · 6 years ago
  70. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 6 years ago
  71. 4fa10dd bpo-36030: Improve performance of some tuple operations (GH-12052) by Sergey Fedoseev · 6 years ago
  72. b0c8369 bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) by Victor Stinner · 6 years ago
  73. 6bccbe7 bpo-36502: Correct documentation of str.isspace() (GH-15019) by Greg Price · 6 years ago
  74. 077af8c bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Victor Stinner · 6 years ago
  75. 7e479c8 bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) by Hai Shi · 6 years ago
  76. 43d564c bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814) by Zackery Spytz · 6 years ago
  77. c03e698 bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248) by Greg Price · 6 years ago
  78. 38c7199 bpo-37256: Wording in Request class docs (#14792) by Ngalim Siregar · 6 years ago
  79. 243a73d bpo-25172: Add test for crypt ImportError on Windows (GH-15252) by shireenrao · 6 years ago
  80. 82642a0 bpo-37689: add Path.is_relative_to() method (GH-14982) by Hai Shi · 6 years ago
  81. 8a784af bpo-37814: Document the empty tuple type annotation syntax (GH-15208) by Josh Holland · 6 years ago
  82. 1ac2a83 bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) by Hai Shi · 6 years ago
  83. b0dace3 bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) by Steve Dower · 6 years ago
  84. 99d208e bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) by Greg Price · 6 years ago
  85. def97c9 bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126) by Greg Price · 6 years ago
  86. 4e3dfcc bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) by Greg Price · 6 years ago
  87. ef2af1a bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) by Greg Price · 6 years ago
  88. 66a34d3 bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) by Raymond Hettinger · 6 years ago
  89. c1aeb29 Remove versioned executables from non-APPX packages (GH-15237) by Steve Dower · 6 years ago
  90. 3e34a25 bpo-37354: Sign Activate.ps1 for release (GH-15235) by Steve Dower · 6 years ago
  91. 732775d bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) by Derek Keeler · 6 years ago
  92. 44046fe bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225) by Dong-hee Na · 6 years ago
  93. f9590ed Fix docs for assert_called and assert_called_once (#15197) by Ismail S · 6 years ago
  94. f03b4c8 bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) by Raymond Hettinger · 6 years ago
  95. 09a1872 bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Abhilash Raj · 6 years ago
  96. 51aac15 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Greg Price · 6 years ago
  97. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 6 years ago
  98. 92c7e30 bpo-37642: Update acceptable offsets in timezone (GH-14878) by Ngalim Siregar · 6 years ago
  99. ed70a34 bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) by Paul Monson · 6 years ago
  100. aa542c2 bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) by Pablo Galindo · 6 years ago