projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2008-08-02
Dag Sverre...
Fix utility code requested from pxds
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Handle errors during pxd compile correctly
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Whoops, missing file in pxd-compilation commits
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
More variable used problems in buffers fixed
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Removed dead code
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Fixed bug related to non-usage of local buffer variable
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Started piping variable declarations through code.globa...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Merge
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Introduced code.globalstate.use_utility_code and used...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
Introduced code.globalstate and renamed code.func to...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-01
Dag Sverre...
StringIOTree.insert
commit
|
commitdiff
|
tree
|
snapshot
2008-07-31
Dag Sverre...
Generating pxd code, but problem with interned strings...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-31
Dag Sverre...
Main.py has transformation pipelines for pxds; allowing...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Implemented mode flag and strided mode for buffers
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Avoiding an emacs temporary in runtests.py
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Module init func must also declare codewrite temps
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Better temp prefix (now was not the time for shortening...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Forgot to release a temp in one place
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Temp allocation possible in CCodeWriter
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dag Sverre...
Changed name from "fork" to "insertion_point" (codewrit...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Forking CCodeWriter done (and used for module header...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Changed fork design slightly in StringIOTree, begun...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Added StringIOTree class
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Added doctest support to runtests.py
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Cleared file executable bit that was set earlier by...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Buffer setting testcase
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Used dedent to clean up buffer code generation
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Buffer release test case
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Dag Sverre...
Buffer releasing: More efficient non-error return path
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Dag Sverre...
Buffers: Fixed problem with preserving exception throug...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Dag Sverre...
Correctly giving compiler errors on global/attribute...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Dag Sverre...
Very basic indirect/suboffset testcase... it is working...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Dag Sverre...
Fixed and cleaned buffer acquisition (but should do...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Only define PyObject_GetBuffer etc. if really needed
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Removed some dead transform-approach buffer code
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Make unit test runner only scan Cython/ (it was failing...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Added Includes to back of include path in Main.Context
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Merge + no need to cimport __cython__ any longer (sorry...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Passes proper buffer flags (including auto-detected...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Added Includes/python_buffer.pxd
commit
|
commitdiff
|
tree
|
snapshot
2008-07-26
Dag Sverre...
Buffer type checking cleanup/rewrite (now uses use_util...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Made buffer test cases more readable
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Added test case and fixed bug with unsigned indexing
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Test case cleanup, small bugfix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Merge of refcount bugfix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Buffer bounds checking etc.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-25
Dag Sverre...
Fixed refcount optimization bug (introduced in refactor...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Dag Sverre...
Buffer refactor nearly done, but there is a tricky...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Dag Sverre...
Fixed sharedlib-cleanup-option in runtests
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Robert Bradshaw
Fix speed regression due to PySequence_Fast in for...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Robert Bradshaw
Optimize bool by starting as bint rather than object.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Dag Sverre...
In the middle of a buffer refactor (nonworking; done...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Dag Sverre...
Support retrieving "delayed" temps before or after...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Dag Sverre...
TreeFragment temporaries bugfix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Stefan Behnel
install Includes directory as Cython/Includes
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Stefan Behnel
fix setup option clash
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Stefan Behnel
Py3 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Fixed nasty bug in Node.clone discovered by aimlessly...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Test case for for-loop assignment to buffer
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Stefan Behnel
removed Py_ssize_t from python2.5.pxd as it's a builtin...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Fixing commit error
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Removed obsolete declarator code
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Buffer first assignment refcount optimization
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Optimize refcounting for cdef assignments (like it...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-20
Dag Sverre...
Give compiler error on cdef assignments in class bodies...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Whoops. Checking in testcase to demonstrate error in...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Pruning cdef variable declarations after analysis
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Testcase for cdef assignments
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Assignments on cdef variables are transformed into...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Test case for function default values (worked straight...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Initial working support for buffers as function arguments
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Merging with cython-devel again
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Dag Sverre...
Merge with cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
test fix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
reverted rev 809 as it currently leads to crashes
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
test for nogil functions
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
code writer support for cascaded assignment nodes and...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
fix cascaded assignments
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Stefan Behnel
allow skipping CPython regression tests in test runner...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Dag Sverre...
Buffer testcase fix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Dag Sverre...
Add --no-cleanup-sharedlibs to test script
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Dag Sverre...
Buffers released at function exit
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Dag Sverre...
Introduced BufferType, start of numpy-independent testc...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Robert Bradshaw
Fix bugs for rhs -> default and exception handling.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Stefan Behnel
always convert byte-docstrings into unicode strings
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
cpdef cleanup (for safety)
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
Fix memory leak in cpdef function.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
Propagate exceptions by default for cdef functions.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
rhs -> default for clarity
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
future division
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
Minor fix for switch node.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
Python 2.3 fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-07-16
Robert Bradshaw
Fix PersistentNode analyse
commit
|
commitdiff
|
tree
|
snapshot
2008-07-14
Dag Sverre...
Fixed func(int[])-notation
commit
|
commitdiff
|
tree
|
snapshot
2008-07-14
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2008-07-12
Stefan Behnel
removed unused script
commit
|
commitdiff
|
tree
|
snapshot
2008-07-11
Stefan Behnel
new test case for flattened 'in' tests
commit
|
commitdiff
|
tree
|
snapshot
2008-07-11
Stefan Behnel
test for C arrays and their declaration
commit
|
commitdiff
|
tree
|
snapshot
next