0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Join lists and tuples directly in str.join (#8826) More... about 16 hours ago
Dispatch unary operators and abs() through number slots (#8825) More... about 16 hours ago
Match native text signatures to CPython names, kinds and defaults (#8815) More... about 16 hours ago
Fix string addition and sequence subclass dispatch (#8822) More... about 18 hours ago
Merge PyInner into Py (#8820) More... about 23 hours ago
`Lib/io.py`: make the `FileIO` import optional without `host_env` (#8818) More... about 23 hours ago
unicodedata: Simplify generate_name_lookups (#8817) More... 1 day ago
Add payload views and Py handle shortcuts (#8812) More... 1 day ago
Accept keyword arguments in warnings.warn_explicit (#8814) More... 1 day ago
ucd: Parse Unihan data for 3.2.0; unmask numeric test (#8783) More... 2 days ago
Stop embedding build-time environment variables in _sysconfigdata (#8813) More... 2 days ago
Address slot members by byte offset (#8811) More... 2 days ago
Address #8807 review: negative defaults, to_bytes signed, get_self, fstat (#8810) More... 2 days ago
Unify `PyObject` dereferencing in c-api (#8292) More... 2 days ago
Add `PyNumber_AsSsize_t` to the c-api (#8801) More... 2 days ago
Fix hasattr (#8809) More... 2 days ago
Store instance slots as atomic object pointers (#8804) More... 2 days ago
Compose native text signatures at compile time from FromArgs (#8807) More... 2 days ago
Borrow exception and dict methods that only read self (#8808) More... 2 days ago
Pass owned iterables through; host enumerate on Py<T> (#8806) More... 2 days ago
Pass owned iterables straight into PyIter (#8805) More... 2 days ago
Borrow tp_descr_get/tp_init arguments and by-value public helpers (#8803) More... 3 days ago
Add OrderedDict, marshal, inspect, and chflags bitflagset (#8780) More... 3 days ago
Fix missing workspace lints & fix lints (#8781) More... 3 days ago
Borrow handles in internal helpers that only borrowed them (#8798) More... 3 days ago
host_env: rebuild a unix SemHandle from its stored integer (#8797) More... 3 days ago
Impl `PyBytes_FromString` `PyBytes_FromObject` `PyBytes_AsStringAndSize` (#8795) More... 3 days ago
Add `SeqIter` and `CallIter` support to c-api (#8794) More... 3 days ago
host_env: publish remaining Windows socket constants (#8792) More... 3 days ago
Replace borrowed &PyObjectRef and &PyRef<T> with &PyObject and &Py<T> (#8793) More... 3 days ago