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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner
2019-11-20
2
-32/+0
*
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Vincent Michel
2019-11-19
1
-0/+11
*
bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)
Victor Stinner
2019-11-18
1
-1/+2
*
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka
2019-11-16
1
-1/+1
*
bpo-38644: Add _PyEval_EvalCode() (GH-17183)
Victor Stinner
2019-11-16
1
-26/+29
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
2
-112/+146
*
bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)
Victor Stinner
2019-11-14
2
-2/+4
*
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Victor Stinner
2019-11-08
3
-22/+35
*
bpo-38613: Optimize set operations of dict keys. (GH-16961)
Inada Naoki
2019-11-07
1
-21/+33
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
2
-6/+5
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
3
-45/+107
*
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner
2019-11-05
3
-47/+64
*
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Victor Stinner
2019-11-04
5
-114/+162
*
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka
2019-10-30
2
-9/+9
*
bpo-38555: Fix an undefined behavior. (GH-16883)
Serhiy Storchaka
2019-10-23
1
-8/+7
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Dong-hee Na
2019-10-19
1
-2/+7
*
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
Zackery Spytz
2019-10-13
1
-0/+4
*
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
Dong-hee Na
2019-10-11
1
-1/+1
*
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
Zachary Ware
2019-10-09
2
-4/+4
*
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
Pablo Galindo
2019-10-08
1
-31/+88
*
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
Serhiy Storchaka
2019-10-08
1
-1/+7
*
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-...
Pablo Galindo
2019-10-07
1
-1/+4
*
bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629)
Victor Stinner
2019-10-07
1
-0/+3
*
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner
2019-10-07
2
-47/+33
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
5
-111/+113
*
Fix a compile warning in dictobject.c (GH-16610)
Hai Shi
2019-10-07
1
-1/+0
*
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...
Hai Shi
2019-10-06
1
-1/+1
*
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
Dong-hee Na
2019-10-06
1
-8/+0
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
1
-1/+2
*
bpo-37802: Fix a compiler warning in longobject.c (GH-16517)
Victor Stinner
2019-10-01
1
-1/+1
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Yury Selivanov
2019-09-30
1
-2/+34
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
T. Wouters
2019-09-28
1
-1/+3
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Serhiy Storchaka
2019-09-25
1
-50/+31
*
bpo-38219: Optimize dict creating and updating by a dict. (GH-16268)
Serhiy Storchaka
2019-09-25
1
-8/+13
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-9/+10
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-2/+25
*
bpo-35696: Simplify long_compare() (GH-16146)
HongWeipeng
2019-09-18
1
-18/+18
*
bpo-38070: Enhance _PyObject_Dump() (GH-16243)
Victor Stinner
2019-09-17
1
-6/+7
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Andrew Svetlov
2019-09-17
1
-5/+0
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
11
-28/+28
*
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...
Serhiy Storchaka
2019-09-13
1
-51/+49
*
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price
2019-09-12
1
-58/+5
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)
Raymond Hettinger
2019-09-12
1
-2/+8
*
bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)
Sergey Fedoseev
2019-09-12
1
-77/+42
*
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
Daniel Andrade
2019-09-11
1
-1/+6
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger
2019-09-11
2
-2/+2
*
Doc: Fix typo in fastsearch comments (GH-14608)
Valentin Haenel
2019-09-11
1
-2/+2
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
2
-63/+43
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-10/+10
*
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
Sergey Fedoseev
2019-09-10
1
-1/+0
[next]