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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-105974: Revert unintentional behaviour change for protocols with no...
Miss Islington (bot)
2023-06-23
2
-32/+73
*
[3.12] gh-98931: Add custom error messages to invalid import/from with multip...
Miss Islington (bot)
2023-06-22
1
-0/+16
*
[3.12] gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_f...
Miss Islington (bot)
2023-06-20
1
-3/+3
*
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Thomas Wouters
2023-06-20
2
-3/+18
|
\
|
*
[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
1
-2/+9
|
*
[3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)
Miss Islington (bot)
2023-06-20
1
-0/+8
*
|
Python 3.12.0b3
v3.12.0b3
Thomas Wouters
2023-06-19
1
-17/+21
|
/
*
[3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)
Miss Islington (bot)
2023-06-19
2
-1/+51
*
[3.12] GH-105840: Fix assertion failures when specializing calls with too man...
Miss Islington (bot)
2023-06-16
1
-0/+29
*
[3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...
Miss Islington (bot)
2023-06-16
2
-3/+77
*
[3.12] gh-105834: Add tests for calling `issubclass()` between two protocols ...
Miss Islington (bot)
2023-06-16
1
-0/+74
*
[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
1
-0/+27
*
[3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...
Miss Islington (bot)
2023-06-15
2
-1/+27
*
[3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)
Miss Islington (bot)
2023-06-15
1
-8/+13
*
[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] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc...
Miss Islington (bot)
2023-06-15
1
-0/+3
*
[3.12] gh-105745: Fix open method of webbrowser.Konqueror (GH-105746) (#105777)
Miss Islington (bot)
2023-06-14
1
-9/+0
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
2
-3/+409
*
[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-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
2
-2/+6
*
[3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728...
Miss Islington (bot)
2023-06-13
1
-0/+10
*
[3.12] gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('...
Miro HronĨok
2023-06-13
2
-33/+64
*
[3.12] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
1
-0/+7
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-7/+36
*
[3.12] Fix typo in configparser module docstring (GH-105652) (#105653)
Miss Islington (bot)
2023-06-11
1
-1/+1
*
[3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-pref...
Miss Islington (bot)
2023-06-09
1
-0/+33
*
[3.12] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105561)
Miss Islington (bot)
2023-06-09
1
-7/+2
*
[3.12] gh-105564: Don't include artificial newlines in the line attribute of ...
Miss Islington (bot)
2023-06-09
1
-8/+8
*
[3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)
Miss Islington (bot)
2023-06-09
1
-6/+6
*
[3.12] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...
Miss Islington (bot)
2023-06-09
2
-22/+36
*
[3.12] gh-102832: IDLE - update stackviewer open (GH-105528) (#105534)
Miss Islington (bot)
2023-06-08
1
-2/+2
*
[3.12] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackview...
Miss Islington (bot)
2023-06-08
4
-52/+22
*
[3.12] gh-104310: Rename the New Function in importlib.util (gh-105255) (gh-1...
Miss Islington (bot)
2023-06-08
2
-18/+34
*
[3.12] test_types: Replace raw assert statements (GH-105500) (#105507)
Miss Islington (bot)
2023-06-08
1
-25/+27
*
[3.12] Further improve docs for `typing.Annotated` (GH-105498) (#105503)
Miss Islington (bot)
2023-06-08
1
-6/+8
*
[3.12] gh-105431: Remove unused stuff from `test_typing.NewTypeTests` (GH-105...
Miss Islington (bot)
2023-06-08
1
-7/+0
*
[3.12] GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999...
Barney Gale
2023-06-07
1
-14/+24
*
[3.12] gh-103171: Forward-port new tests for runtime-checkable protocols deco...
Miss Islington (bot)
2023-06-07
1
-0/+65
*
[3.12] typing: Improve documentation of generic classes and aliases (GH-10536...
Miss Islington (bot)
2023-06-07
1
-3/+5
*
[3.12] gh-105437: Improve tests of type params names for PEP 695 (GH-105438) ...
Miss Islington (bot)
2023-06-07
2
-4/+12
*
[3.12] gh-105430: Remove `typing._Immutable` unused internal helper (GH-10543...
Miss Islington (bot)
2023-06-07
1
-11/+0
*
[3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment withou...
Miss Islington (bot)
2023-06-07
1
-5/+26
*
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...
Miss Islington (bot)
2023-06-07
2
-7/+24
*
[3.12] gh-105286: Further improvements to `typing.py` docstrings (GH-105363) ...
Miss Islington (bot)
2023-06-07
1
-25/+43
*
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Thomas Wouters
2023-06-06
2
-3/+1
|
\
|
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Miss Islington (bot)
2023-06-06
1
-1/+1
|
*
[3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)
Victor Stinner
2023-06-06
1
-2/+0
[next]