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 }}
devdanzin
/
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
PC
msvcrtmodule.c
on
test_python_basic_repl
User selector
All users
All time
Commit history
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 Sep 21, 2023
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
aisk
authored
869f177
View commit details
Copy full SHA for 869f177
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
aisk
authored
e121fca
View commit details
Copy full SHA for e121fca
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
gh-108494: Argument Clinic: inline parsing code for positional-only parameters in the limited C API (GH-108622)
serhiy-storchaka
authored
1796c19
View commit details
Copy full SHA for 1796c19
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
serhiy-storchaka
authored
a293fa5
View commit details
Copy full SHA for a293fa5
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06
ericsnowcurrently
authored
a9c6e06
View commit details
Copy full SHA for a9c6e06
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
gh-83004: Harden msvcrt further (#103420)
erlend-aasland
authored
bd2ed06
View commit details
Copy full SHA for bd2ed06
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
gh-103092: Isolate msvcrt (#103248)
aisk
authored
dce2d38
View commit details
Copy full SHA for dce2d38
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
gh-83004: Harden `msvcrt` init (#103383)
erlend-aasland
authored
c3cd3d1
View commit details
Copy full SHA for c3cd3d1
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
gh-102255: Improve build support for Windows API partitions (GH-102256)
Show description for c6858d1
maxbachmann
authored
c6858d1
View commit details
Copy full SHA for c6858d1
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)
arhadthedev
authored
21f6b4d
View commit details
Copy full SHA for 21f6b4d
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
vstinner
authored
97308df
View commit details
Copy full SHA for 97308df
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Show description for 5e437fb
segevfiner
authored
5e437fb
View commit details
Copy full SHA for 5e437fb
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Show description for f6e58ae
vstinner
authored
f6e58ae
View commit details
Copy full SHA for f6e58ae
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
bpo-39184: Fix incorrect return value (GH-18580)
Show description for 6c444d0
zooba
authored
6c444d0
View commit details
Copy full SHA for 6c444d0
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
gousaiyang
authored
7514f4f
View commit details
Copy full SHA for 7514f4f
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-31462: Remove trailing whitespaces. (#3564)
serhiy-storchaka
authored
13ad3b7
View commit details
Copy full SHA for 13ad3b7
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904)
segevfiner
authored and
zooba
committed
a80e985
View commit details
Copy full SHA for a80e985
View code at this point
Browse repository at this point
Commits on Jul 26, 2017
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Show description for 679b566
segevfiner
authored and
zooba
committed
679b566
View commit details
Copy full SHA for 679b566
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
zooba
committed
bf0fc39
View commit details
Copy full SHA for bf0fc39
View code at this point
Browse repository at this point
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
zooba
committed
21fae03
View commit details
Copy full SHA for 21fae03
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #23524: Finish removing _PyVerify_fd from sources
zooba
committed
940f33a
View commit details
Copy full SHA for 940f33a
View code at this point
Browse repository at this point
clinic: PY_LONG_LONG -> long long
benjaminp
committed
cc85449
View commit details
Copy full SHA for cc85449
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace Py_(u)intptr_t with the c99 standard types
benjaminp
committed
ca47063
View commit details
Copy full SHA for ca47063
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
ssue #25207: fix ICC compiler warning in msvcrtmodule.c
vstinner
committed
ba45295
View commit details
Copy full SHA for ba45295
View code at this point
Browse repository at this point
Commits on May 14, 2015
Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available.
zooba
committed
71f574f
View commit details
Copy full SHA for 71f574f
View code at this point
Browse repository at this point
Commits on May 13, 2015
Issue #20172: Update clinicizations to current clinic.
zware
committed
77772c0
View commit details
Copy full SHA for 77772c0
View code at this point
Browse repository at this point
Issue #20172: Convert the msvcrt module to Argument Clinic.
zware
committed
4552089
View commit details
Copy full SHA for 4552089
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
zooba
committed
8fc8980
View commit details
Copy full SHA for 8fc8980
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
Issue #19936: Remove executable bits from C source files and several forgotten
Show description for 18cc3da
serhiy-storchaka
committed
18cc3da
View commit details
Copy full SHA for 18cc3da
View code at this point
Browse repository at this point
Issue #19936: Remove executable bits from C source files and several forgotten
Show description for 7f470d0
serhiy-storchaka
committed
7f470d0
View commit details
Copy full SHA for 7f470d0
View code at this point
Browse repository at this point
Commits on Jun 5, 2013
Issue #17931: Resolve confusion on Windows between pids and process handles.
shibturn
committed
ac0ad88
View commit details
Copy full SHA for ac0ad88
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.