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 subclassing non-GC types like 'unicode'
scoder
as Stefan Behnel
More... almost 17 years ago
Backed out changeset 4a6021b8a18c there is a better way to do that
scoder
as Stefan Behnel
More... almost 17 years ago
fix subclassing non-GC types like 'unicode'
scoder
as Stefan Behnel
More... almost 17 years ago
extended test case
scoder
as Stefan Behnel
More... almost 17 years ago
test 'unsigned long' also against 8**sizeof(unsigned long) - 1
scoder
as Stefan Behnel
More... almost 17 years ago
test 'unsigned long' against maxint+1 to avoid dependency on real long size
scoder
as Stefan Behnel
More... almost 17 years ago
test 'unsigned long' against maxint+1 to avoid dependency on real long size
scoder
as Stefan Behnel
More... almost 17 years ago
test fix
scoder
as Stefan Behnel
More... almost 17 years ago
loads of test cases
scoder
as Stefan Behnel
More... almost 17 years ago
tests for '**' operator
scoder
as Stefan Behnel
More... almost 17 years ago
loads of doctests
scoder
as Stefan Behnel
More... almost 17 years ago
allow selecting tests via RegExp
scoder
as Stefan Behnel
More... almost 17 years ago
loads of doctests
scoder
as Stefan Behnel
More... almost 17 years ago
actually untestable
scoder
as Stefan Behnel
More... almost 17 years ago
another Distutils fix: keep source directory as target if not requested otherwise
scoder
as Stefan Behnel
More... almost 17 years ago
merge of 0.9.6.10.1
scoder
as Stefan Behnel
More... almost 17 years ago
Fatal typo fix
robertwb
as Robert Bradshaw
More... about 17 years ago
MACOSX_DEPLOYMENT_TARGET fix for OS X 10.5 More... about 17 years ago
Fix bug for python targets in for...from loops, allow non-integer numeric arguments.
robertwb
as Robert Bradshaw
More... about 17 years ago
collection of regression tests (based on Greg's test suite)
scoder
as Stefan Behnel
More... about 17 years ago
C target directory fix for build_ext
scoder
as Stefan Behnel
More... about 17 years ago
merged changes from 0.9.6.10
scoder
as Stefan Behnel
More... about 17 years ago
merged changes from 0.9.6.10
scoder
as Stefan Behnel
More... about 17 years ago
misc updates
robertwb
as Robert Bradshaw
More... about 17 years ago
Cmd line option for convert-range, version number
robertwb
as Robert Bradshaw
More... about 17 years ago
fix for memory leak when using keyword-only arguments
scoder
as Stefan Behnel
More... about 17 years ago
keyword-only arguments require __Pyx_GetStarArgs() function
scoder
as Stefan Behnel
More... about 17 years ago
keyword-only arguments require __Pyx_GetStarArgs() function
scoder
as Stefan Behnel
More... about 17 years ago
Overflow code (Ondrej suggested a much better way)
robertwb
as Robert Bradshaw
More... about 17 years ago
Typo fix suggested by Ondrej Certik
robertwb
as Robert Bradshaw
More... about 17 years ago