David Halter
|
1017db903c
|
basic pickle implementation #102
|
2013-01-11 22:00:03 +01:00 |
|
David Halter
|
c923c93ccc
|
default directory for parser caches: HOME, #102
|
2013-01-10 17:32:02 +01:00 |
|
David Halter
|
7c02632fdc
|
simplify parser_cache checks
|
2013-01-10 12:10:35 +01:00 |
|
David Halter
|
9031e425be
|
renamed code -> source
|
2013-01-10 11:41:11 +01:00 |
|
David Halter
|
133fbcd57a
|
move module caching from builtin to cache
|
2013-01-10 11:04:26 +01:00 |
|
David Halter
|
cc3168ee0a
|
added filesystem cache options
|
2013-01-10 10:32:47 +01:00 |
|
David Halter
|
cf22a08d0a
|
care for python 3 dict.items iterator return (in python2 list)
|
2013-01-10 10:02:21 +01:00 |
|
David Halter
|
21ee6f400d
|
improvement for pickling
|
2013-01-10 09:33:15 +01:00 |
|
David Halter
|
7b73072045
|
cleanup / pep8
|
2013-01-09 22:47:21 +01:00 |
|
David Halter
|
e9aadce5ae
|
__slots__ usage works much better now -> scan for all slots and not only for current class
|
2013-01-09 21:44:59 +01:00 |
|
David Halter
|
f32c2e6dc4
|
added a common.MultiLevelAttributeError to copying, because there were some problems
|
2013-01-09 21:26:50 +01:00 |
|
David Halter
|
7aa527f12e
|
use_as_parent again and fast_parent_copy deals now with __slots__
|
2013-01-09 15:23:33 +01:00 |
|
David Halter
|
b85c54932b
|
parsing.set_parent -> use_as_parent
|
2013-01-09 15:21:04 +01:00 |
|
David Halter
|
232aafeb6a
|
improved slot statements
|
2013-01-09 15:18:28 +01:00 |
|
David Halter
|
1557ea792f
|
use __slots__ to reduce memory footprint of parser, #102
|
2013-01-08 14:54:56 +01:00 |
|
David Halter
|
4a6aabaaba
|
avoid syntaxwarning
|
2013-01-08 13:02:06 +01:00 |
|
David Halter
|
8987ecf3a8
|
forgot some fragments of CachedModule.cache
|
2013-01-08 12:53:02 +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
|
869572fe64
|
further improvements of the jedi import in tests
|
2013-01-08 12:29:17 +01:00 |
|
David Halter
|
35186629f0
|
delete token generator after parsing, lowers the memory footprint for 10k files with a factor of 5, #102
|
2013-01-08 11:57:10 +01:00 |
|
David Halter
|
de45c277c1
|
broke the api again (unintentionally)
|
2013-01-07 20:55:05 +01:00 |
|
David Halter
|
3c15471182
|
fix problems with unbounderrors in assignment calls
|
2013-01-07 20:52:40 +01:00 |
|
David Halter
|
b748003b54
|
inline refactorings support tuples now, #103
|
2013-01-07 20:30:17 +01:00 |
|
David Halter
|
8fbe1c47a5
|
working inline refactoring
|
2013-01-07 20:19:42 +01:00 |
|
David Halter
|
07cb30d91b
|
set end_pos Arrays better
|
2013-01-07 20:08:54 +01:00 |
|
David Halter
|
f192259383
|
use absolute paths as the default for 'Script'
|
2013-01-07 14:29:34 +01:00 |
|
David Halter
|
082db3fdbd
|
scan_array_for_pos -> search_function_call, which makes much more sense
|
2013-01-07 14:11:45 +01:00 |
|
David Halter
|
d35cb1898d
|
change helpers.scan_array_for_pos to helpers.array_for_pos for refactorings
|
2013-01-07 14:01:14 +01:00 |
|
David Halter
|
ab554a7529
|
py2.5 with statement again
|
2013-01-07 01:52:51 +01:00 |
|
David Halter
|
50e64cf930
|
corrected indent of some extract functions
|
2013-01-07 01:47:33 +01:00 |
|
David Halter
|
fc58d1b8e7
|
working extract refactorings, affects #103
|
2013-01-07 01:32:20 +01:00 |
|
David Halter
|
54ac9b3292
|
add __repr__ to api.Script
|
2013-01-07 01:07:49 +01:00 |
|
David Halter
|
37bbf1af1a
|
finished testing script for refactoring
|
2013-01-06 17:35:55 +01:00 |
|
David Halter
|
48c04b2fcd
|
move script in refactorings to be the default first parameter
|
2013-01-06 01:57:02 +01:00 |
|
David Halter
|
6c2f8a759d
|
fix problems of the last 10 commits
|
2013-01-05 18:24:07 +01:00 |
|
David Halter
|
4b98321796
|
Merge branch 'dev' of github.com:davidhalter/jedi into dev
|
2013-01-05 14:33:06 +01:00 |
|
David Halter
|
f3e71a220f
|
basic exctract refactoring (not working yet)
|
2013-01-05 14:22:24 +01:00 |
|
Danilo Bargen
|
c14feb3f86
|
Renamed quick_complete to _quick_complete
|
2013-01-05 01:48:39 +01:00 |
|
David Halter
|
5c8d65c57c
|
remove unnecessary assert
|
2013-01-04 22:54:38 +01:00 |
|
David Halter
|
cd9bdb9e1c
|
renaming should work now.
|
2013-01-04 21:21:34 +01:00 |
|
David Halter
|
9f9bbaae56
|
no str cast on None for module paths
|
2013-01-04 20:16:13 +01:00 |
|
David Halter
|
3f5e9d6bca
|
some docstring improvements
|
2013-01-04 20:07:20 +01:00 |
|
David Halter
|
89bd32e0d7
|
use str.splitlines() instead of split('\n'), which is better for non unix systems
|
2013-01-04 14:55:31 +01:00 |
|
David Halter
|
903626f4f9
|
change default sorting of related names to a more natural
|
2013-01-04 14:46:42 +01:00 |
|
David Halter
|
e50053aa46
|
enable None file_paths for related_name
|
2013-01-04 14:37:17 +01:00 |
|
David Halter
|
ae9d88c3f9
|
remove generalized refactoring method for now
|
2013-01-04 11:18:53 +01:00 |
|
Danilo Bargen
|
12b726c5a5
|
Added quick_complete convenience function
|
2013-01-03 23:10:35 +01:00 |
|
Danilo Bargen
|
a4e1fe47fd
|
Improved plugin api documentation
|
2013-01-02 20:10:59 +01:00 |
|