index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Thomas Wouters
2023-06-20
6
-13/+38
|
\
|
*
[3.12] gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (G...
Miss Islington (bot)
2023-06-20
1
-1/+1
|
*
[3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-...
Miss Islington (bot)
2023-06-20
3
-6/+18
|
*
[3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)
Miss Islington (bot)
2023-06-20
3
-6/+19
*
|
Post 3.12.0b3
Thomas Wouters
2023-06-20
1
-1/+1
*
|
Python 3.12.0b3
v3.12.0b3
Thomas Wouters
2023-06-19
44
-111/+435
|
/
*
[3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)
Miss Islington (bot)
2023-06-19
3
-1/+52
*
[3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)
Miss Islington (bot)
2023-06-19
1
-36/+40
*
[3.12] gh-105844: Use devguide terminology to denote versions (GH-105882) (#1...
Miss Islington (bot)
2023-06-18
1
-3/+3
*
[3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)
Miss Islington (bot)
2023-06-18
5
-14/+11
*
[3.12] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105867)
Miss Islington (bot)
2023-06-16
1
-2/+2
*
[3.12] GH-105840: Fix assertion failures when specializing calls with too man...
Miss Islington (bot)
2023-06-16
3
-2/+33
*
[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...
Miss Islington (bot)
2023-06-16
1
-2/+5
*
[3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...
Miss Islington (bot)
2023-06-16
3
-3/+80
*
[3.12] gh-105834: Add tests for calling `issubclass()` between two protocols ...
Miss Islington (bot)
2023-06-16
1
-0/+74
*
[3.12] CI: Remove docs build from Azure Pipelines (GH-105823) (#105854)
Miss Islington (bot)
2023-06-16
4
-85/+0
*
[3.12] gh-105844: Consistently use 'minor version' for X.Y versions (GH-10585...
Miss Islington (bot)
2023-06-16
2
-3/+3
*
[3.12] Fix inaccuracies in "Assorted Topics" section of "Defining Extension T...
Miss Islington (bot)
2023-06-16
1
-5/+5
*
[3.12] tarfile: Fix positional-only syntax in docs (GH-105770) (#105773)
Miss Islington (bot)
2023-06-16
1
-4/+4
*
[3.12] gh-105433: Add `pickle` tests for PEP695 (GH-105443) (#105845)
Miss Islington (bot)
2023-06-16
2
-4/+131
*
[3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...
Miss Islington (bot)
2023-06-15
4
-0/+37
*
[3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...
Miss Islington (bot)
2023-06-15
4
-4/+38
*
[3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)
Miss Islington (bot)
2023-06-15
2
-8/+14
*
[3.12] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#105...
Miss Islington (bot)
2023-06-15
1
-2/+2
*
[3.12] More reorganisation of the typing docs (GH-105787) (#105810)
Miss Islington (bot)
2023-06-15
1
-101/+117
*
[3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)
Miss Islington (bot)
2023-06-15
1
-37/+69
*
[3.12] gh-105196: Fix indentations of section headings in C API docs (GH-1056...
Miss Islington (bot)
2023-06-15
3
-6/+6
*
[3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc...
Miss Islington (bot)
2023-06-15
3
-3/+8
*
[3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-496/+496
*
[3.12] gh-105745: Fix open method of webbrowser.Konqueror (GH-105746) (#105777)
Miss Islington (bot)
2023-06-14
2
-9/+1
*
[3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...
Miss Islington (bot)
2023-06-14
2
-3/+5
*
[3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...
Miss Islington (bot)
2023-06-14
4
-1/+24
*
[3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...
Miss Islington (bot)
2023-06-14
3
-8/+18
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
17
-658/+1311
*
[3.12] gh-105436: Ignore unrelated errors when checking empty env (GH-105742)...
Miss Islington (bot)
2023-06-13
1
-3/+4
*
[3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)
Miss Islington (bot)
2023-06-13
2
-1/+4
*
[3.12] gh-102613: Bump recursion limit to fix running test_pathlib under Cove...
Miss Islington (bot)
2023-06-13
1
-1/+1
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
6
-16/+40
*
[3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728...
Miss Islington (bot)
2023-06-13
3
-5/+11
*
[3.12] gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('...
Miro HronĨok
2023-06-13
3
-33/+67
*
[3.12] gh-105713: Document that tokenize raises when mixing tabs/spaces (GH-1...
Miss Islington (bot)
2023-06-13
1
-0/+3
*
[3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...
Erlend E. Aasland
2023-06-13
2
-13/+20
*
[3.12] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...
Miss Islington (bot)
2023-06-12
1
-37/+53
*
[3.12] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
3
-1/+22
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
5
-9/+53
*
[3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695)
Miss Islington (bot)
2023-06-12
1
-1/+1
*
[3.12] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105675)
Miss Islington (bot)
2023-06-12
1
-1/+1
*
[3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)
Erlend E. Aasland
2023-06-11
2
-7/+14
*
[3.12] gh-105375: Improve error handling in the sys extension module (GH-1056...
Miss Islington (bot)
2023-06-11
2
-6/+20
*
[3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)
Miss Islington (bot)
2023-06-11
2
-4/+15
[prev]
[next]