FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/expressions - MagicStack/MagicPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MagicStack
/
MagicPython
Public
Notifications
You must be signed in to change notification settings
Fork
98
Star
1.4k
Code
Issues
65
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
MagicPython
test
expressions
on
master
User selector
Datepicker
Commit history
Commits on Oct 19, 2022
Update the syntax to Python 3.10
Show description for 7d0f2b2
vpetrovykh
committed
7d0f2b2
View commit details
Copy full SHA for 7d0f2b2
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
Add Python 3.8 features.
Show description for db32a0d
vpetrovykh
committed
db32a0d
View commit details
Copy full SHA for db32a0d
View code at this point
Browse repository at this point
Commits on May 1, 2020
Update the way "in" is scoped.
Show description for 2ca894f
vpetrovykh
committed
2ca894f
View commit details
Copy full SHA for 2ca894f
View code at this point
Browse repository at this point
Add some more specific scopes for member access.
Show description for dd48b8f
vpetrovykh
committed
dd48b8f
View commit details
Copy full SHA for dd48b8f
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Add a `meta.member.access.python` scope.
Show description for c0f8d51
vpetrovykh
committed
c0f8d51
View commit details
Copy full SHA for c0f8d51
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
Scope `from`, `import`, and `as` the same way in imports. (#165)
Show description for 8ff35b3
vpetrovykh
authored and
Yury Selivanov
committed
8ff35b3
View commit details
Copy full SHA for 8ff35b3
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Add support for new Python 3.7 attrs/builtins
Show description for 9540297
Yury Selivanov
committed
9540297
View commit details
Copy full SHA for 9540297
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
Fix an issue with `import` highlighting.
Show description for 7c43d1c
vpetrovykh
committed
7c43d1c
View commit details
Copy full SHA for 7c43d1c
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
Highlight `.` in its own scope. (#101)
Show description for b453f26
vpetrovykh
authored and
Yury Selivanov
committed
b453f26
View commit details
Copy full SHA for b453f26
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
Update constant highlighting rules.
Show description for ef3eb61
vpetrovykh
authored and
Yury Selivanov
committed
ef3eb61
View commit details
Copy full SHA for ef3eb61
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Stop highlighting single letter constants.
vpetrovykh
committed
f4e6afc
View commit details
Copy full SHA for f4e6afc
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
Add 'punctuation.separator.element.python' for generic ','.
vpetrovykh
committed
8841347
View commit details
Copy full SHA for 8841347
View code at this point
Browse repository at this point
Add scopes for ':'.
Show description for c9a3e41
vpetrovykh
committed
c9a3e41
View commit details
Copy full SHA for c9a3e41
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Change 'separator.continuation.line.python' to 'punctuation.separator...'
vpetrovykh
committed
75c434c
View commit details
Copy full SHA for 75c434c
View code at this point
Browse repository at this point
Commits on May 25, 2016
Correctly detect '==' as comparison as opposed to 2 assignments.
vpetrovykh
committed
9c719ba
View commit details
Copy full SHA for 9c719ba
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Scope `import` and `from` as "keyword.control.import.python"
Show description for 82c76af
elprans
committed
82c76af
View commit details
Copy full SHA for 82c76af
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
Fix odd highlighting of strings and comments after '.'.
vpetrovykh
committed
6528115
View commit details
Copy full SHA for 6528115
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Tokenize identifiers to help linters
Yury Selivanov
committed
b75a3bb
View commit details
Copy full SHA for b75a3bb
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
Fix highlighting of special methods/attributes.
vpetrovykh
committed
26f1090
View commit details
Copy full SHA for 26f1090
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Change scope 'keyword.invalid.illegal...' -> 'keyword.illegal...'.
vpetrovykh
committed
1c0ddd6
View commit details
Copy full SHA for 1c0ddd6
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Don't specially highlight things like "something.Exception"
Yury Selivanov
committed
9659a5b
View commit details
Copy full SHA for 9659a5b
View code at this point
Browse repository at this point
Highlight ++ and -- as illegals
Yury Selivanov
committed
e7b97c8
View commit details
Copy full SHA for e7b97c8
View code at this point
Browse repository at this point
Fix function calls highlighting
Yury Selivanov
committed
9b3681a
View commit details
Copy full SHA for 9b3681a
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Don't highlight 'from.' when it's a part of a name
Show description for 833cda2
Yury Selivanov
committed
833cda2
View commit details
Copy full SHA for 833cda2
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Make operators scoping more granular (to match Atom language-python)
Yury Selivanov
committed
9f7e839
View commit details
Copy full SHA for 9f7e839
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Make the scope for opening/closing parenthesis and brackets consistent.
vpetrovykh
committed
9cdf8e3
View commit details
Copy full SHA for 9cdf8e3
View code at this point
Browse repository at this point
Test that Python2 '<>' scopes OK
Yury Selivanov
committed
204d428
View commit details
Copy full SHA for 204d428
View code at this point
Browse repository at this point
Scope 'super' with support.type.python
Yury Selivanov
committed
bff4e71
View commit details
Copy full SHA for bff4e71
View code at this point
Browse repository at this point
Highlight built-in functions before [] (for Python 2 print statement etc)
Yury Selivanov
committed
adeb529
View commit details
Copy full SHA for adeb529
View code at this point
Browse repository at this point
Fix scoping of item access (ex: brackets in `foo[a]`)
Yury Selivanov
committed
5408d3f
View commit details
Copy full SHA for 5408d3f
View code at this point
Browse repository at this point
Add 'meta.function-call.generic.python' scope to callee names
Yury Selivanov
committed
489a57e
View commit details
Copy full SHA for 489a57e
View code at this point
Browse repository at this point
Add distinct scopes for self & cls variables and parameters
Yury Selivanov
committed
e46428f
View commit details
Copy full SHA for e46428f
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Add ellipsis
Yury Selivanov
committed
2c9dcb6
View commit details
Copy full SHA for 2c9dcb6
View code at this point
Browse repository at this point
Treat 'yield from' as one token
Yury Selivanov
committed
31c4945
View commit details
Copy full SHA for 31c4945
View code at this point
Browse repository at this point
Add a test for the assert statement
Yury Selivanov
committed
0291ac9
View commit details
Copy full SHA for 0291ac9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL