2009-10-20 |
Dag Sverre... | Blacklist __nonzero__ from autotestdict |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dag Sverre... | numpy.pxd: npy_complexX should be the C structs used... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dag Sverre... | Fix z.conjugate() for typedef-ed z; disallow external... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Stefan Behnel | find common type for comparisons *before* coercing... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | fix default string value representation in auto-embedde... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | enable working test |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | fix source comments for non-ASCII characters |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | test case cleanup |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | new test case for reraising exceptions |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | Python calls SetTraceback() later, so should we |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | fix memory leak in new exception raising code |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Stefan Behnel | refactoring of exception raising code, simpler/faster... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Stefan Behnel | Py2 test fixes |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Stefan Behnel | avoid redundant recoding during code comment injection... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Stefan Behnel | fix bug 412: str char comparison, refactoring to move... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Stefan Behnel | fix test case in C++ |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Robert Bradshaw | some test fixes |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Robert Bradshaw | Better error for foo(*args) when foo a cdef function. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Stefan Behnel | simple test for testing truth of C values |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Stefan Behnel | more .pxd signature fixing |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Yet another bugfix for autotestdict |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Update a testcase |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Fix Parsing.py so it compiles with Cython |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Fix #418 (wrong error message) |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Another utility code order fix |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Even more helpful error message (use bytes?) |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Fix complex number utitity code order (sometimes they... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Stefan Behnel | fixed various declarations in shipped .pxd files |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dag Sverre... | Change command-line directive behaviour for 0.12 |
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 |
Peter Alexander | naming references changed from 'option' to 'directive' |
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 | Public module C-API is broken under Python 3.2 (ticket... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Robert Bradshaw | autodict richcmp test |
commit | commitdiff | tree | snapshot |
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-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 |
next |