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-108494: Argument Clinic: fix option group for Limited C API (#108574)
Victor Stinner
2023-08-29
1
-3/+9
*
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
Alex Waygood
2023-08-29
4
-8/+12
*
gh-108455: Simplify the peg_generator mypy config (#108620)
Alex Waygood
2023-08-29
1
-18/+8
*
gh-108617: Extend interactive session tests for sqlite3 (GH-108556)
Serhiy Storchaka
2023-08-29
1
-6/+32
*
gh-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)
Erlend E. Aasland
2023-08-29
1
-1/+1
*
gh-108558: Improve sqlite3 row factory tests (#108578)
Edward Schauman-Haigh
2023-08-29
1
-14/+14
*
GH-106176, GH-104702: Fix reference leak when importing across multiple threa...
Brett Cannon
2023-08-29
2
-12/+107
*
gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)
Victor Stinner
2023-08-29
1
-1/+2
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
2
-6/+4
*
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
Victor Stinner
2023-08-29
2
-9/+11
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
3
-4/+5
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
2
-8/+11
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
2
-9/+8
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
2
-7/+8
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
2
-1/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
9
-24/+48
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
4
-9/+6
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
7
-5/+24
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
8
-46/+66
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
8
-9/+9
*
gh-108494: Build _testclinic_limited on Windows (#108589)
Victor Stinner
2023-08-28
5
-62/+195
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
3
-6/+6
*
GH-107603: Clinic: Pass specific attributes to ``print_block()`` (#108581)
Adam Turner
2023-08-28
2
-12/+18
*
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev
2023-08-28
6
-11/+23
*
gh-106670: Allow Pdb to move between chained exceptions (#106676)
Matthias Bussonnier
2023-08-28
5
-20/+526
*
gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)
Alex Waygood
2023-08-28
2
-27/+13
*
gh-108487: Move assert(self != NULL) down beyond DEOPT_IF() (#108510)
Guido van Rossum
2023-08-28
3
-2/+3
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
6
-6/+112
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
10
-114/+147
*
gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)
Erlend E. Aasland
2023-08-28
2
-18/+12
*
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland
2023-08-28
4
-101/+74
*
gh-64662: Fix NEWS entry and remove What's New entry (#108565)
Erlend E. Aasland
2023-08-28
2
-4/+1
*
Fix typo in typing docs: Remove redundant backtick (#108559)
nikkie
2023-08-28
1
-1/+1
*
GH-108202: Combine documentation of ``calendar`` constants (#108492)
Adam Turner
2023-08-28
3
-63/+52
*
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Erlend E. Aasland
2023-08-27
4
-7/+38
*
gh-108465: Use compiler basename when determining compiler flags (#108392)
John Micco
2023-08-27
2
-6/+12
*
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland
2023-08-27
3
-4/+21
*
gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543)
Ori Avtalion
2023-08-27
1
-1/+1
*
gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)
Raymond Hettinger
2023-08-27
3
-5/+14
*
Clarify distinction between datetime module and class in deprecation messages...
Clément Robert
2023-08-27
1
-4/+4
*
Fix grammatical error in stringprep documentation (#108414)
Matthew James Kraai
2023-08-27
1
-1/+1
*
gh-105052:update timeit function's description (#105060)
R
2023-08-27
3
-8/+17
*
gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#10...
qqwqqw689
2023-08-27
1
-0/+28
*
gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)
Dong-hee Na
2023-08-27
1
-4/+32
*
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
Jelle Zijlstra
2023-08-27
3
-0/+14
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
17
-75/+129
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
4
-0/+29
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
41
-62/+88
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
13
-10/+43
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
14
-14/+46
[next]