63
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actual conversion on <type> casts with one side Python
robertwb
as Robert Bradshaw
More... almost 17 years ago
Conversion for python objects on <type> casts
robertwb
as Robert Bradshaw
More... almost 17 years ago
Remove function pointer casting restriction
robertwb
as Robert Bradshaw
More... almost 17 years ago
Fix cython -v error when no source files given.
robertwb
as Robert Bradshaw
More... almost 17 years ago
Mangle naming for cleanup function.
robertwb
as Robert Bradshaw
More... almost 17 years ago
new test for 'is None' in Python bool expression
scoder
as Stefan Behnel
More... almost 17 years ago
fix gcc 2.95 compile issue
scoder
as Stefan Behnel
More... almost 17 years ago
Demos: pyrexc -> cython More... almost 17 years ago
make the fastest case 'likely()'
scoder
as Stefan Behnel
More... almost 17 years ago
cleanup, go back to inlining SplitStarArg, as the size overhead is negligeable
scoder
as Stefan Behnel
More... almost 17 years ago
more empty_tuple usage
scoder
as Stefan Behnel
More... almost 17 years ago
generate trivial *args splitting code into function body
scoder
as Stefan Behnel
More... almost 17 years ago
xdecref cleanup of star args only when required (also in error cleanup code)
scoder
as Stefan Behnel
More... almost 17 years ago
xdecref cleanup of star args only when required
scoder
as Stefan Behnel
More... almost 17 years ago
fix kw-only handling in new function parameter unpacking code
scoder
as Stefan Behnel
More... almost 17 years ago
Fix to prepositional args parsing when self present. Thanks to Stefan Behnel <[email protected]> for pointing this out.
robertwb
as Robert Bradshaw
More... almost 17 years ago
test case fix
scoder
as Stefan Behnel
More... almost 17 years ago
local merge
scoder
as Stefan Behnel
More... almost 17 years ago
More efficient prepositional argument parsing.
robertwb
as Robert Bradshaw
More... about 17 years ago
merge
robertwb
as Robert Bradshaw
More... about 17 years ago
...
robertwb
as Robert Bradshaw
More... about 17 years ago
Fix C++ fix
robertwb
as Robert Bradshaw
More... about 17 years ago
write stararg utility functions only when they are used
scoder
as Stefan Behnel
More... about 17 years ago
test update
scoder
as Stefan Behnel
More... about 17 years ago
revert C++ assignment fix as it breaks gcc
scoder
as Stefan Behnel
More... about 17 years ago
fix tuple unpacking bug
scoder
as Stefan Behnel
More... about 17 years ago
fix tuple unpacking bug
scoder
as Stefan Behnel
More... about 17 years ago
merge of Robert's changes for 0.9.6.11
scoder
as Stefan Behnel
More... about 17 years ago
Update manifest
robertwb
as Robert Bradshaw
More... about 17 years ago
Update version number
robertwb
as Robert Bradshaw
More... about 17 years ago