1
0
forked from VimPlug/jedi
Commit Graph

16 Commits

Author SHA1 Message Date
David Halter 5ad12bc8aa fix mro usage and all the type stuff (see also my blog post about why dir is wrong). fixes #314, fixes #86 2013-09-13 22:47:00 +04:30
David Halter 353bc54642 fix reversed builtin in 2.7 2013-09-07 22:56:01 +04:30
David Halter 9feb76ed53 add _io mixin because that's what open in python3 returns 2013-09-06 16:10:00 +04:30
David Halter 39a5c8501b fixed file in python 2.7 with test, fixes #309 2013-09-06 16:00:12 +04:30
David Halter 648095ad52 sorted builtin should now be working, fixes #312 2013-09-06 14:08:54 +04:30
David Halter da6186618e changed re.SREPattern mixins (forgot the params everywhere) 2012-12-22 18:33:16 +01:00
David Halter 60c65596d4 changed re.SREMatch.group 2012-12-22 18:29:01 +01:00
David Halter 2ee09980eb improve sqlite3 support -> added mixins -> fixes #84 2012-12-19 22:26:53 +01:00
David Halter 5a7a420026 merge and a few changes for the SyntaxError problem with mixin in (pip installation). -> fixes #79, also important for #82, #81, davidhalter/jedi-vim/issues/41, solution from #65 2012-12-12 18:10:42 +01:00
David Halter 2d75f509b7 typo for symmetric_difference, davidhalter/jedi-vim#45 2012-12-11 14:03:24 +01:00
David Halter cef7da7035 method signatures and return types of some 'set' methods, fixes davidhalter/jedi-vim#45 2012-12-11 14:01:18 +01:00
David Halter 086e1b48ee fix datetime.datetime.now() completion for davidhalter/jedi-vim#42 2012-11-27 12:35:37 +01:00
Danilo Bargen 9f20243dd3 Renamed mixin .py files to .pym (fixes davidhalter/jedi-vim#41) 2012-11-20 11:21:11 +01:00
David Halter 9a53defeec added mro 2012-11-19 12:12:57 +01:00
David Halter 0e352e225f added posix mixin 2012-10-09 14:02:31 +02:00
Danilo Bargen 21826e7a34 Moved jedi files to separate package folder 2012-09-17 22:38:38 +02:00