Dag Sverre Seljebotn [Wed, 2 Jul 2008 11:16:40 +0000 (13:16 +0200)]
Creating buffer type
Dag Sverre Seljebotn [Wed, 2 Jul 2008 09:39:26 +0000 (11:39 +0200)]
Buffer test cases
--HG--
branch : help
Dag Sverre Seljebotn [Tue, 1 Jul 2008 21:10:53 +0000 (23:10 +0200)]
merge
Dag Sverre Seljebotn [Tue, 1 Jul 2008 21:02:49 +0000 (23:02 +0200)]
Merge; disabled activation of unfinished closure code
Dag Sverre Seljebotn [Tue, 1 Jul 2008 20:22:10 +0000 (22:22 +0200)]
Buffer parsing complete; small transform factorizations and renaming of PostParse
Dag Sverre Seljebotn [Tue, 1 Jul 2008 13:56:19 +0000 (15:56 +0200)]
Parsing.py parses [] buffer access; fixed a unit test; Node.dump implemented
Stefan Behnel [Sat, 28 Jun 2008 17:33:56 +0000 (19:33 +0200)]
cleanup
Stefan Behnel [Sat, 28 Jun 2008 11:19:51 +0000 (13:19 +0200)]
S5 theme for Cython, 'make s5' target to build slides in Doc/s5
Stefan Behnel [Fri, 20 Jun 2008 10:14:22 +0000 (12:14 +0200)]
fix for module .pxd file searching: must start at package root
Robert Bradshaw [Thu, 19 Jun 2008 23:54:55 +0000 (16:54 -0700)]
merge
Robert Bradshaw [Thu, 19 Jun 2008 23:52:46 +0000 (16:52 -0700)]
Add indirection to closure variables
Dag Sverre Seljebotn [Thu, 19 Jun 2008 23:51:19 +0000 (16:51 -0700)]
Generates closure classes for all functions
Dag Sverre Seljebotn [Thu, 19 Jun 2008 20:58:26 +0000 (13:58 -0700)]
Now handles the case of pipeline raising exception correctly
Robert Bradshaw [Thu, 19 Jun 2008 20:49:23 +0000 (13:49 -0700)]
First pass at PersistentLocalScope
Robert Bradshaw [Thu, 19 Jun 2008 20:35:28 +0000 (13:35 -0700)]
merge
Robert Bradshaw [Thu, 19 Jun 2008 20:34:49 +0000 (13:34 -0700)]
Mark closure visitor
Dag Sverre Seljebotn [Thu, 19 Jun 2008 20:07:56 +0000 (13:07 -0700)]
More Main refactoring cleanup
Dag Sverre Seljebotn [Thu, 19 Jun 2008 19:43:33 +0000 (12:43 -0700)]
Pulled transforms from ModuleNode to Main
Dag Sverre Seljebotn [Thu, 19 Jun 2008 19:18:18 +0000 (12:18 -0700)]
Scope now creating by parse stage in Main
Dag Sverre Seljebotn [Thu, 19 Jun 2008 18:47:41 +0000 (11:47 -0700)]
Have the code generator transform generate the CompilationResult
Dag Sverre Seljebotn [Thu, 19 Jun 2008 17:44:58 +0000 (10:44 -0700)]
Regex matching for unit tests
Robert Bradshaw [Thu, 19 Jun 2008 10:24:39 +0000 (03:24 -0700)]
merge
Robert Bradshaw [Thu, 19 Jun 2008 10:20:20 +0000 (03:20 -0700)]
Transform nodes for analyse_declarations and analyse_expressions.
Dag Sverre Seljebotn [Thu, 19 Jun 2008 08:52:57 +0000 (01:52 -0700)]
Added unit tests to test runner
Dag Sverre Seljebotn [Thu, 19 Jun 2008 05:38:51 +0000 (22:38 -0700)]
Temporary Main.py refactoring; divided in pieces which will be assembled again. Multi-file compilation disabled temporarily
Dag Sverre Seljebotn [Thu, 19 Jun 2008 02:42:41 +0000 (19:42 -0700)]
Added test case with typing
Dag Sverre Seljebotn [Thu, 19 Jun 2008 02:18:10 +0000 (19:18 -0700)]
Fixed typos, using Naming for temp prefixes
Dag Sverre Seljebotn [Thu, 19 Jun 2008 02:17:25 +0000 (19:17 -0700)]
fixed test case
Dag Sverre Seljebotn [Thu, 19 Jun 2008 02:00:27 +0000 (19:00 -0700)]
Fixed problem with unicode temporary strings
Dag Sverre Seljebotn [Thu, 19 Jun 2008 00:49:58 +0000 (17:49 -0700)]
Better exception info reading for with statement
Dag Sverre Seljebotn [Wed, 18 Jun 2008 06:28:27 +0000 (23:28 -0700)]
merge
Dag Sverre Seljebotn [Wed, 18 Jun 2008 06:22:49 +0000 (23:22 -0700)]
Support for with statement
Dag Sverre Seljebotn [Wed, 18 Jun 2008 06:00:08 +0000 (23:00 -0700)]
More CodeWriter support
Dag Sverre Seljebotn [Wed, 18 Jun 2008 01:51:40 +0000 (18:51 -0700)]
Merge
Dag Sverre Seljebotn [Wed, 18 Jun 2008 01:04:06 +0000 (18:04 -0700)]
Started on TempName support, more CodeWriter
Stefan Behnel [Fri, 13 Jun 2008 18:50:39 +0000 (20:50 +0200)]
reverted last type casting change
Robert Bradshaw [Thu, 12 Jun 2008 23:58:20 +0000 (16:58 -0700)]
merge
Robert Bradshaw [Thu, 12 Jun 2008 23:53:51 +0000 (16:53 -0700)]
Bump version number.
Robert Bradshaw [Thu, 12 Jun 2008 23:37:32 +0000 (16:37 -0700)]
Added tag Version-0.9.8 for changeset
16a746d969e2
Robert Bradshaw [Thu, 12 Jun 2008 23:35:35 +0000 (16:35 -0700)]
Only make dep file for recursive
Stefan Behnel [Thu, 12 Jun 2008 20:27:50 +0000 (22:27 +0200)]
type casting simplification that seems to remove strict aliasing warnings in GCC 3.4 - 4.2
Stefan Behnel [Thu, 12 Jun 2008 14:41:41 +0000 (16:41 +0200)]
resolved strict aliasing problem by changing type cast
Stefan Behnel [Thu, 12 Jun 2008 07:28:56 +0000 (09:28 +0200)]
quick work-around for PEP 3121 implementation in Py3 beta
Stefan Behnel [Thu, 12 Jun 2008 07:21:21 +0000 (09:21 +0200)]
Py3 test fix
Stefan Behnel [Thu, 12 Jun 2008 07:19:20 +0000 (09:19 +0200)]
Py3 test fix
Robert Bradshaw [Thu, 12 Jun 2008 03:31:34 +0000 (20:31 -0700)]
Fix cpdef, make corrupt c file older than pyx file.
Robert Bradshaw [Thu, 12 Jun 2008 00:22:07 +0000 (17:22 -0700)]
Added tag 0.9.8rc1 for changeset
67ee5a34bfc6
Robert Bradshaw [Thu, 12 Jun 2008 00:21:38 +0000 (17:21 -0700)]
Fix e_declarations.pyx, e_nogilfunctype.pyx, e_tempcast.pyx. All tests pass.
Robert Bradshaw [Wed, 11 Jun 2008 22:31:13 +0000 (15:31 -0700)]
Tests e_powop, e_pyobinstruct, e_tempcast, e_while, nogilcmeth now pass.
Robert Bradshaw [Wed, 11 Jun 2008 22:12:23 +0000 (15:12 -0700)]
Fix e_nogilcmeth
Robert Bradshaw [Wed, 11 Jun 2008 21:53:11 +0000 (14:53 -0700)]
We do allow execution in cdef class bodies.
--HG--
rename : tests/errors/e_exestmtinexttype.pyx => tests/run/classbody_exec.pyx
Robert Bradshaw [Wed, 11 Jun 2008 21:47:03 +0000 (14:47 -0700)]
Fix e_ctypedefornot
Robert Bradshaw [Wed, 11 Jun 2008 21:41:11 +0000 (14:41 -0700)]
Fix e_cstruct errors
Robert Bradshaw [Wed, 11 Jun 2008 21:23:59 +0000 (14:23 -0700)]
Fix crash for scope=None compilation error, more strict literal char* -> int
Robert Bradshaw [Wed, 11 Jun 2008 20:16:06 +0000 (13:16 -0700)]
merge
Robert Bradshaw [Wed, 11 Jun 2008 20:15:15 +0000 (13:15 -0700)]
Cleanup MANIFEST
Stefan Behnel [Wed, 11 Jun 2008 20:01:29 +0000 (22:01 +0200)]
more error tests, some failing
Stefan Behnel [Wed, 11 Jun 2008 19:56:35 +0000 (21:56 +0200)]
new test cases from Pyrex
Stefan Behnel [Wed, 11 Jun 2008 19:55:24 +0000 (21:55 +0200)]
new test cases from Pyrex
Stefan Behnel [Wed, 11 Jun 2008 19:55:02 +0000 (21:55 +0200)]
new test cases from Pyrex
Stefan Behnel [Wed, 11 Jun 2008 19:51:25 +0000 (21:51 +0200)]
scope isn't always set for new classes
Stefan Behnel [Wed, 11 Jun 2008 19:36:26 +0000 (21:36 +0200)]
applied pending fix by Greg
Robert Bradshaw [Wed, 11 Jun 2008 18:25:40 +0000 (11:25 -0700)]
merge
Stefan Behnel [Wed, 11 Jun 2008 18:14:35 +0000 (20:14 +0200)]
added test case from Pyrex rev 96
Stefan Behnel [Wed, 11 Jun 2008 15:19:08 +0000 (17:19 +0200)]
stream-lined Node.end_pos()
Stefan Behnel [Wed, 11 Jun 2008 15:05:19 +0000 (17:05 +0200)]
minor speed-ups in code writer
Stefan Behnel [Wed, 11 Jun 2008 14:40:20 +0000 (16:40 +0200)]
some stream-lining in CCodeWriter.mark_pos()
Stefan Behnel [Wed, 11 Jun 2008 14:38:01 +0000 (16:38 +0200)]
do not print error context that resulted from encoding errors (i.e. it's unprintable anyway)
Robert Bradshaw [Wed, 11 Jun 2008 02:21:56 +0000 (19:21 -0700)]
Module name sanity checking
Robert Bradshaw [Wed, 11 Jun 2008 02:11:59 +0000 (19:11 -0700)]
Fix for cdef extern classes
Stefan Behnel [Tue, 10 Jun 2008 17:59:08 +0000 (19:59 +0200)]
removed unused 'make version' target: there should be one place where the version is updated
Stefan Behnel [Tue, 10 Jun 2008 17:54:04 +0000 (19:54 +0200)]
more .hgignore's
Robert Bradshaw [Tue, 10 Jun 2008 09:52:26 +0000 (02:52 -0700)]
Commit rejected hunk for nogill compatability.
Stefan Behnel [Mon, 9 Jun 2008 12:50:57 +0000 (14:50 +0200)]
fix error context output
Stefan Behnel [Sun, 8 Jun 2008 12:56:56 +0000 (14:56 +0200)]
compile Cython.Plex.Scanners module on install to speed up compilation
Robert Bradshaw [Sat, 7 Jun 2008 17:45:33 +0000 (10:45 -0700)]
Remove spurious const cast and warnings, niceident regex fix, all tests pass.
Robert Bradshaw [Sat, 7 Jun 2008 17:17:13 +0000 (10:17 -0700)]
merge
Stefan Behnel [Sat, 7 Jun 2008 13:40:21 +0000 (15:40 +0200)]
Py3 test fixes
Dag Sverre Seljebotn [Sat, 7 Jun 2008 10:32:52 +0000 (12:32 +0200)]
Initialize unassigned node child attributes to None, clean up ExprNode
Dag Sverre Seljebotn [Sat, 7 Jun 2008 09:58:04 +0000 (11:58 +0200)]
Fix test case syntax error
Dag Sverre Seljebotn [Sat, 7 Jun 2008 09:38:26 +0000 (11:38 +0200)]
64-bit testcase fix
Stefan Behnel [Sat, 7 Jun 2008 07:44:25 +0000 (09:44 +0200)]
last merge broke the compiler, here are some initial fixes
Robert Bradshaw [Sat, 7 Jun 2008 06:03:29 +0000 (23:03 -0700)]
Fixed trac-17, default values as class members.
Robert Bradshaw [Sat, 7 Jun 2008 00:46:37 +0000 (17:46 -0700)]
Merge -dagss and -devel
Robert Bradshaw [Sat, 7 Jun 2008 00:26:24 +0000 (17:26 -0700)]
Switch statement omptimization
Stefan Behnel [Fri, 6 Jun 2008 19:39:23 +0000 (21:39 +0200)]
code comments
Stefan Behnel [Fri, 6 Jun 2008 19:38:45 +0000 (21:38 +0200)]
Pyrex merge: removed leaking declarations
Stefan Behnel [Fri, 6 Jun 2008 19:19:47 +0000 (21:19 +0200)]
Pyrex merge: disable multiple compilation in one context, verbose mode to output file names during compilation
Stefan Behnel [Fri, 6 Jun 2008 19:14:54 +0000 (21:14 +0200)]
Pyrex merge: parser context refactoring + nogil blocks
Robert Bradshaw [Fri, 6 Jun 2008 18:09:36 +0000 (11:09 -0700)]
Final cleanup of child accessor stuff
Stefan Behnel [Fri, 6 Jun 2008 17:13:12 +0000 (19:13 +0200)]
tab cleanup
Stefan Behnel [Fri, 6 Jun 2008 17:09:20 +0000 (19:09 +0200)]
test case cleanup, removes some gcc warnings
--HG--
rename : tests/compile/varargdecl.pyx => tests/run/varargdecl.pyx
Stefan Behnel [Fri, 6 Jun 2008 16:22:23 +0000 (18:22 +0200)]
code cleanup after last change
Stefan Behnel [Fri, 6 Jun 2008 15:11:57 +0000 (17:11 +0200)]
fix return value setting for 'except *' functions
Stefan Behnel [Fri, 6 Jun 2008 06:31:11 +0000 (08:31 +0200)]
test case for exception propagation across functions
Stefan Behnel [Fri, 6 Jun 2008 05:46:43 +0000 (07:46 +0200)]
removed redundant left-over code that broke FQ module name extraction
Stefan Behnel [Thu, 5 Jun 2008 19:41:21 +0000 (21:41 +0200)]
small fix to actually use the module name extracting algo if no module name is provided by the user
Stefan Behnel [Thu, 5 Jun 2008 13:03:19 +0000 (15:03 +0200)]
allow diverging nogil declaration, but only when assigning a nogil function to a gil pointer
Stefan Behnel [Thu, 5 Jun 2008 12:36:30 +0000 (14:36 +0200)]
new error test for method redeclaration
Stefan Behnel [Thu, 5 Jun 2008 12:34:44 +0000 (14:34 +0200)]
test output fix