Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Python - uniocto/cpython · GitHub
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 }}
uniocto
/
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
Breadcrumbs
History for
cpython
Python
on
fix-issue-25872
User selector
All users
Datepicker
All time
Commit history
Commits on May 15, 2021
bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keywords (GH-26014)
Show description for f24afda
Fidget-Spinner
authored
f24afda
View commit details
Copy full SHA for f24afda
View code at this point
Browse repository at this point
Commits on May 13, 2021
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Show description for 4aeee0b
iritkatriel
authored
4aeee0b
View commit details
Copy full SHA for 4aeee0b
View code at this point
Browse repository at this point
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
Show description for ae3c66a
methane
authored
ae3c66a
View commit details
Copy full SHA for ae3c66a
View code at this point
Browse repository at this point
bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)
corona10
authored
7565586
View commit details
Copy full SHA for 7565586
View code at this point
Browse repository at this point
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Show description for ec7c09b
vstinner
authored
ec7c09b
View commit details
Copy full SHA for ec7c09b
View code at this point
Browse repository at this point
Commits on May 12, 2021
Remove PyTryblock struct (GH-26059)
markshannon
authored
117bfd2
View commit details
Copy full SHA for 117bfd2
View code at this point
Browse repository at this point
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
markshannon
authored
cb6f3d7
View commit details
Copy full SHA for cb6f3d7
View code at this point
Browse repository at this point
Commits on May 10, 2021
Prevent access outside buffer (GH-26012)
sweeneyde
authored
45862f9
View commit details
Copy full SHA for 45862f9
View code at this point
Browse repository at this point
Commits on May 8, 2021
bpo-28307: Convert simple C-style formatting with literal format into f-string. (GH-5012)
Show description for a0bd9e9
serhiy-storchaka
authored
a0bd9e9
View commit details
Copy full SHA for a0bd9e9
View code at this point
Browse repository at this point
Commits on May 7, 2021
bpo-44063: set the missing end locations on the compiler (GH-25956)
isidentical
authored
b2ec37a
View commit details
Copy full SHA for b2ec37a
View code at this point
Browse repository at this point
bpo-40222: "Zero cost" exception handling (GH-25729)
Show description for adcd220
markshannon
authored
adcd220
View commit details
Copy full SHA for adcd220
View code at this point
Browse repository at this point
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Show description for 4ebf4a6
methane
authored
4ebf4a6
View commit details
Copy full SHA for 4ebf4a6
View code at this point
Browse repository at this point
Commits on May 3, 2021
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Show description for 80a2a4e
sweeneyde
and
pablogsal
authored
80a2a4e
View commit details
Copy full SHA for 80a2a4e
View code at this point
Browse repository at this point
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
Show description for 3949428
pablogsal
authored
3949428
View commit details
Copy full SHA for 3949428
View code at this point
Browse repository at this point
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
pablogsal
authored
c2931d3
View commit details
Copy full SHA for c2931d3
View code at this point
Browse repository at this point
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
isidentical
authored
ad106c6
View commit details
Copy full SHA for ad106c6
View code at this point
Browse repository at this point
Commits on May 2, 2021
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
brandtbucher
authored
0ad1e03
View commit details
Copy full SHA for 0ad1e03
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Show description for 5979e81
markshannon
authored
5979e81
View commit details
Copy full SHA for 5979e81
View code at this point
Browse repository at this point
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
kulikjak
authored
9032cf5
View commit details
Copy full SHA for 9032cf5
View code at this point
Browse repository at this point
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Show description for 4908fae
vstinner
authored
4908fae
View commit details
Copy full SHA for 4908fae
View code at this point
Browse repository at this point
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994
vstinner
authored
3bb0994
View commit details
Copy full SHA for 3bb0994
View code at this point
Browse repository at this point
bpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81a
markshannon
authored
069e81a
View commit details
Copy full SHA for 069e81a
View code at this point
Browse repository at this point
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
brandtbucher
authored
dbe60ee
View commit details
Copy full SHA for dbe60ee
View code at this point
Browse repository at this point
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
zooba
authored
87655e2
View commit details
Copy full SHA for 87655e2
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Show description for 9a2c2a9
lunixbochs
authored
9a2c2a9
View commit details
Copy full SHA for 9a2c2a9
View code at this point
Browse repository at this point
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Show description for c76da79
markshannon
authored
c76da79
View commit details
Copy full SHA for c76da79
View code at this point
Browse repository at this point
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858
ncoghlan
and
brandtbucher
authored
1e7b858
View commit details
Copy full SHA for 1e7b858
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Show description for 32c5a17
vstinner
authored
32c5a17
View commit details
Copy full SHA for 32c5a17
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584)
sweeneyde
authored
284c52d
View commit details
Copy full SHA for 284c52d
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
serhiy-storchaka
authored
face87c
View commit details
Copy full SHA for face87c
View code at this point
Browse repository at this point
bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952)
isidentical
authored
8cc3cfa
View commit details
Copy full SHA for 8cc3cfa
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Show description for 5e437fb
segevfiner
authored
5e437fb
View commit details
Copy full SHA for 5e437fb
View code at this point
Browse repository at this point
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Show description for a77aac4
pablogsal
authored
a77aac4
View commit details
Copy full SHA for a77aac4
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
rhettinger
authored
a07da09
View commit details
Copy full SHA for a07da09
View code at this point
Browse repository at this point
Commits on Apr 21, 2021
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Show description for b0544ba
pablogsal
authored
b0544ba
View commit details
Copy full SHA for b0544ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.