openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Cython
Settings
|
Report Duplicate
63
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 3 of 25
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix await/yield/yield from in genexpression iteration (GH-5898)
da-woods
More...
about 1 year ago
Fix await/yield/yield from in genexpression iteration (GH-5898)
da-woods
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)
scoder
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)
da-woods
More...
about 1 year ago
[Docs] Reorganize and improve documenation of `include_dirs` and `include_path` (#5899)
Matus Valo
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)
da-woods
More...
about 1 year ago
Fix conflicting enum to_py function with multiple modules (#5887)
da-woods
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)
da-woods
More...
about 1 year ago
Fix some exceptions in the unicode cimports (#5902)
da-woods
More...
about 1 year ago
Fix some exceptions in the unicode cimports (#5902)
da-woods
More...
about 1 year ago
Fix __repr__ for BuiltinObjectType (#5897)
da-woods
More...
about 1 year ago
Fix an issue trying list.index indexing in FusedNode (#5896)
da-woods
More...
about 1 year ago
Fix an issue trying list.index indexing in FusedNode (#5896)
da-woods
More...
about 1 year ago
Avoid unused "enumerate()" in loop.
scoder
as Stefan Behnel
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
24
25
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree