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 }}
bitsofsteve
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Jul 21, 2020
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
ammaraskar
authored
5241e18
View commit details
Copy full SHA for 5241e18
Browse repository at this point
Commits on Jul 20, 2020
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
zooba
authored
84761c3
View commit details
Copy full SHA for 84761c3
Browse repository at this point
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
serhiy-storchaka
authored
5a2bac7
View commit details
Copy full SHA for 5a2bac7
Browse repository at this point
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
serhiy-storchaka
authored
12f4334
View commit details
Copy full SHA for 12f4334
Browse repository at this point
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
corona10
authored
e123012
View commit details
Copy full SHA for e123012
Browse repository at this point
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Show description for eca2549
ZackerySpytz
authored
eca2549
View commit details
Copy full SHA for eca2549
Browse repository at this point
Simple Documentation fix: Missing link to return type class. (GH-21291)
Show description for f9bf015
Volker-Weissmann
authored
f9bf015
View commit details
Copy full SHA for f9bf015
Browse repository at this point
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
Show description for d42528a
vinay0410
authored
d42528a
View commit details
Copy full SHA for d42528a
Browse repository at this point
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
JulienPalard
authored
7f03445
View commit details
Copy full SHA for 7f03445
Browse repository at this point
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
Erlend Egeberg Aasland
authored
7cf1cb3
View commit details
Copy full SHA for 7cf1cb3
Browse repository at this point
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
methane
authored
902356a
View commit details
Copy full SHA for 902356a
Browse repository at this point
Commits on Jul 19, 2020
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
vinay0410
authored
bfd0fbd
View commit details
Copy full SHA for bfd0fbd
Browse repository at this point
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Show description for 10e4664
srinivasreddy
and
mdickinson
authored
10e4664
View commit details
Copy full SHA for 10e4664
Browse repository at this point
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
serhiy-storchaka
authored
6bf3237
View commit details
Copy full SHA for 6bf3237
Browse repository at this point
Commits on Jul 18, 2020
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Show description for c53b310
scoder
authored
c53b310
View commit details
Copy full SHA for c53b310
Browse repository at this point
bpo-39603: Prevent header injection in http methods (GH-18485)
Show description for 8ca8a2e
amiremohamadi
authored
8ca8a2e
View commit details
Copy full SHA for 8ca8a2e
Browse repository at this point
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
uSpike
authored
9b01c59
View commit details
Copy full SHA for 9b01c59
Browse repository at this point
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
serhiy-storchaka
authored
80a5036
View commit details
Copy full SHA for 80a5036
Browse repository at this point
bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
Show description for b4c98ed
serhiy-storchaka
authored
b4c98ed
View commit details
Copy full SHA for b4c98ed
Browse repository at this point
Commits on Jul 17, 2020
Fix a small grammatical mistake in a comment (GH-21526)
Show description for d583738
brettcannon
authored
d583738
View commit details
Copy full SHA for d583738
Browse repository at this point
bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
zooba
authored
164b04c
View commit details
Copy full SHA for 164b04c
Browse repository at this point
bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
Show description for cb9879b
markshannon
authored
cb9879b
View commit details
Copy full SHA for cb9879b
Browse repository at this point
bpo-41195: Add getter for Openssl security level (GH-21282)
Show description for 8e836bb
matthewhughes934
authored
8e836bb
View commit details
Copy full SHA for 8e836bb
Browse repository at this point
Commits on Jul 16, 2020
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Show description for 38d3864
terryjreedy
authored
38d3864
View commit details
Copy full SHA for 38d3864
Browse repository at this point
Fix trivial typo in the PEG string parser (GH-21508)
ericvsmith
authored
0275e04
View commit details
Copy full SHA for 0275e04
Browse repository at this point
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Show description for 2ad7e9c
benjaminp
authored
2ad7e9c
View commit details
Copy full SHA for 2ad7e9c
Browse repository at this point
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Show description for 5e5c0f9
chrisyeh96
authored
5e5c0f9
View commit details
Copy full SHA for 5e5c0f9
Browse repository at this point
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
berkerpeksag
authored
d4d127f
View commit details
Copy full SHA for d4d127f
Browse repository at this point
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
berkerpeksag
authored
e34bbfd
View commit details
Copy full SHA for e34bbfd
Browse repository at this point
Commits on Jul 15, 2020
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
zooba
authored
936a660
View commit details
Copy full SHA for 936a660
Browse repository at this point
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
ZackerySpytz
authored
af4eda4
View commit details
Copy full SHA for af4eda4
Browse repository at this point
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
benjaminp
authored
0108b2a
View commit details
Copy full SHA for 0108b2a
Browse repository at this point
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
benjaminp
authored
ea62a4b
View commit details
Copy full SHA for ea62a4b
Browse repository at this point
bpo-41302: Fix build with system libmpdec (GH-21481)
Show description for 015efdb
felixonmars
authored
015efdb
View commit details
Copy full SHA for 015efdb
Browse repository at this point
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Show description for 5a8d121
rishi93
authored
5a8d121
View commit details
Copy full SHA for 5a8d121
Browse repository at this point
Previous
Next
You can’t perform that action at this time.