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-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 |
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 | 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-08-25 |
Stefan Behnel | fix for property functions |
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-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-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 |
2006-10-25 |
William Stein | Change so that warning for multiple declarations are... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
William Stein | Delete spurious print statement (that was used for... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Add correct setting of tp_name to the full module name... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Print out the usage message if pyrexc is called with... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Don't list experimental macosx only options. Never... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Add to help that multiple include directories are allowed. |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Added nice error messages with context information. |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Print "warning: " before warnings, so they look differe... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
William Stein | Added a "Warning" class, and changed it so redeclaring... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
William Stein | Version of Pyrex distributed with SAGE on October 19... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
William Stein | Official Pyrex version 0.9.4.1 |
commit | commitdiff | tree | snapshot |
|