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-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
*
bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
Hai Shi
2020-06-01
1
-1/+3
*
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na
2020-06-01
1
-22/+19
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
1
-11/+45
*
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
Zackery Spytz
2020-05-30
1
-0/+1
*
bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-...
Petr Viktorin
2020-05-28
1
-3/+10
*
bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
Victor Stinner
2020-05-28
1
-47/+2
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
24
-112/+86
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Victor Stinner
2020-05-27
2
-14/+31
*
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH
2020-05-27
2
-2/+7
*
Fix compiler warnings in _zoneinfo.c (GH-20342)
Pablo Galindo
2020-05-27
1
-30/+26
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
3
-1/+159
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
1
-0/+15
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-2/+2
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
5
-0/+6
*
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg
2020-05-26
1
-0/+3
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
53
-2097/+94
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Erlend Egeberg Aasland
2020-05-26
1
-8/+12
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou
2020-05-25
1
-52/+81
[next]