Python 3.11.0a2
  1. e2b4e4b Python 3.11.0a2 by Pablo Galindo · 3 years, 10 months ago v3.11.0a2
  2. 3d42cd9 bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356) by Erlend Egeberg Aasland · 3 years, 10 months ago
  3. 71e8a3e bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) by Alex Waygood · 3 years, 10 months ago
  4. e2d6563 bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413) by Pablo Galindo Salgado · 3 years, 10 months ago
  5. 32f55d1 bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) by Alex Waygood · 3 years, 10 months ago
  6. 3509b26 bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207) by Irit Katriel · 3 years, 10 months ago
  7. e52f9be bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) by Łukasz Langa · 3 years, 10 months ago
  8. 54d1e3f bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) by Łukasz Langa · 3 years, 10 months ago
  9. 3167df1 Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) by Łukasz Langa · 3 years, 10 months ago
  10. fd0c84d bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Steve Dower · 3 years, 10 months ago
  11. 36b4f9e bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) by Steve Dower · 3 years, 10 months ago
  12. 87032cf Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401) by Alex Waygood · 3 years, 10 months ago
  13. 2c045bd bpo-45697: Use PyObject_TypeCheck in type_call (GH-29392) by Itamar Ostricher · 3 years, 10 months ago
  14. e03e503 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Alex Waygood · 3 years, 10 months ago
  15. c273986 bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227) by Erlend Egeberg Aasland · 3 years, 10 months ago
  16. 762173c bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) by wim glenn · 3 years, 10 months ago
  17. 7b43828 bpo-45506: Stop skipping test_embed. (gh-29300) by Eric Snow · 3 years, 10 months ago
  18. acc89db bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366) by Mark Shannon · 3 years, 10 months ago
  19. 5a14929 bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) by Alex Waygood · 3 years, 10 months ago
  20. e346f19 bpo-45578: add tests for `dis.distb` (GH-29332) by Nikita Sobolev · 3 years, 10 months ago
  21. 0dfb8c4 bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390x RHEL buildbots (GH-29382) by Erlend Egeberg Aasland · 3 years, 10 months ago
  22. 456e27a bpo-24139: Add support for SQLite extended result codes (GH-28076) by Erlend Egeberg Aasland · 3 years, 10 months ago
  23. a459a81 bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Irit Katriel · 3 years, 10 months ago
  24. 48824fa [doc] Link to section File input (GH-28941) by Andre Delfino · 3 years, 10 months ago
  25. 3551bf1 bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) by LincolnPuzey · 3 years, 10 months ago
  26. 4a8b405 bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk 8.6.12rc1 (GH-29367) by Ned Deily · 3 years, 10 months ago
  27. 38982ab makefile: remove unused SGI_ABI variable (GH-29325) by Filipe Laíns · 3 years, 10 months ago
  28. 401272e bpo-42064: Adapt `sqlite3` to multi-phase init (PEP 489) (GH-29234) by Erlend Egeberg Aasland · 3 years, 10 months ago
  29. 454cdb9 bpo-45633: Fix newtypes doc typo (GH-29318) by Dmitry Smirnov · 3 years, 10 months ago
  30. 77a1f8d bpo-43158: Use configure values for building _uuid extension (GH-29353) by Christian Heimes · 3 years, 10 months ago
  31. 3409899 bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) by Christian Heimes · 3 years, 10 months ago
  32. 69a6173 Remove Programs/_freeze_importlib (#29357) by Brandt Bucher · 3 years, 10 months ago
  33. b6b38a8 bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28463) by Erlend Egeberg Aasland · 3 years, 10 months ago
  34. e2063d6 Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354) by Ned Deily · 3 years, 10 months ago
  35. 401d25e bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341) by Nikita Sobolev · 3 years, 10 months ago
  36. e73283a bpo-45668: Fix PGO tests without test extensions (GH-29315) by Christian Heimes · 3 years, 10 months ago
  37. 762a4dc bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) by Erlend Egeberg Aasland · 3 years, 10 months ago
  38. 14a4fce bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH-29256) by m-aciek · 3 years, 10 months ago
  39. d3870ea Updated README with Python 3.11 release info (GH-29338) by Jacob Walls · 3 years, 10 months ago
  40. ee46432 Move field width to the right field (GH-29344) by Olaf van der Spek · 3 years, 10 months ago
  41. bc8fd7c bpo-45516: fix Traversable.name documentation (GH-29194) by Filipe Laíns · 3 years, 10 months ago
  42. 39b4d59 bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251) by Erlend Egeberg Aasland · 3 years, 10 months ago
  43. 634984d bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) by Serhiy Storchaka · 3 years, 10 months ago
  44. aad4806 bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307) by Nikita Sobolev · 3 years, 10 months ago
  45. aae18a1 Fix docs source link for importlib.metadata (GH-29025) by Philipp A · 3 years, 10 months ago
  46. 62bf263 bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) by Erlend Egeberg Aasland · 3 years, 10 months ago
  47. c2d0ba7 bpo-45379: clarify FROZEN_EXCLUDED and FROZEN_INVALID documentation (GH-29189) by Filipe Laíns · 3 years, 10 months ago
  48. e2e62b3 bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) by Erlend Egeberg Aasland · 3 years, 10 months ago
  49. b17cfd1 bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) by andrei kulakov · 3 years, 10 months ago
  50. 3877fc0 bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) by Ian Fisher · 3 years, 10 months ago
  51. f0150ac bpo-45548: Some test modules must be built as shared libs (GH-29268) by Christian Heimes · 3 years, 10 months ago
  52. d957521 bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309) by Alex Waygood · 3 years, 10 months ago
  53. 8a77f59 bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) by Vinay Sajip · 3 years, 10 months ago
  54. 7bddd96 bpo-45621: Small changes to mmap (GH-29247) by Tim Golden · 3 years, 10 months ago
  55. 074fa57 bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778) by Eric Snow · 3 years, 10 months ago
  56. 66e6b3d bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) by Nikita Sobolev · 3 years, 10 months ago
  57. 233841a bpo-45379: add custom error string for FROZEN_DISABLED (GH-29190) by Filipe Laíns · 3 years, 10 months ago
  58. 7401694 bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) by Carl Friedrich Bolz-Tereick · 3 years, 10 months ago
  59. 03db1bb bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280) by Alex Waygood · 3 years, 10 months ago
  60. 4dd1e84 bpo-45612: Add sqlite3 module docstring (GH-29224) by Erlend Egeberg Aasland · 3 years, 10 months ago
  61. d9c1868 bpo-45583: Correct datamodel documentation of int() (GH-29182) by Arthur Milchior · 3 years, 10 months ago
  62. cd30613 Fixed typos (GH-29211) by MalikIdreesHasanKhan · 3 years, 10 months ago
  63. 1fb968c bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) by Nikita Sobolev · 3 years, 10 months ago
  64. 88d8a1a bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) by Erlend Egeberg Aasland · 3 years, 10 months ago
  65. be8318b bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) by Ned Deily · 3 years, 10 months ago
  66. cdc7a58 bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270) by Pablo Galindo Salgado · 3 years, 10 months ago
  67. 4fc6856 Store actual ints, not pointers to them in the interpreter state. (GH-29274) by Mark Shannon · 3 years, 10 months ago
  68. 13d9205 bpo-45629: Add a test for the "freeze" tool. (gh-29222) by Eric Snow · 3 years, 10 months ago
  69. 7f61d9d bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235) by Mark Shannon · 3 years, 10 months ago
  70. 0a1a36b bpo-44525: Add recursive checks for `CALL_FUNCTION_BUILTIN_O` (GH-29271) by Ken Jin · 3 years, 10 months ago
  71. f291404 bpo-45637: Store the frame pointer in the cframe (GH-29267) by Mark Shannon · 3 years, 10 months ago
  72. 0a68b36 Fix typo in Counter documentation (GH-29223) by Justinas Petuchovas · 3 years, 10 months ago
  73. d56375a bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) by Dennis Sweeney · 3 years, 10 months ago
  74. 4c95fb4 bpo-45548: Fix out-of-tree and Debian builds (GH-29263) by Christian Heimes · 3 years, 10 months ago
  75. b1302ab bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Alex Waygood · 3 years, 10 months ago
  76. d02ffd1 bpo-45438: format of inspect.Signature with generic builtins (#29212) by Martin Rueckl · 3 years, 10 months ago
  77. 10bbd41 bpo-45562: Print tokenizer debug messages to stderr (GH-29250) by Pablo Galindo Salgado · 3 years, 10 months ago
  78. 35e1ff3 bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) by Sam Gross · 3 years, 10 months ago
  79. 4776b07 Don't make a call at the C level when calling bound-methods from Python code. (GH-29238) by Mark Shannon · 3 years, 10 months ago
  80. bcee6aa bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) by m-aciek · 3 years, 10 months ago
  81. 8f24b7d bpo-42064: Convert `sqlite3` global state to module state (GH-29073) by Erlend Egeberg Aasland · 3 years, 10 months ago
  82. 82a662e bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922) by Brandt Bucher · 3 years, 10 months ago
  83. 19a6c41 Remove unused variables. (GH-29231) by Benjamin Peterson · 3 years, 10 months ago
  84. aea5ecc bpo-40915: Fix mmap resize bugs on Windows (GH-29213) by Tim Golden · 3 years, 10 months ago
  85. b5ee794 bpo-45548: makesetup improvements (GH-29225) by Christian Heimes · 3 years, 10 months ago
  86. 6afb285 bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997) by Eric Snow · 3 years, 10 months ago
  87. 2b8677a bpo-45548: FreeBSD doesn't like auto vars in makesetup (GH-29216) by Christian Heimes · 3 years, 10 months ago
  88. ece916e bpo-45548: Add missing extensions to Modules/Setup (GH-29199) by Christian Heimes · 3 years, 10 months ago
  89. 81669d1 bpo-45595: Make extensions depend on header files (GH-29198) by Christian Heimes · 3 years, 10 months ago
  90. 77e3f22 bpo-45548: Remove checks for finite and gamma (GH-29206) by Christian Heimes · 3 years, 10 months ago
  91. fa26245 bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) by Christian Heimes · 3 years, 10 months ago
  92. 51ed2c5 bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076) by Tim Peters · 3 years, 10 months ago
  93. 07236d5 bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150) by Nikita Sobolev · 3 years, 10 months ago
  94. 9e05da6 Expand about soft keywords in the docs for keyword.py (GH-29139) by William Andrea · 3 years, 10 months ago
  95. 8ce20bb bpo-45516: add protocol description to the TraversableResources documentation (#29173) by Filipe Laíns · 3 years, 10 months ago
  96. 17c6104 bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040) by Eric Snow · 3 years, 10 months ago
  97. f30ad65 bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569) by Irit Katriel · 3 years, 10 months ago
  98. 4bc5473 bpo-45574: fix warning about `print_escape` being unused (GH-29172) by Nikita Sobolev · 3 years, 10 months ago
  99. 423fa1c bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) by Dennis Sweeney · 3 years, 10 months ago
  100. f6e8b80 bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) by Christian Heimes · 3 years, 10 months ago