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
*
Typing docs: fix typo in annotating tuples comment (#106048)
Eamon Tracey
2023-06-23
1
-2/+2
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
4
-26/+59
*
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...
Serhiy Storchaka
2023-06-23
5
-31/+32
*
gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (#106024)
Erlend E. Aasland
2023-06-23
1
-0/+10
*
gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031)
Serhiy Storchaka
2023-06-23
1
-15/+27
*
gh-105974: Revert unintentional behaviour change for protocols with non-calla...
Alex Waygood
2023-06-23
3
-32/+79
*
Typing docs: improve the guidance on annotating tuples (#106021)
Alex Waygood
2023-06-23
1
-21/+72
*
gh-85136: Remove disabled remote IMAP tests (#106022)
Erlend E. Aasland
2023-06-23
1
-95/+0
*
GH-106012: Fix monitoring of static code objects (GH-106017)
Mark Shannon
2023-06-23
1
-13/+18
*
Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with Sphinx ...
Alex Waygood
2023-06-23
1
-11/+9
*
gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)
Victor Stinner
2023-06-23
4
-22/+20
*
gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)
Victor Stinner
2023-06-23
1
-2/+12
*
gh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF() (#106001)
Victor Stinner
2023-06-22
1
-3/+19
*
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Victor Stinner
2023-06-22
2
-3/+2
*
Test specialization's thread-safety (GH-105953)
Brandt Bucher
2023-06-22
1
-1/+511
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
3
-0/+10
*
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
Victor Stinner
2023-06-22
3
-7/+21
*
gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)
Victor Stinner
2023-06-22
3
-14/+30
*
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi
2023-06-22
5
-3/+53
*
gh-98931: Add custom error messages to invalid import/from with multiple targ...
Pablo Galindo Salgado
2023-06-22
4
-597/+738
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
5
-13/+91
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
20
-189/+511
*
gh-105481: refactor instr flag related code into a new InstructionFlags class...
Irit Katriel
2023-06-21
1
-36/+78
*
gh-104212: Explain how to port imp.load_source() (#105978)
Victor Stinner
2023-06-21
1
-1/+15
*
gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immort...
Irit Katriel
2023-06-21
3
-19/+25
*
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Victor Stinner
2023-06-21
3
-6/+7
*
gh-105927: type_from_ref() uses _PyWeakref_GET_REF() (#105963)
Victor Stinner
2023-06-21
1
-13/+24
*
gh-105927: Fix test_weakref_capi() refleak (#105966)
Victor Stinner
2023-06-21
1
-16/+32
*
gh-105927: _ctypes use PyWeakref_GetRef() (#105964)
Victor Stinner
2023-06-21
1
-18/+26
*
gh-105927: _ssl uses _PyWeakref_GET_REF() (#105965)
Victor Stinner
2023-06-21
2
-18/+29
*
stdtypes.rst: remove a period (#105959)
Mathieu Dupuy
2023-06-21
1
-1/+1
*
gh-105927: _abc and _thread use PyWeakref_GetRef() (#105961)
Victor Stinner
2023-06-21
2
-21/+20
*
Use CSV-separated outputs @ get-changed-files @ CI (#105151)
Sviatoslav Sydorenko
2023-06-21
3
-21/+32
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
11
-8/+133
*
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
Victor Stinner
2023-06-20
1
-0/+3
*
gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring ...
Lysandros Nikolaou
2023-06-20
1
-3/+3
*
gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)
Lysandros Nikolaou
2023-06-20
1
-1/+1
*
gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)
Lysandros Nikolaou
2023-06-20
3
-6/+18
*
make regen-stdlib-module-names rejects test modules (#105921)
Victor Stinner
2023-06-20
1
-2/+17
*
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Victor Stinner
2023-06-20
5
-49/+88
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
13
-24/+149
*
gh-105927: Refactor weakrefobject.c (#105928)
Victor Stinner
2023-06-19
1
-60/+56
*
gh-105922: Refactor PyRun_InteractiveOneObjectEx() (#105925)
Victor Stinner
2023-06-19
1
-74/+108
*
gh-105481: generate _specializations and _specialized_instructions from bytec...
Irit Katriel
2023-06-19
12
-277/+345
*
gh-105908: fix `barry_as_FLUFL` future import (#105909)
Crowthebird
2023-06-19
3
-6/+19
*
GH-105808: Fix a regression introduced in GH-101251 (#105910)
T. Wouters
2023-06-19
3
-1/+52
*
gh-104212: Explain how to port imp code to importlib (#105905)
Victor Stinner
2023-06-19
1
-1/+32
*
gh-71299: Fix __all__ in tokenize (#105907)
Lysandros Nikolaou
2023-06-19
2
-135/+137
*
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon
2023-06-19
6
-203/+297
*
typing docs: Improve the intro to each section (#105901)
Alex Waygood
2023-06-18
1
-36/+40
[next]