1. ce57883 Add spaces around the ":=" operator in ast_unparse.c (GH-19568) by Hakan Çelik · 4 years, 4 months ago
  2. 2b56031 bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) by Serhiy Storchaka · 4 years, 4 months ago
  3. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 4 months ago
  4. fb94040 bpo-35967: Skip test with `uname -p` on Android (GH-19577) by Chih-Hsuan Yen · 4 years, 4 months ago
  5. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 4 months ago
  6. c606624 Fix two typos in multiprocessing (GH-19571) by Galden · 4 years, 4 months ago
  7. 87502dd bpo-40286: Use random.randbytes() in tests (GH-19575) by Victor Stinner · 4 years, 4 months ago
  8. 223221b bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574) by Serhiy Storchaka · 4 years, 4 months ago
  9. 5b1d918 bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836) by Barney Gale · 4 years, 4 months ago
  10. c746c4f bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839) by Barney Gale · 4 years, 4 months ago
  11. 75a3378 bpo-40282: Allow random.getrandbits(0) (GH-19539) by Antoine Pitrou · 4 years, 4 months ago
  12. d7c657d bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572) by Victor Stinner · 4 years, 4 months ago
  13. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 4 months ago
  14. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 4 months ago
  15. 22386bb bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844) by Barney Gale · 4 years, 4 months ago
  16. 06a3554 bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) by Mariusz Felisiak · 4 years, 4 months ago
  17. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 4 months ago
  18. 485e715 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Inada Naoki · 4 years, 4 months ago
  19. bf1a812 Minor modernization and readability improvement to the tokenizer example (GH-19558) by Raymond Hettinger · 4 years, 4 months ago
  20. a75e730 bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542) by Jeffrey Quesnelle · 4 years, 4 months ago
  21. a388bbd Fix parameter names in assertIn() docs (GH-18829) by Christoph Zwerschke · 4 years, 4 months ago
  22. 5565c30 bpo-39793: use the same domain on make_msgid tests (#18698) by Batuhan Taşkaya · 4 years, 4 months ago
  23. 70f027d bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) by Raymond Hettinger · 4 years, 4 months ago
  24. 518835f bpo-35967 resolve platform.processor late (GH-12239) by Jason R. Coombs · 4 years, 4 months ago
  25. 6a5bf15 bpo-40209: Use tokenize.open in test_unparse (GH-19399) by Hakan Çelik · 4 years, 4 months ago
  26. 01508dc Fix typo in exception thrown by ast.unparse (GH-19534) by Shantanu · 4 years, 4 months ago
  27. e72cbcb bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544) by Jason R. Coombs · 4 years, 4 months ago
  28. 58d6f2e bpo-40270: Enable json extension in Windows sqlite extension (GH-19528) by Ammar Askar · 4 years, 4 months ago
  29. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 4 months ago
  30. ba1bcff bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508) by Russell Davis · 4 years, 4 months ago
  31. 4b4e90a bpo-35967: Baseline values for uname -p (GH-12824) by Jason R. Coombs · 4 years, 4 months ago
  32. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 4 months ago
  33. 574547a Clean up compatibility code in importlib fixtures (#19156) by Jason R. Coombs · 4 years, 4 months ago
  34. 5eca75d bpo-40268: Reformat posixmodule.c includes (GH-19536) by Victor Stinner · 4 years, 4 months ago
  35. 455df97 Optimize _Py_strhex_impl() (GH-19535) by Victor Stinner · 4 years, 4 months ago
  36. a86b522 bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537) by Ammar Askar · 4 years, 4 months ago
  37. 4f98f46 bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) by Victor Stinner · 4 years, 4 months ago
  38. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 4 years, 4 months ago
  39. d9ea5ca bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) by Victor Stinner · 4 years, 4 months ago
  40. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  41. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  42. d01628e bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) by Ethan Smith · 4 years, 4 months ago
  43. 3398646 bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525) by Pablo Galindo · 4 years, 4 months ago
  44. 43aeefa bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523) by Batuhan Taşkaya · 4 years, 4 months ago
  45. 4c0a31f bpo-9216: Nobody expects the geohashing FIPS inquisition (GH-19520) by Miro Hrončok · 4 years, 4 months ago
  46. d42e582 bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Barry · 4 years, 4 months ago
  47. aade1cc bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512) by Batuhan Taşkaya · 4 years, 4 months ago
  48. 96515e9 bpo-32033: Fix test_pwd failures on Android (GH-19502) by Zackery Spytz · 4 years, 4 months ago
  49. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 4 years, 4 months ago
  50. a5900ec bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) by Dong-hee Na · 4 years, 4 months ago
  51. e560f90 bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515) by Victor Stinner · 4 years, 4 months ago
  52. 4cf65a6 regrtest: log timeout at startup (GH-19514) by Victor Stinner · 4 years, 4 months ago
  53. 62f75fe bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) by Dong-hee Na · 4 years, 4 months ago
  54. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  55. e194530 bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477) by Dong-hee Na · 4 years, 4 months ago
  56. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 4 months ago
  57. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 4 years, 4 months ago
  58. 8ef8750 bpo-39481: Make weakref and WeakSet generic (GH-19497) by Ethan Smith · 4 years, 4 months ago
  59. cecf049 bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427) by Ethan Smith · 4 years, 4 months ago
  60. 584a3cf closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Benjamin Peterson · 4 years, 4 months ago
  61. 02152b7 Fix typo from Lib/asyncio/events.py (GH-19410) by Galden · 4 years, 4 months ago
  62. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 4 years, 4 months ago
  63. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 4 years, 4 months ago
  64. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 4 years, 4 months ago
  65. 4c3da78 bpo-40091: Fix a hang at fork in the logging module (GH-19416) by Victor Stinner · 4 years, 4 months ago
  66. 25a6833 bpo-39481: fix test_genericalias on Android (GH-19469) by Chih-Hsuan Yen · 4 years, 4 months ago
  67. 0c13e1f bpo-40241: Add pycore_interp.h header (GH-19499) by Victor Stinner · 4 years, 4 months ago
  68. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 4 years, 4 months ago
  69. 0135598 bpo-40241: Add pycore_gc.h header file (GH-19494) by Victor Stinner · 4 years, 4 months ago
  70. 85dd6bb Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) by laike9m · 4 years, 4 months ago
  71. 70c188e Add double quote cases to invalid prefix tests (GH-19489) by Pablo Galindo · 4 years, 4 months ago
  72. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 4 years, 4 months ago
  73. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 4 years, 4 months ago
  74. 909b87d closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Benjamin Peterson · 4 years, 4 months ago
  75. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 4 years, 4 months ago
  76. 402e1cd bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) by Oren Milman · 4 years, 4 months ago
  77. 63e5b59 bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) by Alex Itkes · 4 years, 4 months ago
  78. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 4 years, 4 months ago
  79. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 4 years, 4 months ago
  80. 3e0dd37 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Benjamin Peterson · 4 years, 4 months ago
  81. 4b222c9 bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) by Serhiy Storchaka · 4 years, 4 months ago
  82. cd8295f bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) by Serhiy Storchaka · 4 years, 4 months ago
  83. 7ec43a7 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Pablo Galindo · 4 years, 4 months ago
  84. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 4 years, 4 months ago
  85. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 4 years, 4 months ago
  86. e3ec44d bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) by Ethan Smith · 4 years, 4 months ago
  87. 7c4185d bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) by Ethan Smith · 4 years, 4 months ago
  88. 2fa67df bpo-39481: PEP 585 for ipaddress.py (GH-19418) by Batuhan Taşkaya · 4 years, 4 months ago
  89. a8403d0 Generic itertools.chain (GH-19417) by Ethan Smith · 4 years, 4 months ago
  90. 38ada3b bpo-39943: Keep constness of pointer objects. (19405) by Andy Lester · 4 years, 4 months ago
  91. 5cd2803 bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) by pxinwr · 4 years, 4 months ago
  92. dcb04d9 bpo-40077: Remove redundant cast in json module (GH-19438) by Hai Shi · 4 years, 4 months ago
  93. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 4 months ago
  94. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 4 years, 4 months ago
  95. cfc3c2f bpo-37127: Remove _pending_calls.finishing (GH-19439) by Victor Stinner · 4 years, 4 months ago
  96. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 4 years, 4 months ago
  97. ac2cfe6 Remove extraneous ')' in abstract.h (GH-19146) by Jimmy Yang · 4 years, 4 months ago
  98. f228bf2 bpo-40187: Refactor typing.TypedDict. (GH-19372) by Serhiy Storchaka · 4 years, 4 months ago
  99. a2ec069 bpo-40185: Refactor typing.NamedTuple (GH-19371) by Serhiy Storchaka · 4 years, 4 months ago
  100. 307b9d0 bpo-40170: Remove PyIndex_Check() macro (GH-19428) by Victor Stinner · 4 years, 4 months ago