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 }}
ihmin
/
python-console
Public
forked from
alextsui05/python-console
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 27, 2018
Re-release project under MIT license
alextsui05
committed
0db265d
View commit details
Copy full SHA for 0db265d
Browse repository at this point
Commits on Sep 2, 2014
Refactor: add helper method to move cursor to end.
alextsui05
committed
7af2117
View commit details
Copy full SHA for 7af2117
Browse repository at this point
Commits on Sep 1, 2014
Hitting return should put the cursor at the end of the input line.
alextsui05
committed
da761d1
View commit details
Copy full SHA for da761d1
Browse repository at this point
Commits on Aug 30, 2014
Correct edge case where last block is closed.
alextsui05
committed
8e1291d
View commit details
Copy full SHA for 8e1291d
Browse repository at this point
Tab complete will try to complete to longest common prefix.
alextsui05
committed
ebe8cef
View commit details
Copy full SHA for ebe8cef
Browse repository at this point
Commits on Aug 26, 2014
Make BlockParseState aware of BracketParseState.
alextsui05
committed
86332c1
View commit details
Copy full SHA for 86332c1
Browse repository at this point
Commits on Aug 24, 2014
Add initial implementation of BracketParseState to handle groups.
alextsui05
committed
39e2086
View commit details
Copy full SHA for 39e2086
Browse repository at this point
Commits on Aug 23, 2014
Add a command history buffer.
alextsui05
committed
1e3700a
View commit details
Copy full SHA for 1e3700a
Browse repository at this point
Commits on Aug 21, 2014
Improve usability of tab completion.
alextsui05
committed
b600aef
View commit details
Copy full SHA for b600aef
Browse repository at this point
Add basic tab completion functionality.
Show description for b2e5b28
alextsui05
committed
b2e5b28
View commit details
Copy full SHA for b2e5b28
Browse repository at this point
Commits on Aug 20, 2014
Allow line continuations within blocks.
Show description for e72fb2a
alextsui05
committed
e72fb2a
View commit details
Copy full SHA for e72fb2a
Browse repository at this point
Implement line continuations.
Show description for 5726370
alextsui05
committed
5726370
View commit details
Copy full SHA for 5726370
Browse repository at this point
Fix Interpreter to properly reset state after compilation error.
alextsui05
committed
799e347
View commit details
Copy full SHA for 799e347
Browse repository at this point
Some cleanup.
alextsui05
committed
d242a1f
View commit details
Copy full SHA for d242a1f
Browse repository at this point
Commits on Aug 18, 2014
Refactor parsing behavior handling.
alextsui05
committed
6398d59
View commit details
Copy full SHA for 6398d59
Browse repository at this point
Support line continuations e.g. lines ending with backslash.
alextsui05
committed
9e5fe5d
View commit details
Copy full SHA for 9e5fe5d
Browse repository at this point
Commits on Aug 15, 2014
Implement multiline block handling in console example.
alextsui05
committed
2779877
View commit details
Copy full SHA for 2779877
Browse repository at this point
Commits on Aug 13, 2014
Add ParseHelper + Interpreter + CLI interface example.
alextsui05
committed
e94f2e6
View commit details
Copy full SHA for e94f2e6
Browse repository at this point
Commits on Aug 12, 2014
Fix OSX macro goofiness.
alextsui05
committed
bc7788c
View commit details
Copy full SHA for bc7788c
Browse repository at this point
Add ParseHelper implementation and examples.
alextsui05
committed
2130a02
View commit details
Copy full SHA for 2130a02
Browse repository at this point
Commits on Aug 3, 2014
Add a README file.
alextsui05
committed
3b4e782
View commit details
Copy full SHA for 3b4e782
Browse repository at this point
Add copy of the LGPL 2.1 license.
alextsui05
committed
7901dec
View commit details
Copy full SHA for 7901dec
Browse repository at this point
Tie interpreter to the console widget.
alextsui05
committed
c005072
View commit details
Copy full SHA for c005072
Browse repository at this point
Remember to release thread when exiting interpret method.
alextsui05
committed
92286a5
View commit details
Copy full SHA for 92286a5
Browse repository at this point
Commits on Jul 27, 2014
Pull in console UI work from last week.
Show description for 82764bd
alextsui05
committed
82764bd
View commit details
Copy full SHA for 82764bd
Browse repository at this point
Factor Interpreter code into header/implementation file.
alextsui05
committed
989b5b3
View commit details
Copy full SHA for 989b5b3
Browse repository at this point
Add an initial implementation of a python interpreter class.
alextsui05
committed
63389be
View commit details
Copy full SHA for 63389be
Browse repository at this point
You can’t perform that action at this time.