Dave Halter
|
685e630c03
|
Simple refactoring.
|
2017-04-11 18:20:44 +02:00 |
|
Dave Halter
|
afa6427861
|
Fix the remaining lambda issue.
|
2017-04-11 18:18:31 +02:00 |
|
Dave Halter
|
5cd26615e8
|
Removed the name attribute from lambda. It doesn't exist so don't fake it.
|
2017-04-11 18:10:35 +02:00 |
|
Dave Halter
|
e675715357
|
Rename a few IfStmt methods.
|
2017-04-10 22:46:06 +02:00 |
|
Dave Halter
|
797953df39
|
More Flow cleanups.
|
2017-04-10 10:05:21 +02:00 |
|
Dave Halter
|
218e715553
|
Make the some names more concise in the parser tree.
|
2017-04-10 09:44:08 +02:00 |
|
Dave Halter
|
769cc80d6b
|
Cleanup with_stmt.
|
2017-04-09 21:20:33 +02:00 |
|
Dave Halter
|
f855c2bb70
|
More parser tree simplifications.
|
2017-04-09 13:24:17 +02:00 |
|
Dave Halter
|
ff82763e6b
|
get_annotation -> annotation (property).
|
2017-04-08 15:29:29 +02:00 |
|
Dave Halter
|
545cb26f78
|
stars -> star_count.
|
2017-04-08 15:26:57 +02:00 |
|
Dave Halter
|
1625834f81
|
Move get_comp_fors out of the parser.
|
2017-04-08 14:16:00 +02:00 |
|
Dave Halter
|
4cd7f40e3b
|
Simplify get_executable_nodes.
|
2017-04-08 14:05:18 +02:00 |
|
Dave Halter
|
65a6c61dc6
|
Remove nodes_to_execute in favor of a function in parser_utils.
|
2017-04-08 12:59:49 +02:00 |
|
Dave Halter
|
8542047e5c
|
Adding a tag should be part of the deployment script.
|
2017-04-06 18:21:20 +02:00 |
|
Dave Halter
|
053020c449
|
Bump version to 0.10.3.
|
2017-04-06 18:13:06 +02:00 |
|
Dave Halter
|
8bdf7e32ef
|
Remove the dist folder before deploying.
|
2017-04-05 20:54:22 +02:00 |
|
Dave Halter
|
5427b02712
|
Merge branch 'dev'
v0.10.2
|
2017-04-05 20:00:16 +02:00 |
|
Felipe Lacerda
|
aa2dfa9446
|
Fix path for grammar files in MANIFEST
|
2017-04-05 19:59:00 +02:00 |
|
Dave Halter
|
3cc97f4b73
|
Changelog for 0.10.2.
|
2017-04-05 18:04:41 +02:00 |
|
Dave Halter
|
536ad4c5f1
|
Added the forgotten changelog for 0.10.1.
|
2017-04-05 18:03:45 +02:00 |
|
Dave Halter
|
54242049d2
|
Bump version to 0.10.2.
|
2017-04-05 01:42:02 +02:00 |
|
Dave Halter
|
eb37f82411
|
Add memoization where it needs to be. Fixes #894.
v0.10.1
|
2017-04-05 01:06:48 +02:00 |
|
Dave Halter
|
4b841370e4
|
Test full name for os.path imports. Fixes #873.
|
2017-04-05 01:00:20 +02:00 |
|
Dave Halter
|
fe5eaaf56c
|
Add a better debugging message for import fails.
|
2017-04-04 23:27:45 +02:00 |
|
Dave Halter
|
fb8ed61b87
|
Add a way to cwd into a tmpdir.
|
2017-04-04 21:03:45 +02:00 |
|
Dave Halter
|
0117f83809
|
Forgot to include a test for #844.
|
2017-04-04 20:35:32 +02:00 |
|
Dave Halter
|
e660a5a703
|
Forgot to include the test for #884.
|
2017-04-04 20:31:27 +02:00 |
|
Dave Halter
|
947d91f792
|
Refactor the ClassName to allow inheritance in different modules. Fixes #884.
|
2017-04-04 20:11:07 +02:00 |
|
Dave Halter
|
d41e036427
|
Keyword-only arguments were not usable. Fixes #883 and #856.
|
2017-04-03 18:18:21 +02:00 |
|
Dave Halter
|
632072000e
|
Fix the builtin docstring issue that we've had. Fixes #859.
|
2017-04-03 00:27:31 +02:00 |
|
Dave Halter
|
47c1b8fa07
|
Fix bug #844.
|
2017-04-02 22:21:57 +02:00 |
|
Dave Halter
|
9f1dda04c0
|
Remove print statements that are not needed.
|
2017-04-02 21:43:30 +02:00 |
|
Dave Halter
|
7ecaf19b59
|
Fix _remove_last_newline. Fixes #863.
|
2017-04-02 21:29:48 +02:00 |
|
Dave Halter
|
3a6d815e9e
|
Another conversion.
|
2017-04-01 18:12:53 +02:00 |
|
Dave Halter
|
ed8370fa68
|
isinstance to type conversions.
|
2017-04-01 18:08:59 +02:00 |
|
Dave Halter
|
bd779655ae
|
Merge branch 'dev' of github.com:davidhalter/jedi into dev
|
2017-04-01 17:51:36 +02:00 |
|
Dave Halter
|
d6d1a39bf2
|
Remove some print statements.
|
2017-04-01 17:50:47 +02:00 |
|
Dave Halter
|
4cc467123c
|
Use PythonNode and not Node in the evaluator.
|
2017-04-01 17:39:52 +02:00 |
|
Andy Lee
|
1624f6945e
|
Fix api.usages so it finds cross-module usages
|
2017-04-01 15:52:22 +02:00 |
|
Andy Lee
|
3e36238da3
|
Add test for cross-module usages
|
2017-04-01 15:52:22 +02:00 |
|
Dave Halter
|
281d6a87a0
|
Remove a few print statements.
|
2017-04-01 12:43:57 +02:00 |
|
Dave Halter
|
1fd10d978d
|
Replace a few isinstance calls with the type.
|
2017-04-01 00:26:22 +02:00 |
|
Dave Halter
|
a6829ca546
|
Use the cache variables in more straight forward fashion.
|
2017-03-31 23:10:39 +02:00 |
|
Dave Halter
|
b708b7f07d
|
Remove other crap code in the diff parser.
|
2017-03-31 21:48:30 +02:00 |
|
Dave Halter
|
b15aa197fd
|
Remove CachedFastPaser, not needed anymore.
|
2017-03-31 21:46:57 +02:00 |
|
Dave Halter
|
1bb0c89f46
|
Remove source parameter from parser.
|
2017-03-31 21:44:43 +02:00 |
|
Dave Halter
|
a687910368
|
Also remove _parsed from all parsers.
|
2017-03-31 21:42:11 +02:00 |
|
Dave Halter
|
d2d165267d
|
Remove unused get_root_node on the parser.
|
2017-03-31 21:41:36 +02:00 |
|
Dave Halter
|
7a51dbea08
|
Fix an issue in Python 2.
|
2017-03-31 21:03:15 +02:00 |
|
Dave Halter
|
f6f2765ab9
|
Rename the profile script to profile_output to avoid name clashes with the stdlibs profile.py.
|
2017-03-31 17:27:16 +02:00 |
|