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
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
on
3.3
User selector
All users
All time
Commit history
Commits on Jul 26, 2017
[3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2396)
Show description for 8fbdab5
serhiy-storchaka
authored and
ned-deily
committed
8fbdab5
View commit details
Copy full SHA for 8fbdab5
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
[security][3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363)
serhiy-storchaka
authored and
ned-deily
committed
e46f1c1
View commit details
Copy full SHA for e46f1c1
View code at this point
Browse repository at this point
Commits on Nov 12, 2016
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for b626643
serhiy-storchaka
committed
b626643
View commit details
Copy full SHA for b626643
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
remove some copyright notices supserseded by the toplevel ones
benjaminp
committed
0e617e2
View commit details
Copy full SHA for 0e617e2
View code at this point
Browse repository at this point
Commits on Dec 2, 2015
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
serhiy-storchaka
committed
31b9410
View commit details
Copy full SHA for 31b9410
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
protect against mutation of the dict during insertion (closes #24407)
benjaminp
committed
a82f77f
View commit details
Copy full SHA for a82f77f
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
merge 3.2 (#24044)
benjaminp
committed
51454a6
View commit details
Copy full SHA for 51454a6
View code at this point
Browse repository at this point
properly handle malloc failure (closes #24044)
Show description for 0823ffb
benjaminp
committed
0823ffb
View commit details
Copy full SHA for 0823ffb
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
use PyMem_NEW to detect overflow (closes #23362)
benjaminp
committed
e5a853c
View commit details
Copy full SHA for e5a853c
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
serhiy-storchaka
committed
aed1984
View commit details
Copy full SHA for aed1984
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Show description for 4dbc305
serhiy-storchaka
committed
4dbc305
View commit details
Copy full SHA for 4dbc305
View code at this point
Browse repository at this point
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Show description for 3f95292
serhiy-storchaka
committed
3f95292
View commit details
Copy full SHA for 3f95292
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Fixed signed/unsigned comparison warning
pitrou
committed
b6dc9b7
View commit details
Copy full SHA for b6dc9b7
View code at this point
Browse repository at this point
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
benjaminp
committed
1e211ff
View commit details
Copy full SHA for 1e211ff
View code at this point
Browse repository at this point
make sure length is unsigned
benjaminp
committed
c0e64f5
View commit details
Copy full SHA for c0e64f5
View code at this point
Browse repository at this point
fix integer overflow in unicode case operations (closes #22643)
benjaminp
committed
e1bd38c
View commit details
Copy full SHA for e1bd38c
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
birkenfeld
committed
ff3e5e3
View commit details
Copy full SHA for ff3e5e3
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
prevent overflow in unicode_repr (closes #22520)
benjaminp
committed
736b801
View commit details
Copy full SHA for 736b801
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
these variables ought to be Py_ssize_t
benjaminp
committed
d48bc94
View commit details
Copy full SHA for d48bc94
View code at this point
Browse repository at this point
fix overflow checking in PyBytes_Repr (closes #22519)
benjaminp
committed
42ff105
View commit details
Copy full SHA for 42ff105
View code at this point
Browse repository at this point
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
benjaminp
committed
a1c1be4
View commit details
Copy full SHA for a1c1be4
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
merge 3.2
benjaminp
committed
0ad6098
View commit details
Copy full SHA for 0ad6098
View code at this point
Browse repository at this point
fix expandtabs overflow detection to be consistent and not rely on signed overflow
benjaminp
committed
23cf403
View commit details
Copy full SHA for 23cf403
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
avoid referencing past the bounds of an array
benjaminp
committed
4a42cd4
View commit details
Copy full SHA for 4a42cd4
View code at this point
Browse repository at this point
avoid referencing out-of-bounds memory
benjaminp
committed
ef87f8c
View commit details
Copy full SHA for ef87f8c
View code at this point
Browse repository at this point
fix c89 declaration order
benjaminp
committed
45c9dce
View commit details
Copy full SHA for 45c9dce
View code at this point
Browse repository at this point
don't do pointer arithmetic with signed numbers
benjaminp
committed
041c38a
View commit details
Copy full SHA for 041c38a
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Make the various iterators' "setstate" sliently and consistently clip the
Show description for 25dded0
kristjanvalur
committed
25dded0
View commit details
Copy full SHA for 25dded0
View code at this point
Browse repository at this point
Commits on Mar 4, 2014
Fix pickling of rangeiter. rangeiter_setstate would not allow setting it
Show description for 4ca688e
Kristján Valur Jónsson
committed
4ca688e
View commit details
Copy full SHA for 4ca688e
View code at this point
Browse repository at this point
Commits on Feb 24, 2014
Issue #19619: Blacklist non-text codecs in method API
Show description for 94ee389
serhiy-storchaka
committed
94ee389
View commit details
Copy full SHA for 94ee389
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
give non-iterable TypeError a message (closes #20507)
benjaminp
committed
9743b2c
View commit details
Copy full SHA for 9743b2c
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
Show description for 1f9d11b
serhiy-storchaka
committed
1f9d11b
View commit details
Copy full SHA for 1f9d11b
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
505ff75
View commit details
Copy full SHA for 505ff75
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
Show description for 016a3f3
serhiy-storchaka
committed
016a3f3
View commit details
Copy full SHA for 016a3f3
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
Issue #19936: Added executable bits or shebang lines to Python scripts which
Show description for b992a0e
serhiy-storchaka
committed
b992a0e
View commit details
Copy full SHA for b992a0e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.