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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29727: Register array.array as a MutableSequence (GH-21338)
Pablo Galindo
2020-07-05
1
-0/+20
*
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka
2020-07-05
1
-7/+1
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Inada Naoki
2020-07-05
1
-4/+4
*
bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294)
Dong-hee Na
2020-07-03
1
-35/+31
*
bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189)
Mohamed Koubaa
2020-07-03
1
-28/+30
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-03
1
-0/+80
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
RĂ©mi Lapeyre
2020-07-02
2
-170/+1
*
bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
Lawrence D'Anna
2020-06-30
1
-0/+3
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
2
-10/+68
*
bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
Stefan Krah
2020-06-28
1
-2/+2
*
bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796)
Zackery Spytz
2020-06-28
1
-7/+7
*
bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)
Guido van Rossum
2020-06-28
1
-1/+3
*
Remove dead code from tracemalloc (GH-21029)
Christian Heimes
2020-06-27
1
-4/+0
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-18/+18
*
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
Serhiy Storchaka
2020-06-24
1
-9/+43
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Serhiy Storchaka
2020-06-24
2
-6/+10
*
bpo-31938: Fix default-value signatures of several functions in the select mo...
Anthony Sottile
2020-06-23
2
-13/+17
*
On path with known exact float, extract the double with the fast macro. (GH-2...
Raymond Hettinger
2020-06-23
1
-5/+10
*
bpo-40521: Remove freelist from collections.deque() (GH-21073)
Raymond Hettinger
2020-06-23
1
-21/+2
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
WildCard65
2020-06-23
1
-1/+1
*
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner
2020-06-23
1
-1/+1
*
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Dong-hee Na
2020-06-22
2
-298/+464
*
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner
2020-06-22
2
-1/+3
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
2
-2/+2
*
bpo-26407: Do not mask errors in csv. (GH-20536)
Serhiy Storchaka
2020-06-22
1
-8/+8
*
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes
2020-06-22
1
-2/+2
*
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Gregory P. Smith
2020-06-22
1
-4/+2
*
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Dong-hee Na
2020-06-21
2
-1/+36
*
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith
2020-06-20
2
-5/+4
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Gregory P. Smith
2020-06-20
1
-6/+6
*
bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
Dong-hee Na
2020-06-19
2
-174/+239
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-6/+13
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+10
*
bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
Dong-hee Na
2020-06-16
2
-197/+280
*
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten
2020-06-15
1
-0/+9
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
2
-22/+21
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
2
-5/+4
*
bpo-1635741: Port _dbm module to multiphase initialization (GH-20848)
Dong-hee Na
2020-06-15
2
-147/+200
*
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Niklas Fiekas
2020-06-15
2
-0/+41
*
bpo-40955: Fix memory leak in subprocess module (GH-20825)
Christian Heimes
2020-06-12
1
-0/+1
*
bpo-40950: Port nis module to multiphase initialization (GH-20811)
Dong-hee Na
2020-06-12
1
-45/+103
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
3
-1382/+0
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner
2020-06-11
1
-11/+20
*
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner
2020-06-10
1
-32/+25
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
4
-23/+17
*
Remove usesless function from csv module (GH-20762)
Dong-hee Na
2020-06-09
1
-8/+2
*
Add multicore support to deccheck.py. (GH-20731)
Stefan Krah
2020-06-08
1
-21/+110
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-10/+6
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
4
-4/+44
*
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Hai Shi
2020-06-07
4
-13/+5
[next]