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-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev
2023-11-05
2
-0/+191
*
gh-111747: DOC: fix moved link to Documentation Translations (#111748)
partev
2023-11-05
1
-1/+1
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
4
-7/+51
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
3
-7/+157
*
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...
Tian Gao
2023-11-04
3
-0/+32
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
8
-30444/+18134
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
14
-98/+671
*
gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667)
Nikita Sobolev
2023-11-04
2
-20/+9
*
gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)
Nikita Sobolev
2023-11-04
14
-23/+24
*
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111...
Nikita Sobolev
2023-11-04
3
-1/+24
*
gh-111495: Test C API functions with extreme sizes and indices (GH-111631)
Serhiy Storchaka
2023-11-04
4
-40/+134
*
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
Nikita Sobolev
2023-11-04
1
-0/+4
*
gh-111644: Fix asyncio test_unhandled_exceptions() (#111713)
Victor Stinner
2023-11-04
1
-2/+3
*
gh-111644: Fix support threading_cleanup() (#111714)
Victor Stinner
2023-11-04
1
-25/+28
*
gh-109649: Fix test_os.test_process_cpu_count_affinity() (#111689)
Victor Stinner
2023-11-03
1
-4/+4
*
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen
2023-11-03
60
-0/+623
*
gh-111684: Avoid a Compiler Warning (gh-111706)
Eric Snow
2023-11-03
1
-0/+4
*
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...
Victor Stinner
2023-11-03
6
-2/+26
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
9
-8/+114
*
gh-111652: Fix --enable-pystats build (GH-111653)
Michael Droettboom
2023-11-03
1
-0/+2
*
CI: Make macOS Intel required to succeed (GH-110362)
Hugo van Kemenade
2023-11-03
1
-1/+0
*
docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)
lefp
2023-11-03
1
-0/+1
*
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...
Nikita Sobolev
2023-11-03
2
-7/+6
*
gh-106168: Revert the "size before item" setting (#111683)
scoder
2023-11-03
3
-4/+2
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
16
-338/+342
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
2
-3/+10
*
gh-111490: Make the exception type check in test_pyexpat more specific (GH-11...
Nikita Sobolev
2023-11-03
1
-1/+1
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
13
-149/+87
*
gh-54434: Make difflib.rst doctests pass. (#111677)
Terry Jan Reedy
2023-11-03
1
-3/+5
*
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
AN Long
2023-11-03
5
-6/+12
*
gh-76785: Minor Fixes in crossinterp.c (gh-111671)
Eric Snow
2023-11-03
1
-126/+267
*
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
LoipesMas
2023-11-02
1
-3/+1
*
gh-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom
2023-11-02
1
-0/+2
*
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...
Tian Gao
2023-11-02
3
-23/+49
*
GH-109369 Add vectorcall to `PyLong_Type` (GH-111642)
Mark Shannon
2023-11-02
1
-0/+25
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
3
-32/+142
*
gh-111625: Fix link to Info-ZIP homepage (#111626)
partev
2023-11-02
2
-4/+4
*
build(deps): bump hypothesis from 6.87.1 to 6.88.1 in /Tools (#111596)
dependabot[bot]
2023-11-02
1
-1/+1
*
build(deps): bump actions/setup-node from 3 to 4 (#111594)
dependabot[bot]
2023-11-02
1
-2/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
18
-339/+362
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
18
-114/+83
*
Remove unnecessary includes (GH-111633)
Serhiy Storchaka
2023-11-02
2
-2/+0
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
3
-0/+41
*
gh-111544: Fix mimalloc build on AIX (#111593)
Ayappan Perumal
2023-11-02
1
-2/+2
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
4
-4/+33
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
11
-471/+1308
*
gh-111089: Use PyUnicode_AsUTF8() in getargs.c (#111620)
Victor Stinner
2023-11-01
1
-6/+2
*
High level docs for the VM state (#111621)
Guido van Rossum
2023-11-01
1
-0/+90
*
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
Guido van Rossum
2023-11-01
3
-0/+6
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
3
-10/+30
[next]