Damien George
|
39eab8de96
|
Merge pull request #161 from pfalcon/exc-more-pythonic
Move towards Python-compliant interface of exceptions
|
2014-01-14 15:27:59 -08:00 |
|
Damien George
|
66a5bf681d
|
Merge pull request #142 from chipaca/containment
Implemented support for `in` and `not in` operators.
|
2014-01-14 15:23:09 -08:00 |
|
Damien George
|
0f59203e37
|
Tidy up.
|
2014-01-14 23:18:35 +00:00 |
|
Damien George
|
6c2401e935
|
Merge pull request #165 from chipaca/builtins
added zip()
|
2014-01-14 15:13:40 -08:00 |
|
Paul Sokolovsky
|
8bc96471f0
|
Implement "is" and "is not" operators.
So far, don't work for strings as expected.
|
2014-01-15 00:32:09 +02:00 |
|
Paul Sokolovsky
|
ddf2178d83
|
Refactor exception objects to have better impl of Python-side interface.
This implements internal args tuple of arguments, while still keeping
object useful for reporting C-side errors.
Further elaboration is needed.
|
2014-01-15 00:03:23 +02:00 |
|
Paul Sokolovsky
|
8eec8bcad9
|
Add objtuple.h to allow embedding of tuples inside other objects.
This is useful because tuple is closest analog of C static array.
|
2014-01-14 23:59:18 +02:00 |
|
John R. Lenton
|
93451002f0
|
Merge remote-tracking branch 'upstream/master' into builtins
Conflicts:
py/builtin.c
py/builtin.h
py/runtime.c
|
2014-01-13 23:14:35 +00:00 |
|
John R. Lenton
|
f5a0a7d2b3
|
Merge remote-tracking branch 'upstream/master' into containment
|
2014-01-13 23:09:04 +00:00 |
|
Paul Sokolovsky
|
ca318bba0d
|
mp_obj_equal(): Compare small and long ints properly.
By dispatching to long int methods.
|
2014-01-13 22:41:16 +02:00 |
|
Paul Sokolovsky
|
76a90f2f60
|
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
|
2014-01-13 22:36:49 +02:00 |
|
John R. Lenton
|
88cb1e60e0
|
Made sorted() raise an exception instead of aborting when given no arguments; moved around some things in objfun.c as a consequence
|
2014-01-13 19:55:18 +00:00 |
|
John R. Lenton
|
2ded68db77
|
Cleaned up sorted() as per Damien's suggestions.
|
2014-01-13 19:52:28 +00:00 |
|
Damien George
|
f62d33aa1d
|
Consolidate rt_make_function_[0123] to rt_make_function_n.
|
2014-01-13 19:50:05 +00:00 |
|
Damien George
|
f88a72a88e
|
Merge pull request #168 from dhylands/add-strstr
Added public domain implementations of strchr and strstr.
|
2014-01-13 11:43:57 -08:00 |
|
Damien George
|
2300537c79
|
Cleanup built-ins, and fix some compiler warnings/errors.
|
2014-01-13 19:39:01 +00:00 |
|
Damien George
|
3f5e1b3e2f
|
Merge pull request #172 from dhylands/init-kw
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.
|
2014-01-13 11:08:05 -08:00 |
|
Dave Hylands
|
44332ec9ea
|
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.
This should fix issue #171
|
2014-01-13 08:55:51 -08:00 |
|
Mark Schafer
|
a23a24f89c
|
logo gradients in master SVG, png
Also new vector_log png with alpha
|
2014-01-14 01:49:11 +13:00 |
|
Dave Hylands
|
c8effff937
|
Added public domain implementations of strchr and strstr.
|
2014-01-12 22:34:58 -08:00 |
|
John R. Lenton
|
5c76839559
|
sorted
|
2014-01-13 05:12:50 +00:00 |
|
John R. Lenton
|
07205ec323
|
added zip()
|
2014-01-13 02:31:00 +00:00 |
|
John R. Lenton
|
189c8e1cc4
|
Fixed the merge so it worked and compiled and stuff
|
2014-01-13 00:52:06 +00:00 |
|
John R. Lenton
|
13e64f0660
|
Merge remote-tracking branch 'upstream/master' into containment
|
2014-01-13 00:41:12 +00:00 |
|
Damien George
|
34f813ee29
|
Merge pull request #162 from chipaca/str_find
Implement a basic str.find; fixes #67
|
2014-01-12 16:34:03 -08:00 |
|