FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · textmate/python.tmbundle · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
textmate
/
python.tmbundle
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
140
Code
Issues
5
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 9, 2021
Fix matching of escaped newlines in SQL strings
infininight
committed
02dbf8b
View commit details
Copy full SHA for 02dbf8b
Browse repository at this point
Commits on Sep 24, 2020
Cleanup name of Validate Syntax command
Show description for 1c579ef
infininight
committed
1c579ef
View commit details
Copy full SHA for 1c579ef
Browse repository at this point
Improve syntax highlighting of SQL queries
Show description for 49609a0
percontation
authored and
infininight
committed
49609a0
View commit details
Copy full SHA for 49609a0
Browse repository at this point
Updates to magic_function_calls, magic_{function,variable}_names
Show description for f17f1f1
fish2000
authored and
infininight
committed
f17f1f1
View commit details
Copy full SHA for f17f1f1
Browse repository at this point
Add '__debug__' as a constant and illegal name
Matthew Judy
authored and
infininight
committed
fff02a5
View commit details
Copy full SHA for fff02a5
Browse repository at this point
Change Show Symbol default shortcut to ^~c
Show description for 036e143
srizzo
authored and
infininight
committed
036e143
View commit details
Copy full SHA for 036e143
Browse repository at this point
Fix detection of "import unittest" files on Run Script
srizzo
authored and
infininight
committed
0507654
View commit details
Copy full SHA for 0507654
Browse repository at this point
Display correct backtrace file names on Run Script
srizzo
authored and
infininight
committed
89b5ac1
View commit details
Copy full SHA for 89b5ac1
Browse repository at this point
Remove Cleanup Whitespace command
Show description for 1199a95
infininight
committed
1199a95
View commit details
Copy full SHA for 1199a95
Browse repository at this point
Replace pep8 with pycodestyle in Validate Syntax
Show description for fcf7768
jeremydouglass
authored and
infininight
committed
fcf7768
View commit details
Copy full SHA for fcf7768
Browse repository at this point
Make Validate Syntax compatible with Python 3
Show description for 1ca15cf
sodul
authored and
infininight
committed
1ca15cf
View commit details
Copy full SHA for 1ca15cf
Browse repository at this point
Commits on Aug 6, 2020
Allow folding functions terminated by comma, arrow or backslash
Show description for cbf5109
macfreek
authored and
sorbits
committed
cbf5109
View commit details
Copy full SHA for cbf5109
Browse repository at this point
Allow folding async functions
macfreek
authored and
sorbits
committed
ed08841
View commit details
Copy full SHA for ed08841
Browse repository at this point
Commits on Jul 14, 2020
Altered folding markers to match {}, (), []
Show description for 5248b37
HalfWhitt
authored and
sorbits
committed
5248b37
View commit details
Copy full SHA for 5248b37
Browse repository at this point
Commits on May 28, 2020
Import escape from html instead of cgi
Show description for 2e6fe8b
macfreek
authored and
infininight
committed
2e6fe8b
View commit details
Copy full SHA for 2e6fe8b
Browse repository at this point
Commits on Jul 12, 2017
Support versioned python in first line
Show description for 008a996
mkhl
authored and
sorbits
committed
008a996
View commit details
Copy full SHA for 008a996
Browse repository at this point
Commits on Apr 28, 2016
Correct typo in comment item include
infininight
committed
3b509b6
View commit details
Copy full SHA for 3b509b6
Browse repository at this point
Commits on Apr 20, 2016
Add Help command
Show description for 0e532bb
infininight
committed
0e532bb
View commit details
Copy full SHA for 0e532bb
Browse repository at this point
Commits on Apr 18, 2016
Modernized property snippet
Christopher Fonnesbeck
authored and
infininight
committed
b697d2c
View commit details
Copy full SHA for b697d2c
Browse repository at this point
Commits on Feb 22, 2016
Support unicode class/function names in the symbol list
infininight
committed
21f605f
View commit details
Copy full SHA for 21f605f
Browse repository at this point
Switch from character properties to posix sets
Show description for 97cbc57
infininight
committed
97cbc57
View commit details
Copy full SHA for 97cbc57
Browse repository at this point
Limit scope of SQL language include
Show description for c851d49
infininight
committed
c851d49
View commit details
Copy full SHA for c851d49
Browse repository at this point
Add py3 extension
Show description for 3c402fa
infininight
committed
3c402fa
View commit details
Copy full SHA for 3c402fa
Browse repository at this point
Exit matches early if the string is terminating
Show description for 259d51e
infininight
committed
259d51e
View commit details
Copy full SHA for 259d51e
Browse repository at this point
Support async keyword in indent patterns
infininight
committed
780a970
View commit details
Copy full SHA for 780a970
Browse repository at this point
Limit escaping in raw strings to quotes
Show description for 5eb283b
infininight
committed
5eb283b
View commit details
Copy full SHA for 5eb283b
Browse repository at this point
Remove special handling of empty strings
Show description for f44650d
infininight
committed
f44650d
View commit details
Copy full SHA for f44650d
Browse repository at this point
Add missing unicode escapes to byte strings
infininight
committed
1dcc46a
View commit details
Copy full SHA for 1dcc46a
Browse repository at this point
Correct two scope typos in constant.character.escape
Show description for 56f35a1
infininight
committed
56f35a1
View commit details
Copy full SHA for 56f35a1
Browse repository at this point
Remove unneccesary match
Show description for 42249e1
infininight
committed
42249e1
View commit details
Copy full SHA for 42249e1
Browse repository at this point
Remove outdated 'del' function match
Show description for 71a74e4
infininight
committed
71a74e4
View commit details
Copy full SHA for 71a74e4
Browse repository at this point
Cleanup generic function-call rule
Show description for 4338b9b
infininight
committed
4338b9b
View commit details
Copy full SHA for 4338b9b
Browse repository at this point
Remove exec from keyword.other
Show description for e7a581b
infininight
committed
e7a581b
View commit details
Copy full SHA for e7a581b
Browse repository at this point
Fix support.type.python to only match word, not following spaces
MattDMo
authored and
infininight
committed
a3f89e0
View commit details
Copy full SHA for a3f89e0
Browse repository at this point
Correct matching of arguments when using self/cls as a function
Show description for fc91fc5
MattDMo
authored and
infininight
committed
fc91fc5
View commit details
Copy full SHA for fc91fc5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL