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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
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
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 4, 2024
gh-123961: Convert `curses.window` static type into a heap type (#124934)
picnixz
authored
f66d785
View commit details
Copy full SHA for f66d785
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
gh-123961: Clean up curses C API/capsule (#124907)
picnixz
authored
e6dd71d
View commit details
Copy full SHA for e6dd71d
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Show description for c2ba931
ZeroIntensity
and
picnixz
authored
c2ba931
View commit details
Copy full SHA for c2ba931
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
gh-123961: Add a global state to _curses (#124729)
picnixz
authored
4d8e7c4
View commit details
Copy full SHA for 4d8e7c4
View code at this point
Browse repository at this point
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
picnixz
authored
12417a9
View commit details
Copy full SHA for 12417a9
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124047)
Show description for acb3f87
picnixz
authored
acb3f87
View commit details
Copy full SHA for acb3f87
View code at this point
Browse repository at this point
gh-124044: protect macros expansions in `_cursesmodules.c` using `do { ... } while (0)` (#124045)
picnixz
authored
e49d1b4
View commit details
Copy full SHA for e49d1b4
View code at this point
Browse repository at this point
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
picnixz
authored
403f3dd
View commit details
Copy full SHA for 403f3dd
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#123953)
picnixz
authored
2938c3d
View commit details
Copy full SHA for 2938c3d
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
gh-113565: Improve and harden detection of curses dependencies (#119816)
Show description for f80376b
erlend-aasland
authored
f80376b
View commit details
Copy full SHA for f80376b
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
serhiy-storchaka
authored
b313cc6
View commit details
Copy full SHA for b313cc6
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
encukou
authored
417dd3a
View commit details
Copy full SHA for 417dd3a
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Show description for 08d169f
3 people
authored
08d169f
View commit details
Copy full SHA for 08d169f
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
serhiy-storchaka
authored
59ea0f5
View commit details
Copy full SHA for 59ea0f5
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Show description for 2b15536
serhiy-storchaka
authored
2b15536
View commit details
Copy full SHA for 2b15536
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Show description for a87c46e
serhiy-storchaka
authored
a87c46e
View commit details
Copy full SHA for a87c46e
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Show description for 3817607
vstinner
authored
3817607
View commit details
Copy full SHA for 3817607
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
kumaraditya303
authored
0a806f2
View commit details
Copy full SHA for 0a806f2
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
GH-94644: fix test_curses ref leak (GH-94647)
kumaraditya303
authored
277f55c
View commit details
Copy full SHA for 277f55c
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.