cython.git
2008-07-26 Dag Sverre... Merge + no need to cimport __cython__ any longer (sorry...
2008-07-26 Dag Sverre... Passes proper buffer flags (including auto-detected...
2008-07-26 Dag Sverre... Added Includes/python_buffer.pxd
2008-07-26 Dag Sverre... Buffer type checking cleanup/rewrite (now uses use_util...
2008-07-25 Dag Sverre... Made buffer test cases more readable
2008-07-25 Dag Sverre... Added test case and fixed bug with unsigned indexing
2008-07-25 Dag Sverre... Test case cleanup, small bugfix
2008-07-25 Dag Sverre... Merge of refcount bugfix
2008-07-25 Dag Sverre... Buffer bounds checking etc.
2008-07-25 Dag Sverre... Fixed refcount optimization bug (introduced in refactor...
2008-07-24 Dag Sverre... Buffer refactor nearly done, but there is a tricky...
2008-07-24 Dag Sverre... Fixed sharedlib-cleanup-option in runtests
2008-07-24 Robert BradshawFix speed regression due to PySequence_Fast in for...
2008-07-23 Robert BradshawOptimize bool by starting as bint rather than object.
2008-07-22 Dag Sverre... In the middle of a buffer refactor (nonworking; done...
2008-07-22 Dag Sverre... Support retrieving "delayed" temps before or after...
2008-07-22 Dag Sverre... TreeFragment temporaries bugfix
2008-07-21 Stefan Behnelinstall Includes directory as Cython/Includes
2008-07-21 Stefan Behnelfix setup option clash
2008-07-20 Stefan BehnelPy3 test fixes
2008-07-20 Dag Sverre... Fixed nasty bug in Node.clone discovered by aimlessly...
2008-07-20 Dag Sverre... Test case for for-loop assignment to buffer
2008-07-20 Stefan Behnelremoved Py_ssize_t from python2.5.pxd as it's a builtin...
2008-07-20 Dag Sverre... Fixing commit error
2008-07-20 Dag Sverre... Removed obsolete declarator code
2008-07-20 Dag Sverre... Buffer first assignment refcount optimization
2008-07-20 Dag Sverre... Optimize refcounting for cdef assignments (like it...
2008-07-20 Dag Sverre... Give compiler error on cdef assignments in class bodies...
2008-07-19 Dag Sverre... Whoops. Checking in testcase to demonstrate error in...
2008-07-19 Dag Sverre... Pruning cdef variable declarations after analysis
2008-07-19 Dag Sverre... Testcase for cdef assignments
2008-07-19 Dag Sverre... Assignments on cdef variables are transformed into...
2008-07-19 Dag Sverre... Test case for function default values (worked straight...
2008-07-19 Dag Sverre... Initial working support for buffers as function arguments
2008-07-19 Dag Sverre... Merging with cython-devel again
2008-07-19 Dag Sverre... Merge with cython-devel
2008-07-19 Stefan Behneltest fix
2008-07-19 Stefan Behnelreverted rev 809 as it currently leads to crashes
2008-07-19 Stefan Behneltest for nogil functions
2008-07-19 Stefan Behnelcode writer support for cascaded assignment nodes and...
2008-07-19 Stefan Behnelfix cascaded assignments
2008-07-19 Stefan Behnelallow skipping CPython regression tests in test runner...
2008-07-18 Dag Sverre... Buffer testcase fix
2008-07-18 Dag Sverre... Add --no-cleanup-sharedlibs to test script
2008-07-18 Dag Sverre... Buffers released at function exit
2008-07-18 Dag Sverre... Introduced BufferType, start of numpy-independent testc...
2008-07-18 Stefan Behnelmerge
2008-07-18 Robert BradshawFix bugs for rhs -> default and exception handling.
2008-07-18 Stefan Behnelmerge
2008-07-18 Stefan Behnelalways convert byte-docstrings into unicode strings
2008-07-16 Robert Bradshawcpdef cleanup (for safety)
2008-07-16 Robert BradshawFix memory leak in cpdef function.
2008-07-16 Robert BradshawPropagate exceptions by default for cdef functions.
2008-07-16 Robert Bradshawrhs -> default for clarity
2008-07-16 Robert Bradshawfuture division
2008-07-16 Robert BradshawMinor fix for switch node.
2008-07-16 Robert BradshawPython 2.3 fixes
2008-07-16 Robert BradshawFix PersistentNode analyse
2008-07-14 Dag Sverre... Fixed func(int[])-notation
2008-07-14 Dag Sverre... merge
2008-07-12 Stefan Behnelremoved unused script
2008-07-11 Stefan Behnelnew test case for flattened 'in' tests
2008-07-11 Stefan Behneltest for C arrays and their declaration
2008-07-11 Stefan Behnelcommented out buffer support in parser to fix C array...
2008-07-11 Stefan Behnelaccidental commit
2008-07-11 Stefan Behneltypo
2008-07-11 Stefan Behneltest case for broken parallel assignment
2008-07-11 Stefan Behnelonly provide a fake PyObject_GetBuffer in Py2.5 and...
2008-07-11 Stefan Behnelextended switch test case
2008-07-11 Stefan Behneltrial fix for PersistentNode (plain guessing)
2008-07-11 Stefan Behnelmore tests from Pyrex
2008-07-11 Stefan Behnelmicro fix for switch transform
2008-07-11 Stefan Behneltest cleanup
2008-07-11 Stefan Behneltest case for broken switch transform
2008-07-11 Stefan Behnelmerge
2008-07-11 Stefan Behnelmore readable for-loop code, optimise tuples the way...
2008-07-11 Stefan Behnelfix code writer indentation correct for '} else {'
2008-07-11 Robert BradshawCase statements and "x in [...]" flattening.
2008-07-11 Stefan Behnelfix test runner to correctly load the unit tests from...
2008-07-11 Stefan Behnelonly run Python scripts from tests/pyregr/ that start...
2008-07-11 Stefan Behnelfix undecorated C functions after decorator implementat...
2008-07-11 Stefan Behnelfix source filename assembly in test runner
2008-07-10 Stefan Behneldecorator support (partly by Fabrizio Milo)
2008-07-10 Stefan Behnelsupport running CPython unit tests in tests/pyregr...
2008-07-10 Dag Sverre... Typo in buffer
2008-07-10 Stefan Behnelmerged in quick fix by Dag
2008-07-10 Dag Sverre... Non-buffer code working again, typedefs working with...
2008-07-10 Stefan Behnellarge merge of cython-dagss as of revision 764
2008-07-10 Stefan Behnelstatus output from 'make test' target
2008-07-09 Stefan Behneltest for 'from __future__ import braces'
2008-07-09 Stefan Behnelfrom __future__ import braces
2008-07-09 Dag Sverre... Buffer access working for builtin numeric types.
2008-07-08 Dag Sverre... Non-ndim buffer indices falls back to Python; stops...
2008-07-08 Dag Sverre... Buffer assignment appears to be working
2008-07-08 Dag Sverre... Moved buffer transform to Buffer.py
2008-07-08 Dag Sverre... Works with some assignment expressions
2008-07-05 Stefan Behnelep2008: clarification on closures
2008-07-04 Dag Sverre... PS: non-working state. Buffer access able to run fully...
2008-07-03 Stefan BehnelEuroPython 2008 slides and examples
2008-07-03 Stefan Behneldarker link/heading colour in S5 theme
next