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
Type
/
to 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
.
githubink
/
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
All time
Commit history
Commits on Jun 26, 2019
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387)
Show description for 7213df7
maxking
authored and
warsaw
committed
7213df7
View commit details
Copy full SHA for 7213df7
Browse repository at this point
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
brandtbucher
authored and
serhiy-storchaka
committed
2a7d596
View commit details
Copy full SHA for 2a7d596
Browse repository at this point
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Show description for 5150d32
vstinner
authored
5150d32
View commit details
Copy full SHA for 5150d32
Browse repository at this point
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390)
serhiy-storchaka
authored
2d88e63
View commit details
Copy full SHA for 2d88e63
Browse repository at this point
bpo-37414: Remove sys.callstats() (GH-14398)
Show description for 6915066
vstinner
authored
6915066
View commit details
Copy full SHA for 6915066
Browse repository at this point
Improve Windows commands in tutorial (GH-14379)
zooba
authored
7a177c0
View commit details
Copy full SHA for 7a177c0
Browse repository at this point
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Show description for 689830e
vstinner
authored
689830e
View commit details
Copy full SHA for 689830e
Browse repository at this point
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Show description for c6a2320
vstinner
authored
c6a2320
View commit details
Copy full SHA for c6a2320
Browse repository at this point
Commits on Jun 25, 2019
bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
Show description for ed076ed
vstinner
authored
ed076ed
View commit details
Copy full SHA for ed076ed
Browse repository at this point
bpo-37388: Development mode check encoding and errors (GH-14341)
Show description for 22eb689
vstinner
authored
22eb689
View commit details
Copy full SHA for 22eb689
Browse repository at this point
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Show description for e1a63c4
pierreglaser
authored and
vstinner
committed
e1a63c4
View commit details
Copy full SHA for e1a63c4
Browse repository at this point
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
pierreglaser
authored and
vstinner
committed
594d9b9
View commit details
Copy full SHA for 594d9b9
Browse repository at this point
bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
Show description for 0225701
maxking
authored and
warsaw
committed
0225701
View commit details
Copy full SHA for 0225701
Browse repository at this point
bpo-37400: Fix test_os.test_chown() (GH-14374)
Show description for d7c87d9
vstinner
authored
d7c87d9
View commit details
Copy full SHA for d7c87d9
Browse repository at this point
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Show description for 3939c32
vstinner
authored
3939c32
View commit details
Copy full SHA for 3939c32
Browse repository at this point
bpo-37392: Update the dir(sys) in module tutorial (GH-14365)
tirkarthi
authored and
vstinner
committed
080b6b4
View commit details
Copy full SHA for 080b6b4
Browse repository at this point
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
Show description for 9cb2741
vstinner
authored
9cb2741
View commit details
Copy full SHA for 9cb2741
Browse repository at this point
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
pablogsal
authored
de9b606
View commit details
Copy full SHA for de9b606
Browse repository at this point
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Show description for 894263b
serhiy-storchaka
authored
894263b
View commit details
Copy full SHA for 894263b
Browse repository at this point
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
Show description for 9fe42b4
ZackerySpytz
authored and
serhiy-storchaka
committed
9fe42b4
View commit details
Copy full SHA for 9fe42b4
Browse repository at this point
bpo-36546: Mark first argument as position only (GH-14363)
rhettinger
authored
1791128
View commit details
Copy full SHA for 1791128
Browse repository at this point
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
pablogsal
authored
3f5b908
View commit details
Copy full SHA for 3f5b908
Browse repository at this point
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319)
pablogsal
authored
b51b713
View commit details
Copy full SHA for b51b713
Browse repository at this point
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Show description for 36456df
vstinner
authored
36456df
View commit details
Copy full SHA for 36456df
Browse repository at this point
Commits on Jun 24, 2019
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062)
davidkhess
authored and
zooba
committed
9fc720e
View commit details
Copy full SHA for 9fc720e
Browse repository at this point
bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
animalize
authored and
zooba
committed
8bd2872
View commit details
Copy full SHA for 8bd2872
Browse repository at this point
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
animalize
authored and
zooba
committed
7fd2ba3
View commit details
Copy full SHA for 7fd2ba3
Browse repository at this point
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
tirkarthi
authored and
asvetlov
committed
6793cce
View commit details
Copy full SHA for 6793cce
Browse repository at this point
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
zihengCat
authored and
ned-deily
committed
6ffd9b0
View commit details
Copy full SHA for 6ffd9b0
Browse repository at this point
Get rid of exception traceback printing in asyncio tests (GH-14343)
asvetlov
authored
549f7d4
View commit details
Copy full SHA for 549f7d4
Browse repository at this point
bpo-37363: Add audit events for a range of modules (GH-14301)
zooba
authored
60419a7
View commit details
Copy full SHA for 60419a7
Browse repository at this point
bpo-37359: Fix regrtest --cleanup (GH-14336)
vstinner
authored
9bbf4d7
View commit details
Copy full SHA for 9bbf4d7
Browse repository at this point
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
jdemeyer
authored and
encukou
committed
a8b27e6
View commit details
Copy full SHA for a8b27e6
Browse repository at this point
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Show description for 47fbc4e
vstinner
authored
47fbc4e
View commit details
Copy full SHA for 47fbc4e
Browse repository at this point
bpo-37345: Add formal UDPLITE support (GH-14258)
Show description for 2ac3bab
LivInTheLookingGlass
authored and
miss-islington
committed
2ac3bab
View commit details
Copy full SHA for 2ac3bab
Browse repository at this point
Previous
Next
You can’t perform that action at this time.