Dave Halter
|
3ec78ba6c9
|
Merge branch 'master' into typeshed
|
2018-12-15 20:38:03 +01:00 |
|
Dave Halter
|
249564d6ea
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-12-15 18:20:51 +01:00 |
|
Dave Halter
|
3ec194093d
|
Fix _sre issues
|
2018-12-09 12:54:39 +01:00 |
|
Dave Halter
|
f7442032b2
|
Fix version differences for re.sub
|
2018-12-09 12:50:01 +01:00 |
|
Dave Halter
|
2c5e2609f3
|
Overloaded functions now return values even if nothing matches
|
2018-12-09 12:43:55 +01:00 |
|
Dave Halter
|
ae1f5fa511
|
Fix namedtuples and reactivate tests for Python 2
|
2018-12-09 12:41:58 +01:00 |
|
Dave Halter
|
0c37256050
|
Change some tests in Python2
|
2018-12-08 23:55:08 +01:00 |
|
oleg.hoefling
|
4711b85b50
|
used pytest.param to comply with pytest>=4
|
2018-12-07 17:49:39 +01:00 |
|
Dave Halter
|
decb5046ea
|
Some Python 2.7 fixes
|
2018-12-07 08:58:17 +01:00 |
|
Dave Halter
|
b2824a3547
|
Remove a test, because it's different in Python 2/3 and covered by typeshed
|
2018-12-06 19:07:06 +01:00 |
|
Dave Halter
|
d9e711ab11
|
Fix remaining Python 3.7 issues to get the tests to pass
|
2018-12-06 00:35:09 +01:00 |
|
Dave Halter
|
d90011c002
|
Cleanup a few issues with the latest module refactoring
|
2018-12-05 22:55:56 +01:00 |
|
Dave Halter
|
b293e8e9e1
|
Reintroduce CompiledStubName, because we actually need it for positions
|
2018-12-04 19:25:01 +01:00 |
|
micbou
|
368bf7e58a
|
Improve docstring formatting
|
2018-11-26 00:26:34 +01:00 |
|
Dave Halter
|
021d1bc568
|
py__iter__ now takes a contextualized_node argument and raises the analysis errors itself
|
2018-11-23 18:22:38 +01:00 |
|
Dave Halter
|
d5d7679120
|
Fix a few of the issues with compiled classes and typeshed and docs
|
2018-11-14 19:19:56 +01:00 |
|
Dave Halter
|
4fbede7445
|
Rework some call signature issues
|
2018-11-11 17:01:12 +01:00 |
|
Dave Halter
|
c29cde6784
|
Refactor the call signatures to avoid getting multiple call signatures for some overloaded objects
|
2018-11-07 23:58:25 +01:00 |
|
Dave Halter
|
b847bb1c72
|
Some minor test changes to get typeshed almost fully working
|
2018-11-06 09:00:07 +01:00 |
|
Dave Halter
|
d0fa228282
|
Change a test temporarily
|
2018-11-05 23:56:51 +01:00 |
|
Dave Halter
|
faacfb9578
|
One test needs to change a bit
|
2018-11-05 00:28:51 +01:00 |
|
Dave Halter
|
26329de5a5
|
Underscored objects in stubs are not public and should never be listed
|
2018-11-03 14:36:46 +01:00 |
|
Dave Halter
|
fbc327b960
|
Refactor py__get__ support pretty heavily
|
2018-11-01 19:09:07 +01:00 |
|
Dave Halter
|
52aa5b6764
|
The builtins/typing module are not causing recursions. They are using annotations to give results.
|
2018-10-31 09:58:20 +01:00 |
|
Dave Halter
|
0a67b387c6
|
Fix most issues with dynamic arrays
|
2018-10-29 21:05:12 +01:00 |
|
Dave Halter
|
a93dff2673
|
Fix star_expr unpacking issues. For now star_expr is not supported
|
2018-10-26 00:17:28 +02:00 |
|
Dave Halter
|
7856d27724
|
Clarify something about contexts
|
2018-10-24 00:45:06 +02:00 |
|
Dave Halter
|
742179ee38
|
Add __class__, because of how it's represented as a property
|
2018-10-24 00:39:11 +02:00 |
|
Dave Halter
|
2f3fb54ebb
|
Add another test for __itemsize__
|
2018-10-23 23:33:43 +02:00 |
|
Dave Halter
|
a45d86c2a4
|
The sqlite3 test was not correct and depends if there is a RowFactory present
|
2018-10-23 09:46:09 +02:00 |
|
Dave Halter
|
b008a525cb
|
Fix some more things to get async working
|
2018-10-21 00:35:07 +02:00 |
|
immerrr
|
3f5ac0cf56
|
test_param_docstring: use all_scopes=True to ensure param is extracted
|
2018-10-18 14:47:20 +03:00 |
|
immerrr
|
a8401f6923
|
Add failing test for jedi.api.names(..., all_scopes=False)
|
2018-10-18 13:54:33 +03:00 |
|
Jelte Fennema
|
3bdb941daa
|
Add an exact_key_items method to DictComprehension fixes #1233
|
2018-10-14 17:08:44 +02:00 |
|
Dave Halter
|
380f0ac404
|
Fix itemgetter for tuples
|
2018-10-05 10:51:52 +02:00 |
|
Dave Halter
|
ad83f5419a
|
Merge branch 'master' into typeshed
|
2018-10-02 19:07:59 +02:00 |
|
Dave Halter
|
23b3327b1d
|
Fixed completions of global vars and tensorflow slowness, fixes #1228, #1116
|
2018-10-02 15:28:51 +02:00 |
|
Dave Halter
|
862f611829
|
If the VIRTUAL_ENV variable changes, need to reload the default environment, fixes #1201, #1200
|
2018-09-30 19:07:48 +02:00 |
|
Dave Halter
|
6a2a2a9fa1
|
Fix an issue with f-strings, fixes #1224
|
2018-09-30 13:26:54 +02:00 |
|
Dave Halter
|
ba5abf4700
|
Change some tests slightly
|
2018-09-30 00:35:45 +02:00 |
|
Dave Halter
|
78f0cc9e8a
|
Better indentation when running run.py
|
2018-09-29 01:19:36 +02:00 |
|
Dave Halter
|
f35c233289
|
Fix some small issues with resulting types
|
2018-09-28 18:22:57 +02:00 |
|
Dave Halter
|
4bb7a595e8
|
Fix some issues with signature matching
|
2018-09-25 23:05:23 +02:00 |
|
Dave Halter
|
ef9d0421fa
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2018-09-24 00:16:13 +02:00 |
|
Claude
|
a2b984ce24
|
also remove crashes with pep 448 unpacking of lists and sets
|
2018-09-23 21:00:11 +02:00 |
|
Claude
|
6bc79b4933
|
Fixed crash (and now recognises correctly) {**d, "b": "b"}["b"]
|
2018-09-23 21:00:11 +02:00 |
|
Claude
|
b9127147e4
|
Recognize {**d} as a dict instead of set
|
2018-09-23 21:00:11 +02:00 |
|
Dave Halter
|
994e7d1910
|
Fix an issue with type vars
|
2018-09-22 21:00:42 +02:00 |
|
Dave Halter
|
5fda4a2f8b
|
Start putting the signature matching onto the ExecutedParam class
|
2018-09-20 21:14:07 +02:00 |
|
Dave Halter
|
9807a7f038
|
Infer dict.get() in a fancy way
|
2018-09-19 01:50:35 +02:00 |
|