Peter Law
|
a60fdba1d4
|
Adjust for change to documention change of next in Python 3.12
The signature of the builtin isn't actually changing in Python 3.12,
however its documentation has changed.
|
2023-09-17 18:27:53 +01:00 |
|
Dave Halter
|
5ab351dc8f
|
Remove unicode literals from code base
|
2020-07-02 10:43:14 +02:00 |
|
Dave Halter
|
6e184bca97
|
Remove most version_info.major usages
|
2020-07-02 03:00:01 +02:00 |
|
Dave Halter
|
f4e537fd72
|
Remove a lot of sys.version_info references
|
2020-07-02 02:49:35 +02:00 |
|
Dave Halter
|
227cf00638
|
Remove the __builtin__ compatibility
|
2020-07-02 01:15:29 +02:00 |
|
Dave Halter
|
ac33d5dea3
|
If branch inference should not trigger for things we don't know, fixes #1530
|
2020-03-31 22:46:31 +02:00 |
|
Dave Halter
|
8cccdde28d
|
CompiledObject -> CompiledValue
|
2020-01-25 18:13:50 +01:00 |
|
Dave Halter
|
d7d9c9642a
|
Don't use goto_definitions anymore, use infer
|
2019-12-20 19:06:24 +01:00 |
|
Dave Halter
|
2cc898ba35
|
Get rid of completions in tests
|
2019-12-20 16:54:51 +01:00 |
|
Dave Halter
|
4d3f6fa790
|
Fix Python 2 issues
|
2019-12-02 00:04:22 +01:00 |
|
Dave Halter
|
b8dfbc5d18
|
A CompiledInstance is not really compiled, it's an instance of a compiled class value
|
2019-12-01 23:50:46 +01:00 |
|
Dave Halter
|
03920502c4
|
infer_state -> inference_state
|
2019-08-16 11:44:30 +02:00 |
|
Dave Halter
|
600272366f
|
parent_value -> parent_context
|
2019-08-15 09:36:46 +02:00 |
|
Dave Halter
|
ad4f546aca
|
context -> value
|
2019-08-15 01:23:06 +02:00 |
|
Dave Halter
|
a5dff65142
|
Evaluator -> InferState
|
2019-08-15 00:37:51 +02:00 |
|
Dave Halter
|
3b4f292464
|
Move the evaluate package to inference
|
2019-08-15 00:14:26 +02:00 |
|
Dave Halter
|
e4d1e5455f
|
test_evaluate -> test_inference
|
2019-08-14 23:56:44 +02:00 |
|