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
*
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
Pablo Galindo Salgado
2023-06-02
6
-2/+34
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
31
-501/+950
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
3
-3/+52
*
gh-105184: document that marshal functions can fail and need to be checked wi...
Irit Katriel
2023-06-02
2
-0/+8
*
gh-104799: Default missing lists in AST to the empty list (#104834)
Jelle Zijlstra
2023-06-02
4
-239/+400
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
9
-133/+79
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
32
-186/+5
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
35
-321/+37
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
4
-17/+128
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
4
-9/+46
*
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland
2023-06-01
9
-7262/+10397
*
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel
2023-06-01
3
-34/+9
*
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith
2023-06-01
13
-18/+8794
*
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou
2023-06-01
20
-16832/+60
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
7
-12/+57
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
11
-105/+36
*
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland
2023-06-01
5
-19/+10
*
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel
2023-06-01
6
-264/+259
*
gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)
Artem Mukhin
2023-06-01
1
-3/+5
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
8
-6/+40
*
gh-105156: Update Lib/test/clinic.test manually (#105180)
Victor Stinner
2023-06-01
1
-14/+14
*
Fix docstring of `warnings._deprecated` to show correct `remove` value (#105178)
Nikita Sobolev
2023-06-01
1
-1/+1
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
4
-53/+27
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
22
-522/+182
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
9
-14/+25
*
gh-105172: Fixed functools.lru_cache typed argument docstring. (GH-105173)
Bar Harel
2023-05-31
2
-2/+5
*
gh-102251: Explicitly free state for test modules with state in test_import (...
sunmy2019
2023-05-31
2
-5/+31
*
Clarify that error messages are better with PEP 701 (#105150)
Pablo Galindo Salgado
2023-05-31
1
-0/+25
*
gh-103464: Add checks for arguments of pdb commands (GH-103465)
Tian Gao
2023-05-31
3
-11/+90
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Steve Dower
2023-05-31
2
-3/+5
*
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel
2023-05-31
5
-26/+26
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
9
-110/+100
*
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...
Alex Waygood
2023-05-31
3
-37/+111
*
gh-104909: Split BINARY_OP into micro-ops (#104910)
Guido van Rossum
2023-05-31
4
-631/+785
*
gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...
Irit Katriel
2023-05-31
3
-13/+37
*
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
Victor Stinner
2023-05-31
1
-1/+1
*
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner
2023-05-31
5
-0/+51
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
5
-40/+19
*
gh-105096: Reformat wave documentation (#105136)
Victor Stinner
2023-05-31
3
-102/+109
*
gh-105107: Remove PyEval_CallFunction() function (#105108)
Victor Stinner
2023-05-31
6
-32/+34
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
15
-398/+106
*
gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)
Ned Deily
2023-05-31
2
-3/+4
*
gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)
Carl Meyer
2023-05-31
1
-0/+3
*
gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)
Carl Meyer
2023-05-31
1
-0/+7
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
6
-34/+122
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
4
-1/+14
*
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
Lysandros Nikolaou
2023-05-30
5
-34/+49
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
7
-96/+274
*
gh-89886: Properly quote Autoconf macro arguments (#105062)
Erlend E. Aasland
2023-05-30
2
-706/+798
*
gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)
Carl Meyer
2023-05-30
4
-221/+239
[next]