2007-10-14 |
Carl Witty | Fix __Pyx_GetExcValue to avoid (possibly) running Pytho... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Robert Bradshaw | New version |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Robert Bradshaw | Interned integer constants, created at module load... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Robert Bradshaw | Minor bug fixes |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Robert Bradshaw | rdef keyword for overridable methods |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Robert Bradshaw | Error message (rather than traceback) on missing name... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Robert Bradshaw | Fix c++ error when using 'is' with different types. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Thomas Hunger | bugfix: avoid emitting code that closes a comment in... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Robert Bradshaw | Use PyObject_RichCompare rather than PyObject_Cmp |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Robert Bradshaw | merge changes for 0.9.6.7 release |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Robert Bradshaw | (Python) override modifier for cdef methods |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Stefan Behnel | another fix to make it work with Robert's signature... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Stefan Behnel | fix to still support a keyword dictionary besides kw... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Stefan Behnel | support for keyword-only arguments and required keyword... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Robert Bradshaw | Fix traceback on conditional expression error |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Stefan Behnel | support for keyword-only arguments and required keyword... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Thomas Hunger | Use assert instead of if without else to ensure an... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Hunger | The changes for code execution registered the |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Robert Bradshaw | Use assignable_from for conditional node |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Robert Bradshaw | Use PY_VERSION_HEX rather than sys.version_info for... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Hunger | Add versioning to slots so that additional |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Robert Bradshaw | Fix classmethod for use in cdef classes. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Hunger | Changed the assigment code generator to emit |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Hunger | Emit and release temporary variables in global namespace |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Robert Bradshaw | Finish class members |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Robert Bradshaw | Class members in cdef classes |
commit | commitdiff | tree | snapshot |
2007-09-18 |
tom@tom | partial code for execution in classes |
commit | commitdiff | tree | snapshot |
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-11 |
Robert Bradshaw | Type check after (not before) operation on inplace... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Stefan Behnel | support automatic GIL grabbing inside a function by... |
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 |
next |