Commits
User selector
Commit History
Commits on Nov 8, 2023
Commits on Nov 2, 2023
- authored
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Show description for 970e719andauthored
Commits on Sep 22, 2023
Commits on Sep 9, 2023
Commits on Sep 8, 2023
Commits on Sep 7, 2023
Commits on Sep 6, 2023
gh-108751: Add copy.replace() function (GH-108752)
Show description for 6f3c138authored
Commits on Aug 23, 2023
Commits on Aug 21, 2023
Commits on Aug 17, 2023
gh-106581: Project through calls (#108067)
Show description for 61c7249authored
Commits on Aug 16, 2023
Commits on Aug 7, 2023
gh-86457: Fix signature for code.replace() (GH-23199)
Show description for 0e6e32fauthored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 22, 2023
gh-106320: Move private _PySet API to the internal API (#107041)
Show description for 5e4af2aauthored
Commits on Jun 29, 2023
Fix possible refleak in CodeType.replace() (GH-106243)
Show description for 3c70d46authored
Commits on Jun 19, 2023
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Show description for 5816199authored
Commits on Jun 14, 2023
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)
Show description for 7199584authored
Commits on Jun 2, 2023
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093authored
Commits on Apr 12, 2023
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169authored
Commits on Apr 3, 2023
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Show description for 2a72125andauthored
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4andauthored
Commits on Feb 28, 2023
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5cauthored
Commits on Jan 10, 2023
Commits on Jan 4, 2023
Commits on Dec 23, 2022
gh-94155: Reduce hash collisions for code objects (#100183)
Show description for a98d9eaauthored
Commits on Dec 14, 2022
GH-100000: Cleanup and polish various watchers code (GH-99998)
Show description for ae83c78authored- authored
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2authored
Commits on Dec 2, 2022
GH-91054: Add code object watchers API (GH-99859)
Show description for 3c137dcandauthored
Commits on Nov 29, 2022
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Show description for 74d5f61authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Show description for c0feb99authored