Dave Halter
|
7d73e571bb
|
json.load[s] shouldn't return any results. fixed by overwriting the method
|
2014-06-27 11:56:40 +02:00 |
|
Dave Halter
|
cf1fd691da
|
custom copy.copy and copy.deepcopy implementations to not confuse autocompletion (just return the first param)
|
2014-06-27 11:49:26 +02:00 |
|
Dave Halter
|
aba4a16ae3
|
fix indexing issues for multiple index options
|
2014-06-27 11:23:46 +02:00 |
|
Dave Halter
|
709c53a679
|
empty reversed issue, fixes traceback of #408
|
2014-05-17 12:32:18 +02:00 |
|
Dave Halter
|
4f3a15e235
|
solve random stdlib issue
|
2014-04-20 01:25:02 +02:00 |
|
Dave Halter
|
a341791fda
|
found list indexing issue with sith and fixed it.
|
2014-04-16 01:31:49 +02:00 |
|
Dave Halter
|
db1b73d423
|
lo and behold - reversed is implemented - the force is strong with this one. fixes #24
|
2014-03-11 11:04:00 +01:00 |
|
Dave Halter
|
83b490dd6d
|
PyObject -> CompiledObject, PyName -> CompiledName
|
2014-01-13 14:09:03 +01:00 |
|
Dave Halter
|
14c9ed88ca
|
fixed the getattr/__getattr__ stuff
|
2014-01-10 15:14:55 +01:00 |
|
Dave Halter
|
f868668f0e
|
trying to fix the getattr mess with compiled
|
2014-01-10 13:36:29 +01:00 |
|
Dave Halter
|
11e2446438
|
replaced builtin with compiled in all modules except imports
|
2014-01-09 11:05:04 +01:00 |
|
Dave Halter
|
e4692381cb
|
created evaluate.iterable to push arrays and generators into a seperate file
|
2013-12-30 01:02:18 +01:00 |
|
Dave Halter
|
8561217333
|
evaluator executions instead of direct instances
|
2013-12-29 19:40:45 +01:00 |
|
Dave Halter
|
0f6b5b222b
|
add a stdlib module to make it easy to write functions in pure python (instead of evaluating them)
|
2013-12-29 03:05:05 +01:00 |
|