Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.7
/
Include
tag
6fc3c88dca6b53457102714334b5d50b26618d4f
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Aug 30 19:03:08 2021
object
1016ef37904c7ddc16fb18d3369b2a78cf428fa4
Python 3.9.7
1016ef3
Python 3.9.7
by Łukasz Langa
· 4 years ago
v3.9.7
298ee65
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
by Miss Islington (bot)
· 4 years, 1 month ago
0787a1b
Post 3.9.6
by Łukasz Langa
· 4 years, 2 months ago
db3ff76
Python 3.9.6
by Łukasz Langa
· 4 years, 2 months ago
v3.9.6
8652694
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
by Miss Islington (bot)
· 4 years, 2 months ago
d3cc689
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847)
by Jakub Kulík
· 4 years, 3 months ago
bf12424
Post 3.9.5
by Łukasz Langa
· 4 years, 4 months ago
0a7dcbd
Python 3.9.5
by Łukasz Langa
· 4 years, 4 months ago
v3.9.5
15ad30d
bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387)
by Miss Islington (bot)
· 4 years, 4 months ago
c3c43dc
Post 3.9.4
by Łukasz Langa
· 4 years, 5 months ago
1f2e308
Python 3.9.4
by Łukasz Langa
· 4 years, 5 months ago
v3.9.4
c7b0fec
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
by Gregory P. Smith
· 4 years, 5 months ago
9350cc0
Post 3.9.3
by Łukasz Langa
· 4 years, 5 months ago
e723086
Python 3.9.3
by Łukasz Langa
· 4 years, 5 months ago
v3.9.3
8b795ab
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
by Mark Shannon
· 4 years, 6 months ago
8cc6e27
Post 3.9.2
by Łukasz Langa
· 4 years, 6 months ago
1a79785
Python 3.9.2
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2
eba45a8
Post 3.9.2rc1
by Łukasz Langa
· 4 years, 6 months ago
4064156
Python 3.9.2rc1
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2rc1
b0b0181
bpo-35295: Remove outdated comment. (GH-24453)
by Miss Islington (bot)
· 4 years, 6 months ago
995a6c0
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
by Miss Islington (bot)
· 4 years, 7 months ago
6e72ab9
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005)
by Miss Islington (bot)
· 4 years, 8 months ago
6b2ed38
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734)
by Victor Stinner
· 4 years, 8 months ago
170dec3
Post 3.9.1
by Łukasz Langa
· 4 years, 8 months ago
1e5d33e
Python 3.9.1
by Łukasz Langa
· 4 years, 8 months ago
v3.9.1
761c5a1
Post 3.9.1rc1
by Łukasz Langa
· 4 years, 9 months ago
88db374
Python 3.9.1rc1
by Łukasz Langa
· 4 years, 9 months ago
v3.9.1rc1
05a5d69
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
by Victor Stinner
· 4 years, 9 months ago
ec306a2
bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)
by Victor Stinner
· 4 years, 9 months ago
ebc5a6b
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
by Miss Skeleton (bot)
· 4 years, 10 months ago
1691435
Post 3.9.0
by Łukasz Langa
· 4 years, 11 months ago
9cf6752
Python 3.9.0
by Łukasz Langa
· 4 years, 11 months ago
v3.9.0
d636089
Fix a compiler warning in pycore_pylifecycle.h (GH-22331)
by Pablo Galindo
· 4 years, 11 months ago
df71b65
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
by Miss Islington (bot)
· 4 years, 11 months ago
1f7c99c
Post 3.9.0rc2
by Łukasz Langa
· 5 years ago
2bd31b5
Python 3.9.0rc2
by Łukasz Langa
· 5 years ago
v3.9.0rc2
55e0836
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
by Pablo Galindo
· 5 years ago
4217b3c
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)
by Victor Stinner
· 5 years ago
6e21a30
Post 3.9.0rc1
by Łukasz Langa
· 5 years ago
439c93d
Python 3.9.0rc1
by Łukasz Langa
· 5 years ago
v3.9.0rc1
b2514c4
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
by Miss Islington (bot)
· 5 years ago
e8dda90
bpo-41366: Fix clang warning for sign conversion (GH-21592)
by Miss Islington (bot)
· 5 years ago
9e84a2c
Post 3.9.0b5
by Łukasz Langa
· 5 years ago
8ad7d50
Python 3.9.0b5
by Łukasz Langa
· 5 years ago
v3.9.0b5
a0a6f11
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
by Miss Islington (bot)
· 5 years ago
1ce59f0
bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
by Miss Islington (bot)
· 5 years ago
9c38408
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
by Miss Islington (bot)
· 5 years ago
c1feaa5
Post 3.9.0b4
by Łukasz Langa
· 5 years ago
69dec9c
Python 3.9.0b4
by Łukasz Langa
· 5 years ago
v3.9.0b4
8ae5e8e
[3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)
by Lysandros Nikolaou
· 5 years ago
5b1a311
[3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH-21025)
by Pablo Galindo
· 5 years ago
d301d94
[3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)
by Lysandros Nikolaou
· 5 years ago
610a60c
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
by Inada Naoki
· 5 years ago
2c6d6c1
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
by Miss Islington (bot)
· 5 years ago
b498c7f
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
by Miss Islington (bot)
· 5 years ago
6c645cb
Post 3.9.0b3
by Łukasz Langa
· 5 years ago
b484871
Python 3.9.0b3
by Łukasz Langa
· 5 years ago
v3.9.0b3
459cb12
Post 3.9.0b2
by Łukasz Langa
· 5 years ago
0b1a1c8
Python 3.9.0b2
by Łukasz Langa
· 5 years ago
v3.9.0b2
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
1e4fa91
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
by Miss Islington (bot)
· 5 years ago
6d62dc1
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
by Victor Stinner
· 5 years ago
5d2396c
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
by Victor Stinner
· 5 years ago
50e847a
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
by Miss Islington (bot)
· 5 years ago
7f77ac4
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
by Miss Islington (bot)
· 5 years ago
9512ad7
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
by Victor Stinner
· 5 years ago
5e6f198
Post 3.9.0b1
by Łukasz Langa
· 5 years ago
97fe9cf
Python 3.9.0b1
by Łukasz Langa
· 5 years ago
v3.9.0b1
da742ba
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
by Chris Jerdonek
· 5 years ago
1aa8767
Update code comment re: location of struct _is. (GH-20067)
by Chris Jerdonek
· 5 years ago
a482dc5
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
by Victor Stinner
· 5 years ago
3d17c04
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
by Victor Stinner
· 5 years ago
d6fb53f
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
by Victor Stinner
· 5 years ago
5b0a303
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
by Victor Stinner
· 5 years ago
d95bd42
bpo-40609: _tracemalloc allocates traces (GH-20064)
by Victor Stinner
· 5 years ago
2d0a3d6
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
by Victor Stinner
· 5 years ago
f9b3b58
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
by Victor Stinner
· 5 years ago
9e2ca17
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
by Victor Stinner
· 5 years ago
f453221
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
by Victor Stinner
· 5 years ago
4c9ea09
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
by scoder
· 5 years ago
7c6e970
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
by Victor Stinner
· 5 years ago
74ea6b5
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
by Serhiy Storchaka
· 5 years ago
b617993
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
by Victor Stinner
· 5 years ago
8963a7f
bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978)
by Victor Stinner
· 5 years ago
e1becf4
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
by Petr Viktorin
· 5 years ago
091951a
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
by Batuhan Taskaya
· 5 years ago
7be4e35
bpo-40513: Per-interpreter GIL (GH-19943)
by Victor Stinner
· 5 years ago
e838a93
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
by Victor Stinner
· 5 years ago
299b8c6
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
by Victor Stinner
· 5 years ago
6351d9e
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
by Hai Shi
· 5 years ago
4e30ed3
bpo-40513: Per-interpreter recursion_limit (GH-19929)
by Victor Stinner
· 5 years ago
0b1e330
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
by Victor Stinner
· 5 years ago
4e01946
bpo-40513: Per-interpreter signals pending (GH-19924)
by Victor Stinner
· 5 years ago
846d8b2
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
by Lysandros Nikolaou
· 5 years ago
03b7642
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
by Lysandros Nikolaou
· 5 years ago
252346a
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
by Victor Stinner
· 5 years ago
7036477
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
by Victor Stinner
· 5 years ago
ae00a5a8
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
by Victor Stinner
· 5 years ago
a42ca74
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
by Victor Stinner
· 5 years ago
Next »