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 }}
aaronsgithub
/
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
on
main
User selector
All users
All time
Commit history
Commits on Oct 30, 2022
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Show description for 3ac8c0a
CharlieZhao95
and
kumaraditya303
authored
3ac8c0a
View commit details
Copy full SHA for 3ac8c0a
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
Fix comment typos in `_operator.c` (#98853)
DavidBuchanan314
authored
1561e70
View commit details
Copy full SHA for 1561e70
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Show description for 3e07f82
scdub
and
scw
authored
3e07f82
View commit details
Copy full SHA for 3e07f82
View code at this point
Browse repository at this point
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892f
wjakob
authored
e60892f
View commit details
Copy full SHA for e60892f
View code at this point
Browse repository at this point
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)
sobolevn
authored
7b24333
View commit details
Copy full SHA for 7b24333
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
Fix readline.c compiler warning. (GH-98738)
Show description for 29b391b
benjaminp
authored
29b391b
View commit details
Copy full SHA for 29b391b
View code at this point
Browse repository at this point
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694
ericsnowcurrently
authored
f323694
View commit details
Copy full SHA for f323694
View code at this point
Browse repository at this point
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)
sobolevn
authored
5d30544
View commit details
Copy full SHA for 5d30544
View code at this point
Browse repository at this point
Commits on Oct 23, 2022
gh-91524: Speed up the regular expression substitution (#91525)
Show description for 75a6fad
serhiy-storchaka
authored
75a6fad
View commit details
Copy full SHA for 75a6fad
View code at this point
Browse repository at this point
Commits on Oct 22, 2022
GH-98363: Slicing isn't necessary. A size reduction will suffice. (GH-98538)
rhettinger
authored
5871e19
View commit details
Copy full SHA for 5871e19
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
GH-98363: Use better accessor macro (#98535)
rhettinger
authored
8d57423
View commit details
Copy full SHA for 8d57423
View code at this point
Browse repository at this point
bpo-2716: add license for audioop module (#19972)
furkanonder
authored
4c1145b
View commit details
Copy full SHA for 4c1145b
View code at this point
Browse repository at this point
GH-98363: Fix exception handling in batched() (GH-98523)
rhettinger
authored
a5ff80c
View commit details
Copy full SHA for a5ff80c
View code at this point
Browse repository at this point
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
carljm
authored
82ccbf6
View commit details
Copy full SHA for 82ccbf6
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
gh-95023: Added os.setns and os.unshare functions (#95046)
Show description for a371a7e
4 people
authored
a371a7e
View commit details
Copy full SHA for a371a7e
View code at this point
Browse repository at this point
GH-98363: Presize the list for batched() (GH-98419)
rhettinger
authored
c1e02d4
View commit details
Copy full SHA for c1e02d4
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Show description for db03c80
vstinner
authored
db03c80
View commit details
Copy full SHA for db03c80
View code at this point
Browse repository at this point
Fix typos in comments (GH-98375)
rhettinger
authored
9608bef
View commit details
Copy full SHA for 9608bef
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
GH-98363: Add itertools.batched() (GH-98364)
rhettinger
authored
de3ece7
View commit details
Copy full SHA for de3ece7
View code at this point
Browse repository at this point
Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)
benjaminp
authored
0f156c1
View commit details
Copy full SHA for 0f156c1
View code at this point
Browse repository at this point
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302
vstinner
authored
1863302
View commit details
Copy full SHA for 1863302
View code at this point
Browse repository at this point
gh-95534: Improve gzip reading speed by 10% (#97664)
Show description for eae7dad
rhpvorderman
authored
eae7dad
View commit details
Copy full SHA for eae7dad
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (#98158)
sobolevn
authored
7b48d02
View commit details
Copy full SHA for 7b48d02
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
gh-94808: Cover `PyEval_GetFuncName` (#98246)
sobolevn
authored
f01b56c
View commit details
Copy full SHA for f01b56c
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
gh-98178: syslog() is not thread-safe on macOS (#98213)
Show description for d4b9166
vstinner
authored
d4b9166
View commit details
Copy full SHA for d4b9166
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
signalmodule.c uses _PyErr_WriteUnraisableMsg() (#98217)
Show description for 342b115
vstinner
authored
342b115
View commit details
Copy full SHA for 342b115
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Show description for f871e9a
hauntsaninja
authored
f871e9a
View commit details
Copy full SHA for f871e9a
View code at this point
Browse repository at this point
gh-96821: Fix undefined behaviour in `audioop.c` (#96923)
Show description for 553d3c1
matthiasgoergens
and
blurb-it[bot]
authored
553d3c1
View commit details
Copy full SHA for 553d3c1
View code at this point
Browse repository at this point
gh-94808: Add coverage for bytesarray_setitem (#95802)
mdboom
authored
dfcdee4
View commit details
Copy full SHA for dfcdee4
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
noamcohen97
authored
5405537
View commit details
Copy full SHA for 5405537
View code at this point
Browse repository at this point
gh-97922: Run the GC only on eval breaker (#97920)
pablogsal
authored
83eb827
View commit details
Copy full SHA for 83eb827
View code at this point
Browse repository at this point
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
carljm
authored
e82d977
View commit details
Copy full SHA for e82d977
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
hagai-helman
authored
1523c9e
View commit details
Copy full SHA for 1523c9e
View code at this point
Browse repository at this point
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
slateny
authored
676d8ef
View commit details
Copy full SHA for 676d8ef
View code at this point
Browse repository at this point
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
sobolevn
authored
24a6645
View commit details
Copy full SHA for 24a6645
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.