1
0
forked from VimPlug/jedi
Commit Graph

1208 Commits

Author SHA1 Message Date
David Halter
ab554a7529 py2.5 with statement again 2013-01-07 01:52:51 +01:00
David Halter
d72d8ad756 py2.5 compatibility 2013-01-07 01:51:12 +01:00
David Halter
8ed550254f add refactoring tests to travis tests 2013-01-07 01:48:48 +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
5796496baf corrected problem with line numbers 2013-01-07 00:36:37 +01:00
David Halter
00f78bc50d use lines_to_execute also in refactoring.py 2013-01-06 17:42:07 +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
4700656c71 added refactoring tests - non functional 2013-01-06 01:49:41 +01:00
David Halter
795d25d9a7 improved some run.py stuff again 2013-01-06 01:48:48 +01:00
David Halter
ce51021c1e move more testing functionality out of run.py 2013-01-05 22:42:16 +01:00
David Halter
31e8a8c5a2 remove sys path stuff in run.py (it's in base) 2013-01-05 20:19:48 +01:00
David Halter
15bd963f59 move test bases to test/base.py 2013-01-05 18:59:56 +01:00
David Halter
79e2bf80d0 don't use json (doesn't work in py2.5), even if it's not relevant. fixes #94 again :-) 2013-01-05 18:28:09 +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
a720178b72 Merge pull request #106 from dbrgn/quick_completion
Added quick_complete convenience function
2013-01-05 05:29:57 -08: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
23f36c86d7 Merge pull request #104 from dbrgn/newdocs
New Sphinx Docs
2013-01-02 11:18:15 -08:00
Danilo Bargen
96e961a609 Disabled sidebar image for now... 2013-01-02 20:10:59 +01:00
Danilo Bargen
a4e1fe47fd Improved plugin api documentation 2013-01-02 20:10:59 +01:00
Danilo Bargen
cd4727ea9c Added global.rst with jedi macro 2013-01-02 20:10:25 +01:00
Danilo Bargen
31492a721c Simplified README 2013-01-02 20:10:25 +01:00
Danilo Bargen
e9ca801f0f Added features to documentation 2013-01-02 20:10:25 +01:00
Danilo Bargen
e01a6cd0f8 Changed directory structure 2013-01-02 20:10:25 +01:00
Danilo Bargen
a215171750 Improved docs 2013-01-02 20:10:25 +01:00
Danilo Bargen
beba40e920 Dynamically update copyright date range 2013-01-02 20:09:46 +01:00
Danilo Bargen
bed4d6fa06 Added github star button 2013-01-02 20:09:46 +01:00
Danilo Bargen
aef84d71e1 Added "fork me on github" ribbon 2013-01-02 20:09:46 +01:00
Danilo Bargen
d3e4ea4d2a Added logo to docs 2013-01-02 20:09:46 +01:00
Danilo Bargen
7210751584 Switched to flask theme 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
d89f469e12 Add intro part in settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
51b22e0cb5 Add docstrings to all variables in settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
c11a4fc050 Add top level docstring to settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
0747469ffc Use autodoc_member_order = 'bysource'
This is for making the variables appear in settings.py
to appear in the document in the same order.
2013-01-02 20:09:46 +01:00
Takafumi Arakaki
9e17f552f1 Move comments in settings.py to docstring 2013-01-02 20:09:46 +01:00
David Halter
72869310c1 refactoring basics, #103 2012-12-31 14:47:57 +01:00
David Halter
17bec929bb fix a little import problem in regression tests 2012-12-31 12:36:33 +01:00