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 }}
EricRahm
/
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
Misc
on
main
User selector
All users
All time
Commit history
Commits on Oct 23, 2023
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
Show description for 3726cb0
hetmankp
authored
3726cb0
View commit details
Copy full SHA for 3726cb0
View code at this point
Browse repository at this point
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Show description for 32c37fe
furkanonder
and
skrah
authored
32c37fe
View commit details
Copy full SHA for 32c37fe
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
ayappanec
authored
88bac5d
View commit details
Copy full SHA for 88bac5d
View code at this point
Browse repository at this point
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
gaogaotiantian
authored
767f416
View commit details
Copy full SHA for 767f416
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Show description for 6c23635
serhiy-storchaka
and
Gobot1234
authored
6c23635
View commit details
Copy full SHA for 6c23635
View code at this point
Browse repository at this point
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
sobolevn
authored
fd60549
View commit details
Copy full SHA for fd60549
View code at this point
Browse repository at this point
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Show description for 9a1fe09
serhiy-storchaka
authored
9a1fe09
View commit details
Copy full SHA for 9a1fe09
View code at this point
Browse repository at this point
gh-111123: symtable should visit exception handlers before the else block (#111142)
iritkatriel
authored
b578e51
View commit details
Copy full SHA for b578e51
View code at this point
Browse repository at this point
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Show description for 7237fb5
vstinner
authored
7237fb5
View commit details
Copy full SHA for 7237fb5
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
yamt
authored
5dfa717
View commit details
Copy full SHA for 5dfa717
View code at this point
Browse repository at this point
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32be
vstinner
authored
d8f32be
View commit details
Copy full SHA for d8f32be
View code at this point
Browse repository at this point
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Show description for d731579
vstinner
and
serhiy-storchaka
authored
d731579
View commit details
Copy full SHA for d731579
View code at this point
Browse repository at this point
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
sorgloomer
authored
11312ea
View commit details
Copy full SHA for 11312ea
View code at this point
Browse repository at this point
gh-111092: Make turtledemo run without default root enabled (#111093)
Show description for b802882
terryjreedy
authored
b802882
View commit details
Copy full SHA for b802882
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
gh-85283: Build posixshmem extension with Limited C API (#111087)
Show description for 8d234cd
vstinner
authored
8d234cd
View commit details
Copy full SHA for 8d234cd
View code at this point
Browse repository at this point
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
AA-Turner
authored
63acf78
View commit details
Copy full SHA for 63acf78
View code at this point
Browse repository at this point
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
AA-Turner
authored
da99133
View commit details
Copy full SHA for da99133
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
sobolevn
authored
94495d0
View commit details
Copy full SHA for 94495d0
View code at this point
Browse repository at this point
GH-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process (GH-102896)
gaogaotiantian
authored
e6eb8ca
View commit details
Copy full SHA for e6eb8ca
View code at this point
Browse repository at this point
gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111016)
Show description for cb1bf89
jmroot
and
ned-deily
authored
cb1bf89
View commit details
Copy full SHA for cb1bf89
View code at this point
Browse repository at this point
gh-100445: Improve error message for unterminated strings with escapes (#100446)
hauntsaninja
authored
3156d19
View commit details
Copy full SHA for 3156d19
View code at this point
Browse repository at this point
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
csm10495
authored
738574f
View commit details
Copy full SHA for 738574f
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-85283: Build _uuid extension with limited C API (#111010)
vstinner
authored
73a003f
View commit details
Copy full SHA for 73a003f
View code at this point
Browse repository at this point
gh-85283: Build _scproxy extension with limited C API (#111008)
Show description for 7029c1a
vstinner
authored
7029c1a
View commit details
Copy full SHA for 7029c1a
View code at this point
Browse repository at this point
gh-85283: Build resource extension with limited C API (#110989)
Show description for e37620e
vstinner
authored
e37620e
View commit details
Copy full SHA for e37620e
View code at this point
Browse repository at this point
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Show description for 920b3df
vstinner
authored
920b3df
View commit details
Copy full SHA for 920b3df
View code at this point
Browse repository at this point
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Show description for 2324652
vstinner
authored
2324652
View commit details
Copy full SHA for 2324652
View code at this point
Browse repository at this point
gh-85283: Build winsound extension with limited C API (#110978)
Show description for 6db6b30
vstinner
authored
6db6b30
View commit details
Copy full SHA for 6db6b30
View code at this point
Browse repository at this point
gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (#110973)
pablogsal
authored
24e4ec7
View commit details
Copy full SHA for 24e4ec7
View code at this point
Browse repository at this point
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0
vstinner
authored
be5e8a0
View commit details
Copy full SHA for be5e8a0
View code at this point
Browse repository at this point
gh-85283: Build md5 extension with limited C API (#110967)
Show description for 4dba0a6
vstinner
authored
4dba0a6
View commit details
Copy full SHA for 4dba0a6
View code at this point
Browse repository at this point
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Show description for 37bd872
vstinner
authored
37bd872
View commit details
Copy full SHA for 37bd872
View code at this point
Browse repository at this point
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9
vstinner
and
erlend-aasland
authored
cc71cc9
View commit details
Copy full SHA for cc71cc9
View code at this point
Browse repository at this point
gh-85283: Build _testimportmultiple with limited C API (#110954)
vstinner
authored
cf9c25c
View commit details
Copy full SHA for cf9c25c
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
gh-110912: Correctly display tracebacks for MemoryError exceptions using the traceback module (#110921)
pablogsal
authored
b3c9faf
View commit details
Copy full SHA for b3c9faf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.