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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
1
-0/+10
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
1
-1/+3
*
gh-89653: Add assertions on PyUnicode_READ() index (#92883)
Victor Stinner
2022-05-17
1
-1/+9
*
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Victor Stinner
2022-05-17
1
-1/+2
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
4
-50/+84
*
gh-92781: Avoid mixing declarations and code in C API (#92783)
Victor Stinner
2022-05-15
5
-11/+17
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
2
-14/+3
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-2/+2
*
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner
2022-05-13
1
-1/+15
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
3
-230/+15
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-6/+12
*
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
Victor Stinner
2022-05-11
1
-1/+9
*
gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
Victor Stinner
2022-05-11
3
-15/+20
*
gh-89653: Add assertions to unicodeobject.h functions (#92692)
Victor Stinner
2022-05-11
1
-2/+8
*
gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)
Victor Stinner
2022-05-11
3
-3/+13
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
Victor Stinner
2022-05-11
1
-48/+66
*
gh-89653: PEP 670: Convert PyCell macros to functions (#92653)
Victor Stinner
2022-05-11
1
-2/+17
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-8/+11
*
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
Victor Stinner
2022-05-11
1
-23/+49
*
gh-91731: Fix typo in pymacro.h (#92618)
Pablo Galindo Salgado
2022-05-10
1
-1/+1
*
gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559)
Pablo Galindo Salgado
2022-05-09
1
-0/+8
*
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Serhiy Storchaka
2022-05-08
2
-2/+4
*
Python 3.12.0a0
Pablo Galindo
2022-05-08
1
-4/+4
*
Update the SOURCE_URI in pyspecific.py to point to the new branch
v3.11.0b1
Pablo Galindo
2022-05-06
1
-3/+3
*
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner
2022-05-06
1
-1/+1
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-3/+3
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-0/+1
*
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka
2022-05-05
2
-0/+2
*
gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)
Victor Stinner
2022-05-05
1
-24/+56
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
1
-12/+8
*
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon
2022-05-03
1
-0/+8
*
gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259)
Victor Stinner
2022-05-03
1
-5/+5
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
4
-14/+22
*
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Victor Stinner
2022-05-03
2
-16/+17
*
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner
2022-05-03
2
-10/+43
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+186
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
9
-24/+24
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+3
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
3
-9/+18
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
1
-5/+6
*
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
Serhiy Storchaka
2022-04-30
2
-0/+2
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-0/+1
*
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
Victor Stinner
2022-04-28
1
-2/+3
*
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney
2022-04-28
2
-67/+68
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
9
-17/+39
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
2
-564/+583
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
2
-16/+35
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
2
-52/+113
*
gh-80527: Deprecate PEP 623 Unicode functions (#91801)
Victor Stinner
2022-04-22
1
-5/+11
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
1
-0/+1
[prev]
[next]