Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-canux
/
python-mode
Public
forked from
python-mode/python-mode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-mode
autoload
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 18, 2017
Updated docstring regex to allow folding of raw python strings
ColinKennedy
committed
8abc436
View commit details
Copy full SHA for 8abc436
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Make folding much faster in some cases
Show description for 8587789
wilywampa
committed
8587789
View commit details
Copy full SHA for 8587789
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Merge remote-tracking branch 'upstream/develop' into develop
fmv1992
committed
8cfbb9c
View commit details
Copy full SHA for 8cfbb9c
View code at this point
Browse repository at this point
improved folding of various cases
fmv1992
committed
a8dcbc8
View commit details
Copy full SHA for a8dcbc8
View code at this point
Browse repository at this point
fixed folding for inline def statements
fmv1992
committed
72bbe35
View commit details
Copy full SHA for 72bbe35
View code at this point
Browse repository at this point
Commits on Dec 23, 2016
Allow virtual environments to be absolute paths
mattdodge
committed
67d4b94
View commit details
Copy full SHA for 67d4b94
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
breakpoint: Use tabs if expandtab is false. #718
brycepg
committed
6e41769
View commit details
Copy full SHA for 6e41769
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
improved folding in various cases
fmv1992
committed
a81cdc4
View commit details
Copy full SHA for a81cdc4
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Merge pull request #608 from sphaugh/develop
Show description for 8f5e856
klen
committed
8f5e856
View commit details
Copy full SHA for 8f5e856
View code at this point
Browse repository at this point
Commits on Nov 25, 2015
Fix issue with au clears on quit
Show description for 60da56c
mpyatishev
committed
60da56c
View commit details
Copy full SHA for 60da56c
View code at this point
Browse repository at this point
Commits on Oct 10, 2015
Fix: empty output/no errors
Sean Haugh
committed
12c4420
View commit details
Copy full SHA for 12c4420
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Fix #513
klen
committed
7ab4073
View commit details
Copy full SHA for 7ab4073
View code at this point
Browse repository at this point
Remove loclist from run code
klen
committed
3d16ed6
View commit details
Copy full SHA for 3d16ed6
View code at this point
Browse repository at this point
fix #490
klen
committed
6cd05bd
View commit details
Copy full SHA for 6cd05bd
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Merge pull request #596 from nvie/develop
Show description for d7dcbd1
klen
committed
d7dcbd1
View commit details
Copy full SHA for d7dcbd1
View code at this point
Browse repository at this point
Merge pull request #550 from wilywampa/doctest_indent
Show description for 9d6dfb1
klen
committed
9d6dfb1
View commit details
Copy full SHA for 9d6dfb1
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Flip operands
Show description for f395f43
nvie
committed
f395f43
View commit details
Copy full SHA for f395f43
View code at this point
Browse repository at this point
Fix fold marker
nvie
committed
294894a
View commit details
Copy full SHA for 294894a
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Fix folding after blank line in class/def
wilywampa
committed
fa6322e
View commit details
Copy full SHA for fa6322e
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Merge pull request #569 from korzeniewskipl/develop
Show description for 755e99f
klen
committed
755e99f
View commit details
Copy full SHA for 755e99f
View code at this point
Browse repository at this point
Merge pull request #574 from ypid/fixed-disable-trim_whitespaces
Show description for a9dbc13
klen
committed
a9dbc13
View commit details
Copy full SHA for a9dbc13
View code at this point
Browse repository at this point
Merge pull request #566 from natezhang93/develop
Show description for 3e2b48d
klen
committed
3e2b48d
View commit details
Copy full SHA for 3e2b48d
View code at this point
Browse repository at this point
Merge pull request #534 from Ram-Z/singleline-def
Show description for fb2ab53
klen
committed
fb2ab53
View commit details
Copy full SHA for fb2ab53
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
g:pymode_trim_whitespaces = 0 was ignored.
Show description for 88969fb
ypid
committed
88969fb
View commit details
Copy full SHA for 88969fb
View code at this point
Browse repository at this point
Commits on May 31, 2015
Add wdb to debugger list in breakpoint cmd.
Paweł Korzeniewski
committed
d8f04f9
View commit details
Copy full SHA for d8f04f9
View code at this point
Browse repository at this point
Commits on May 13, 2015
Add Python documentation vertical display option
Nate Zhang
authored and
Nate Zhang
committed
956e3db
View commit details
Copy full SHA for 956e3db
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Skip doctest regions when searching for open pairs
wilywampa
committed
0368708
View commit details
Copy full SHA for 0368708
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Don't fold single line def
Show description for e6c9144
Ram-Z
committed
e6c9144
View commit details
Copy full SHA for e6c9144
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Don't skip a line when the first docstring contains text
Ram-Z
committed
7ce8c76
View commit details
Copy full SHA for 7ce8c76
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Merge pull request #521 from coldeasy/develop
Show description for 9b2991c
klen
committed
9b2991c
View commit details
Copy full SHA for 9b2991c
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Fix issue #519 – fold text truncated when relativenumber is set.
sscherfke
committed
da4d8b2
View commit details
Copy full SHA for da4d8b2
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
Don't force indentation to be 0 for lines not starting with whitespace
Show description for 8b184cc
Colin Deasy
committed
8b184cc
View commit details
Copy full SHA for 8b184cc
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Replace getcurpos with getpos to support older Vim
wilywampa
committed
dc80183
View commit details
Copy full SHA for dc80183
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Merge pull request #500 from wilywampa/nested_defs
Show description for 59613fb
klen
committed
59613fb
View commit details
Copy full SHA for 59613fb
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Fix BlockStart when previous line is indented
wilywampa
committed
f2a03ec
View commit details
Copy full SHA for f2a03ec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.