63
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix await/yield/yield from in genexpression iteration (GH-5898) More... about 1 year ago
Fix await/yield/yield from in genexpression iteration (GH-5898) More... about 1 year ago
Merge branch '3.0.x'
scoder
as Stefan Behnel
More... about 1 year ago
Update changelog.
scoder
as Stefan Behnel
More... about 1 year ago
Minor code cleanups.
scoder
as Stefan Behnel
More... about 1 year ago
Improve optimisation of "dict.pop()" (GH-5911) More... about 1 year ago
test: work around builtin changes in Py3.13.
scoder
as Stefan Behnel
More... about 1 year ago
test: work around docstring changes in Py3.13.
scoder
as Stefan Behnel
More... about 1 year ago
Remove unused Entry.pep563_annotation (#5909) More... about 1 year ago
[Docs] Reorganize and improve documenation of `include_dirs` and `include_path` (#5899) More... about 1 year ago
test runner: simplify doctest module importing.
scoder
as Stefan Behnel
More... about 1 year ago
test runner: simplify unittest module importing.
scoder
as Stefan Behnel
More... about 1 year ago
Use str.isascii() instead of a slower trial encoding (which was needed in Py<3.7).
scoder
as Stefan Behnel
More... about 1 year ago
Add tests for Unicode identifiers in typedefs and fused types.
scoder
as Stefan Behnel
More... about 1 year ago
Fix conflicting enum to_py function with multiple modules (#5887) More... about 1 year ago
Fix conflicting enum to_py function with multiple modules (#5887) More... about 1 year ago
Update changelog.
scoder
as Stefan Behnel
More... about 1 year ago
Merge branch '3.0.x'
scoder
as Stefan Behnel
More... about 1 year ago
Update changelog.
scoder
as Stefan Behnel
More... about 1 year ago
Fix "compile all" mode.
scoder
as Stefan Behnel
More... about 1 year ago
Refactor "FindInvalidUseOfFusedTypes" from a transform into a simple TreeVisitor since it doesn't actually transform anything. Also make it report errors inside of functions even if a return type error was already reported, as well as for nested functions inside of fused functions.
scoder
as Stefan Behnel
More... about 1 year ago
Refactor the pipeline debug code to avoid a useless use of exec().
scoder
as Stefan Behnel
More... about 1 year ago
Remove an unused import.
scoder
as Stefan Behnel
More... about 1 year ago
Document CYTHON_ATOMICS (#5900) More... about 1 year ago
Fix some exceptions in the unicode cimports (#5902) More... about 1 year ago
Fix some exceptions in the unicode cimports (#5902) More... about 1 year ago
Fix __repr__ for BuiltinObjectType (#5897) More... about 1 year ago
Fix an issue trying list.index indexing in FusedNode (#5896) More... about 1 year ago
Fix an issue trying list.index indexing in FusedNode (#5896) More... about 1 year ago
Avoid unused "enumerate()" in loop.
scoder
as Stefan Behnel
More... about 1 year ago