Commit Graph

23 Commits

Author SHA1 Message Date
David Halter
fd1246818a python 2.5 compatibility, works, but tests fail, because certain thing don't exist in 2.5 (like int.real) 2012-05-20 00:59:03 +02:00
David Halter
c95510cf50 basic python 3 compatibility 2012-05-19 23:49:25 +02:00
David Halter
7ac17aa036 cleaning / pep8 2012-05-19 12:14:32 +02:00
David Halter
22d83e8518 resolved parent issue of params -> generators working now! / fixed path problem with tests 2012-05-12 23:32:54 +02:00
David Halter
1fb11dd178 fixed a little statement assignment problem 2012-05-12 11:20:03 +02:00
David Halter
b118f7f14f builtin mixins support (functions custom defined) 2012-05-12 01:24:19 +02:00
David Halter
6a035fe147 moved parts of module to builtin 2012-05-10 18:59:28 +02:00
David Halter
3840b4c3ae preparations to merge parts of builtin/modules 2012-05-10 18:37:55 +02:00
David Halter
532c78b024 generators used to get names 2012-05-02 13:43:45 +02:00
David Halter
190e02b61f with statement - multiple arguments 2012-04-22 14:10:10 +02:00
David Halter
dccef451a2 pep8 formatting 2012-04-21 21:14:06 +02:00
David Halter
8627a0bc03 function calls work right now 2012-04-21 19:33:12 +02:00
David Halter
4365c80a53 star imports work now also in the start module 2012-04-19 00:04:24 +02:00
David Halter
0048eb65c4 bug fixing 2012-04-18 21:41:51 +02:00
David Halter
ff7f774dc6 removed print, which is annoying when starting vim 2012-04-18 12:35:40 +02:00
David Halter
f0532c6869 builtin cache reloads modules if they changed 2012-04-18 12:26:16 +02:00
David Halter
832a3cb2c0 pylab imports work 2012-04-17 14:57:20 +02:00
David Halter
dcf83069d9 restructuring 2012-04-16 16:51:01 +02:00
David Halter
f0c00e4ff7 python2.5 compatibillity 2012-04-09 18:47:47 +02:00
David Halter
af786b9924 statements on strings and other builtins are now working 2012-04-06 18:44:35 +02:00
David Halter
1724a64e8d removed some merge conflicts again 2012-04-05 19:48:27 +02:00
David Halter
4c1a2f3ba1 working builtins 2012-04-05 17:02:30 +02:00
David Halter
377af57d5f import work - including star imports 2012-04-01 21:36:30 +02:00