Dave Halter
|
b286f3aef0
|
Merge pull request #832 from Carreau/more-docs
Improve some documentation about name_with_symbols, name and completion.
|
2017-01-23 15:00:45 +01:00 |
|
Matthias Bussonnier
|
0f865a17ef
|
Improve some documentation about name with symbols, name and completion.
|
2017-01-22 18:41:35 -08:00 |
|
Dave Halter
|
425fba5e95
|
Move the parser.fast module to parser.diff.
|
2017-01-10 19:15:47 +01:00 |
|
Dave Halter
|
7300f3e7ef
|
Fix issues with Python 3.6's f strings and underscores in numbers.
|
2017-01-08 19:39:14 +01:00 |
|
Dave Halter
|
ae8e43d3c7
|
Move get_node() to tree_node and replace all the custom classdefs/funcdefs.
|
2017-01-05 23:43:12 +01:00 |
|
Dave Halter
|
9341df11bf
|
Fix the issues that were changed by removing start_pos from the api classes.
|
2017-01-04 22:24:25 +01:00 |
|
Dave Halter
|
e96fd32588
|
Fix an issue of params completion signatures.
|
2017-01-04 22:09:08 +01:00 |
|
Dave Halter
|
55ec47f15f
|
Test module attributes.
|
2017-01-04 18:32:16 +01:00 |
|
Dave Halter
|
0caeef2589
|
Remove the deprecated start_pos.
|
2017-01-04 18:23:41 +01:00 |
|
Dave Halter
|
cd23499fbe
|
Fix param issues in goto definition.
|
2017-01-04 08:58:29 +01:00 |
|
Dave Halter
|
c7241068e8
|
Fix an issue with call signatures in empty files.
|
2017-01-02 19:39:48 +01:00 |
|
Dave Halter
|
5b9e5f96aa
|
Merge with master.
|
2017-01-02 13:05:45 +01:00 |
|
Dave Halter
|
437f915f35
|
Delete a lot of names dict related stuff but also other things that were not used anymore.
|
2016-12-17 16:51:28 +01:00 |
|
Dave Halter
|
1ef507e5e6
|
Cleanup some code and a small Python 2 fix.
|
2016-12-17 16:42:52 +01:00 |
|
Dave Halter
|
57857b6332
|
Remove the ImportWrapper and replace it with something simpler.
|
2016-12-17 16:08:37 +01:00 |
|
Dave Halter
|
ce0a02f6c1
|
Fix an issue with executed python objects.
|
2016-12-17 14:08:49 +01:00 |
|
Dave Halter
|
9ac301d0c3
|
Refactor the mixed objects a bit to make at least some interpreter tests pass.
|
2016-12-16 17:17:03 +01:00 |
|
Dave Halter
|
575352d4b6
|
Start cleaning up the interpreter module.
|
2016-12-15 09:49:34 +01:00 |
|
Dave Halter
|
eaf0100446
|
Some analysis improvements.
|
2016-12-11 15:03:19 +01:00 |
|
Dave Halter
|
2be5da3f85
|
Fix some old regression tests.
|
2016-12-07 01:30:30 +01:00 |
|
Dave Halter
|
97ccb74ebb
|
Api classes test fixes.
|
2016-12-07 01:00:03 +01:00 |
|
Dave Halter
|
c6248ae169
|
Some testing fixes that were broken with the few previous commits.
|
2016-12-06 18:18:53 +01:00 |
|
Dave Halter
|
becf1027c0
|
Refactor our create_context constructs.
|
2016-12-06 09:51:57 +01:00 |
|
Dave Halter
|
cb4f405f7d
|
Fix some internal name handling.
|
2016-12-05 22:27:18 +01:00 |
|
Dave Halter
|
6736b1a5ce
|
Fix some docstring stuff.
|
2016-12-05 09:42:51 +01:00 |
|
Dave Halter
|
641ecedcd2
|
Improve a few anonymous function execution context goto issues.
|
2016-12-04 22:35:23 +01:00 |
|
Dave Halter
|
6f4cd7e6d3
|
Improve api class tests.
|
2016-12-04 20:04:54 +01:00 |
|
Dave Halter
|
439e394535
|
Fix call signatures.
|
2016-12-04 03:52:33 +01:00 |
|
Dave Halter
|
6940900c58
|
A lot more fixes - fix all evaluate integration tests.
|
2016-12-03 22:17:38 +01:00 |
|
Dave Halter
|
ba8a3215f2
|
Fix some issues with usages and imports.
|
2016-12-02 23:51:01 +01:00 |
|
Dave Halter
|
dfc06dfe83
|
A lot of small bug fixes.
|
2016-12-02 15:08:54 +01:00 |
|
Dave Halter
|
d74e48dae2
|
Fix context completions and super calls.
|
2016-11-29 18:38:04 +01:00 |
|
Dave Halter
|
60234e68ca
|
Fixed sys path scanning again.
|
2016-11-29 18:28:28 +01:00 |
|
Dave Halter
|
ba52ecd0df
|
Some isinstance/flow analysis improvements.
|
2016-11-29 18:19:15 +01:00 |
|
Dave Halter
|
4ad0179b72
|
Fix named param completion and add a few tests.
|
2016-11-27 11:27:30 +01:00 |
|
Dave Halter
|
0b5f8ccc21
|
Remove memoize_default from api.
|
2016-11-26 17:50:21 +01:00 |
|
Dave Halter
|
2161be2dcb
|
Fix side effect issues with predefined names and lazy contexts.
|
2016-11-26 10:16:26 +01:00 |
|
Dave Halter
|
7ed1c95737
|
Fix dynamic param tests.
|
2016-11-24 00:11:26 +01:00 |
|
Dave Halter
|
cbd6713b5e
|
Fix a lot of the import completion issues.
|
2016-11-20 16:37:02 +01:00 |
|
Dave Halter
|
e79ebe3ee7
|
Usage fixes for imports.
|
2016-11-19 03:05:10 +01:00 |
|
Dave Halter
|
b77fa58058
|
Fix most usage tests.
|
2016-11-19 02:24:34 +01:00 |
|
Dave Halter
|
05581714d9
|
Fix goto tests.
|
2016-11-17 23:28:47 +01:00 |
|
Dave Halter
|
cf00c83ed8
|
Fix parameter issues in functions that are defined on self.
|
2016-11-13 03:29:36 +01:00 |
|
Dave Halter
|
cb86cdec68
|
Small fixes to the origin_scopes.
|
2016-11-12 17:01:26 +01:00 |
|
Dave Halter
|
853f9fdb08
|
Somre more fixes towards basic stuff.
|
2016-11-12 14:23:44 +01:00 |
|
Dave Halter
|
9369d264d4
|
Fix all imports inference tests.
|
2016-11-12 03:26:30 +01:00 |
|
Dave Halter
|
052f6bf9e7
|
Fix some small import stuff and the whole ordering tests.
|
2016-11-11 00:45:16 +01:00 |
|
cologler
|
a51475d265
|
Update __init__.py
fix the source file read mode issue.
if use 'r' mode, this may raise a `UnicodeDecodeError`.
|
2016-11-09 07:48:45 +08:00 |
|
Dave Halter
|
f57455f0ad
|
Deprecate Evaluator.wrap.
|
2016-11-01 23:38:06 +01:00 |
|
Dave Halter
|
90af0c36e0
|
Function -> FunctionContext and fakes use the FunctionContext, too.
|
2016-10-25 09:59:42 +02:00 |
|