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 }}
parikpython
/
cpython
Public
forked from
python/cpython
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
cpython
Modules
_cursesmodule.c
on
main
User selector
All users
All time
Commit history
Commits on Dec 12, 2021
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_ImportModule (GH-30046)
kumaraditya303
authored
41026c3
View commit details
Copy full SHA for 41026c3
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
0-wiz-0
authored
2fb797e
View commit details
Copy full SHA for 2fb797e
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Show description for 03e9f5d
tiran
authored
03e9f5d
View commit details
Copy full SHA for 03e9f5d
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)
Show description for 7944307
3 people
authored
7944307
View commit details
Copy full SHA for 7944307
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
Update URLs in comments and metadata to use HTTPS (GH-27458)
coderanger
authored
be42c06
View commit details
Copy full SHA for be42c06
View code at this point
Browse repository at this point
Commits on May 3, 2021
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
pablogsal
authored
c2931d3
View commit details
Copy full SHA for c2931d3
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994
vstinner
authored
3bb0994
View commit details
Copy full SHA for 3bb0994
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
serhiy-storchaka
authored
b1dc1aa
View commit details
Copy full SHA for b1dc1aa
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
bpo-43108: Fix a reference leak in the curses module (GH-24420)
pablogsal
authored
bb739ec
View commit details
Copy full SHA for bb739ec
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
bpo-41798: Allocate the _curses._C_API on the heap memory (GH-24186)
shihai1991
authored
2f12a1b
View commit details
Copy full SHA for 2f12a1b
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
ZackerySpytz
authored
14cfa32
View commit details
Copy full SHA for 14cfa32
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
Show description for 59f9b4e
serhiy-storchaka
authored
59f9b4e
View commit details
Copy full SHA for 59f9b4e
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
serhiy-storchaka
authored
1470edd
View commit details
Copy full SHA for 1470edd
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68c
vstinner
authored
32bd68c
View commit details
Copy full SHA for 32bd68c
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Show description for 3783413
vstinner
authored
3783413
View commit details
Copy full SHA for 3783413
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Show description for da4e09f
hpjansson
and
websurfer5
authored
da4e09f
View commit details
Copy full SHA for da4e09f
View code at this point
Browse repository at this point
Commits on May 11, 2020
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
Show description for 4804b5b
vstinner
authored
4804b5b
View commit details
Copy full SHA for 4804b5b
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
serhiy-storchaka
authored
8f87eef
View commit details
Copy full SHA for 8f87eef
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Show description for 9205520
vstinner
authored
9205520
View commit details
Copy full SHA for 9205520
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Show description for 37fcbb6
corona10
authored
37fcbb6
View commit details
Copy full SHA for 37fcbb6
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions are activated (GH-18705)
isidentical
authored
4991cf4
View commit details
Copy full SHA for 4991cf4
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Show description for daa9756
vstinner
authored
daa9756
View commit details
Copy full SHA for daa9756
View code at this point
Browse repository at this point
Commits on Nov 17, 2019
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
Show description for 2bc3434
ZackerySpytz
authored and
serhiy-storchaka
committed
2bc3434
View commit details
Copy full SHA for 2bc3434
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
asottile
authored and
serhiy-storchaka
committed
b32cb97
View commit details
Copy full SHA for b32cb97
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Show description for 279f446
serhiy-storchaka
authored
279f446
View commit details
Copy full SHA for 279f446
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Show description for 077af8c
vstinner
authored
077af8c
View commit details
Copy full SHA for 077af8c
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
bpo-37695: Correct unget_wch error message. (GH-14986)
asottile
authored and
serhiy-storchaka
committed
c9345e3
View commit details
Copy full SHA for c9345e3
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
jdemeyer
authored and
methane
committed
762f93f
View commit details
Copy full SHA for 762f93f
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5
serhiy-storchaka
authored
d4f9cf5
View commit details
Copy full SHA for d4f9cf5
View code at this point
Browse repository at this point
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
serhiy-storchaka
authored
8152402
View commit details
Copy full SHA for 8152402
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
bpo-31680: Add curses.ncurses_version. (GH-4217)
Show description for b232df9
serhiy-storchaka
authored
b232df9
View commit details
Copy full SHA for b232df9
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
suppress compiler warnings in _cursesmodule.c (#7860)
zhangyangyu
authored
44742e9
View commit details
Copy full SHA for 44742e9
View code at this point
Browse repository at this point
Commits on May 10, 2018
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
serhiy-storchaka
authored
b00854c
View commit details
Copy full SHA for b00854c
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
correct the typos (#4950)
srinivasreddy
authored and
asvetlov
committed
83cb778
View commit details
Copy full SHA for 83cb778
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.