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
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 24, 2021
bpo-46120: State that `|` is preferred over `Union` (GH-30222)
Show description for 1b30660
3 people
authored
1b30660
View commit details
Copy full SHA for 1b30660
Browse repository at this point
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)
Show description for b8de8b7
sobolevn
authored
b8de8b7
View commit details
Copy full SHA for b8de8b7
Browse repository at this point
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
gpshead
authored
d888067
View commit details
Copy full SHA for d888067
Browse repository at this point
Commits on Dec 23, 2021
typos (#30239)
kumaraditya303
authored
cf15419
View commit details
Copy full SHA for cf15419
Browse repository at this point
bpo-46157: fix typo in docs (GH-30237)
kumaraditya303
authored
71ef0b4
View commit details
Copy full SHA for 71ef0b4
Browse repository at this point
Commits on Dec 22, 2021
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
davidhewitt
authored
31ff967
View commit details
Copy full SHA for 31ff967
Browse repository at this point
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Show description for fc54e72
kumaraditya303
and
ned-deily
authored
fc54e72
View commit details
Copy full SHA for fc54e72
Browse repository at this point
Commits on Dec 21, 2021
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159)
iritkatriel
authored
c66fc0f
View commit details
Copy full SHA for c66fc0f
Browse repository at this point
Update potentially confusing note for mean. (GH-30174)
mdickinson
authored
e9a01e2
View commit details
Copy full SHA for e9a01e2
Browse repository at this point
Commits on Dec 20, 2021
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)
Show description for e9898bf
pablogsal
and
isidentical
authored
e9898bf
View commit details
Copy full SHA for e9898bf
Browse repository at this point
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Show description for 6ca78af
serhiy-storchaka
authored
6ca78af
View commit details
Copy full SHA for 6ca78af
Browse repository at this point
bpo-46104: Fix example broken by GH-30148 (GH-30203)
Show description for 7c5c3f7
AlexWaygood
authored
7c5c3f7
View commit details
Copy full SHA for 7c5c3f7
Browse repository at this point
Commits on Dec 19, 2021
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Show description for 29ea68b
rhettinger
authored
29ea68b
View commit details
Copy full SHA for 29ea68b
Browse repository at this point
bpo-46131: add fastpath for PyFloat_Check() (#30200)
mattip
authored
2ef06d4
View commit details
Copy full SHA for 2ef06d4
Browse repository at this point
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109)
AlexWaygood
authored
aeb9ef4
View commit details
Copy full SHA for aeb9ef4
Browse repository at this point
bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building (GH-30181)
neonene
authored
0b582a4
View commit details
Copy full SHA for 0b582a4
Browse repository at this point
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Show description for 9c06fd8
asvetlov
and
kumaraditya303
authored
9c06fd8
View commit details
Copy full SHA for 9c06fd8
Browse repository at this point
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
Show description for 3d3615f
rffontenelle
authored
3d3615f
View commit details
Copy full SHA for 3d3615f
Browse repository at this point
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197)
Show description for da4b214
kumaraditya303
and
asvetlov
authored
da4b214
View commit details
Copy full SHA for da4b214
Browse repository at this point
bpo-46125: Refactor tests to test traversable API directly. Includes changes from importlib_resources 5.4.0. (GH-30189)
jaraco
authored
9b52920
View commit details
Copy full SHA for 9b52920
Browse repository at this point
Commits on Dec 18, 2021
bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)
Show description for fe68486
Carreau
authored
fe68486
View commit details
Copy full SHA for fe68486
Browse repository at this point
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Show description for 0339434
3 people
authored
0339434
View commit details
Copy full SHA for 0339434
Browse repository at this point
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
Show description for ae36cd1
akulakov
authored
ae36cd1
View commit details
Copy full SHA for ae36cd1
Browse repository at this point
bpo-46113: Minor fixes in stdtypes documentation (GH-30167)
Show description for 6f2df42
vivekvashist
authored
6f2df42
View commit details
Copy full SHA for 6f2df42
Browse repository at this point
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140)
Show description for 427a490
kulikjak
and
asvetlov
authored
427a490
View commit details
Copy full SHA for 427a490
Browse repository at this point
bpo-46088: Automatically detect or install bootstrap Python runtime when building from Visual Studio (GH-30143)
zooba
authored
6fc91da
View commit details
Copy full SHA for 6fc91da
Browse repository at this point
bpo-40915: Avoid compiler warnings by fixing mmapmodule conversion from LARGE_INTEGER to Py_ssize_t (GH-30175)
neonene
authored
6214caa
View commit details
Copy full SHA for 6214caa
Browse repository at this point
bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)
Show description for 6ada013
AlexWaygood
and
asvetlov
authored
6ada013
View commit details
Copy full SHA for 6ada013
Browse repository at this point
Commits on Dec 17, 2021
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
tiran
authored
da8cf8a
View commit details
Copy full SHA for da8cf8a
Browse repository at this point
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
tiran
authored
2985fea
View commit details
Copy full SHA for 2985fea
Browse repository at this point
bpo-46072: Add top level stats struct (GH-30169)
markshannon
authored
efd6236
View commit details
Copy full SHA for efd6236
Browse repository at this point
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Show description for 396b583
iritkatriel
authored
396b583
View commit details
Copy full SHA for 396b583
Browse repository at this point
Doc: some rst linting. (GH-30149)
JulienPalard
authored
62a0a2a
View commit details
Copy full SHA for 62a0a2a
Browse repository at this point
bpo-46111: Fix unittest tests in optimized mode (GH-30163)
serhiy-storchaka
authored
95a922b
View commit details
Copy full SHA for 95a922b
Browse repository at this point
Fix a typo in the message from make_ssl_certs. (GH-30152)
Show description for 69ef1b5
yilei
authored
69ef1b5
View commit details
Copy full SHA for 69ef1b5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.