Stefan Behnel [Sat, 16 Mar 2013 16:39:05 +0000 (17:39 +0100)]
add tags to tests
Stefan Behnel [Sat, 16 Mar 2013 16:09:40 +0000 (17:09 +0100)]
fix passing explicit None slice indices into the getslice code, enable test case for ticket 636
--HG--
rename : tests/run/slice2_T636.pyx => tests/run/slice2_T636.py
Stefan Behnel [Sat, 16 Mar 2013 15:27:23 +0000 (16:27 +0100)]
changelog
Stefan Behnel [Sat, 16 Mar 2013 15:24:27 +0000 (16:24 +0100)]
implement correct slicing for setslice and delslice
--HG--
rename : tests/compile/delslice.pyx => tests/run/delslice.py
Stefan Behnel [Sat, 16 Mar 2013 14:46:46 +0000 (15:46 +0100)]
fix negative slice indices
Stefan Behnel [Sat, 16 Mar 2013 13:18:05 +0000 (14:18 +0100)]
fix ticket 636: build the correct slice objects on 2-value object slicing
Stefan Behnel [Sat, 16 Mar 2013 10:08:31 +0000 (11:08 +0100)]
clean up (Set|Del)ItemInt code and fix negative indexing of objects with length > max(Py_ssize_t)
Stefan Behnel [Sat, 16 Mar 2013 09:26:07 +0000 (10:26 +0100)]
clean up GetItemInt code and fix negative indexing of objects with length > max(Py_ssize_t)
Stefan Behnel [Fri, 15 Mar 2013 19:14:19 +0000 (20:14 +0100)]
support surrogates in unicode string literals in Py3.3
Stefan Behnel [Fri, 15 Mar 2013 15:00:42 +0000 (16:00 +0100)]
fix type of string constant length field in string table to Py_ssize_t (instead of long)
Stefan Behnel [Fri, 15 Mar 2013 11:22:10 +0000 (12:22 +0100)]
fix handler method signature
--HG--
extra : rebase_source :
a7ab075312caa8eec32ba2763647b3a238404518
Stefan Behnel [Mon, 11 Mar 2013 18:25:29 +0000 (19:25 +0100)]
safety fix for analysis in assigned builtin methods optimisation
--HG--
extra : rebase_source :
8a7842eea9d10b4e8054ed3782e0efdc2b2ce02c
Stefan Behnel [Mon, 11 Mar 2013 18:15:11 +0000 (19:15 +0100)]
fix build
--HG--
extra : rebase_source :
02f74a004499a227fc7edf2ccf3a1a9728c8951f
Stefan Behnel [Mon, 11 Mar 2013 15:58:48 +0000 (16:58 +0100)]
optimise calls on variables that reference builtin methods (e.g. pre-assigned unbound methods)
--HG--
extra : rebase_source :
4aeefab40694c611bfdaa4ecf56a3f4f6cdf3d04
Robert Bradshaw [Thu, 14 Mar 2013 18:49:03 +0000 (11:49 -0700)]
Merge pull request #197 from bfroehle/memview_static
BUG: Avoid exporting symbols in MemoryView utility code.
Bradley M. Froehle [Thu, 14 Mar 2013 18:23:16 +0000 (11:23 -0700)]
BUG: Avoid exporting symbols in MemoryView utility code.
Robert Bradshaw [Tue, 12 Mar 2013 21:40:19 +0000 (14:40 -0700)]
Merge pull request #196 from belevtsoff/master
add fdopen to stdio.pxd
Dmytro [Tue, 12 Mar 2013 20:54:53 +0000 (21:54 +0100)]
add fdopen declaration to stdio.pxd
Stefan Behnel [Mon, 11 Mar 2013 19:06:22 +0000 (20:06 +0100)]
fix unused access to optimise builtin methods which could lead to invalid C code being generated
Stefan Behnel [Mon, 11 Mar 2013 10:24:35 +0000 (11:24 +0100)]
minor code cleanup
Stefan Behnel [Mon, 11 Mar 2013 10:17:47 +0000 (11:17 +0100)]
transform empty comprehensions into empty literals
Stefan Behnel [Mon, 11 Mar 2013 10:00:02 +0000 (11:00 +0100)]
strip down for-in-loops with empty iterables
Stefan Behnel [Mon, 11 Mar 2013 09:33:59 +0000 (10:33 +0100)]
strip down while-loops with constant condition
Stefan Behnel [Sun, 10 Mar 2013 16:20:37 +0000 (17:20 +0100)]
changelog
Stefan Behnel [Sun, 10 Mar 2013 15:44:18 +0000 (16:44 +0100)]
fix utility function name
Stefan Behnel [Sun, 10 Mar 2013 15:24:21 +0000 (16:24 +0100)]
safety fix
Stefan Behnel [Sun, 10 Mar 2013 14:57:33 +0000 (15:57 +0100)]
optimise list/tuple slicing, original patch by Zaur Shibzukhov
Stefan Behnel [Sun, 10 Mar 2013 11:59:58 +0000 (12:59 +0100)]
exclude setup.py from compiled modules
Stefan Behnel [Sat, 9 Mar 2013 19:27:36 +0000 (20:27 +0100)]
guard against incorrect values for PYLONG_BITS_IN_DIGIT that do not match CPython's
Stefan Behnel [Sat, 9 Mar 2013 19:16:13 +0000 (20:16 +0100)]
minor cleanups
Stefan Behnel [Sat, 9 Mar 2013 16:31:46 +0000 (17:31 +0100)]
move error handling code out of fast path
Stefan Behnel [Sat, 9 Mar 2013 16:28:19 +0000 (17:28 +0100)]
add safety guard for ill defined user types
Stefan Behnel [Sat, 9 Mar 2013 16:13:59 +0000 (17:13 +0100)]
simplify PyLong unpacking code, knowing that max(digit) << max(long)
Stefan Behnel [Sat, 9 Mar 2013 15:26:35 +0000 (16:26 +0100)]
speed up unpacking of small integers in Py3
Stefan Behnel [Sat, 9 Mar 2013 13:24:31 +0000 (14:24 +0100)]
simplify some Py3 precompiler checks
Stefan Behnel [Sat, 9 Mar 2013 13:18:55 +0000 (14:18 +0100)]
streamline __Pyx_PyInt_AsSize_t() a bit
Stefan Behnel [Sat, 9 Mar 2013 10:48:33 +0000 (11:48 +0100)]
allow alternative spellings for encoding names in c_string_encoding directive, fix c_string_type=unicode
Stefan Behnel [Sat, 9 Mar 2013 10:08:36 +0000 (11:08 +0100)]
reduce default decoding overhead in Py3
Stefan Behnel [Sat, 9 Mar 2013 09:28:27 +0000 (10:28 +0100)]
simplify Py3 checks in TypeConversion.c
Stefan Behnel [Sat, 9 Mar 2013 08:43:00 +0000 (09:43 +0100)]
raise NameError instead of KeyError when del-ing a non-existing name inside of a Python class body
Stefan Behnel [Sat, 9 Mar 2013 08:03:11 +0000 (09:03 +0100)]
use inlined setattr also for delattr
Stefan Behnel [Fri, 8 Mar 2013 21:11:43 +0000 (22:11 +0100)]
speed up object attribute setting a little
Stefan Behnel [Fri, 8 Mar 2013 21:02:02 +0000 (22:02 +0100)]
clean up Python name assignment code, special case module globals to change module dict directly
Stefan Behnel [Fri, 8 Mar 2013 20:49:01 +0000 (21:49 +0100)]
fix special case in for-from loop with object loop variable by adding yet another hack to the existing hack
Stefan Behnel [Fri, 8 Mar 2013 20:16:00 +0000 (21:16 +0100)]
remove comment
Stefan Behnel [Fri, 8 Mar 2013 19:46:20 +0000 (20:46 +0100)]
remove unused utility code annotation
Stefan Behnel [Fri, 8 Mar 2013 14:25:10 +0000 (15:25 +0100)]
add another failing test for iterable lookup in generators
Stefan Behnel [Fri, 8 Mar 2013 10:35:10 +0000 (11:35 +0100)]
changelog
Stefan Behnel [Fri, 8 Mar 2013 08:38:10 +0000 (09:38 +0100)]
cdef some imported names in the parser
Stefan Behnel [Fri, 8 Mar 2013 07:07:36 +0000 (08:07 +0100)]
use new PyDict_SetDefault() C-API function in Py3.4
Stefan Behnel [Thu, 7 Mar 2013 22:20:53 +0000 (23:20 +0100)]
use freelists for closure classes
Stefan Behnel [Thu, 7 Mar 2013 21:40:32 +0000 (22:40 +0100)]
use direct call to tp_new() slot function in closure creation
Stefan Behnel [Thu, 7 Mar 2013 21:00:01 +0000 (22:00 +0100)]
speed up lookup of Python object attributes a little
Stefan Behnel [Thu, 7 Mar 2013 20:08:00 +0000 (21:08 +0100)]
revert last two commits - does not work for negative indices
Stefan Behnel [Thu, 7 Mar 2013 19:56:56 +0000 (20:56 +0100)]
use more direct C-API call for slice assignments on lists
Stefan Behnel [Thu, 7 Mar 2013 19:39:15 +0000 (20:39 +0100)]
speed up slicing of lists and tuples
scoder [Thu, 7 Mar 2013 08:16:36 +0000 (00:16 -0800)]
Merge pull request #193 from nnemkin/pyunicode_string_fix
Compatibility fix for Py_UNICODE* support.
Nikita Nemkin [Thu, 7 Mar 2013 07:37:12 +0000 (13:37 +0600)]
Pass-through single surrogates in Py_UNICODE[] literal encoding routine.
Stefan Behnel [Thu, 7 Mar 2013 07:18:27 +0000 (08:18 +0100)]
fix name lookup in class scope
Stefan Behnel [Wed, 6 Mar 2013 23:30:37 +0000 (00:30 +0100)]
factor out builtin access code
Stefan Behnel [Wed, 6 Mar 2013 23:17:37 +0000 (00:17 +0100)]
speed up access to module globals
Robert Bradshaw [Wed, 6 Mar 2013 22:32:39 +0000 (14:32 -0800)]
Merge pull request #192 from alexis-mignon/master
Adding +/- operators for c++ vector iterators
Stefan Behnel [Wed, 6 Mar 2013 22:14:30 +0000 (23:14 +0100)]
compare test result with CPython
--HG--
rename : tests/run/ref2global.pyx => tests/run/ref2global.py
Stefan Behnel [Wed, 6 Mar 2013 22:00:07 +0000 (23:00 +0100)]
fix test
Stefan Behnel [Wed, 6 Mar 2013 18:34:25 +0000 (19:34 +0100)]
fix exception message
Nikita Nemkin [Wed, 6 Mar 2013 18:05:32 +0000 (00:05 +0600)]
Compatibility fix: no UTF-32 codec in Python 2.4/2.5.
Alexis Mignon [Wed, 6 Mar 2013 14:48:06 +0000 (15:48 +0100)]
Adding +/- operators for iterators
Robert Bradshaw [Wed, 6 Mar 2013 09:31:59 +0000 (01:31 -0800)]
Merge branch 'master' of github.com:cython/cython
Robert Bradshaw [Wed, 6 Mar 2013 09:31:16 +0000 (01:31 -0800)]
Document drawbacks of excessive typing.
scoder [Tue, 5 Mar 2013 18:11:36 +0000 (10:11 -0800)]
Merge pull request #191 from nnemkin/py_unicode_strings
Py_UNICODE* string support
Nikita Nemkin [Tue, 5 Mar 2013 16:44:28 +0000 (22:44 +0600)]
More pyunicode_ptr renames.
Nikita Nemkin [Tue, 5 Mar 2013 12:33:34 +0000 (18:33 +0600)]
Documentation for Py_UNICODE* string support.
Nikita Nemkin [Tue, 5 Mar 2013 12:25:22 +0000 (18:25 +0600)]
Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issues in Py_UNICODE* support.
scoder [Mon, 4 Mar 2013 18:05:08 +0000 (10:05 -0800)]
Merge pull request #188 from pv/pyxbuild-fixes
pyximport: fix a bug crashing other processes
scoder [Mon, 4 Mar 2013 18:03:45 +0000 (10:03 -0800)]
Merge pull request #189 from intellimath/master
Add datetime.pxd to cython.cpython
Stefan Behnel [Mon, 4 Mar 2013 06:30:30 +0000 (07:30 +0100)]
minor code cleanup
Stefan Behnel [Mon, 4 Mar 2013 06:07:32 +0000 (07:07 +0100)]
provide better error message for unknown globals (copied from CPython)
--HG--
rename : tests/broken/ref2global.pyx => tests/run/ref2global.pyx
Stefan Behnel [Mon, 4 Mar 2013 06:06:21 +0000 (07:06 +0100)]
remove redundant utility code from ExprNodes.py
Stefan Behnel [Sun, 3 Mar 2013 20:27:22 +0000 (21:27 +0100)]
fix reversed order of operands in constant calculation for 'in' and 'not in' operator
Nikita Nemkin [Sun, 3 Mar 2013 16:08:16 +0000 (22:08 +0600)]
Fixed a silly typo.
Zaur Shibzukhov [Sun, 3 Mar 2013 13:45:43 +0000 (16:45 +0300)]
Fix missing `void`
Zaur Shibzukhov [Sun, 3 Mar 2013 13:44:03 +0000 (16:44 +0300)]
Change test to initialize by `import_datetime`
Zaur Shibzukhov [Sun, 3 Mar 2013 13:42:32 +0000 (16:42 +0300)]
Change test to initialize by `import_datetime`
Zaur Shibzukhov [Sun, 3 Mar 2013 13:40:47 +0000 (16:40 +0300)]
Change test to initialize by `import_datetime`
Nikita Nemkin [Sun, 3 Mar 2013 13:38:15 +0000 (19:38 +0600)]
Full support for Py_UNICODE[] literals with non-BMP characters.
Zaur Shibzukhov [Sun, 3 Mar 2013 13:38:11 +0000 (16:38 +0300)]
Add function `import_datetime`
Add inline function `import_datetime` for initialization of PyDateTime C API.
Nikita Nemkin [Fri, 1 Mar 2013 19:57:52 +0000 (01:57 +0600)]
Fixed explicit coercion of ctypedef'ed C types.
Robert Bradshaw [Sun, 3 Mar 2013 07:35:45 +0000 (23:35 -0800)]
Warn on C++ exception declarations for non-extern functions.
This will be made an error.
Robert Bradshaw [Sun, 3 Mar 2013 07:34:25 +0000 (23:34 -0800)]
MSVC fixes.
Nikita Nemkin [Sun, 3 Mar 2013 06:23:17 +0000 (12:23 +0600)]
Tests for Py_UNICODE* string support.
Nikita Nemkin [Sun, 3 Mar 2013 06:01:06 +0000 (12:01 +0600)]
Basic support for Py_UNICODE* strings.
Robert Bradshaw [Sat, 2 Mar 2013 23:39:28 +0000 (15:39 -0800)]
Revert "Disallow C++ exception declarations for non-extern functions."
This reverts commit
496c0fd91bdaab3de3df7d084db95d5c90101104.
Stefan Behnel [Sat, 2 Mar 2013 21:11:50 +0000 (22:11 +0100)]
correct name for basestring in Py3 to 'str' (not 'unicode')
Stefan Behnel [Sat, 2 Mar 2013 20:53:59 +0000 (21:53 +0100)]
fix C compiler warnings about unused parameters
Stefan Behnel [Sat, 2 Mar 2013 18:45:35 +0000 (19:45 +0100)]
optimise isinstance(obj, basestring) and map basestring to unicode in Py3
Stefan Behnel [Sat, 2 Mar 2013 13:59:34 +0000 (14:59 +0100)]
minor code cleanup
Stefan Behnel [Sat, 2 Mar 2013 10:30:03 +0000 (11:30 +0100)]
use constant flags to move wraparound/boundscheck evaluation into inlined Get/Set/DelItemInt() utility functions
Robert Bradshaw [Fri, 1 Mar 2013 20:59:11 +0000 (12:59 -0800)]
Disallow C++ exception declarations for non-extern functions.
Stefan Behnel [Fri, 1 Mar 2013 12:22:42 +0000 (13:22 +0100)]
reduce freelist sizes below the number of created objects
Stefan Behnel [Fri, 1 Mar 2013 12:21:52 +0000 (13:21 +0100)]
add freelist test for exttype with vtable