2009-10-14 |
Lisandro Dalcin | RefNanny: renaming of internal stuff and simpler import... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Lisandro Dalcin | fix for unittest changes in upcoming Py2.7 and Py3.2 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | fix new .pxd file and cimport it in python.pxd |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | PyCObject C-API declarations |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | safer way to initialise string constants: keep bytes... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | fix nice_identifier regex |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Stefan Behnel | fix identifier handling: must not use encoding |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Stefan Behnel | fix ticket #346 |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Lisandro Dalcin | Seamless C99/C++ complex numbers support (ticket #398) |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Stefan Behnel | small refactoring and cleanup in try-except code generation |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Stefan Behnel | fix PyString_CheckExact definition in Py3, minor cleanup |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | do not check identifiers for decodability |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | test fix after str changes |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | fix builtins after identifier changes |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | fix identifiers, simplify Python string cnames |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | safety fix |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Stefan Behnel | implement proper encoding support for new str literals |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | disable coercion from str->bytes, fix coercion from... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | fix undefined symbol in Py<2.6 when assigning to bytes... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | test fixes |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | fix char* coercion to other C types (such as void*) |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | error reporting on string type coercion |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | provide 'str' type in Builtins.py |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | enable cleanup code generation in test runner |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | disable forked testing in Py3, doesn't currently work... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | Py2.3 fix |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | support StringNode in compile time expressions |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | test fixes |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | let str() in Py3 represent the unicode type |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | split BytesNode, UnicodeNode and StringNode |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Stefan Behnel | removed unused function |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Lisandro Dalcin | fix globals cleanup code generation |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Behnel | some more type inference tests |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Behnel | make ref-count function declarations in Includes/python... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Lisandro Dalcin | a few Py3k fixes in runtests.py |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Lisandro Dalcin | fix failing testcase in Py2 because of long suffix |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Robert Bradshaw | Get rid of errors for typeof test. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Robert Bradshaw | Fix for Python 2.3 |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Robert Bradshaw | Remove string semantics change warning. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Stefan Behnel | use os.fork() when running doctests to prevent tested... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Mark Lodato | set module_is_main = 1 in main(), not globally |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Mark Lodato | fix -Wextra warning for empty `else' body |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Dag Sverre... | Blatant ommision |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Dag Sverre... | Fix wrong ctypedef testcase via autotestdict |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Dag Sverre... | Rename doctesthack -> autotestdict, and make it default |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Dag Sverre... | Fix doctesthack for cdef functions |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Lodato | make cython_freeze.py executable |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Stefan Behnel | support .py extension in cython_freeze |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | test for 'first assignment' algorithm |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | support 'and' operator and boolean attribute values... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | extended TreePath test case, fix predicate evaluation |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | fix left-over from earlier commit |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | PEP-8-ified the decorator names for parse tree assertio... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | parse tree test assertions for optimisations on loops... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | test support for parse tree path assertions |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | fix bug #372: reassignment to stop bound of for-range... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | fix temp var leak in for-range to for-from transformation |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | comment |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | merged '--embed' fix from cython-devel |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | optimise dict([ (x,y) for x,y in ... ]) into dict compr... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Stefan Behnel | tiny helper class for replacing all occurrences of... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Type inference tests. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Type inference testing. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | cython.typeof special method |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Better display for complex types |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Actual type inference. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Type inference methods for expression nodes. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Start using unspecified types. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Type inference: assignment marker visitor. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | cleanup |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robert Bradshaw | Fix for embed and freeze which were broken by #216. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Dag Sverre... | Move nodes to exprnodes |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Dag Sverre... | some nogil declarations in numpy.pxd |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Dag Sverre... | Fix #384 |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Dag Sverre... | doctesthack directive |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Dag Sverre... | doctesthack directive works for global functions |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Dag Sverre... | Functionality for only allowing directives in certain... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Dag Sverre... | Some further work on numpy.pxd that I needed |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Robert Bradshaw | -devel mergeback |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Robert Bradshaw | Bump version number, release 0.11.3. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Robert Bradshaw | Added tag 0.11.3 for changeset 7c695fe49fd6 |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Robert Bradshaw | bump version number 0.11.3 |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Robert Bradshaw | Missing items in MANIFEST.in |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Robert Bradshaw | Version number 0.11.3.rc0 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Robert Bradshaw | Added tag 0.11.3.rc0 for changeset eb00d00a73c1 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Robert Bradshaw | Enable profile tests. 0.11.3.rc0 |
commit | commitdiff | tree | snapshot |
next |