1
0
forked from VimPlug/jedi
Commit Graph

17 Commits

Author SHA1 Message Date
David Halter
96e4f301e3 changed pickling files to byte for py3k 2013-01-12 15:03:15 +01:00
David Halter
dd58afe8b2 fix cache problem with unsaved files 2013-01-12 11:57:25 +01:00
David Halter
9d9e40a66f fix path problems for path='' 2013-01-12 01:13:30 +01:00
David Halter
2efb93273a merged module_cache into parser_cache 2013-01-11 23:19:22 +01:00
David Halter
1017db903c basic pickle implementation #102 2013-01-11 22:00:03 +01:00
David Halter
133fbcd57a move module caching from builtin to cache 2013-01-10 11:04:26 +01:00
David Halter
4a6aabaaba avoid syntaxwarning 2013-01-08 13:02:06 +01:00
David Halter
67f7e66cc6 move module cache to cache.py - centralize all caches there 2013-01-08 12:47:44 +01:00
David Halter
be3d7f35cd move parser cache to cache.py - centralize all caches there 2013-01-08 12:44:32 +01:00
David Halter
da34fc2358 add delete option to cache deleter 2013-01-08 12:41:08 +01:00
David Halter
0d6d84402d move star_import_cache to cache.py 2012-12-22 01:39:22 +01:00
David Halter
2610c180c0 check for expired time caches in every interaction 2012-12-22 01:36:03 +01:00
David Halter
0617909e84 add get_in_function_call caching (3s for now) 2012-12-22 01:28:24 +01:00
David Halter
303672f037 memoize_default is now able to use different caches. 2012-12-13 12:39:51 +01:00
David Halter
7969e19a5b cleanup/pep8 2012-12-12 21:34:04 +01:00
David Halter
9b45ddcb7c removed faked_scopes, was only necessary because of weakrefs. 2012-12-12 21:31:41 +01:00
David Halter
e8ddc35a1b caches have their own module now. 2012-12-12 21:28:19 +01:00