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
*
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
Kumar Aditya
2023-02-08
1
-0/+2
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
3
-21/+72
*
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
Nikita Sobolev
2023-02-08
1
-47/+6
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+2
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-2/+2
*
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson
2023-02-05
2
-9/+8
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
6
-20/+21
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
3
-184/+184
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-1/+23
*
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
1
-21/+66
*
gh-100726: Optimize construction of range object for medium sized integers (#...
Pieter Eendebak
2023-01-21
1
-0/+58
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
1
-0/+5
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+8
*
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057)
Nikita Sobolev
2023-01-16
1
-1/+3
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-1/+4
*
GH-100942: Fix incorrect cast in property_copy(). (#100965)
Raymond Hettinger
2023-01-12
1
-1/+3
*
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
Neil Schemenauer
2023-01-12
1
-1/+6
*
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher
2023-01-10
1
-32/+18
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
3
-10/+11
*
gh-100758: Refactor initialisation of frame headers into a single function (_...
Irit Katriel
2023-01-06
1
-5/+2
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-2/+2
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
3
-12/+6
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
2
-3/+3
*
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira
2023-01-03
1
-0/+21
*
gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element o...
Ionite
2023-01-02
1
-1/+4
*
gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)
Géry Ogam
2023-01-01
1
-2/+1
*
gh-94603: micro optimize list.pop (gh-94604)
Pieter Eendebak
2022-12-27
1
-12/+20
*
gh-100268: Add is_integer method to int (#100439)
Shantanu
2022-12-24
2
-1/+33
*
gh-99947: Ensure unreported errors are chained for SystemError during import ...
Sebastian Berg
2022-12-23
1
-4/+5
*
gh-94155: Reduce hash collisions for code objects (#100183)
Dennis Sweeney
2022-12-23
1
-20/+33
*
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Pieter Eendebak
2022-12-23
2
-8/+39
*
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...
Bill Fisher
2022-12-23
1
-0/+1
*
gh-99540: Constant hash for _PyNone_Type to aid reproducibility (GH-99541)
yonillasky
2022-12-16
1
-1/+6
*
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
Mark Shannon
2022-12-15
1
-41/+23
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
3
-11/+29
*
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow
2022-12-14
1
-2/+2
*
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
1
-5/+6
*
clarify the 4300-digit limit on int-str conversion (#100175)
Ned Batchelder
2022-12-12
1
-2/+2
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
2
-4/+5
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
1
-14/+9
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
2
-4/+7
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
8
-20/+20
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+63
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+3
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-37/+42
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
3
-14/+11
*
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner
2022-11-29
2
-11/+12
*
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Victor Stinner
2022-11-29
2
-34/+30
*
gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...
Ivan Savov
2022-11-26
1
-1/+1
*
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
Victor Stinner
2022-11-25
2
-2/+2
[next]