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
Type
/
to 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
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
5.1k
Code
Issues
219
Pull requests
149
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
adding curses.ascii, curses.panel and curses.textpad modules
- #1792
#1792
Merged
JelleZijlstra
merged 10 commits into
python:master
python/typeshed:master
from
gossrock:master
Copy head branch name to clipboard
Jan 26, 2018
Conversation
Commits
10
(10)
Checks
Files changed
Merged
adding curses.ascii, curses.panel and curses.textpad modules
#1792
JelleZijlstra
merged 10 commits into
python:master
python/typeshed:master
from
gossrock:master
Copy head branch name to clipboard
Commits
Commits on Dec 17, 2017
adding ascii, panal and textpad modules to the curses module.
gossrock
committed
aa86122
View commit details
Copy full SHA for aa86122
Browse repository at this point
made a few flake8 changes
gossrock
committed
ea5870e
View commit details
Copy full SHA for ea5870e
Browse repository at this point
remove a couple of unnessisary imports
gossrock
committed
bfc0865
View commit details
Copy full SHA for bfc0865
Browse repository at this point
Commits on Dec 18, 2017
Update ascii.pyi
Show description for f5f8b4d
gossrock
authored
f5f8b4d
View commit details
Copy full SHA for f5f8b4d
Browse repository at this point
added curses/panel.pyi and curses/textpad.pyi to test/pytype_blacklist.txt
Show description for 76b3276
gossrock
committed
76b3276
View commit details
Copy full SHA for 76b3276
Browse repository at this point
Commits on Dec 21, 2017
Update ascii.pyi
Show description for 4b7fec6
gossrock
authored
4b7fec6
View commit details
Copy full SHA for 4b7fec6
Browse repository at this point
changed from using @overload to TypeVar
gossrock
committed
67f3b3c
View commit details
Copy full SHA for 67f3b3c
Browse repository at this point
in 'edit' method stub changed 'validator' to 'validate' to match source code.
gossrock
committed
e3a8f65
View commit details
Copy full SHA for e3a8f65
Browse repository at this point
Update ascii.pyi
Show description for 6dd2efc
gossrock
authored
6dd2efc
View commit details
Copy full SHA for 6dd2efc
Browse repository at this point
changed 'is' functions to take Union[str, int] instead of only str.
Show description for f5f480d
gossrock
committed
f5f480d
View commit details
Copy full SHA for f5f480d
Browse repository at this point
You can’t perform that action at this time.