Python 3.11.0a4
  1. 9471106 Python 3.11.0a4 by Pablo Galindo · 3 years, 7 months ago v3.11.0a4
  2. 6be8489 bpo-44133: Link Python executable with object files (GH-30556) by Victor Stinner · 3 years, 7 months ago
  3. f779fac bpo-46358: modernize `test_asyncio` (GH-30562) by Nikita Sobolev · 3 years, 7 months ago
  4. 8c49d05 bpo-46359: Modernize `test_typing` by removing checks for EOL Python versions (GH-30563) by Nikita Sobolev · 3 years, 7 months ago
  5. c590b58 bpo-46328: Add sys.exception() (GH-30514) by Irit Katriel · 3 years, 7 months ago
  6. 9c2ebb9 bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544) by Irit Katriel · 3 years, 7 months ago
  7. 443b308 bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) by Christian Heimes · 3 years, 7 months ago
  8. 1de6015 bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) by Nikita Sobolev · 3 years, 7 months ago
  9. 0bbf30e bpo-46342: make @typing.final introspectable (GH-30530) by Jelle Zijlstra · 3 years, 7 months ago
  10. e2a9c8e bpo-46348: modernize `test_typing` (GH-30547) by Nikita Sobolev · 3 years, 7 months ago
  11. dce642f bpo-46307: Add string.Template.get_identifiers() method (GH-30493) by Ben Kehoe · 3 years, 7 months ago
  12. cedec19 bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) by Pablo Galindo Salgado · 3 years, 7 months ago
  13. bd04fac bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518) by Mark Shannon · 3 years, 7 months ago
  14. ea1a545 bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) by Victor Stinner · 3 years, 7 months ago
  15. fc75bfb bpo-46310: simplify `for` loop in `asyncio/windows_events` (GH-30334) by Nikita Sobolev · 3 years, 7 months ago
  16. e13cdca bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Sam Gross · 3 years, 7 months ago
  17. 081a214 bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec (#30444) by Arie Bovenberg · 3 years, 7 months ago
  18. 13e4659 bpo-46327: [Enum] remove skipped tests (GH-30512) by Nikita Sobolev · 3 years, 7 months ago
  19. 582286d bpo-46301: [Enum] fix refleak tests (GH30510) by Nikita Sobolev · 3 years, 7 months ago
  20. 0d63967 bpo-46332: use raise..from instead of assigning __cause__ and raising (GH-30517) by Irit Katriel · 3 years, 7 months ago
  21. ec0c392 bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513) by Mark Shannon · 3 years, 7 months ago
  22. 0b2b9d2 bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745) by Inada Naoki · 3 years, 7 months ago
  23. 2d78797 bpo-37295: Use constant-time comb() and perm() for larger n depending on k (GH-30305) by Serhiy Storchaka · 3 years, 7 months ago
  24. 0fc58c1 bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481) by Nikita Sobolev · 3 years, 7 months ago
  25. 8d59d25 bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472) by Nikita Sobolev · 3 years, 7 months ago
  26. 45d44b9 bpo-46299: Improve test_descr (GH-30475) by Dong-hee Na · 3 years, 7 months ago
  27. e63066cf bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) by Nikita Sobolev · 3 years, 7 months ago
  28. 6fa8b2c bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) by Pablo Galindo Salgado · 3 years, 7 months ago
  29. c9dc1f4 bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in registry (GH-30466) by Daniel · 3 years, 7 months ago
  30. 74d1663 bpo-46296: [Enum] add a test for missing `value` recovery (GH-30458) by Nikita Sobolev · 3 years, 7 months ago
  31. f4e325c bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382) by andrei kulakov · 3 years, 7 months ago
  32. c9137d4 bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) by Christian Heimes · 3 years, 7 months ago
  33. 9c5fa9c bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.normpath (GH-30362) by neonene · 3 years, 7 months ago
  34. 68c76d9 bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438) by Eric Snow · 3 years, 7 months ago
  35. a4aa52d bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) by Christian Heimes · 3 years, 7 months ago
  36. b50e5e9 bpo-46278: fix typo introduced in GH-30427 (GH-30430) by Kumar Aditya · 3 years, 7 months ago
  37. e028ae9 bpo-45923: Handle call events in bytecode (GH-30364) by Mark Shannon · 3 years, 7 months ago
  38. 3e43fac Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) by Andrew Svetlov · 3 years, 7 months ago
  39. 3db762d bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019) by penguin_wwy · 3 years, 7 months ago
  40. e5894ca bpo-46266: Add calendar day of week constants to __all__ (GH-30412) by Nikita Sobolev · 3 years, 8 months ago
  41. 817a6bc bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (GH-30421) by Nikita Sobolev · 3 years, 8 months ago
  42. 43aac29 bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403) by Raymond Hettinger · 3 years, 8 months ago
  43. dd50316 bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417) by Simon McVittie · 3 years, 8 months ago
  44. 332e6b9 bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372) by Brandt Bucher · 3 years, 8 months ago
  45. 91bc6f9 bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408) by Nikita Sobolev · 3 years, 8 months ago
  46. 31e43cb bpo-46009: Remove GEN_START (GH-30367) by Brandt Bucher · 3 years, 8 months ago
  47. 7d7817c bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Kumar Aditya · 3 years, 8 months ago
  48. 70f415f bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378) by Pablo Galindo Salgado · 3 years, 8 months ago
  49. a94461d bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302) by Irit Katriel · 3 years, 8 months ago
  50. 5a2a650 bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) by Nikita Sobolev · 3 years, 8 months ago
  51. 1b11133 bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352) by Nikita Sobolev · 3 years, 8 months ago
  52. 3aa5242 bpo-46233: Minor speedup for bigint squaring (GH-30345) by Tim Peters · 3 years, 8 months ago
  53. dd6c357 bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c by Pablo Galindo Salgado · 3 years, 8 months ago
  54. 9d6a239 bpo-44092: Don't reset statements/cursors before rollback (GH-26026) by Erlend Egeberg Aasland · 3 years, 8 months ago
  55. 9d35ded Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)" (GH-30363) by Pablo Galindo Salgado · 3 years, 8 months ago
  56. 65e7c1f bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289) by Irit Katriel · 3 years, 8 months ago
  57. 8e75c6b argparse docs: prog default is the basename of argv[0] (GH-30298) by Jade Lovelace · 3 years, 8 months ago
  58. 863729e bpo-46218: Change long_pow() to sliding window algorithm (GH-30319) by Tim Peters · 3 years, 8 months ago
  59. a82baed bpo-45615: Add missing test for printing traceback for non-exception. Fix traceback.py (GH-30091) by Irit Katriel · 3 years, 8 months ago
  60. e712a5b bpo-46118: Move importlib.resources to its own package. (#30176) by Jason R. Coombs · 3 years, 8 months ago
  61. 2cf7d02 bpo-46178: Remove/rename redundant Travis CI code (#30309) by Hugo van Kemenade · 3 years, 8 months ago
  62. 8d7644f bpo-45853: Fix misspelling and unused import in pathlib (GH-30292) by andrei kulakov · 3 years, 8 months ago
  63. d12bec6 bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241) by Nikita Sobolev · 3 years, 8 months ago
  64. 3581c7a bpo-46055: Speed up binary shifting operators (GH-30044) by Xinhang Xu · 3 years, 8 months ago
  65. 2e3e0d2 bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) by E-Paine · 3 years, 8 months ago
  66. ad48578 bpo-43413: Revert changes in set.__init__ (GH-28403) by Serhiy Storchaka · 3 years, 8 months ago
  67. 1944434 bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138) by Serhiy Storchaka · 3 years, 8 months ago
  68. a23ab7b bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) by Kumar Aditya · 3 years, 8 months ago
  69. 078abb6 bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) by Serhiy Storchaka · 3 years, 8 months ago
  70. b8de8b7 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Nikita Sobolev · 3 years, 8 months ago
  71. d888067 Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) by Gregory P. Smith · 3 years, 8 months ago
  72. c66fc0f bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159) by Irit Katriel · 3 years, 8 months ago
  73. e9898bf bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) by Pablo Galindo Salgado · 3 years, 8 months ago
  74. 6ca78af bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) by Serhiy Storchaka · 3 years, 8 months ago
  75. 9c06fd8 bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) by Andrew Svetlov · 3 years, 8 months ago
  76. da4b214 bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) by Kumar Aditya · 3 years, 8 months ago
  77. 9b52920 bpo-46125: Refactor tests to test traversable API directly. Includes changes from importlib_resources 5.4.0. (GH-30189) by Jason R. Coombs · 3 years, 8 months ago
  78. ae36cd1 bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) by andrei kulakov · 3 years, 8 months ago
  79. 427a490 bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) by Jakub Kulík · 3 years, 8 months ago
  80. 2985fea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Christian Heimes · 3 years, 8 months ago
  81. efd6236 bpo-46072: Add top level stats struct (GH-30169) by Mark Shannon · 3 years, 8 months ago
  82. 396b583 bpo-45711: Remove type and traceback from exc_info (GH-30122) by Irit Katriel · 3 years, 8 months ago
  83. 95a922b bpo-46111: Fix unittest tests in optimized mode (GH-30163) by Serhiy Storchaka · 3 years, 8 months ago
  84. 69ef1b5 Fix a typo in the message from make_ssl_certs. (GH-30152) by Yilei "Dolee" Yang · 3 years, 8 months ago
  85. 04deaee bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150) by Jason R. Coombs · 3 years, 8 months ago
  86. 109d966 bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) by Jason R. Coombs · 3 years, 8 months ago
  87. 30322c4 bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive groups (GH-30098) by Irit Katriel · 3 years, 8 months ago
  88. d6e1374 bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) by Ken Jin · 3 years, 8 months ago
  89. f62420c Remove spaces in empty lines (GH-30121) by AN Long · 3 years, 8 months ago
  90. 3a60bfe bpo-44525: Specialize for calls to type and other builtin classes with 1 argument. (GH-29942) by Mark Shannon · 3 years, 8 months ago
  91. 0b50a4f bpo-46039: Split yield from in two (GH-30035) by Mark Shannon · 3 years, 8 months ago
  92. 86de995 bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) by Irit Katriel · 3 years, 8 months ago
  93. 9f8f451 bpo-44525: Split calls into PRECALL and CALL (GH-30011) by Mark Shannon · 3 years, 8 months ago
  94. d60457a bpo-45292: [PEP-654] add except* (GH-29581) by Irit Katriel · 3 years, 8 months ago
  95. 850aefc bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) by Vinay Sajip · 3 years, 8 months ago
  96. cb589d1 bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) by Vinay Sajip · 3 years, 8 months ago
  97. b56774b bpo-16594: Add allow_reuse_port on socketserver (GH-30072) by AN Long · 3 years, 8 months ago
  98. e08c0d8 bpo-27718: Fix help for the signal module (GH-30063) by Serhiy Storchaka · 3 years, 8 months ago
  99. c6d1c52 bpo-46054: Correct non-utf8 character tests in test_exceptions (GH-30074) by Pablo Galindo Salgado · 3 years, 8 months ago
  100. f3c16a5 Re-add `reuse_address` parameter to `create_server` (GH-29733) by Jim Crist-Harif · 3 years, 8 months ago