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
*
Post 3.10.0a1
Pablo Galindo
2020-10-05
1
-1/+1
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
1
-2/+2
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
2
-10/+0
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-1/+4
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0/+8
*
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
Dong-hee Na
2020-09-28
1
-1/+3
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-0/+8
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-2/+0
*
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
Victor Stinner
2020-09-22
1
-1/+1
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-0/+15
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
3
-144/+285
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
1
-0/+1
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-0/+17
*
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
Victor Stinner
2020-09-01
1
-4/+6
*
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
[next]