Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a3
tag
b948add7910eb74b946bd1577ff8edc7927d6014
tagger
Pablo Galindo <pablogsal@gmail.com>
Wed Dec 08 22:24:39 2021
object
2e91dba437fe5c56c6f8213294eeb7a704760509
Python 3.11.0a3
2e91dba
Python 3.11.0a3
by Pablo Galindo
· 3 years, 8 months ago
v3.11.0a3
3ea574f
Fix some false positives of documentation syntax problems
by Pablo Galindo
· 3 years, 8 months ago
2109f78
bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)
by Irit Katriel
· 3 years, 8 months ago
7778116
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
by Steve Dower
· 3 years, 8 months ago
3cb9731
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
by Jacob Hayes
· 3 years, 8 months ago
f893bb2
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
by Irit Katriel
· 3 years, 8 months ago
d4363d2
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
by Andrew Svetlov
· 3 years, 8 months ago
69806b9
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
by Mark Shannon
· 3 years, 8 months ago
3e0f13b
doc: Add link issue 44010 (GH-29454)
by Rafael Fontenelle
· 3 years, 8 months ago
0461c68
bpo-45847: Don't override user overrides for CFLAGS/LIBS (GH-29967)
by Christian Heimes
· 3 years, 8 months ago
c602c1b
Fix double-space in exception message (GH-29955)
by Ned Batchelder
· 3 years, 8 months ago
7989e9d
bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (GH-29975)
by Irit Katriel
· 3 years, 8 months ago
4ccccb1
bpo-20751: Match variable name to the example. (GH-29980)
by Raymond Hettinger
· 3 years, 8 months ago
b0b3086
bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build directories (GH-29979)
by Steve Dower
· 3 years, 8 months ago
32a6724
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
by Eric Snow
· 3 years, 8 months ago
758b74e
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
by Eric Snow
· 3 years, 8 months ago
1f384e3
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
by Eric Snow
· 3 years, 8 months ago
9b577cd
bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)
by Eric Snow
· 3 years, 8 months ago
313f92a
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
by Eric Snow
· 3 years, 8 months ago
8262c96
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
by Eric Snow
· 3 years, 8 months ago
91b59a3
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
by Christian Heimes
· 3 years, 8 months ago
06c4ae8
bpo-45582: Fix framework path and bootstrap build (GH-29954)
by Christian Heimes
· 3 years, 8 months ago
064e53d
Fix leak when an exception is raised during generator creation. (GH-29960)
by Mark Shannon
· 3 years, 8 months ago
d596acb
bpo-45635: standardize error handling in traceback.c (GH-29905)
by Irit Katriel
· 3 years, 8 months ago
8319114
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
by Mark Shannon
· 3 years, 8 months ago
c7e7a4b
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)
by Ken Jin
· 3 years, 8 months ago
1c7a1c3
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
by Pablo Galindo Salgado
· 3 years, 8 months ago
cf7eaa4
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
by Victor Stinner
· 3 years, 8 months ago
2bf5517
bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)
by Vinay Sajip
· 3 years, 8 months ago
a310fd8
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
by Irit Katriel
· 3 years, 8 months ago
8db0652
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by James Gerity
· 3 years, 8 months ago
ddbab69
bpo-45798: Let libmpdec decide which archs to build on macOS as done previously. (GH-29949)
by Ned Deily
· 3 years, 8 months ago
c5c3652
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)
by 180909
· 3 years, 8 months ago
b7ef27b
bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)
by Steve Dower
· 3 years, 8 months ago
265918b
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
by Kumar Aditya
· 3 years, 8 months ago
8518ee3
removal of duplicated text paragraph (#29666)
by Taras Sereda
· 3 years, 8 months ago
fc012d8
bpo-45847: Fix uuid detection on macOS (GH-29946)
by Christian Heimes
· 3 years, 9 months ago
f16f93e
bpo-45582: framework build: modPath must not be const (GH-29944)
by Christian Heimes
· 3 years, 9 months ago
af1db4e
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
by neonene
· 3 years, 9 months ago
612e59b
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
by Christian Heimes
· 3 years, 9 months ago
98fac8b
bpo-44035: Check autoconf files thoroughly (GH-29935)
by Christian Heimes
· 3 years, 9 months ago
299483c
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
by Mark Shannon
· 3 years, 9 months ago
f34d181
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)
by Ned Deily
· 3 years, 9 months ago
c0521fe
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
by Alex Waygood
· 3 years, 9 months ago
2b318ce
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
by Serhiy Storchaka
· 3 years, 9 months ago
446be16
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
by Serhiy Storchaka
· 3 years, 9 months ago
1fd4de5
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291)
by Serhiy Storchaka
· 3 years, 9 months ago
60c320c
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
by Serhiy Storchaka
· 3 years, 9 months ago
628abe4
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
by Christian Heimes
· 3 years, 9 months ago
605f4bf
Delete orphaned comment (#29917)
by Guido van Rossum
· 3 years, 9 months ago
d15cdb2
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Serhiy Storchaka
· 3 years, 9 months ago
f42a06b
bpo-13236: Flush the output stream more often in unittest (GH-29864)
by Serhiy Storchaka
· 3 years, 9 months ago
87a18de
Fixed documentation typo in compileall.py (GH-29912)
by Vishal Pandey
· 3 years, 9 months ago
64be8d3
bpo-45847: Update whatsnew and add place holder entries for missing extensions (GH-29914)
by Christian Heimes
· 3 years, 9 months ago
4045392
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
by Christian Heimes
· 3 years, 9 months ago
cee07b1
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
by Christian Heimes
· 3 years, 9 months ago
135ecc3
bpo-20751: Replace method example with attribute example, matching the descriptor howto (GH-29909)
by Raymond Hettinger
· 3 years, 9 months ago
0ae4e0c
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
by Benjamin Peterson
· 3 years, 9 months ago
7d7c91a
bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)
by neonene
· 3 years, 9 months ago
5bb7ef2
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
by Irit Katriel
· 3 years, 9 months ago
d930170
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
by Crowthebird
· 3 years, 9 months ago
2ff758b
bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before they are stored as StackItem, which should be normalized (GH-29890)
by Irit Katriel
· 3 years, 9 months ago
84ca123
bpo-45950: Introduce Bootstrap Python again (#29859)
by Christian Heimes
· 3 years, 9 months ago
ccb73a0
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
by Christian Heimes
· 3 years, 9 months ago
03768c4
bpo-45885: Specialize COMPARE_OP (GH-29734)
by Dennis Sweeney
· 3 years, 9 months ago
99fcf15
bpo-45582: Port getpath[p].c to Python (GH-29041)
by Steve Dower
· 3 years, 9 months ago
9f2f7e4
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
by Zachary Ware
· 3 years, 9 months ago
a31173c
bpo-40280: Update what's new (GH-29893)
by Christian Heimes
· 3 years, 9 months ago
b2afdc9
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
by Alex Waygood
· 3 years, 9 months ago
cb8f491
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
by Christian Heimes
· 3 years, 9 months ago
a6c3b0f
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
by Victor Stinner
· 3 years, 9 months ago
cb2b3c8
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
by Christian Heimes
· 3 years, 9 months ago
226d22f
docs: Improve example for urlparse() (GH-29816)
by Christian Clauss
· 3 years, 9 months ago
309110f37
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
by Christian Heimes
· 3 years, 9 months ago
9deb834
bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873)
by Christian Heimes
· 3 years, 9 months ago
c2bb29c
bpo-30533: Add docs for `inspect.getmembers_static` (#29874)
by Weipeng Hong
· 3 years, 9 months ago
ee94aa0
bpo-45952: Get the C analyzer tool working again. (gh-29882)
by Eric Snow
· 3 years, 9 months ago
f27bef3
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
by Rob
· 3 years, 9 months ago
49444fb
bpo-45753: Interpreter internal tweaks (GH-29575)
by Mark Shannon
· 3 years, 9 months ago
0aa0bd0
bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)
by Raymond Hettinger
· 3 years, 9 months ago
a39f46a
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
by Raymond Hettinger
· 3 years, 9 months ago
8a45ca5
bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780)
by Irit Katriel
· 3 years, 9 months ago
af8c8ca
bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (#20911)
by Weipeng Hong
· 3 years, 9 months ago
4b97d97
bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
by Victor Stinner
· 3 years, 9 months ago
c19c3a0
bpo-45476: Add _Py_RVALUE() macro (GH-29860)
by Victor Stinner
· 3 years, 9 months ago
f97ec09
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801)
by Vishal Pandey
· 3 years, 9 months ago
9a5dec4
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
by Inada Naoki
· 3 years, 9 months ago
bd9342d
no-issue: remove unused import from test_graphlib.py (GH-29853)
by Adrian Garcia Badaracco
· 3 years, 9 months ago
734ed35
bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
by David Federman
· 3 years, 9 months ago
02b5ac6
bpo-45653: fix test_embed on windows (GH-29814)
by Kumar Aditya
· 3 years, 9 months ago
6266e4a
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
by Gideon
· 3 years, 9 months ago
c1f93f0
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
by andrei kulakov
· 3 years, 9 months ago
4141d94
bpo-44391: Remove unused argument from a varargs call. (GH-29843)
by Vinay Sajip
· 3 years, 9 months ago
992565f
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
by Christian Heimes
· 3 years, 9 months ago
b394af1
bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844)
by Christian Heimes
· 3 years, 9 months ago
c4a69a4
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
6ac3c8a
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
by Christian Heimes
· 3 years, 9 months ago
c1dec95
bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
f7a62f2
bpo-45847: Make socket module conditional (GH-29769)
by Erlend Egeberg Aasland
· 3 years, 9 months ago
39b60ce
[Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838)
by Vinay Sajip
· 3 years, 9 months ago
Next »