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-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
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
13
-202/+61
*
Docs: move sphinx-lint to pre-commit (#105750)
Hugo van Kemenade
2023-06-18
5
-14/+11
*
gh-105844: Use devguide terminology to denote versions (#105882)
Erlend E. Aasland
2023-06-18
1
-3/+3
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
12
-138/+38
*
CI: Bump macOS build to use OpenSSL v3.0 (#105538)
Erlend E. Aasland
2023-06-16
1
-2/+2
*
GH-105840: Fix assertion failures when specializing calls with too many __def...
Brandt Bucher
2023-06-16
3
-2/+33
*
gh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)
Carl Meyer
2023-06-16
1
-9/+20
*
gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)
Jelle Zijlstra
2023-06-16
3
-3/+80
*
gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)
Alex Waygood
2023-06-16
1
-0/+74
*
CI: Remove docs build from Azure Pipelines (#105823)
Hugo van Kemenade
2023-06-16
4
-85/+0
*
gh-105844: Consistently use 'minor version' for X.Y versions (#105851)
Erlend E. Aasland
2023-06-16
2
-3/+3
*
Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...
chgnrdv
2023-06-16
1
-5/+5
*
gh-105433: Add `pickle` tests for PEP695 (#105443)
Nikita Sobolev
2023-06-16
2
-4/+131
*
bpo-44530: Document the change in MAKE_FUNCTION behavior (#93189)
Alex Doe
2023-06-16
1
-2/+5
*
GH-103124: Multiline statement support for pdb (GH-103125)
Tian Gao
2023-06-15
3
-4/+56
*
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Brandt Bucher
2023-06-15
4
-0/+37
*
gh-105831: Fix NEWS blurb from gh-105828 (#105833)
Lysandros Nikolaou
2023-06-15
1
-1/+3
*
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
Lysandros Nikolaou
2023-06-15
4
-4/+36
*
gh-105751, test_ctypes: Remove disabled tests (#105826)
Victor Stinner
2023-06-15
5
-131/+2
*
gh-105821: Use a raw f-string in test_httpservers.py (#105822)
Pablo Galindo Salgado
2023-06-15
1
-2/+2
*
gh-105751: Remove platform usage in test_ctypes (#105819)
Victor Stinner
2023-06-15
1
-7/+0
*
gh-105751: Reenable disable test_ctypes tests (#105818)
Victor Stinner
2023-06-15
2
-31/+25
*
gh-105751: Remove dead code in test_ctypes (#105817)
Victor Stinner
2023-06-15
15
-128/+37
*
More reorganisation of the typing docs (#105787)
Alex Waygood
2023-06-15
1
-101/+117
*
Improve docs for `typing.dataclass_transform` (#105792)
Alex Waygood
2023-06-15
1
-37/+69
*
GH-89812: Churn `pathlib.Path` test methods (#105807)
Barney Gale
2023-06-15
1
-315/+315
*
gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#10...
Pablo Galindo Salgado
2023-06-15
3
-3/+8
*
gh-105751: Cleanup test_ctypes imports (#105803)
Victor Stinner
2023-06-14
45
-240/+250
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
8
-168/+189
*
gh-105751: test_ctypes avoids the operator module (GH-105797)
Victor Stinner
2023-06-14
10
-80/+85
*
gh-105751: test_ctypes: Remove @need_symbol decorator (GH-105798)
Victor Stinner
2023-06-14
17
-66/+10
*
gh-104909: Implement conditional stack effects for macros (#105748)
Guido van Rossum
2023-06-14
2
-13/+80
*
gh-75905: Remove test_xmlrpc_net: skipped since 2017 (#105796)
Victor Stinner
2023-06-14
1
-31/+0
*
gh-105481: Fix types and a bug for pseudos (#105788)
Guido van Rossum
2023-06-14
1
-3/+4
*
Update DSL docs for cases generator (#105753)
Guido van Rossum
2023-06-14
1
-44/+60
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
15
-479/+519
*
xmlrpc.client uses datetime.datetime.isoformat() (#105741)
Victor Stinner
2023-06-14
2
-32/+12
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
5
-8/+73
*
gh-105196: Fix indentations of section headings in C API docs (#105672)
TATHAGATA ROY
2023-06-14
3
-6/+6
*
Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)
Alex Waygood
2023-06-14
1
-488/+488
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
28
-607/+542
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
5
-12/+153
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
5
-2/+152
*
gh-102541: Hide traceback in help prompt (gh-102614)
Kirill Podoprigora
2023-06-14
2
-8/+14
*
gdb libpython.py: Remove compatibility code (#105739)
Victor Stinner
2023-06-14
1
-47/+22
[prev]
[next]