fast cdef type indexing into lists/tuples via runtime type checking |
|
More...
|
almost 18 years ago
|
Disable a**b for cdef int's. (Return result was a double.) |
|
More...
|
almost 18 years ago
|
De-allocate function temp variables _after_ computing return value, in case an exception is thrown, caught, and said temp variables still need to be accessed. |
|
More...
|
almost 18 years ago
|
fix temp allocation order, remove straggling comment output |
|
More...
|
almost 18 years ago
|
FloorDiv operation |
|
More...
|
almost 18 years ago
|
Implemented inplace arithmetic |
|
More...
|
almost 18 years ago
|
Get rid of this sort of error: "Cannot assign type 'gsl_complex' to 'gsl_complex'" |
|
More...
|
almost 18 years ago
|
List comprehension |
|
More...
|
almost 18 years ago
|
Peter Johnson ([email protected]) weakref patch |
|
More...
|
about 18 years ago
|
Apply Nick Alexander's patch so that Sagex that embeds positions in module, cdef class, and def class docstrings. |
|
More...
|
about 18 years ago
|
Eric Huss's readonly variable patch: |
|
More...
|
about 18 years ago
|
Modified usage banner. |
|
More...
|
about 18 years ago
|
Had to also put the type code in for the signed case. |
|
More...
|
about 18 years ago
|
Made some error output more verbose. |
|
More...
|
about 18 years ago
|
Added support for automatic conversion of input types to Py_ssize_t. |
|
More...
|
about 18 years ago
|
Made annoted C files easier to read. |
|
More...
|
about 18 years ago
|
Fix one warning was too high a level |
|
More...
|
about 18 years ago
|
Made the output generated by Pyrex much more verbose with better context information. |
|
More...
|
about 18 years ago
|
Changed that error to a warning. |
|
More...
|
about 18 years ago
|
Fixed an error in a call to the error function. |
|
More...
|
about 18 years ago
|
Fix a Py_ssize_t build problem. |
|
More...
|
about 18 years ago
|
Add a new option "-e" or "--embed-positions" to Pyrex. |
|
More...
|
about 18 years ago
|
Change so that warning for multiple declarations are printed by default. |
|
More...
|
about 18 years ago
|
Delete spurious print statement (that was used for debugging). |
|
More...
|
about 18 years ago
|
Add correct setting of tp_name to the full module name in Nodes.py. |
|
More...
|
about 18 years ago
|
Print out the usage message if pyrexc is called with no options and no input source files. |
|
More...
|
about 18 years ago
|
Don't list experimental macosx only options. Never needed in context of SAGE. |
|
More...
|
about 18 years ago
|
Add to help that multiple include directories are allowed. |
|
More...
|
about 18 years ago
|
Added nice error messages with context information. |
|
More...
|
about 18 years ago
|
Print "warning: " before warnings, so they look different than errors. |
|
More...
|
about 18 years ago
|