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-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Inada Naoki
2020-02-27
2
-43/+90
*
bpo-39737: Remove code repitition in list_richcompare (GH-18638)
sweeneyde
2020-02-26
1
-2/+1
*
bpo-36144: Dictionary Union (PEP 584) (#12088)
Brandt Bucher
2020-02-25
1
-18/+53
*
Give proper credits for the memoryview implementation. (#18626)
Stefan Krah
2020-02-24
1
-1/+11
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Yonatan Goldschmidt
2020-02-22
1
-3/+9
*
closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565)
Andy Lester
2020-02-21
1
-8/+3
*
bpo-37207: Use vectorcall for range() (GH-18464)
Petr Viktorin
2020-02-18
1
-17/+33
*
bpo-36347: stop using RESTRICTED constants (GH-12684)
Jeroen Demeyer
2020-02-18
3
-10/+8
*
bpo-39500: Fix compile warnings in unicodeobject.c (GH-18519)
Hai Shi
2020-02-17
1
-2/+2
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
3
-8/+8
*
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
Dong-hee Na
2020-02-14
1
-2/+2
*
closes bpo-39630: Update pointers to string literals to be const char *. (GH-...
Andy Lester
2020-02-14
2
-3/+3
*
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na
2020-02-13
1
-1/+1
*
bpo-39606: allow closing async generators that are already closed (GH-18475)
Nathaniel J. Smith
2020-02-13
1
-4/+11
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
1
-0/+1
*
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner
2020-02-12
5
-5/+5
*
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Benjamin Peterson
2020-02-12
1
-1/+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
6
-31/+31
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
19
-48/+48
*
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner
2020-02-11
1
-14/+33
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
7
-54/+61
*
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in object.c (GH-18398)
Victor Stinner
2020-02-07
1
-12/+8
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
5
-11/+15
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
20
-109/+109
*
bpo-39573: Use Py_TYPE() in abstract.c (GH-18390)
Victor Stinner
2020-02-07
1
-94/+94
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
3
-7/+8
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-06
6
-28/+30
*
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner
2020-02-05
1
-1/+1
*
Add PyInterpreterState.fs_codec.utf8 (GH-18367)
Victor Stinner
2020-02-05
1
-46/+47
*
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner
2020-02-05
1
-4/+8
*
bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361)
Victor Stinner
2020-02-05
1
-2/+0
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
1
-1/+17
*
Restore PyObject_IsInstance() comment (GH-18345)
Victor Stinner
2020-02-04
1
-17/+23
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
5
-28/+40
*
Fixes in sorting descriptions (GH-18317)
Stefan Pochmann
2020-02-03
1
-8/+8
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
5
-234/+0
*
bpo-36051: Fix compiler warning. (GH-18325)
Inada Naoki
2020-02-03
1
-1/+1
*
Fix 5-space indentation and trailing whitespace (GH-18311)
Mark Dickinson
2020-02-02
1
-11/+11
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
8
-22/+17
*
bpo-39434: Improve float __floordiv__ performance and error message (GH-18147)
Dong-hee Na
2020-01-30
1
-31/+39
*
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner
2020-01-30
2
-4/+4
*
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Victor Stinner
2020-01-30
1
-23/+28
*
bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262)
Victor Stinner
2020-01-30
1
-2/+6
*
bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
Victor Stinner
2020-01-30
2
-16/+25
*
bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG() (GH-18258)
Victor Stinner
2020-01-30
2
-32/+32
*
Remove deadcode in _Py_inc_count() (GH-18257)
Victor Stinner
2020-01-29
1
-2/+0
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
1
-17/+40
*
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Victor Stinner
2020-01-27
1
-26/+46
*
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
Victor Stinner
2020-01-27
1
-1/+2
[next]