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-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
*
Fix return type of test helper function heapctypewithbuffer_releasebuffer() (...
RĂ©mi Lapeyre
2020-06-07
1
-1/+1
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+47
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Lysandros Nikolaou
2020-06-06
1
-4/+12
*
bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
Erlend Egeberg Aasland
2020-06-05
1
-1/+0
*
bpo-40876: Clarify error message in the csv module (GH-20653)
Ram Rachum
2020-06-05
1
-1/+1
*
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Stefan Krah
2020-06-05
38
-296/+502
*
bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
Dong-hee Na
2020-06-05
1
-74/+80
*
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner
2020-06-05
1
-4/+3
*
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner
2020-06-05
1
-1/+1
*
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner
2020-06-05
1
-1/+1
*
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner
2020-06-04
1
-1/+1
*
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner
2020-06-04
1
-1/+1
*
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner
2020-06-04
1
-1/+2
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Erlend Egeberg Aasland
2020-06-04
4
-12/+0
*
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na
2020-06-03
1
-2/+0
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
1
-2/+12
*
bpo-32604: Fix reference leak in select module (GH-20600)
Victor Stinner
2020-06-03
1
-2/+0
*
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Victor Stinner
2020-06-02
1
-2/+6
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
2
-8/+40
*
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner
2020-06-01
1
-2/+3
*
bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
Ammar Askar
2020-06-01
2
-3/+10
[next]