2011-03-03 |
W. Trevor King | Use explicit visibilities in typedef declaration in... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Fix CClassDefNode extern setup in PyClassDefNode.as_ccl... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Add Binding.visibility_string() for composing error... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Convert CClassDefNode to use explicit visibilities. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Convert CTypeDefNode to use explicit visibilities. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Convert CFuncDefNode to use explicit visibilities. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
W. Trevor King | Convert CEnumDefNode and CEnumDefItemNode to use explic... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
W. Trevor King | Convert CStructOrUnionDefNode and CppClassNode to use... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
W. Trevor King | Convert CVarDefNode to use explicit visibilities. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
W. Trevor King | Reverse format changes (line wrapping, etc.) to reduce... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
W. Trevor King | Go back to cname instead of c_name to reduce churn. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
W. Trevor King | Move Binding attributes back into a flat namespace. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
W. Trevor King | Add WTK_* versions of most Symtab methods that accept... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
W. Trevor King | Move Entry.visibility into Binding.* attributes. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
W. Trevor King | Move Cython.Compiler.Symtab.Entry.name, .cname, and... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
W. Trevor King | Move CtxAttributes from Cython.Compiler.Parsing to... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
W. Trevor King | Condense p_cdef_statement() into p_statement() to reduc... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
W. Trevor King | Flatten redundant nesting in Parsing.p_statement(). |
commit | commitdiff | tree | snapshot |
2011-02-22 |
W. Trevor King | Rename CSource.cdef -> CSource.cdef_flag. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
W. Trevor King | p_ctypedef shares central p_binding in p_statement. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
W. Trevor King | Rename p_c_python_binding -> p_binding and bring in... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
W. Trevor King | Add `CtxAttribute`s for source/binding specification... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
W. Trevor King | Add logger to trace function calls in Parsing.py. |
commit | commitdiff | tree | snapshot |
2011-02-20 |
W. Trevor King | Adjust expected test error messages to match p_c_python... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
W. Trevor King | Parse Python bindings for structs, enums, and unions. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
W. Trevor King | Flesh out tests/compile/cpdef.pyx to test cdef-ed enums... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Robert Bradshaw | module_is_name should not be static so that cython... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Robert Bradshaw | Allow embed option to take function name. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Lisandro Dalcin | Create .gitignore and update .hgignore (thanks to W... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Robert Bradshaw | cimport test |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Lisandro Dalcin | enable embedded testcase in Python 3 |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Lisandro Dalcin | fix makefile for embed testcase |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Lisandro Dalcin | arg none check does not require arg type test utility... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Robert Bradshaw | Remove excessive refcounting. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Stefan Behnel | meta data update in setup.py |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Stefan Behnel | Py2.7/3.1 add a new field to Py_buffer |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Stefan Behnel | C-arrays of uchar/schar are also C strings |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Lisandro Dalcin | Windows: fixes for previous commit |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Lisandro Dalcin | Windows: add -Wno-format to CFLAGS when using MinGW |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Lisandro Dalcin | add --compiler option to runtests.py (mainly for MSVC... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Lisandro Dalcin | Python 3.2 now uses new C integral type Py_hash_t |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Lisandro Dalcin | attempt to silent spurious MinGW warnigns |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Lisandro Dalcin | fix declaration in testcase helper header |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Lisandro Dalcin | Windows: fix testcase failing to link |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Lisandro Dalcin | Windows: fix testcase to not link libm |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Lisandro Dalcin | attempt to fix rmtree Windows issues in test case |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Lisandro Dalcin | Inline: -Wno-unused is a GCC flag, some but not all... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Stefan Behnel | increase version number |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Stefan Behnel | when indexing/slicing 'str', it's safe to infer 'str... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Stefan Behnel | when indexing 'str', it's safe to infer 'str' for the... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Stefan Behnel | fix test after changing type inference for unicode... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Stefan Behnel | for indexing into / looping over unicode strings, infer... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | error handling fixes for argument unpacking when args... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | fix debugging test skipping for older Python versions |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | fix unused imports and Py2.4-isms in test code |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | fix Py2.5-isms in test code |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | fix error test case |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | support 'Py_UCS4 in unicode_string' also in 16 Unicode... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | fix surrogate pair calculation |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Stefan Behnel | in Py3.2, the unicode character testing/conversion... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Merge branch 'release 0.14.1' |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Bump version number. 0.14.1 |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Make unit tests testable from any directory. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Allow exclusion of end-to-end tests. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Runtest cleanup for different testing environments. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Move windows distutils hack to the correct place. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Stefan Behnel | fix isinstance() check against a tuple of extension... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Mark Florisson | Debugger: made test less verbose (#645) |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Bump version number. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | configurable working and root dir |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Restore cwd if debugger setUp() fails (to avoid breakin... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Windows runtests.py hack. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Robert Bradshaw | Avoid more gdb errors for insufficient gdb. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Stefan Behnel | cache constant 'slice' instances |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Stefan Behnel | fix constant_result of SliceNode |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Stefan Behnel | support surrogate pair to Py_UCS4 coercion only in... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Robert Bradshaw | Merge branch 'release2' |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Robert Bradshaw | Move windows distutils hack to the correct place. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | test fix |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | error test fixes |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | implemented Py_UCS4 type |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | fix isinstance() check against a tuple of extension... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Robert Bradshaw | Allow extern "functions" (e.g. macros) to return array... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | fix isinstance() check against a tuple of extension... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | varargs tempification needs to be done for all varargs... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | function argument temping algorithm is smart enough... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Stefan Behnel | fix isinstance() check against a tuple of extension... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefan Behnel | last call argument doesn't need to be simple, so don... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefan Behnel | when deciding if function argument must be moved into... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefan Behnel | fix IndexNode.is_simple() for buffer access |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefan Behnel | fix Py2.7 warning |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Stefan Behnel | indexing a C ptr/array is 'simple' |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Mark Florisson | Debugger: made test less verbose (#645) |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Robert Bradshaw | Merge branch 'release' |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Robert Bradshaw | Bump version number. 0.14.1rc3 |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Robert Bradshaw | configurable working and root dir |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Robert Bradshaw | Restore cwd if debugger setUp() fails (to avoid breakin... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Robert Bradshaw | Windows runtests.py hack. |
commit | commitdiff | tree | snapshot |
next |