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-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Nikita Sobolev
2022-10-12
1
-60/+26
*
gh-97982: Remove asciilib_count() (#98164)
Victor Stinner
2022-10-11
2
-15/+11
*
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Ken Jin
2022-10-11
2
-0/+3
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
2
-12/+72
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-11/+30
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-15/+104
*
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)
larryhastings
2022-10-06
1
-2/+5
*
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Serhiy Storchaka
2022-10-05
1
-1/+1
*
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...
Brandt Bucher
2022-10-05
2
-4/+34
*
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael
2022-10-03
4
-6/+13
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-7/+3
*
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
Nikita Sobolev
2022-10-03
1
-27/+0
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Ofey Chan
2022-10-02
1
-1/+7
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
2
-5/+36
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
1
-2/+8
*
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess
2022-09-28
1
-2334/+2322
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-10/+19
*
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Oscar Benjamin
2022-09-25
1
-258/+297
*
Fix minor comment typo in dictobject.c (GH-96960)
Samuel
2022-09-20
1
-1/+1
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
1
-2/+2
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+11
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-391/+463
*
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
Dennis Sweeney
2022-09-13
2
-5/+6
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-3/+33
*
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Nikita Sobolev
2022-09-09
2
-2/+4
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...
philg314
2022-09-08
1
-0/+2
*
gh-96143: Clear instruction cache after mprotect call (#96476)
Pablo Galindo Salgado
2022-09-08
1
-4/+23
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
2
-166/+106
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-4/+22
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-03
1
-33/+0
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-1/+44
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
1
-16/+3
*
gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...
Irit Katriel
2022-09-01
1
-25/+28
*
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado
2022-08-30
1
-0/+11
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
2
-0/+529
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-3/+5
*
GH-96068: Document object layout (GH-96069)
Mark Shannon
2022-08-23
5
-0/+157
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Pablo Galindo Salgado
2022-08-23
1
-1/+1
*
GH-96075: move interned dict under runtime state (GH-96077)
Kumar Aditya
2022-08-22
1
-14/+25
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Christian Heimes
2022-08-22
1
-9/+26
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-20/+1
*
gh-96017: Fix some compiler warnings (GH-96018)
Christian Heimes
2022-08-19
1
-0/+2
*
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH...
Matthias Görgens
2022-08-18
1
-41/+3
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-32/+13
*
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Ken Jin
2022-08-17
1
-13/+13
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
1
-0/+5
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-15/+28
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
2
-17/+54
*
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...
Kumar Aditya
2022-08-14
1
-1/+2
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
15
-746/+316
[next]