0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add bytearray.{lower, upper} More... over 7 years ago
Merge pull request #496 from adrian17/arg_check_comments More... over 7 years ago
Fixed Inheritance on String & BytesIO to reflect CPython More... over 7 years ago
Updated Compilation phase to detect whether or not we are currently inside of a loop or not. This is useful to determine whether or not we can use looping specific keywords such as break or continue. More... over 7 years ago
Updated Compilation phase to detect whether or not we are currently inside of a loop or not. This is useful to determine whether or not we can use looping specific keywords such as break or continue. More... over 7 years ago
Move clear method from bytes to bytearray More... over 7 years ago
Fix infinite loop when breaking from nested for loop More... over 7 years ago
Add content_type option to headers More... over 7 years ago
Add body option to fetch More... over 7 years ago
Convert some fetch options to kwargs, add PyFuncArgs method More... over 7 years ago
Document arg_check! macro a bit More... over 7 years ago
Re-add WASM fetch builtin More... over 7 years ago
Remove WASM fetch builtin More... over 7 years ago
Delete unnessesary code from dict.clear More... over 7 years ago
Add dict.clear and bytes.clear More... over 7 years ago
Merge pull request #473 from janczer/add_list_copy More... over 7 years ago
Merge pull request #479 from calixteman/fix_equality More... over 7 years ago
Merge branch 'master' into fix_equality More... over 7 years ago
Merge branch 'master' into add_list_copy More... over 7 years ago
Merge pull request #492 from OddCoincidence/inplace-ops More... over 7 years ago
Merge pull request #491 from calixteman/fix_ccov_badge More... over 7 years ago
Convert pyEval to use a WASM VM, allowing closures and stuff More... over 7 years ago
Add test for in-place ops More... over 7 years ago
coverage: try deleting old gcda files More... over 7 years ago
Improve error messages More... over 7 years ago
Clean up some code More... over 7 years ago
Micro-optimize list.__iadd__ More... over 7 years ago
Add eval() method, rename run() to exec() More... over 7 years ago
Add list.__iadd__ More... over 7 years ago
Use i-methods for in-place operations More... over 7 years ago