Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b4
/
PC
tag
c756c17b892d2ce9a3c7f0d6f264993c578c9134
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Jul 11 15:25:42 2022
object
5a7e1e0a92622c605ab28c95b3dd61a21d285ad5
Python 3.11.0b4
516d90e
gh-93491: Add support tier detection to configure (GH-93492)
by Miss Islington (bot)
· 3 years, 2 months ago
8c5739e
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
by Miss Islington (bot)
· 3 years, 3 months ago
a2ec09b
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
by Miss Islington (bot)
· 3 years, 3 months ago
635b62a
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608)
by Miss Islington (bot)
· 3 years, 3 months ago
b270b82
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
by Victor Stinner
· 3 years, 4 months ago
d414f7e
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071)
by Ganesh Kathiresan
· 3 years, 4 months ago
6dcbc08
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
by Petr Viktorin
· 3 years, 4 months ago
ac4ffd3
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
by Petr Viktorin
· 3 years, 4 months ago
7173fd5
Remove the ancient Pynche color editor (#91554)
by Barry Warsaw
· 3 years, 4 months ago
5d421d7
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
by Irit Katriel
· 3 years, 4 months ago
2390b22
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
by Steve Dower
· 3 years, 4 months ago
bad86a6
bpo-46566: Add new py.exe launcher implementation (GH-32062)
by Steve Dower
· 3 years, 5 months ago
3751b6b
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
by Steve Dower
· 3 years, 5 months ago
4657bf7
bpo-1635741: Fix winreg reference leaks (GH-31560)
by Victor Stinner
· 3 years, 6 months ago
3a5afc1
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
by Steve Dower
· 3 years, 6 months ago
9b4e3d9
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
by Steve Dower
· 3 years, 7 months ago
ba650af
Optimize images by IMGbot (GH-21348)
by Manish Kumar ⛄
· 3 years, 7 months ago
38e0b9e
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
by Oleg Iarygin
· 3 years, 7 months ago
f66c857
bpo-45459: Add Py_buffer to limited API (GH-29991)
by Christian Heimes
· 3 years, 7 months ago
a6ca8ee
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
by Christian Heimes
· 3 years, 7 months ago
08bc1ba
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)
by Victor Stinner
· 3 years, 7 months ago
e028ae9
bpo-45923: Handle call events in bytecode (GH-30364)
by Mark Shannon
· 3 years, 7 months ago
ba00f0d
Update copyright year to 2022. (GH-30335)
by Benjamin Peterson
· 3 years, 8 months ago
50669083
bpo-43931: Export Python version as API data (GH-25577)
by Gabriele N. Tornetta
· 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
99fcf15
bpo-45582: Port getpath[p].c to Python (GH-29041)
by Steve Dower
· 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
4841e69
bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
by Steve Dower
· 3 years, 9 months ago
8caceb7
bpo-40280: Add configure check for socket shutdown (GH-29795)
by Christian Heimes
· 3 years, 9 months ago
f9de97a
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
by Zachary Ware
· 3 years, 9 months ago
a56fbad
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
by Steve Dower
· 3 years, 9 months ago
a4774f4
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
by Steve Dower
· 3 years, 10 months ago
fd0c84d
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
by Steve Dower
· 3 years, 10 months ago
f30ad65
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
by Irit Katriel
· 3 years, 10 months ago
9942f42
bpo-45522: Allow to disable freelists on build time (GH-29056)
by Christian Heimes
· 3 years, 10 months ago
2cbf50e
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
by Ken Jin
· 3 years, 10 months ago
00ffc45
bpo-45440: Remove pymath.c fallbacks (GH-28977)
by Victor Stinner
· 3 years, 10 months ago
194a952
bpo-45440: Require math.h isinf() to build (GH-28894)
by Victor Stinner
· 3 years, 10 months ago
aac29af
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
by Victor Stinner
· 3 years, 10 months ago
97308df
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
by Victor Stinner
· 3 years, 10 months ago
5f401f1
Fix typos in the Objects directory (GH-28766)
by Christian Clauss
· 3 years, 11 months ago
6c942a8
bpo-45375: Fix off by one error in buffer allocation (GH-28764)
by Steve Dower
· 3 years, 11 months ago
5146877
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735)
by Steve Dower
· 3 years, 11 months ago
0c50b8c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
by Eric Snow
· 3 years, 11 months ago
ae7839b
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
by Eric Snow
· 3 years, 11 months ago
8f943ca
[codemod] Fix non-matching bracket pairs (GH-28473)
by Mohamad Mansour
· 4 years ago
09b4ad1
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
by Steve Dower
· 4 years ago
2c3474a
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
by Yury Selivanov
· 4 years ago
a24676b
Add tests for the C tokenizer and expose it as a private module (GH-27924)
by Pablo Galindo Salgado
· 4 years ago
3e2c643
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
by Hai Shi
· 4 years ago
ce5e1a6
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
by Inada Naoki
· 4 years, 1 month ago
a390ebe
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
by Hai Shi
· 4 years, 1 month ago
11749e2
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
by Mariusz Felisiak
· 4 years, 1 month ago
96c4cbd
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
by Yurii Karabas
· 4 years, 1 month ago
db532a0
bpo-39947: Remove old private trashcan C API functions (GH-26869)
by Victor Stinner
· 4 years, 2 months ago
6773c3e
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
by Ken Jin
· 4 years, 2 months ago
d168569
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
by Petr Viktorin
· 4 years, 3 months ago
adcd220
bpo-40222: "Zero cost" exception handling (GH-25729)
by Mark Shannon
· 4 years, 3 months ago
cf86996
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920)
by Petr Viktorin
· 4 years, 4 months ago
2fc857a
Update CI files to account for the master -> main rename (GH-25860)
by Pablo Galindo
· 4 years, 4 months ago
c2931d3
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
by Pablo Galindo
· 4 years, 4 months ago
558df90
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
by Pablo Galindo
· 4 years, 4 months ago
14fc2bd
bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
by Petr Viktorin
· 4 years, 4 months ago
f6ee4da
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
by Petr Viktorin
· 4 years, 4 months ago
5e437fb
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
by Segev Finer
· 4 years, 4 months ago
91b69b7
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
by Petr Viktorin
· 4 years, 4 months ago
92eebf6
bpo-43795: Sort PC/python3dll.c (GH-25312)
by Petr Viktorin
· 4 years, 4 months ago
3359cab
bpo-43688: Support the limited C API in debug mode (GH-25131)
by Victor Stinner
· 4 years, 5 months ago
dec0757
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
by Jessica Clarke
· 4 years, 5 months ago
dfeec34
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
by Zackery Spytz
· 4 years, 5 months ago
4827483
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
by Inada Naoki
· 4 years, 5 months ago
28ad12f
bpo-43244: Remove symtable.h header file (GH-24910)
by Victor Stinner
· 4 years, 5 months ago
ba251c2
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
by Antoine Pitrou
· 4 years, 5 months ago
c994ffe
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
by Jozef Grajciar
· 4 years, 6 months ago
4233ff3
Fix typo in launcher.c (GH-24497)
by Ikko Ashimine
· 4 years, 6 months ago
8a8b5df
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
by Zackery Spytz
· 4 years, 6 months ago
28873a7
Fix signed/unsigned comparison to avoid compilation warning (GH-24441)
by Ken Jin
· 4 years, 7 months ago
e8e66ea
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
by Victor Stinner
· 4 years, 7 months ago
2396614
bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205)
by Dong-hee Na
· 4 years, 7 months ago
0e2a0f7
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
by Victor Stinner
· 4 years, 7 months ago
de6f20a
Bring Python into the new year. (GH-24036)
by Dong-hee Na
· 4 years, 8 months ago
fcc6935
Add symbols of the stable ABI to python3dll.c (GH-23598)
by Victor Stinner
· 4 years, 8 months ago
b5c7b38
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
by Victor Stinner
· 4 years, 8 months ago
c168b50
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
by Petr Viktorin
· 4 years, 8 months ago
32bd68c
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
by Victor Stinner
· 4 years, 9 months ago
00d7abd
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
by Victor Stinner
· 4 years, 9 months ago
9cc9e27
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
by Steve Dower
· 4 years, 9 months ago
f62dad1
bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
by Zackery Spytz
· 4 years, 9 months ago
c640915
Bump magic number. (GH-23245)
by Mark Shannon
· 4 years, 9 months ago
0b9c4c6
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
by Petr Viktorin
· 4 years, 9 months ago
53a03aa
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
by Victor Stinner
· 4 years, 10 months ago
6d883fb
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
by Steve Dower
· 4 years, 10 months ago
1438c2a
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
by Zackery Spytz
· 4 years, 10 months ago
3a8fdb2
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
by Alex Gaynor
· 4 years, 10 months ago
cfb0f57
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
by Vladimir Matveev
· 4 years, 10 months ago
19c3ac9
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
by Victor Stinner
· 5 years ago
31c9828
bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)
by Terry Jan Reedy
· 5 years ago
15edaec
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
by Victor Stinner
· 5 years ago
936a660
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Steve Dower
· 5 years ago
4c8f09d
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
by Serhiy Storchaka
· 5 years ago
Next »