Stefan Behnel [Tue, 12 Aug 2008 20:35:09 +0000 (22:35 +0200)]
parsetuple format fix
Stefan Behnel [Tue, 12 Aug 2008 20:10:54 +0000 (22:10 +0200)]
use a dedicated UnicodeType and UnicodeNode to represent unicode literals
fixes the unicode literal indexing problem (only for unicode strings, not for byte strings!)
Stefan Behnel [Tue, 12 Aug 2008 19:24:39 +0000 (21:24 +0200)]
applied Py3 exception format patch by Lisandro
Stefan Behnel [Tue, 12 Aug 2008 15:29:06 +0000 (17:29 +0200)]
slight test change
Stefan Behnel [Tue, 12 Aug 2008 13:39:03 +0000 (15:39 +0200)]
new test case that shows broken string literal slicing behaviour
Stefan Behnel [Tue, 12 Aug 2008 13:09:35 +0000 (15:09 +0200)]
allow unicode values up to
1114111, even if they are not portable to two-byte unicode systems
Stefan Behnel [Tue, 12 Aug 2008 12:28:16 +0000 (14:28 +0200)]
use correct byte encoding for char values, some escaping on char literals
Stefan Behnel [Tue, 12 Aug 2008 12:27:16 +0000 (14:27 +0200)]
fix raw string escapes
Stefan Behnel [Tue, 12 Aug 2008 12:25:27 +0000 (14:25 +0200)]
the module docstring didn't get escaped
Stefan Behnel [Tue, 12 Aug 2008 10:25:22 +0000 (12:25 +0200)]
unescape all string content in the parser and escape it on the way out
otherwise, different ways of spelling special characters can end up being correctly escaped or not in the C file
Stefan Behnel [Tue, 12 Aug 2008 09:55:42 +0000 (11:55 +0200)]
docstrings in classes were neither escaped nor byte encoded
Stefan Behnel [Mon, 11 Aug 2008 11:41:38 +0000 (13:41 +0200)]
cleanup: removed special cases from string escaping code
Stefan Behnel [Mon, 11 Aug 2008 11:39:49 +0000 (13:39 +0200)]
better test output: everything else goes through sys.stderr, so divert the normal output there, too
Stefan Behnel [Mon, 11 Aug 2008 11:15:45 +0000 (13:15 +0200)]
Py2.6/3.0 import fixes
Stefan Behnel [Mon, 11 Aug 2008 11:13:18 +0000 (13:13 +0200)]
Py2.6/3.0 import fixes
Stefan Behnel [Mon, 11 Aug 2008 06:38:27 +0000 (08:38 +0200)]
escape C digraphs, trigraphs and other special characters in strings
Stefan Behnel [Sun, 10 Aug 2008 20:49:49 +0000 (22:49 +0200)]
Py3 test fixes
Stefan Behnel [Sun, 10 Aug 2008 20:10:33 +0000 (22:10 +0200)]
Py2.3 test fixes
Stefan Behnel [Sun, 10 Aug 2008 19:59:05 +0000 (21:59 +0200)]
new test runner option to run the regression tests of the running Python installation
Stefan Behnel [Sun, 10 Aug 2008 19:16:41 +0000 (21:16 +0200)]
more readable test output
Stefan Behnel [Sun, 10 Aug 2008 18:37:12 +0000 (20:37 +0200)]
support for long unicode escapes ('\U...')
fixed unicode escape handling in byte strings
unescape \xXY in string literals as C allows it to conflict with trailing hex numbers - output string escaping will do the right thing
Stefan Behnel [Sun, 10 Aug 2008 18:31:04 +0000 (20:31 +0200)]
better character escapes in C code: oct works better than hex, escape line ending characters
Stefan Behnel [Sun, 10 Aug 2008 07:44:54 +0000 (09:44 +0200)]
compiler error fix
Stefan Behnel [Sat, 9 Aug 2008 15:45:42 +0000 (17:45 +0200)]
fix code indentation for strings that contain '{}'
Stefan Behnel [Sat, 9 Aug 2008 15:45:20 +0000 (17:45 +0200)]
Py3/2.6 beta 2 have a public PyType_Modified() function
Stefan Behnel [Sat, 9 Aug 2008 12:12:23 +0000 (14:12 +0200)]
fix format string in __Pyx_AddTraceback() to let it match input types (line number is not defined as unsigned)
Stefan Behnel [Sat, 9 Aug 2008 11:26:46 +0000 (13:26 +0200)]
cmd line docs
Stefan Behnel [Sat, 9 Aug 2008 10:39:32 +0000 (12:39 +0200)]
cmd line docs
Stefan Behnel [Sat, 9 Aug 2008 10:33:37 +0000 (12:33 +0200)]
quick way to enable multiple compilation *without* reusing contexts (still about 10x faster than separate startup)
Stefan Behnel [Sat, 9 Aug 2008 10:32:09 +0000 (12:32 +0200)]
let the cmd line option '-v' mean '--verbose', which is the most common meaning
Robert Bradshaw [Fri, 8 Aug 2008 08:53:51 +0000 (01:53 -0700)]
merge
Robert Bradshaw [Fri, 8 Aug 2008 08:46:23 +0000 (01:46 -0700)]
Sage compiles.
Stefan Behnel [Fri, 8 Aug 2008 05:35:34 +0000 (07:35 +0200)]
Py3 test fixes
Robert Bradshaw [Fri, 8 Aug 2008 05:08:21 +0000 (22:08 -0700)]
Re-re-instate 908, everything should work now
Stefan Behnel [Thu, 7 Aug 2008 18:16:39 +0000 (20:16 +0200)]
add a warning for unraisable exceptions (but do not show it by default, as this is often irrelevant)
Stefan Behnel [Thu, 7 Aug 2008 17:00:00 +0000 (19:00 +0200)]
reverted rev 921 (still breaks code)
Stefan Behnel [Thu, 7 Aug 2008 16:58:36 +0000 (18:58 +0200)]
Py3 test fix
Stefan Behnel [Thu, 7 Aug 2008 16:52:22 +0000 (18:52 +0200)]
Py3 test fixes
Stefan Behnel [Thu, 7 Aug 2008 16:34:58 +0000 (18:34 +0200)]
extended test case
Stefan Behnel [Tue, 5 Aug 2008 19:22:32 +0000 (21:22 +0200)]
fix setup of test runner for Py3
Dag Sverre Seljebotn [Tue, 5 Aug 2008 16:57:42 +0000 (18:57 +0200)]
Removed obsolete unit test
Dag Sverre Seljebotn [Tue, 5 Aug 2008 16:34:19 +0000 (18:34 +0200)]
Fixed another bug with [] indexing
Dag Sverre Seljebotn [Tue, 5 Aug 2008 09:15:02 +0000 (11:15 +0200)]
Decorators: Added capability to refer to attributes as well (like in Python).
Robert Bradshaw [Tue, 5 Aug 2008 07:57:30 +0000 (00:57 -0700)]
Re-instate 908 with working type names as argument names.
Stefan Behnel [Tue, 5 Aug 2008 06:41:15 +0000 (08:41 +0200)]
reverted rev 908 as it breaks using type names as argument names (such as 'file')
Stefan Behnel [Tue, 5 Aug 2008 06:25:12 +0000 (08:25 +0200)]
merge
Stefan Behnel [Tue, 5 Aug 2008 06:24:21 +0000 (08:24 +0200)]
support named labels to improve code readability
Dag Sverre Seljebotn [Mon, 4 Aug 2008 18:41:41 +0000 (20:41 +0200)]
Fixed bug: Empty "[]" is now always treated as array declarator
Dag Sverre Seljebotn [Sun, 3 Aug 2008 17:51:46 +0000 (19:51 +0200)]
Fixed bug with BoolNode result_code
Stefan Behnel [Sun, 3 Aug 2008 13:01:29 +0000 (15:01 +0200)]
merge
Stefan Behnel [Sun, 3 Aug 2008 12:39:40 +0000 (14:39 +0200)]
new test case that is broken as of rev 908
Stefan Behnel [Sun, 3 Aug 2008 11:12:47 +0000 (13:12 +0200)]
incomplete error test case for cdef class attribute assignments
Robert Bradshaw [Sun, 3 Aug 2008 11:02:45 +0000 (04:02 -0700)]
Fix optional cdef arguments for c++, possible optimization when not all args are used.
Stefan Behnel [Sun, 3 Aug 2008 07:47:55 +0000 (09:47 +0200)]
fixed string table tail mark
Stefan Behnel [Sun, 3 Aug 2008 07:38:36 +0000 (09:38 +0200)]
Makefile fix
kirr@landau.phys.spbu.ru [Sun, 3 Aug 2008 06:43:04 +0000 (23:43 -0700)]
Makefile enhancements.
Robert Bradshaw [Sun, 3 Aug 2008 06:35:16 +0000 (23:35 -0700)]
Function pointers as arguments, better errors for unnamed arguments.
marcus@bitzl.com [Sun, 3 Aug 2008 05:44:42 +0000 (22:44 -0700)]
Better cython script for windows
Starting Cython from Windows PowerShell? with
cython.py <arguments>
yields a new console window with Cython output, which closes immedeately after Cython finished. To get Cython's output one would always have to write something like
python C:\Python25\Scripts\cython.py <arguments>
Therefore, i wrote a simple batch file that does fairly the same as cython.py and allows you to start cython simply via
cython <arguments>
Robert Bradshaw [Sun, 3 Aug 2008 05:37:19 +0000 (22:37 -0700)]
Fix ticket #36, casting non-simple expression.
Robert Bradshaw [Sun, 3 Aug 2008 04:53:04 +0000 (21:53 -0700)]
Minor fixes, all tests pass
I don't know how long_literal used to work, must have ran tests before
that refactor...
Robert Bradshaw [Sun, 3 Aug 2008 02:16:28 +0000 (19:16 -0700)]
Public extension type properties working from pxd
The issue was that pxd files don't get transformed yet.
--HG--
rename : tests/errors/e_extmember.pyx => tests/run/extmember.pyx
Robert Bradshaw [Sun, 3 Aug 2008 00:40:02 +0000 (17:40 -0700)]
Dissallow non-extern redeclarations.
Robert Bradshaw [Sun, 3 Aug 2008 00:16:52 +0000 (17:16 -0700)]
public attribute fix
Robert Bradshaw [Sat, 2 Aug 2008 23:33:39 +0000 (16:33 -0700)]
cdef public extension type attributes
Robert Bradshaw [Sat, 2 Aug 2008 22:04:53 +0000 (15:04 -0700)]
Get rid of unused argument warning, noticed by Ondrej Certik, fix by Carl Witty
Robert Bradshaw [Sat, 2 Aug 2008 21:49:42 +0000 (14:49 -0700)]
Remove dependancy on endian.h (which is not available on all systems)
Robert Bradshaw [Sat, 2 Aug 2008 21:31:55 +0000 (14:31 -0700)]
Minor 2.3 changes and fixes
Robert Bradshaw [Sat, 2 Aug 2008 20:52:00 +0000 (13:52 -0700)]
Merge in Dag's work
Robert Bradshaw [Thu, 31 Jul 2008 07:57:30 +0000 (00:57 -0700)]
merge
Robert Bradshaw [Thu, 31 Jul 2008 07:55:14 +0000 (00:55 -0700)]
Better integer literal parsing.
Now accepts U and LL suffixes, and large integer literals are longs rather than being truncated as Python objects.
Stefan Behnel [Thu, 31 Jul 2008 06:23:40 +0000 (08:23 +0200)]
merge
Stefan Behnel [Thu, 31 Jul 2008 05:51:06 +0000 (07:51 +0200)]
test case for subclasses and vtables
Stefan Behnel [Wed, 30 Jul 2008 20:38:38 +0000 (22:38 +0200)]
fix (or work-around?) for base class vtab type cast problem
Dag Sverre Seljebotn [Wed, 30 Jul 2008 15:13:02 +0000 (17:13 +0200)]
Implemented mode flag and strided mode for buffers
Dag Sverre Seljebotn [Wed, 30 Jul 2008 14:02:23 +0000 (16:02 +0200)]
Avoiding an emacs temporary in runtests.py
Dag Sverre Seljebotn [Wed, 30 Jul 2008 10:30:15 +0000 (12:30 +0200)]
Module init func must also declare codewrite temps
Dag Sverre Seljebotn [Wed, 30 Jul 2008 10:11:47 +0000 (12:11 +0200)]
Better temp prefix (now was not the time for shortening them)
Dag Sverre Seljebotn [Wed, 30 Jul 2008 10:08:41 +0000 (12:08 +0200)]
Forgot to release a temp in one place
Dag Sverre Seljebotn [Wed, 30 Jul 2008 10:00:13 +0000 (12:00 +0200)]
Temp allocation possible in CCodeWriter
Dag Sverre Seljebotn [Wed, 30 Jul 2008 08:54:59 +0000 (10:54 +0200)]
Changed name from "fork" to "insertion_point" (codewriter), introduced func context
Dag Sverre Seljebotn [Tue, 29 Jul 2008 17:18:33 +0000 (19:18 +0200)]
Forking CCodeWriter done (and used for module header generation)
Dag Sverre Seljebotn [Tue, 29 Jul 2008 16:19:08 +0000 (18:19 +0200)]
Changed fork design slightly in StringIOTree, begun on forking CCodeWriter
Dag Sverre Seljebotn [Tue, 29 Jul 2008 14:11:25 +0000 (16:11 +0200)]
Added StringIOTree class
Dag Sverre Seljebotn [Tue, 29 Jul 2008 14:11:00 +0000 (16:11 +0200)]
Added doctest support to runtests.py
Dag Sverre Seljebotn [Tue, 29 Jul 2008 12:59:06 +0000 (14:59 +0200)]
Cleared file executable bit that was set earlier by a mistake
Dag Sverre Seljebotn [Tue, 29 Jul 2008 08:55:36 +0000 (10:55 +0200)]
Buffer setting testcase
Dag Sverre Seljebotn [Tue, 29 Jul 2008 08:44:38 +0000 (10:44 +0200)]
Used dedent to clean up buffer code generation
Dag Sverre Seljebotn [Tue, 29 Jul 2008 08:20:21 +0000 (10:20 +0200)]
Buffer release test case
Dag Sverre Seljebotn [Tue, 29 Jul 2008 08:09:00 +0000 (10:09 +0200)]
Buffer releasing: More efficient non-error return path
Dag Sverre Seljebotn [Mon, 28 Jul 2008 22:33:55 +0000 (00:33 +0200)]
Buffers: Fixed problem with preserving exception through release phase
Dag Sverre Seljebotn [Mon, 28 Jul 2008 21:50:53 +0000 (23:50 +0200)]
Correctly giving compiler errors on global/attribute buffers
Also, do not stop compilation on first buffer-related error.
Stefan Behnel [Mon, 28 Jul 2008 19:02:29 +0000 (21:02 +0200)]
only consider packages when searching for unit tests
Dag Sverre Seljebotn [Mon, 28 Jul 2008 18:42:44 +0000 (20:42 +0200)]
Very basic indirect/suboffset testcase... it is working! (buffer stuff)
Dag Sverre Seljebotn [Mon, 28 Jul 2008 18:10:53 +0000 (20:10 +0200)]
Fixed and cleaned buffer acquisition (but should do more); well on the way for indirect access
Stefan Behnel [Sun, 27 Jul 2008 19:57:14 +0000 (21:57 +0200)]
Py2.3 fix
Stefan Behnel [Sun, 27 Jul 2008 19:55:32 +0000 (21:55 +0200)]
missing cleanup in 'make clean'
Dag Sverre Seljebotn [Sat, 26 Jul 2008 16:39:58 +0000 (18:39 +0200)]
Only define PyObject_GetBuffer etc. if really needed
Dag Sverre Seljebotn [Sat, 26 Jul 2008 15:24:15 +0000 (17:24 +0200)]
Removed some dead transform-approach buffer code
Dag Sverre Seljebotn [Sat, 26 Jul 2008 15:18:49 +0000 (17:18 +0200)]
Make unit test runner only scan Cython/ (it was failing after doing a setup.py build)
Dag Sverre Seljebotn [Sat, 26 Jul 2008 15:12:55 +0000 (17:12 +0200)]
Added Includes to back of include path in Main.Context