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
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
42
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Misc
on
shared-testcase
User selector
All users
All time
Commit history
Commits on Mar 9, 2022
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
serhiy-storchaka
authored
02fbaf4
View commit details
Copy full SHA for 02fbaf4
View code at this point
Browse repository at this point
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
authored
d177751
View commit details
Copy full SHA for d177751
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
iritkatriel
authored
88b7d86
View commit details
Copy full SHA for 88b7d86
View code at this point
Browse repository at this point
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Show description for da80d6b
vringar
and
asvetlov
authored
da80d6b
View commit details
Copy full SHA for da80d6b
View code at this point
Browse repository at this point
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
tiran
authored
c8a47e7
View commit details
Copy full SHA for c8a47e7
View code at this point
Browse repository at this point
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
brandtbucher
authored
5498a61
View commit details
Copy full SHA for 5498a61
View code at this point
Browse repository at this point
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Show description for 36dd739
Ma Lin
and
marcoffee
authored
36dd739
View commit details
Copy full SHA for 36dd739
View code at this point
Browse repository at this point
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Show description for 591f675
hukkin
authored
591f675
View commit details
Copy full SHA for 591f675
View code at this point
Browse repository at this point
bpo-43224: Implement PEP 646 changes to typing.py (GH-31021)
Show description for 7a793a3
mrahtz
and
JelleZijlstra
authored
7a793a3
View commit details
Copy full SHA for 7a793a3
View code at this point
Browse repository at this point
bpo-46170: Improve the error message when subclassing NewType (GH-30268)
Show description for f391f9b
4 people
authored
f391f9b
View commit details
Copy full SHA for f391f9b
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
zooba
authored
176835c
View commit details
Copy full SHA for 176835c
View code at this point
Browse repository at this point
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731)
zooba
authored
105b9ac
View commit details
Copy full SHA for 105b9ac
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main'
pablogsal
committed
c1069a4
View commit details
Copy full SHA for c1069a4
View code at this point
Browse repository at this point
bpo-41370: Evaluate strings as forward refs in PEP 585 generics (GH-30900)
Show description for b465b60
3 people
authored
b465b60
View commit details
Copy full SHA for b465b60
View code at this point
Browse repository at this point
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
zooba
authored
77446d2
View commit details
Copy full SHA for 77446d2
View code at this point
Browse repository at this point
bpo-46933: Make pwd module optional (GH-31700)
Show description for ca9689f
tiran
and
Erlend Egeberg Aasland
authored
ca9689f
View commit details
Copy full SHA for ca9689f
View code at this point
Browse repository at this point
Python 3.11.0a6
pablogsal
committed
3ddfa55
View commit details
Copy full SHA for 3ddfa55
View code at this point
Browse repository at this point
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Show description for 3b3be05
pablogsal
authored
3b3be05
View commit details
Copy full SHA for 3b3be05
View code at this point
Browse repository at this point
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Show description for 496c428
jacobtylerwalls
and
serhiy-storchaka
authored
496c428
View commit details
Copy full SHA for 496c428
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
Show description for eafec26
MojoVampire
authored
eafec26
View commit details
Copy full SHA for eafec26
View code at this point
Browse repository at this point
bpo-46921: Vectorcall support for `super()` (GH-31687)
Show description for 602024e
Fidget-Spinner
and
corona10
authored
602024e
View commit details
Copy full SHA for 602024e
View code at this point
Browse repository at this point
bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
methane
authored
2d8b764
View commit details
Copy full SHA for 2d8b764
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
serhiy-storchaka
authored
ab9301a
View commit details
Copy full SHA for ab9301a
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
brandtbucher
authored
c4d2d57
View commit details
Copy full SHA for c4d2d57
View code at this point
Browse repository at this point
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
brandtbucher
authored
586b24d
View commit details
Copy full SHA for 586b24d
View code at this point
Browse repository at this point
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
markshannon
authored
03c2a36
View commit details
Copy full SHA for 03c2a36
View code at this point
Browse repository at this point
bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles (GH-31677)
zooba
authored
8f31bf4
View commit details
Copy full SHA for 8f31bf4
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
bpo-46841: Use inline caching for attribute accesses (GH-31640)
brandtbucher
authored
05a8bc1
View commit details
Copy full SHA for 05a8bc1
View code at this point
Browse repository at this point
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
Show description for 4173d67
vstinner
authored
4173d67
View commit details
Copy full SHA for 4173d67
View code at this point
Browse repository at this point
bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
brandtbucher
authored
127797f
View commit details
Copy full SHA for 127797f
View code at this point
Browse repository at this point
bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
kumaraditya303
authored
cc40058
View commit details
Copy full SHA for cc40058
View code at this point
Browse repository at this point
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
markshannon
authored
751c9ed
View commit details
Copy full SHA for 751c9ed
View code at this point
Browse repository at this point
bpo-46643: fix NEWS entry (GH-31651)
JelleZijlstra
authored
59e1ce9
View commit details
Copy full SHA for 59e1ce9
View code at this point
Browse repository at this point
bpo-40116: dict: Add regression test for iteration order. (GH-31550)
methane
authored
4f74052
View commit details
Copy full SHA for 4f74052
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.