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
*
[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
*
[3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-...
Miss Islington (bot)
2023-06-11
2
-12/+19
*
[3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...
Miss Islington (bot)
2023-06-11
2
-12/+18
*
[3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)
Miss Islington (bot)
2023-06-11
2
-4/+10
*
[3.12] Fix typo in configparser module docstring (GH-105652) (#105653)
Miss Islington (bot)
2023-06-11
1
-1/+1
*
[3.12] gh-105375: Improve error handling in the builtins extension module (GH...
Miss Islington (bot)
2023-06-11
2
-8/+34
*
[3.12] gh-105375: Improve _decimal error handling (GH-105605) (#105647)
Miss Islington (bot)
2023-06-11
2
-1/+6
*
[3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)
Miss Islington (bot)
2023-06-11
2
-5/+32
*
[3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)
Miss Islington (bot)
2023-06-11
2
-5/+13
*
[3.12] gh-105375: Improve array.array exception handling (GH-105594) (#105644)
Miss Islington (bot)
2023-06-11
2
-3/+7
*
[3.12] gh-99108: Mention HACL\* in the hashlib docs. (GH-105634) (#105635)
Miss Islington (bot)
2023-06-10
1
-5/+6
*
[3.12] Cleanup and clarify our hashlib docs. (GH-105624) (#105632)
Miss Islington (bot)
2023-06-10
1
-47/+90
*
[3.12] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...
Miss Islington (bot)
2023-06-09
2
-6/+12
*
[3.12] gh-105375: Harden error handling in `_testcapi/heaptype.c` (GH-105608)...
Miss Islington (bot)
2023-06-09
1
-1/+4
*
[3.12] Docs: fix formatting in 2023-06-09-12-59-18 NEWS item (GH-105607) (#10...
Miss Islington (bot)
2023-06-09
1
-2/+2
*
[3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-pref...
Miss Islington (bot)
2023-06-09
3
-3/+45
*
[3.12] gh-105375: Improve error handling in _elementtree (GH-105591) (#105600)
Miss Islington (bot)
2023-06-09
2
-3/+8
*
[3.12] gh-105375: Improve errnomodule error handling (#105590) (#105596)
Erlend E. Aasland
2023-06-09
2
-2/+6
*
[3.12] gh-105375: Improve _pickle error handling (#105475) (#105584)
Erlend E. Aasland
2023-06-09
2
-12/+28
*
[3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494...
Miss Islington (bot)
2023-06-09
2
-1/+6
*
[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
3
-8/+13
*
[3.12] Clarify the supported cases in the tokenize module (GH-105569) (#105573)
Miss Islington (bot)
2023-06-09
1
-0/+9
[next]