Python 3.12.0a4
  1. 3d5d3f7 Python 3.12.0a4 by Thomas Wouters · 2 years, 7 months ago v3.12.0a4
  2. f07daaf GH-100117: Make `co_lines` more efficient (GH-100447) by Brandt Bucher · 2 years, 7 months ago
  3. b2f7b2e gh-100916: Convert argument to appropriate type (GH-100917) by Yao-Ching Huang · 2 years, 7 months ago
  4. 35650f2 Fix typos in Doc folder (#100880) by Semen Zhydenko · 2 years, 7 months ago
  5. 57a5259 gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908) by Ned Deily · 2 years, 7 months ago
  6. be23a20 gh-100893: update bpo reference in Mac README (GH-100905) by Ned Deily · 2 years, 7 months ago
  7. 3f3c78e3 GH-98831: Refactor instr format code and change to enum (#100895) by Guido van Rossum · 2 years, 7 months ago
  8. d7ab714 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Steve Dower · 2 years, 7 months ago
  9. e098137 bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376) by Ryan Ozawa · 2 years, 7 months ago
  10. 61762b9 GH-100126: Skip incomplete frames in more places (GH-100613) by Brandt Bucher · 2 years, 7 months ago
  11. 2e80c2a gh-100882: Improve `test_pickling` case in `test_ast.py` (#100883) by Nikita Sobolev · 2 years, 7 months ago
  12. f082098 gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (GH-100381) by C.A.M. Gerlach · 2 years, 7 months ago
  13. 36f2329 gh-100873: Fix "‘lo’ may be used uninitialized in this function" warning in `mathmodule.c` (#100881) by Nikita Sobolev · 2 years, 7 months ago
  14. 837ba05 GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (#13364) by dgelessus · 2 years, 7 months ago
  15. 4e544ea fix up mock tests coverage (#100874) by Chris Withers · 2 years, 7 months ago
  16. 0cd597f gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765) by Carl Meyer · 2 years, 7 months ago
  17. 7a50d6b GH-100813: Add `socket.IP_PKTINFO` constant (#10294) by dsentinel · 2 years, 7 months ago
  18. e47b139 Update copyright year in README (GH-100863) by Ned Deily · 2 years, 7 months ago
  19. bc0a686 gh-87447: Fix walrus comprehension rebind checking (#100581) by Nikita Sobolev · 2 years, 7 months ago
  20. 8d69828 Update additional copyright years to 2023. (GH-100859) by Ned Deily · 2 years, 7 months ago
  21. 9a68ff1 GH-100805: Support numpy.array() in random.choice(). (GH-100830) by Raymond Hettinger · 2 years, 7 months ago
  22. 87d3bd0 gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845) by Mark Dickinson · 2 years, 7 months ago
  23. b139bcd GH-100485: Tweaks to sumprod() (GH-100857) by Raymond Hettinger · 2 years, 7 months ago
  24. 11f9932 Update copyright years to 2023. (gh-100848) by Benjamin Peterson · 2 years, 7 months ago
  25. 0741da8 GH-90829: Fix empty iterable error message in min/max (#31181) by Nnarol · 2 years, 7 months ago
  26. b034fd3 gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (#100745) by Nikita Sobolev · 2 years, 7 months ago
  27. 53455a3 gh-100783: fix os.path.join documentation (#100811) by Shantanu · 2 years, 7 months ago
  28. 909982e gh-91851: Micro optimizations for arithmetic between Fractions (#25518) by Sergey B Kirpichev · 2 years, 7 months ago
  29. 6d3bc4a gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (#100825) by busywhitespace · 2 years, 7 months ago
  30. a214188 gh-100776: Fix misleading default value in help(input) (#100788) by Shantanu · 2 years, 7 months ago
  31. df3851f GH-100485: Convert from Fast2Sum to 2Sum (GH-100836) by Raymond Hettinger · 2 years, 7 months ago
  32. 951303f gh-100815: Normalize `types` module usage in `copy` module (#100816) by Nikita Sobolev · 2 years, 7 months ago
  33. 6746135 gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793) by Nikita Sobolev · 2 years, 7 months ago
  34. 47b9f83 GH-100485: Add math.sumprod() (GH-100677) by Raymond Hettinger · 2 years, 7 months ago
  35. deaf090 gh-100673: Removed erroneous note in the get_type_hints docs (#100701) by FrozenBob · 2 years, 7 months ago
  36. 7116030 gh-88696: clean up dead argument to compiler_make_closure (GH-100806) by Carl Meyer · 2 years, 7 months ago
  37. 9e7d726 gh-96127: Fix `inspect.signature` call on mocks (#96335) by Nikita Sobolev · 2 years, 7 months ago
  38. a109454 gh-100690: [mock] hide `ATTRIB_DENY_LIST` and make it immutable (#100819) by Nikita Sobolev · 2 years, 7 months ago
  39. 26ff436 Add barneygale to CODEOWNERS for pathlib (#100808) by Barney Gale · 2 years, 7 months ago
  40. 1d4d677 gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when using Mock (#100691) by Christian Klein · 2 years, 7 months ago
  41. 9ffbc58 GH-98831: Add some tests for generate_cases.py (#100763) by Guido van Rossum · 2 years, 7 months ago
  42. 0e64026 gh-91851: Trivial optimizations in Fraction (#100791) by Sergey B Kirpichev · 2 years, 7 months ago
  43. 15c4478 gh-100758: Refactor initialisation of frame headers into a single function (_PyFrame_Initialize) (GH-100759) by Irit Katriel · 2 years, 7 months ago
  44. 7806812 GH-99005: More intrinsics (GH-100774) by Mark Shannon · 2 years, 7 months ago
  45. 659c260 gh-99026 update dataclasses docs for when annotations are inspected (gh-100798) by Akshit Tyagi · 2 years, 7 months ago
  46. 2f2fa03 gh-87691: clarify use of anchor in pathlib docs (#100782) by Shantanu · 2 years, 8 months ago
  47. 0a7936a gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) by Carl Meyer · 2 years, 8 months ago
  48. cc87487 gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX (#22525) by Dustin Spicuzza · 2 years, 8 months ago
  49. 1ae619c gh-87691: add an absolute path pathlib example in / operator docs (GH-100737) by Shantanu · 2 years, 8 months ago
  50. d84b1a9 Add hauntsaninja as tomllib CODEOWNER (#100779) by Shantanu · 2 years, 8 months ago
  51. 7fba99e gh-100562: improve performance of `pathlib.Path.absolute()` (GH-100563) by Barney Gale · 2 years, 8 months ago
  52. af5149f gh-98831: Regenerate Python/opcode_metadata.h (GH-100778) by Zachary Ware · 2 years, 8 months ago
  53. 14b7f00 GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735) by Guido van Rossum · 2 years, 8 months ago
  54. 2818714 GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771) by Mark Shannon · 2 years, 8 months ago
  55. f20c553 GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753) by Mark Shannon · 2 years, 8 months ago
  56. 105e373 GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702) by Tzu-ping Chung · 2 years, 8 months ago
  57. 31b639a Drop myself from pathlib maintenance (#100757) by Brett Cannon · 2 years, 8 months ago
  58. 7f1eefc gh-100739: Respect mock spec when checking for unsafe prefixes (#100740) by Christian Klein · 2 years, 8 months ago
  59. 52017db gh-100747: some compiler macros use c instead of C to access the compiler (#100748) by Irit Katriel · 2 years, 8 months ago
  60. 15aecf8 GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721) by Mark Shannon · 2 years, 8 months ago
  61. c31e356 gh-100720: refactor calculation of number of frame slots for a code object into the new function _PyFrame_NumSlotsForCodeObject (#100722) by Irit Katriel · 2 years, 8 months ago
  62. 5fb1c08 docs: fix `ssizeobjargproc` parameters (#100736) by David Lechner · 2 years, 8 months ago
  63. ba8dcdb GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (#100615) by Kumar Aditya · 2 years, 8 months ago
  64. a286caa gh-91219: http - use subclassing to override index_pages attribute (GH-100731) by Ethan Furman · 2 years, 8 months ago
  65. 64ed609 [Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709) by Christophe Nanteuil · 2 years, 8 months ago
  66. e196d8c gh-100700: Remove Date and Release fields in past whatsnews (GH-100728) by Zachary Ware · 2 years, 8 months ago
  67. e6d4440 gh-100146: Steal references from stack when building a list (#100147) by L. A. F. Pereira · 2 years, 8 months ago
  68. b3722ca gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (#95883) by Thomas Grainger · 2 years, 8 months ago
  69. 8586949 gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is available (#100611) by Eli Schwartz · 2 years, 8 months ago
  70. 8b1f125 gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353) by 4l4k4z4m · 2 years, 8 months ago
  71. 73097d9 gh-89727: Improve os.walk complexity (#100671) by Stanislav Zmiev · 2 years, 8 months ago
  72. d7e7f79 gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (#100663) by Ionite · 2 years, 8 months ago
  73. 9dee973 gh-100676: Improve description for venv --upgrade-deps (GH-100678) by Rupa Lahiri · 2 years, 8 months ago
  74. 7feb6d2 fix `grammer` -> `grammar` typo in expressions.rst (GH-100683) by Kumar Aditya · 2 years, 8 months ago
  75. 254ab42 Fix deprecation doc for `PyEval_InitThreads` (#100667) by Alexander Shadchin · 2 years, 8 months ago
  76. edfbf56 gh-100428: Make int documentation more accurate (#100436) by Shantanu · 2 years, 8 months ago
  77. b7a68ab gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630) by Erlend E. Aasland · 2 years, 8 months ago
  78. 2366b27 build(deps): bump actions/stale from 6 to 7 (#100656) by dependabot[bot] · 2 years, 8 months ago
  79. 447d061 gh-97930: Apply changes from importlib_resources 5.10. (GH-100598) by Jason R. Coombs · 2 years, 8 months ago
  80. ba1342c gh-87980: Fix the error message for disallowed __weakref__ slots (#25362) by Géry Ogam · 2 years, 8 months ago
  81. 1aab269 gh-100201: Document behavior with a bare `yield` statement (#100416) by ram vikram singh · 2 years, 8 months ago
  82. 1d1480f gh-96773 Fix documentation of socket backlog (#96778) by Mehrdad Moradizadeh · 2 years, 8 months ago
  83. d52d494 gh-100649: Update native_thread_id after fork (gh-100650) by Gabriele N. Tornetta · 2 years, 8 months ago
  84. e83f88a gh-100488: Add is_integer method to fractions.Fraction (#100489) by Shantanu · 2 years, 8 months ago
  85. 71159a8 gh-100546: Remove incorrect positional-only marker from eval (#100547) by Shantanu · 2 years, 8 months ago
  86. 1f6c87c IDLE - fix module browser test (#100647) by Terry Jan Reedy · 2 years, 8 months ago
  87. baf2349 Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539) by Mark Hansen · 2 years, 8 months ago
  88. ac7a0a9 GH-87002: fix caching documentation in `struct` module (#24164) by Sandeep Subramanian · 2 years, 8 months ago
  89. 98308db gh-100633 Tutorial: Fix dataclasses import (#100638) by Owain Davies · 2 years, 8 months ago
  90. 636e9dd gh-94808: Improve coverage of dictresize (GH-100619) by tqxia · 2 years, 8 months ago
  91. f59c7f8 GH-85979: Clarify specification of `object.__await__` (#22320) by Paolo Lammens · 2 years, 8 months ago
  92. 4ebaae8 Improve comments in itertools uniquification recipes (GH-100631) by Raymond Hettinger · 2 years, 8 months ago
  93. 4652182 gh-95778: add doc missing in some places (GH-100627) by Éric · 2 years, 8 months ago
  94. f4fcfdf gh-100616: Document 'attr' parameter for window.vline() in curses module (#24961) by mathieui · 2 years, 8 months ago
  95. 79c10b7 gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434) by Nikita Sobolev · 2 years, 8 months ago
  96. 894f2c3 gh-100228: Warn from os.fork() if other threads exist. (#100229) by Gregory P. Smith · 2 years, 8 months ago
  97. 2df82db gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541) by Zachary Ware · 2 years, 8 months ago
  98. 7223d50 gh-100583: Improve the `pydoc` documentation (#100590) by ram vikram singh · 2 years, 8 months ago
  99. 7685636 gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (#100601) by Nikita Sobolev · 2 years, 8 months ago
  100. f10f503 gh-100585: Fixed a bug where importlib.resources.as_file was leaving file pointers open (GH-100586) by Samet YASLAN · 2 years, 8 months ago