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
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
2
-3/+10
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
30
-26/+59
*
gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` can...
Nikita Sobolev
2023-10-16
1
-20/+14
*
gh-110907: AC: Disallow using `*` with vararg (#110908)
Nikita Sobolev
2023-10-16
2
-4/+3
*
gh-110525: Delete `test_c_api` method from `set` object (#110688)
Nikita Sobolev
2023-10-13
1
-153/+0
*
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Jelle Zijlstra
2023-10-12
1
-18/+20
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+76
*
GH-104584: Fix refleak when tracing through calls (GH-110593)
Brandt Bucher
2023-10-10
1
-1/+1
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-0/+22
*
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Xuehai Pan
2023-10-04
1
-1/+75
*
gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence c...
Xuehai Pan
2023-10-04
1
-7/+22
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
3
-13/+13
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-7/+11
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
3
-27/+0
*
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka
2023-09-23
1
-0/+12
*
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...
Tian Gao
2023-09-22
1
-1/+1
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
1
-4/+3
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-950/+1013
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
6
-69/+73
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
2
-26/+1
*
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev
2023-09-15
3
-4/+5
*
Add missing PyDoc_STR to GenericAlias.__parameters__ (#108811)
James Hilton-Balfe
2023-09-14
1
-1/+1
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-12/+2
*
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka
2023-09-10
1
-0/+28
*
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao
2023-09-09
1
-6/+4
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
2
-9/+7
*
gh-108732: include comprehension locals in frame.f_locals (#109026)
Carl Meyer
2023-09-07
1
-4/+10
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
1
-1/+5
*
gh-108915: Removes extra backslashes in str.split docstring (#109044)
Daniel Weiss
2023-09-07
2
-5/+5
*
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na
2023-09-07
1
-0/+17
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+1
*
gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)
Serhiy Storchaka
2023-09-06
1
-0/+2
*
gh-108991: replace _PyFrame_GetState by two simpler functions (#108992)
Irit Katriel
2023-09-06
1
-31/+20
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
4
-10/+4
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
1
-4/+4
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
1
-2/+3
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
21
-105/+59
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
5
-106/+177
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
2
-2/+4
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
2
-215/+28
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
1
-3/+4
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
Jelle Zijlstra
2023-08-27
1
-0/+3
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+1
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
7
-6/+13
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
3
-4/+4
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
7
-30/+30
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-1/+1
[next]