cython.git
2008-09-28 Dag Sverre... Defer call of calculate_result_code also for target...
2008-09-27 Dag Sverre... Fixed reference leak for NewTempExprNode
2008-09-26 Dag Sverre... NewTempExprNode, which allows incremental migration...
2008-09-25 Dag Sverre... merge
2008-09-25 Dag Sverre... Improvements to TempsBlockNode interface
2008-09-25 Dag Sverre... nonecheck directive for buffer accesses
2008-09-24 Dag Sverre... Rename TempsBlockNode.get_ref_node -> new_ref_node
2008-09-24 Dag Sverre... Introduce TempsBlockNode utility, improve TreeFragment...
2008-09-23 Robert Bradshawmerge
2008-09-23 Robert BradshawRemove unneeded code now that result code is deferred.
2008-09-23 Robert BradshawUse method to get result code, deferred to code generat...
2008-09-23 Dag Sverre... Buffers: cast option (#76)
2008-09-23 Dag Sverre... Buffers: negative_indices option
2008-09-23 Robert BradshawUpdate license file.
2008-09-23 Robert BradshawFix isinstance bug discovered by Lisandro Dalcin
2008-09-23 Robert Bradshawisinstance uses PyObject_TypeCheck when second argument...
2008-09-23 Robert BradshawVisitor dispatch optimization
2008-09-22 Dag Sverre... Moving known bad testcaste to tests/broken
2008-09-22 Dag Sverre... Merge (++, see details)
2008-09-22 Dag Sverre... Initial implementation of nonecheck directive; some...
2008-09-20 LisandroDalcinSignature embedding: Proper display of native types...
2008-09-19 Dag Sverre... Cython optimizations regarding embedding signatures
2008-09-19 LisandroDalcinembedding of signatures in docstring (#2)
2008-09-18 Dag Sverre... Test case for #48.
2008-09-18 Dag Sverre... Better error for casts (#48)
2008-09-17 Dag Sverre... Buffers: Added C and Fortran contiguous modes
2008-09-14 KirillSmelkovBuilding tags with ctags [1] helps navigating source...
2008-09-14 Robert BradshawUnsigned arithmatic, ticket #54
2008-09-13 Robert BradshawFix cpdef cross-module dispatching bug, greatly simplif...
2008-09-13 Robert Bradshawstupid merge
2008-09-13 Robert BradshawOption to emit #line directives, ticket #53
2008-09-10 Stefan Behnelmissing decref in __Pyx_ImportType()
2008-09-10 Stefan Behnelcleanup of __Pyx_ImportType() to allow constifying...
2008-09-10 Stefan Behnelsignature constification to remove C++ compiler warning...
2008-09-07 Stefan Behnelenable the switch transform also for long 'or' expressi...
2008-09-06 Stefan Behnelconst parameter fix by Ondrej
2008-09-05 Stefan Behnelenable source annotations in test runner by default
2008-09-05 Stefan Behnelfix for #59: compiler crash when special signatures...
2008-09-05 Stefan Behnelunused test case for #5
2008-09-04 Dag Sverre... Buffers: Format string parsing change (ticket 66)
2008-09-04 Dag Sverre... Buffers: Better Py2.6 support (ticket 62)
2008-09-04 Dag Sverre... merge
2008-09-04 Stefan Behnelfixed utility code integration for try-except
2008-09-03 Dag Sverre... Merge from stable
2008-09-03 Dag Sverre... Explicitly disallow assigning default values to struct...
2008-09-03 Dag Sverre... Buffers: Fix a segfault (would only occur under excepti...
2008-09-03 Stefan Behnelfixed error detection on misplaced default except:...
2008-09-03 Stefan Behnelrun error test cases only for one target language
2008-09-02 Stefan Behnelsafety fix
2008-09-02 Stefan Behnelnew exception handling semantics
2008-09-01 Stefan Behnelmissing DECREF in WriteUnraisable
2008-09-01 Stefan Behnelwork-around for C/C++ compiler warnings
2008-09-01 Stefan Behnelfixes for C++ test runs
2008-09-01 Stefan Behnelfix for C++ declaration problem
2008-09-01 Stefan Behnelallow keeping .cpp files in test runner
2008-09-01 Stefan Behnelconst fix by Lisandro
2008-08-31 Stefan BehnelPy3 compile fix
2008-08-31 Stefan Behnelfaster exception handling/try-finally/etc. by inlining...
2008-08-31 Stefan Behnelcompile all tests as C and C++
2008-08-29 Dag Sverre... merge from stable
2008-08-29 Dag Sverre... Fixed gcc warning with list comprehensions
2008-08-27 Stefan Behneltest runner fix
2008-08-27 Stefan Behnelsome more testing and tweaking of common cases, follow...
2008-08-26 Stefan Behnelmore cleanup
2008-08-26 Stefan Behnelcleanup of arg parsing code, faster string comparison...
2008-08-26 Stefan Behnelcleanup, avoid allocating a Python string for the self...
2008-08-26 Robert Bradshawlong long indexing failed when sizeof(long long) <...
2008-08-25 Stefan Behnelmerge
2008-08-25 Stefan Behnelrefactoring: split huge code generation method into...
2008-08-25 Dag Sverre... More cleanup
2008-08-25 Dag Sverre... Cleanup
2008-08-25 Dag Sverre... Updated buffers to beta 3 of Py3
2008-08-25 Stefan Behnelsome code cleanup and beautification, fix error message...
2008-08-25 Stefan Behnelfix: passing all positional arguments as kw-args was...
2008-08-25 Stefan Behnelmore readable label name
2008-08-25 Stefan Behnelcleanup: one place to generate arg-tuple related errors...
2008-08-25 Stefan Behnelinlined *args splitting code
2008-08-25 Stefan Behnelextended test case
2008-08-23 Stefan Behnelcomments
2008-08-23 Stefan Behnelcleanup
2008-08-23 Stefan Behnelrewrite of the argument unpacking code, now using fast...
2008-08-23 Stefan Behnelcleanup
2008-08-23 Stefan Behneloptimisation: store keyword argument names as Python...
2008-08-22 Stefan BehnelPy3k C-API usage fix
2008-08-22 Stefan BehnelPy3k test fix
2008-08-22 Stefan Behnelsupport excluding tests via command line
2008-08-22 Stefan Behnelmore test fixes
2008-08-22 Stefan Behnelremove compiler warning about unused helper function
2008-08-22 Stefan Behnelmerge
2008-08-22 Stefan Behnelmore accurate exception messages when passing a wrong...
2008-08-22 Stefan Behnelmore cleanup
2008-08-22 Stefan Behnelfixed error handling for required keyword arguments
2008-08-22 Stefan Behnelfixed handling of keyword-only arguments
2008-08-22 Stefan Behnelalmost complete in-place implementation of Python's...
2008-08-22 Stefan Behnelchanged Python C-API usage test case to test includes...
2008-08-22 Stefan Behneladded .pxd for PyUnicode C-API to Cython/Includes/
2008-08-22 Stefan Behnelallow keyword arguments after *args in a function call...
2008-08-21 Andrew StrawBuffers: testcase cleanup
2008-08-21 Dag Sverre... Disallowing buffer indexing as for loop target, as...
2008-08-21 Dag Sverre... Prototype for None-checking. *Very* unstable.
next