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 }}
DevZenPro
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-mode
autoload
on
python2.7-compatible
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2018
Fix #826
Junlan Liu
committed
02a6e69
View commit details
Copy full SHA for 02a6e69
View code at this point
Browse repository at this point
Commits on Feb 19, 2018
Avoid move to first error or warning on PymodeLint
Show description for d5e7be1
diraol
committed
d5e7be1
View commit details
Copy full SHA for d5e7be1
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Clear error signs and close loclist if no errors or warnings
Matt Madrid
committed
a92ccf3
View commit details
Copy full SHA for a92ccf3
View code at this point
Browse repository at this point
Show loclist only if there are errors or warnings
Show description for d704c98
diraol
committed
d704c98
View commit details
Copy full SHA for d704c98
View code at this point
Browse repository at this point
Modify loclist
Show description for 7c2201f
Will Le
authored and
diraol
committed
7c2201f
View commit details
Copy full SHA for 7c2201f
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Show linters error list only if not empty
glujan
committed
292f705
View commit details
Copy full SHA for 292f705
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
merged issue #840: fixed pymode_breakpoint deleting line if no debugger was found
fmv1992
committed
371eba4
View commit details
Copy full SHA for 371eba4
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
Fixed corner case of folding crash when there is a definition on the first line (gh issue #839)
fmv1992
committed
8aeb039
View commit details
Copy full SHA for 8aeb039
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
moved functions that restore cursor position near to where cursor is moved
fmv1992
committed
52ef7ab
View commit details
Copy full SHA for 52ef7ab
View code at this point
Browse repository at this point
added branch develop to Travis CI build and solved gh issue #814 (on the folding jumping problem)
fmv1992
committed
60c638d
View commit details
Copy full SHA for 60c638d
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
greatly improved tests; improved folding as a result
fmv1992
committed
5b6e92d
View commit details
Copy full SHA for 5b6e92d
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
fixed folding issue when definition was on first line (gh issue 808)
fmv1992
committed
c7e6baa
View commit details
Copy full SHA for c7e6baa
View code at this point
Browse repository at this point
fixed breakpoint_cmd being improperly reset (gh issue 795)
fmv1992
committed
65c68ea
View commit details
Copy full SHA for 65c68ea
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
changed troubleshooting mechanism and updated documentation on development guidelines
fmv1992
committed
6d497a4
View commit details
Copy full SHA for 6d497a4
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
updated vim files according to 2082d0b8fed7fff10b3f335cefc6a51dd25ee0b2 (various improvements)
fmv1992
committed
3e37c3c
View commit details
Copy full SHA for 3e37c3c
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.