Commit Graph

  • dccef451a2 pep8 formatting David Halter 2012-04-21 21:14:06 +02:00
  • 4feb8f5a3a import tests David Halter 2012-04-21 19:35:24 +02:00
  • 8627a0bc03 function calls work right now David Halter 2012-04-21 19:33:12 +02:00
  • 4365c80a53 star imports work now also in the start module David Halter 2012-04-19 00:04:24 +02:00
  • 900ee27192 removed old crap David Halter 2012-04-18 22:05:08 +02:00
  • 0048eb65c4 bug fixing David Halter 2012-04-18 21:41:51 +02:00
  • ff7f774dc6 removed print, which is annoying when starting vim David Halter 2012-04-18 12:35:40 +02:00
  • f0532c6869 builtin cache reloads modules if they changed David Halter 2012-04-18 12:26:16 +02:00
  • 832a3cb2c0 pylab imports work David Halter 2012-04-17 14:57:20 +02:00
  • dcf83069d9 restructuring David Halter 2012-04-16 16:51:01 +02:00
  • c03bc8c714 array support David Halter 2012-04-15 00:05:34 +02:00
  • af1407dfc4 array tests David Halter 2012-04-15 00:05:09 +02:00
  • 43e0445250 added type tests David Halter 2012-04-14 21:51:52 +02:00
  • ee3aea95e2 added tests David Halter 2012-04-13 10:39:02 +02:00
  • 5f21f56330 test suite for completion added David Halter 2012-04-12 15:47:33 +02:00
  • 21c489e90f rename test to create a place for tests David Halter 2012-04-12 01:08:16 +02:00
  • 46c4e4139a python2.5 compatibility again David Halter 2012-04-09 18:58:54 +02:00
  • f0c00e4ff7 python2.5 compatibillity David Halter 2012-04-09 18:47:47 +02:00
  • b8f6f2267b the parser should now be possible to ignore single opening parentheses David Halter 2012-04-09 17:44:35 +02:00
  • 1c8438cc00 removed old code David Halter 2012-04-09 17:19:32 +02:00
  • 679144ef72 module caching David Halter 2012-04-09 14:26:32 +02:00
  • 429a8eedb3 module imports are working now David Halter 2012-04-09 00:27:10 +02:00
  • baf8c60e9a the auto completion is working! and may god bless you all! ;-) David Halter 2012-04-08 04:25:06 +02:00
  • f91fb8027e little bugfix David Halter 2012-04-07 21:16:36 +02:00
  • 527fdcd6a2 preparation for vim David Halter 2012-04-07 21:13:27 +02:00
  • 2681699dcf params of methods are now better handled, this is the first version, which i think would be useful for usage David Halter 2012-04-07 18:51:10 +02:00
  • 1a7c09e002 decorators to prevent recursion David Halter 2012-04-07 03:31:52 +02:00
  • 95835250d7 floats are working now too, the whole thing seems to be pretty solid. David Halter 2012-04-07 02:15:36 +02:00
  • af786b9924 statements on strings and other builtins are now working David Halter 2012-04-06 18:44:35 +02:00
  • 09fcff0f91 reverse use of tokenize, to get the command under the cursor David Halter 2012-04-06 04:02:34 +02:00
  • 1724a64e8d removed some merge conflicts again David Halter 2012-04-05 19:48:27 +02:00
  • 412442821a resolved merge conflict, don't know where it came from David Halter 2012-04-05 18:54:58 +02:00
  • 6239a0fb72 just for safety David Halter 2012-04-05 18:48:00 +02:00
  • 4c1a2f3ba1 working builtins David Halter 2012-04-05 17:02:30 +02:00
  • 377af57d5f import work - including star imports David Halter 2012-04-01 21:35:52 +02:00
  • 118908f311 import work - including star imports David Halter 2012-04-01 21:35:52 +02:00
  • 2eff4e731a readability in evaluate.py David Halter 2012-03-31 22:24:40 +02:00
  • 03a6bf6b59 debug warnings are now also possible David Halter 2012-03-29 02:11:34 +02:00
  • 94e23958bb builtin module support partially added David Halter 2012-03-29 02:06:44 +02:00
  • 21187d81bb started the importing of modules + there is now a debug module David Halter 2012-03-27 14:44:17 +02:00
  • 6c377d6e91 cache and executions work now recursive David Halter 2012-03-25 12:59:04 +02:00
  • 36f5cccfe9 fixed mutability problem David Halter 2012-03-24 03:45:12 +01:00
  • c13361dd1d removed old code & pep8 David Halter 2012-03-21 15:07:56 +01:00
  • 64a60f603c instance and execution classes added David Halter 2012-03-21 15:06:10 +01:00
  • 4bd8d475c2 follow algorithm started David Halter 2012-03-20 18:46:33 +01:00
  • 6b8551c917 completion tests David Halter 2012-03-17 14:31:01 +01:00
  • b2a77acff6 statement parser - first version David Halter 2012-03-11 03:03:54 +01:00
  • 5332a87d39 split parsing functions file, the path following is now in evaluate.py David Halter 2012-03-10 15:34:07 +01:00
  • 664d1c9119 first auto complete works, with just local variables and class variables David Halter 2012-03-10 02:07:30 +01:00
  • 5342379eb2 under the cursor statement parser David Halter 2012-03-08 03:57:00 +01:00
  • e304f5f03b file managment David Halter 2012-03-07 15:09:42 +01:00
  • 3fb2d50e93 new scope function: get_simple_for_line David Halter 2012-03-07 12:32:58 +01:00
  • 3be36968ce pyfuzzyparser -> parser David Halter 2012-03-06 18:14:53 +01:00
  • cc8ebb5280 get rid of the completer of Aaron Griffin David Halter 2012-03-06 17:58:58 +01:00
  • 8d1f3342a9 started with the vim interface David Halter 2012-03-06 00:30:02 +01:00
  • 8d85154fe9 parser decorators David Halter 2012-03-05 23:04:11 +01:00
  • 057731916f tolerant indents David Halter 2012-03-05 21:34:44 +01:00
  • 64e9e98494 fixed TODO except can use a comma, which means a local var David Halter 2012-03-05 10:22:15 +01:00
  • 3acf46e276 print and exec are no longer available, the parser removes them now. David Halter 2012-03-05 09:30:39 +01:00
  • 5e6404cf90 with statement is now also scanned for local vars David Halter 2012-03-05 00:03:54 +01:00
  • ad976af308 fixed TODO the docstring clean isn't good, because of string prefixes David Halter 2012-03-04 16:11:07 +01:00
  • d4401d89c0 merge David Halter 2012-03-04 02:33:20 +01:00
  • dd50a20d12 parser working for get_set_vars David Halter 2012-03-04 02:27:06 +01:00
  • 933e908fe2 statement parser improved David Halter 2012-03-04 00:37:58 +01:00
  • 08acc2a2f0 parentheses parser preparation David Halter 2012-03-03 01:47:32 +01:00
  • 626e6ad83e again fixed some todos David Halter 2012-03-02 15:08:38 +01:00
  • 0e57dce545 move function above flow David Halter 2012-03-01 12:09:53 +01:00
  • 4ea3c5fa35 name removed from scope David Halter 2012-03-01 12:05:34 +01:00
  • e8889ae420 getnames for scopes David Halter 2012-03-01 10:43:34 +01:00
  • 2c1108db1c header description of the parser David Halter 2012-02-29 23:11:53 +01:00
  • 74ea10525b header description of the parser David Halter 2012-02-29 23:11:53 +01:00
  • 0e03c61e30 mainly dostring changes David Halter 2012-02-29 22:47:50 +01:00
  • 3223d2e663 fixed todo: get_code of two vars after each other makes whitespace David Halter 2012-02-29 16:27:25 +01:00
  • e83079d563 first version of statement parser David Halter 2012-02-26 04:27:00 +01:00
  • 166004565a Sphinx documentation tests David Halter 2012-02-25 00:52:43 +01:00
  • 4ba5b7c83b statement parsing David Halter 2012-02-21 15:39:28 +01:00
  • 7597ed05a0 pep correct python code David Halter 2012-02-21 00:21:00 +01:00
  • 49b7e778ce refactorings David Halter 2012-02-21 00:01:59 +01:00
  • d720f79baa indenting bugfix David Halter 2012-02-20 17:23:53 +01:00
  • 38f86bc3ae better indention in code output David Halter 2012-02-20 00:04:35 +01:00
  • 7761018684 initial commit with huge chunks of code from pycomplete of Aaron Griffin <aaronmgriffin@gmail.com> David Halter 2012-02-19 16:18:45 +01:00