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-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
2
-110/+1
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-1/+48
*
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...
Andrew Svetlov
2019-12-07
1
-1/+17
*
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya
2019-12-07
1
-0/+15
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson
2019-12-06
1
-5/+5
*
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...
Sergey Fedoseev
2019-12-05
1
-15/+15
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Victor Stinner
2019-12-04
1
-10/+6
*
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
serge-sans-paille
2019-12-04
1
-19/+4
*
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
Eddie Elizondo
2019-11-26
1
-0/+1
*
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for in...
Claudiu Popa
2019-11-24
1
-4/+8
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-1/+0
*
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner
2019-11-22
1
-2/+5
*
bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216)
Brandt Bucher
2019-11-21
1
-6/+1
*
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
Victor Stinner
2019-11-20
1
-3/+3
*
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...
Victor Stinner
2019-11-20
1
-2/+0
*
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner
2019-11-20
1
-34/+38
*
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
Victor Stinner
2019-11-20
1
-157/+184
*
bpo-36854: Clear the current thread later (GH-17279)
Victor Stinner
2019-11-20
1
-1/+0
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Brandt Bucher
2019-11-20
1
-1/+3
*
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
Victor Stinner
2019-11-20
1
-2/+2
*
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson
2019-11-20
2
-1/+111
*
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner
2019-11-20
4
-63/+18
*
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner
2019-11-20
2
-3/+3
*
bpo-36710: Pass tstate parameter to GC collect() (GH-17267)
Victor Stinner
2019-11-20
1
-37/+50
*
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner
2019-11-20
1
-6/+18
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Brandt Bucher
2019-11-19
1
-10/+21
*
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
Brandt Bucher
2019-11-19
1
-1/+3
*
Clean up module initialization. (GH-17215)
Brandt Bucher
2019-11-19
1
-3/+1
*
Minor fixes to the formatting of the notes of Modules/gcmodule.c (GH-17247)
Pablo Galindo
2019-11-19
1
-2/+2
*
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single ...
Steve Dower
2019-11-18
1
-2/+2
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
2
-7/+65
*
Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240)
Tal Einat
2019-11-18
1
-1/+1
*
remove a strange non-ASCII character in _iomodule.c (GH-17239)
Tal Einat
2019-11-18
1
-1/+1
*
bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
Victor Stinner
2019-11-18
1
-1/+0
*
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
Brandt Bucher
2019-11-18
1
-0/+2
*
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
Zackery Spytz
2019-11-17
2
-21/+24
*
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
Brandt Bucher
2019-11-16
1
-0/+3
*
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Brandt Bucher
2019-11-16
1
-0/+4
*
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
Serhiy Storchaka
2019-11-16
1
-20/+28
*
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
Marco Paolini
2019-11-15
1
-8/+12
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Andrew Svetlov
2019-11-13
1
-0/+1
*
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G...
Benjamin Peterson
2019-11-12
1
-9/+15
*
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
Vinay Sajip
2019-11-12
2
-3/+60
*
Minor readability improvement for argument handling in itertools.repeat() (G...
Raymond Hettinger
2019-11-10
1
-5/+5
*
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Victor Stinner
2019-11-08
1
-7/+14
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-0/+6
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
2
-1/+68
*
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo
2019-11-05
2
-226/+273
*
_json.c: use Py_UNUSED() macro (GH-17053)
Victor Stinner
2019-11-05
1
-10/+4
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
Alexandru Ardelean
2019-11-04
1
-1/+1
[next]