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
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 }}
BeatButton
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 22, 2018
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189)
Show description for f757b72
methane
authored
f757b72
View commit details
Copy full SHA for f757b72
Browse repository at this point
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
Show description for 40472dd
jab
authored and
ilevkivskyi
committed
40472dd
View commit details
Copy full SHA for 40472dd
Browse repository at this point
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)
dstufft
authored
d93b516
View commit details
Copy full SHA for d93b516
Browse repository at this point
Commits on Mar 21, 2018
Add 'Field' to dataclasses.__all__. (GH-6182)
Show description for 8e4560a
ericvsmith
authored
8e4560a
View commit details
Copy full SHA for 8e4560a
Browse repository at this point
FIX failure on OSX sem_getvalue (#6180)
tomMoral
authored and
pitrou
committed
dec1c77
View commit details
Copy full SHA for dec1c77
Browse repository at this point
bpo-33078 - Fix queue size on pickling error (GH-6119)
tomMoral
authored and
pitrou
committed
e2f33ad
View commit details
Copy full SHA for e2f33ad
Browse repository at this point
Fix typos in mmap() error messages (GH-6173)
ZackerySpytz
authored and
zhangyangyu
committed
9308dea
View commit details
Copy full SHA for 9308dea
Browse repository at this point
bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170)
Show description for 8f6eccd
ericvsmith
authored
8f6eccd
View commit details
Copy full SHA for 8f6eccd
Browse repository at this point
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Show description for 10b134a
zhangyangyu
authored
10b134a
View commit details
Copy full SHA for 10b134a
Browse repository at this point
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Show description for 5609b78
csabella
authored and
zhangyangyu
committed
5609b78
View commit details
Copy full SHA for 5609b78
Browse repository at this point
Commits on Mar 20, 2018
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
csabella
authored and
pfmoore
committed
4be79f2
View commit details
Copy full SHA for 4be79f2
Browse repository at this point
bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078)
agnosticdev
authored and
berkerpeksag
committed
2cb4661
View commit details
Copy full SHA for 2cb4661
Browse repository at this point
bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152)
Show description for 7389fd9
ericvsmith
authored
7389fd9
View commit details
Copy full SHA for 7389fd9
Browse repository at this point
Commits on Mar 19, 2018
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
aetracht
authored and
ilevkivskyi
committed
4573820
View commit details
Copy full SHA for 4573820
Browse repository at this point
bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147)
Show description for f199bc6
ericvsmith
authored
f199bc6
View commit details
Copy full SHA for f199bc6
Browse repository at this point
Commits on Mar 18, 2018
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye
authored and
Mariatta
committed
3fe3304
View commit details
Copy full SHA for 3fe3304
Browse repository at this point
Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)
Show description for f64aae4
JelleZijlstra
authored and
ambv
committed
f64aae4
View commit details
Copy full SHA for f64aae4
Browse repository at this point
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
serhiy-storchaka
authored
fe2bbb1
View commit details
Copy full SHA for fe2bbb1
Browse repository at this point
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
serhiy-storchaka
authored
134cb01
View commit details
Copy full SHA for 134cb01
Browse repository at this point
bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110)
serhiy-storchaka
authored
bc300ce
View commit details
Copy full SHA for bc300ce
Browse repository at this point
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Show description for bbf7bb7
palaviv
authored and
berkerpeksag
committed
bbf7bb7
View commit details
Copy full SHA for bbf7bb7
Browse repository at this point
Commits on Mar 17, 2018
Update pip to 9.0.2 and setuptools to 38.6.1 (#6133)
dstufft
authored
7f81bb2
View commit details
Copy full SHA for 7f81bb2
Browse repository at this point
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Show description for c2b0b12
Marcel Plch
authored and
ncoghlan
committed
c2b0b12
View commit details
Copy full SHA for c2b0b12
Browse repository at this point
Commits on Mar 14, 2018
bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117)
ZackerySpytz
authored and
pitrou
committed
d6e1404
View commit details
Copy full SHA for d6e1404
Browse repository at this point
Commits on Mar 13, 2018
lib2to3: Add more tests (#6101)
ambv
authored
74f5687
View commit details
Copy full SHA for 74f5687
Browse repository at this point
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
Show description for b8e9d6c
xdegaye
authored and
serhiy-storchaka
committed
b8e9d6c
View commit details
Copy full SHA for b8e9d6c
Browse repository at this point
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Show description for 5affd5c
hroncok
authored and
tiran
committed
5affd5c
View commit details
Copy full SHA for 5affd5c
Browse repository at this point
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)
Show description for b51f5de
ambv
authored
b51f5de
View commit details
Copy full SHA for b51f5de
Browse repository at this point
bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)
ned-deily
authored
a34510a
View commit details
Copy full SHA for a34510a
Browse repository at this point
Commits on Mar 12, 2018
Add macOS installer Conclusion file
ned-deily
committed
37ed6df
View commit details
Copy full SHA for 37ed6df
Browse repository at this point
bpo-22674: fix test_strsignal on OSX (GH-6085)
seirl
authored and
pitrou
committed
019f5b3
View commit details
Copy full SHA for 019f5b3
Browse repository at this point
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
asvetlov
authored
b21505e
View commit details
Copy full SHA for b21505e
Browse repository at this point
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
tomMoral
authored and
asvetlov
committed
095ee41
View commit details
Copy full SHA for 095ee41
Browse repository at this point
signal: add strsignal() (#6017)
Show description for 5d2a27d
2 people
authored and
pitrou
committed
5d2a27d
View commit details
Copy full SHA for 5d2a27d
Browse repository at this point
Commits on Mar 11, 2018
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Show description for 4484f9d
nirs
authored and
pitrou
committed
4484f9d
View commit details
Copy full SHA for 4484f9d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.