2009-10-15 |
Robert Bradshaw | Another blacklisted autotestdict method. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Incomplete hack for autotestdict, see #387 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | new ndarray.base setter/getter functions by Neal Becker |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | fix PyObject declaration |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | fix PyObject declaration |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | fix PyObject import in numpy.pxd, added ndarray.base... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Stefan Behnel | reenable test forking in test runner |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Remove use of TempNode in FromImportStatNode |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Only need simple, don't need to force temp for bool... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Fix short-circuit for and/or, preserve type. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Remove TempNode from OverrideCheckNode (fixes #411) |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Fix typo in test. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | short circut bug test #404 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Allow explicit casts between object and void*/struct*. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Fix #245, crash on cimported struct -> object. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Testcase for #411, cpdef temps. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | complexvar.conjugate() support |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Adding reminders to self |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | #412 testcase |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Testcase for 304 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Testcase for #373 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | Testcase for #245 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Dag Sverre... | numpy.pxd: Iterator macros |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Fix error in hashing partially-declared types. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | New test for #409 |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | Fix bug #409 with temps and sequence unpacking. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Lisandro Dalcin | fix for changes in PyXXXDescrObject structures in upcom... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Lisandro Dalcin | fix testcase to silent compiler warnings |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Lisandro Dalcin | fix for distutils changes in upcoming Py2.7 and Py3.2 |
commit | commitdiff | tree | snapshot |
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 |
next |