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
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+180
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki
2020-08-07
1
-2/+8
*
bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...
Mark Shannon
2020-08-04
1
-0/+22
*
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou
2020-07-27
1
-9/+0
*
bpo-41366: Fix clang warning for sign conversion (GH-21592)
Henry Schreiner
2020-07-23
1
-1/+1
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
2
-7/+28
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-1/+3
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Victor Stinner
2020-07-08
1
-2/+10
*
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner
2020-07-07
1
-0/+1
*
bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
Inada Naoki
2020-07-06
1
-1/+5
*
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka
2020-07-05
1
-1/+1
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Inada Naoki
2020-07-05
1
-2/+2
*
bpo-1635741: Release Unicode interned strings at exit (GH-21269)
Victor Stinner
2020-07-01
1
-0/+1
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-8/+0
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-6/+8
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-2/+0
*
bpo-41123: Remove PyUnicode_GetMax() (GH-21192)
Inada Naoki
2020-06-29
1
-3/+0
*
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
Inada Naoki
2020-06-27
1
-37/+0
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
1
-47/+0
*
bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
Victor Stinner
2020-06-25
2
-2/+3
*
bpo-40521: Always create the empty tuple singleton (GH-21116)
Victor Stinner
2020-06-24
1
-0/+1
*
bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101)
Victor Stinner
2020-06-24
1
-0/+3
*
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner
2020-06-23
2
-1/+3
*
bpo-40521: Make MemoryError free list per interpreter (GH-21086)
Victor Stinner
2020-06-23
2
-2/+10
*
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
Raymond Hettinger
2020-06-23
2
-3/+0
*
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner
2020-06-23
2
-1/+7
*
bpo-40521: Make the empty frozenset per interpreter (GH-21068)
Victor Stinner
2020-06-23
2
-1/+3
*
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner
2020-06-23
3
-15/+26
*
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner
2020-06-22
2
-1/+20
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-3/+4
*
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou
2020-06-21
3
-62/+19
*
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou
2020-06-20
7
-366/+0
*
bpo-36346: Make unicodeobject.h C89 compatible (GH-20934)
Inada Naoki
2020-06-17
1
-1/+2
*
bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931)
Victor Stinner
2020-06-17
1
-14/+34
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-23/+23
*
bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915)
Victor Stinner
2020-06-16
2
-4/+6
*
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Zackery Spytz
2020-06-16
1
-0/+20
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
4
-59/+42
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
1
-15/+2
*
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Niklas Fiekas
2020-06-15
2
-12/+43
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-4/+0
*
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner
2020-06-10
1
-7/+7
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
1
-1/+3
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
2
-1/+17
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-0/+1
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
1
-1/+50
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+5
*
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner
2020-06-05
3
-2/+9
*
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner
2020-06-05
3
-2/+20
[next]