2007-09-15 |
Stefan Behnel | removed callable() again |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Stefan Behnel | removed getattr() optimisation as it disables the usage... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Stefan Behnel | another signature fix, support for issubclass() and... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Stefan Behnel | [has|get|set]attr() optimisation (fix for setattr) |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Stefan Behnel | [has|get|set]attr() optimisation |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Stefan Behnel | support method slots specific to a Python version |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Stefan Behnel | merge from 0.9.6.6 |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Stefan Behnel | use 'with GIL' instead of 'withGIL' to avoid introducin... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Stefan Behnel | use 'with GIL' instead of 'withGIL' to avoid introducin... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Stefan Behnel | support automatic GIL grabbing inside a function by... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Stefan Behnel | support automatic GIL grabbing inside a function by... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Robert Bradshaw | Type check after (not before) operation on inplace... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Robert Bradshaw | enable attribute access of cdef functions |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Robert Bradshaw | Check return values before PyErr_Occurred() for coercio... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Bradshaw | incref_local_binop option for SAGE |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Bradshaw | Better error for ** on integer types. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | fixed typo |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | do not use __builtin_expect with GCC < 2.96 |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | do not use __builtin_expect with GCC < 2.96 |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | rewrote Python 2.5-ism |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | fixed typo |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Stefan Behnel | rewrote Python 2.5-ism |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Stefan Behnel | version update |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Stefan Behnel | fix for property functions |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Stefan Behnel | fix for property functions |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Stefan Behnel | merge of 0.9.6.4 |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Robert Bradshaw | avoid argument parsing (via meth_o, meth_noargs) for... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Robert Bradshaw | remove pointer warning for generic arguments |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Robert Bradshaw | meth_o and meth_noargs for module-level functions |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Robert Bradshaw | Avoid call to PyArg_ParseTupleAndKeywords for zero... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Robert Bradshaw | PyObject -> Py_ssize_t now uses __index__ rather than... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Robert Bradshaw | Correct flags on special methods so one can call their... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Robert Bradshaw | Docstrings for special methods |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Robert Bradshaw | version number |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Robert Bradshaw | Raise error when declaring reserved names. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Stefan Behnel | honour Extension.include_dirs |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Stefan Behnel | extract Cython 'cplus' option from Extension 'language... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Stefan Behnel | support 'language' option in distutils Extension |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Stefan Behnel | debug code left over |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Stefan Behnel | initial support for unicode literals in UTF-8 |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Stefan Behnel | extract FQ module name from distutils |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Robert Bradshaw | version number 0.9.6.5 |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Stefan Behnel | extract FQ module name from distutils |
commit | commitdiff | tree | snapshot |
2007-07-29 |
William Stein | Fixed some typos reported by Helmut Jarausch |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Robert Bradshaw | remove gcc dependance for inline, branch prediction |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | More Pyrex --> Cython conversions. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | A few more Pyrex --> Cython changes. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | Changing Python. to Cython. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | Changing from pyrex/sagex to cython -- snapshot. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | Merge in lxml-pyrex enum patch. |
commit | commitdiff | tree | snapshot |
2007-07-28 |
William Stein | Merge in C/API patch from lxml-pyrex. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Robert Bradshaw | Added pre-import option, which assumes all undeclared... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Bradshaw | gcc branch prediction |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Bradshaw | fix incompatable tmp release between 0.9.5.1a and fast... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Bradshaw | latest 0.9.4 changes into 0.9.5 branch |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Robert Bradshaw | finish merging, fix weakref segfault, all SAGE doctests... |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Robert Bradshaw | Jim Kleckner patch to allow trailing commas in function... |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Robert Bradshaw | sagex_multi_file.patch from Joel Mohler (sane cross... |
commit | commitdiff | tree | snapshot |
2007-07-07 |
Robert Bradshaw | Fast tuple unpacking |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robert Bradshaw | fix inplace operators for 0.9.5.1a |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robert Bradshaw | copy ModuleNode changes to new file |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robert Bradshaw | initial merge |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robert Bradshaw | Pyrex Official version 0.9.5.1a |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robert Bradshaw | type narrowing for pxd files |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Robert Bradshaw | type narrowing for cdef methods |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Robert Bradshaw | fix semantics of cmp() -- should not be a bint |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Robert Bradshaw | Added warning about infinite loops in for-from-by state... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Robert Bradshaw | Compile-time checking for builtin names, cast TypeObjec... |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Bradshaw | comments, builtin objects |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Bradshaw | Added for i from ... ['by' step] syntax. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Robert Bradshaw | Added a bint c type, which is a c int that coerces... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Robert Bradshaw | Cache __builtin__ name lookups so they are performed... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Robert Bradshaw | Inline keyword for cdef functions, variable assignment... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Robert Bradshaw | disable builtin functions that conflict with type names |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Robert Bradshaw | Fix sizeof for dotted (cimported) types |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Robert Bradshaw | modify sizeof() operator to return size of extension... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Robert Bradshaw | Figured out how to use the Python/C API for some builti... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Robert Bradshaw | Conditional expressions |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Robert Bradshaw | fast cdef type indexing into lists/tuples via runtime... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Robert Bradshaw | Disable a**b for cdef int's. (Return result was a double.) |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Robert Bradshaw | De-allocate function temp variables _after_ computing... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Robert Bradshaw | fix temp allocation order, remove straggling comment... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Robert Bradshaw | FloorDiv operation |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Robert Bradshaw | Implemented inplace arithmetic |
commit | commitdiff | tree | snapshot |
2007-01-11 |
William Stein | Get rid of this sort of error: "Cannot assign type... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Robert Bradshaw | List comprehension |
commit | commitdiff | tree | snapshot |
2006-12-18 |
William Stein | Peter Johnson (peter@tortall.net) weakref patch |
commit | commitdiff | tree | snapshot |
2006-12-18 |
William Stein | Apply Nick Alexander's patch so that Sagex that embeds... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
William Stein | Eric Huss's readonly variable patch: |
commit | commitdiff | tree | snapshot |
2006-11-25 |
William Stein | Modified usage banner. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
William Stein | Had to also put the type code in for the signed case. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
William Stein | Made some error output more verbose. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
William Stein | Added support for automatic conversion of input types... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
William Stein | Made annoted C files easier to read. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
William Stein | Fix one warning was too high a level |
commit | commitdiff | tree | snapshot |
2006-11-02 |
William Stein | Made the output generated by Pyrex much more verbose... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
William Stein | Changed that error to a warning. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
William Stein | Fixed an error in a call to the error function. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
William Stein | Fix a Py_ssize_t build problem. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
William Stein | Add a new option "-e" or "--embed-positions" to Pyrex. |
commit | commitdiff | tree | snapshot |
next |