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
...
*
More actionable error message when spawn is incorrectly used. (#102203)
Yuxin Wu
2023-08-16
1
-1/+5
*
gh-106368: Argument Clinic: Add tests for cloned functions with custom C base...
Erlend E. Aasland
2023-08-15
1
-0/+31
*
Note that lnotab_notes.txt is only valid before 3.11 (#107961)
Martin DeMello
2023-08-15
1
-1/+4
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
21
-9/+1118
*
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
Steve Dower
2023-08-15
1
-1/+1
*
gh-103082: remove assumption that INSTRUMENTED_LINE is the last instrumented ...
Irit Katriel
2023-08-15
1
-2/+2
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
5
-9/+30
*
gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)
Erlend E. Aasland
2023-08-15
2
-7/+32
*
gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)
Erlend E. Aasland
2023-08-15
2
-17/+51
*
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
Dong-hee Na
2023-08-15
3
-1/+11
*
gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)
Lysandros Nikolaou
2023-08-15
2
-0/+13
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
9
-5/+92
*
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
Romuald Brunet
2023-08-15
4
-4/+66
*
Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...
Dong-hee Na
2023-08-14
2
-68/+4
*
Convert the GitHub issue templates into GitHub issue forms (#107920)
Alex Waygood
2023-08-14
6
-148/+182
*
Attempt to speed up deepfreeze.py (#107887)
Guido van Rossum
2023-08-14
2
-13/+24
*
gh-105481: reduce repetition in opcode metadata generation code (#107942)
Irit Katriel
2023-08-14
2
-76/+61
*
gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect...
Erlend E. Aasland
2023-08-14
3
-18/+61
*
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opc...
Irit Katriel
2023-08-14
1
-4/+4
*
gh-107910: Remove not needing newline in error message (GH-107928)
Joon Hwan 김준환
2023-08-14
2
-3/+3
*
gh-107877: Update logging levels reference table with usage criteria. (#107894)
Vinay Sajip
2023-08-13
1
-15/+33
*
Add another example to the statistics docs (GH-107904)
Raymond Hettinger
2023-08-13
2
-0/+57
*
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland
2023-08-13
5
-8/+244
*
Improve `_typing.__doc__` (#107908)
Nikita Sobolev
2023-08-13
1
-1/+1
*
gh-107883: Argument Clinic: Handle full module/class path in Function.fulldis...
Erlend E. Aasland
2023-08-12
2
-3/+64
*
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...
Dong-hee Na
2023-08-12
3
-6/+6
*
gh-107891: Fix typo in 3.12 whatsnew (#107892)
wookie184
2023-08-12
1
-1/+1
*
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)
nahyeon
2023-08-12
2
-4/+68
*
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103...
Nikita Sobolev
2023-08-11
4
-1/+20
*
GH-106485: Create object's dict-values instead of creating __dict__, when we ...
Mark Shannon
2023-08-11
2
-3/+9
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
5
-4/+18
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
4
-16/+32
*
gh-107782: Pydoc: fall back to __text_signature__ if inspect.signature() fail...
Serhiy Storchaka
2023-08-11
3
-40/+94
*
gh-106558: break ref cycles through exceptions in multiprocessing manager (#...
Andrew Geng
2023-08-11
3
-2/+49
*
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep...
Irit Katriel
2023-08-11
6
-236/+286
*
Extend _sqrtprod() to cover the full range of inputs. Add tests. (GH-107855)
Raymond Hettinger
2023-08-11
2
-6/+97
*
Docs: Document PyBUF_MAX_NDIM (#107865)
Erlend E. Aasland
2023-08-11
1
-3/+7
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
10
-17/+227
*
gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613)
shailshouryya
2023-08-11
1
-3/+3
*
Fix the long64 reader in umarshal.py (GH-107828)
Martin DeMello
2023-08-10
1
-4/+4
*
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-...
Marc Mueller
2023-08-10
3
-4/+5
*
gh-107838: In dataclasses, improve error message when a non-default field fol...
Eric V. Smith
2023-08-10
2
-7/+7
*
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107...
Mark Shannon
2023-08-10
2
-6/+39
*
GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...
Mark Shannon
2023-08-10
7
-7/+169
*
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as ...
Irit Katriel
2023-08-10
4
-478/+482
*
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon
2023-08-10
4
-0/+30
*
gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...
Erlend E. Aasland
2023-08-10
5
-1162/+1338
*
gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)
denballakh
2023-08-10
3
-0/+11
*
gh-107689: Add docstring to `ctypes.Array` (#107697)
Kostya Farber
2023-08-10
1
-2/+12
*
Update README for the cases generator (#107826)
Guido van Rossum
2023-08-10
1
-2/+6
[prev]
[next]