projects
/
platform
/
upstream
/
python-cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/python-cython.git
2013-02-23
Stefan Behnel
implement tp_new() optimisation with args/kwargs
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
make call signature of method dispatch usable for both...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
move tp_new() utility code into ObjectHandling.c
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
move string related utility functions from Optimize...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
only include CythonFunction utility code if it's really...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
refactor constant string slicing and guard it against...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
add constant folding test for sliced unicode and bytes...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
fold sliced literal sequences (e.g. from DEFs) into...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
fix expression node finding for bool and character...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
delete unused LongNode class
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
add constant folding tests for bool values
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
fix constant folding for repeated negation
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
support Ellipsis as compile time constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
remove duplicated code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
remove Py2.3 work-around
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
simplify evaluation of --cython-only option in test...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Stefan Behnel
honour --cython-only option in compiled unit tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
automatically replace calls to builtin.__contains__...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
fix the last fix
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
add safety fix for method dispatch visitor
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
refactor __class__ replacement hack, argument coercion...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
remove method dispatch on CascadedCmpNode: currently...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Stefan Behnel
optimise 'x in unicode' a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
declare some internal transform methods final
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
support special comparison methods in method dispatch...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
make test functions a bit more readable and add some...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
remove a __class__ replacement hack from memoryview...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
add tests for non-loop usage of dict.iter*() methods
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
fix utility code name
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Stefan Behnel
fix test in Py3.1
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
remove test that no longer compiles after C-ifying...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
automatically convert dict.iter*() and dict.view*(...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
move dict.*() method implementations from Optimize...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
fix copy+paste bug
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Stefan Behnel
clean up in unicode slicing utility function, fix ...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
scoder
Merge pull request #186 from intellimath/master
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
zaur
Add tests for negative indices in unicode_slicing and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Fix test unicode_slicing for compatibility between...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Merge branch 'master' of https://github.com/intellimath...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Add none check for unicode slicing, remove duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Add unicode slicing support
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Add support for unicode slicing
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Merge branch 'master' of git://github.com/cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
zaur
Add none check for unicode slicing, remove duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
zaur
Merge branch 'master' of https://github.com/intellimath...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
zaur
Add unicode slicing support
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
zaur
Add support for unicode slicing
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Stefan Behnel
fix build
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Stefan Behnel
add tests for MethodDispatcherTransform
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Stefan Behnel
enable MethodDispatcherTransform() to dispatch also...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
move __Pyx_GetName() into external utility file and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
use Py2/3 specific builtin checks in dict.setdefault...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
fix test behaviour that varies depending on CPython...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
fix accidental double wrap-around of negative indices...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
simplify pop() optimisation utility code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
reduce attribute lookup overhead a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
fix test after changing internal method calling (test...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
remove spurious semicolons from C macros
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
disable dict.setdefault() test in Py2.4 which tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
streamline fallback method calls in utility code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
rewrite dict.setdefault() optimisation to fix double...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
fix CPython compatibility problem on lookup failure...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Stefan Behnel
it should be enough to restart tracking the object...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
remove useless semicolons in Python code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Mark Florisson
Disable atomic refcounting on windows with GCC
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
fix typo in gcc version test
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
let type analysis know that globals() and locals()...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
avoid list building when in-testing against dir() result
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
make SortedDictKeysNode look more like other pass-throu...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
fix dir() implementation to always return a sorted...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
fix test after changing dict.keys() in Py3
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
make entries keep their utility code when inheriting...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
fix long-standing bug that dict.items() etc. returned...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
extend test case
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
minor formatting fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
remove spurious Py_DECREF(None) from 'raise ... from...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
inline PyList_Append() a bit more
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
replace some more Python string constants in utility...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Stefan Behnel
reduce code overhead in some utility functions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Stefan Behnel
report unused variables also across closures
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Stefan Behnel
prevent unused '_' variables from appearing in C code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Robert Bradshaw
Use wraparound and boundscheck directives for memory...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Robert Bradshaw
Remove archaic disable_function_redefinition option.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Robert Bradshaw
Speccial case the unused '_' in warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Robert Bradshaw
Fix buffer pure mode regression.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
support None as compile time constant expression
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
extend compile time constants error test case
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
fix Py3 test issue
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
extend switch statement test to include compile time...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
extend list of builtins usable in compile time expressions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
add test case for more complex compile time expression...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
support tuples as compile time constants
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
refactor test
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Stefan Behnel
add tutorial section on naming C function parameters
commit
|
commitdiff
|
tree
|
snapshot
next