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 }}
validusoculus
/
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
Modules
on
3.4
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 17, 2016
merge 3.3 (#27783)
benjaminp
committed
a12d92b
View commit details
Copy full SHA for a12d92b
View code at this point
Browse repository at this point
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
benjaminp
committed
1f0e7c9
View commit details
Copy full SHA for 1f0e7c9
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
merge 3.3 (#27774)
benjaminp
committed
10bc0f6
View commit details
Copy full SHA for 10bc0f6
View code at this point
Browse repository at this point
do not decref value borrowed from list (closes #27774)
benjaminp
committed
3a27b08
View commit details
Copy full SHA for 3a27b08
View code at this point
Browse repository at this point
fail when negative values are passed to instr()
benjaminp
committed
432ea4f
View commit details
Copy full SHA for 432ea4f
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
merge 3.3 (closes #27760)
benjaminp
committed
5295532
View commit details
Copy full SHA for 5295532
View code at this point
Browse repository at this point
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Show description for 4f97651
benjaminp
committed
4f97651
View commit details
Copy full SHA for 4f97651
View code at this point
Browse repository at this point
do not allow reading negative values with getstr()
benjaminp
committed
40a77c3
View commit details
Copy full SHA for 40a77c3
View code at this point
Browse repository at this point
merge 3.3 (#27758)
benjaminp
committed
59b6abd
View commit details
Copy full SHA for 59b6abd
View code at this point
Browse repository at this point
check for overflow in join_append_data (closes #27758)
Show description for 6e01d90
benjaminp
committed
6e01d90
View commit details
Copy full SHA for 6e01d90
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Issue #20160: Merged fix from 3.3.
vsajip
committed
a0b2568
View commit details
Copy full SHA for a0b2568
View code at this point
Browse repository at this point
Issue #20160: Handled passing of large structs to callbacks correctly.
vsajip
committed
6f25003
View commit details
Copy full SHA for 6f25003
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
sync ordering of stddef.h includes with expat 2.1.1
benjaminp
committed
06d49bb
View commit details
Copy full SHA for 06d49bb
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
upgrade expt to 2.1.1 (closes #26556)
benjaminp
committed
196d7db
View commit details
Copy full SHA for 196d7db
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
open the cert store readonly
Show description for 9491272
benjaminp
committed
9491272
View commit details
Copy full SHA for 9491272
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
reject negative data_size
benjaminp
committed
b1db758
View commit details
Copy full SHA for b1db758
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
prevent buffer overflow in get_data (closes #26171)
benjaminp
committed
c4032da
View commit details
Copy full SHA for c4032da
View code at this point
Browse repository at this point
fix refleak in error condition
benjaminp
committed
ef9cf08
View commit details
Copy full SHA for ef9cf08
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
merge 3.3
benjaminp
committed
630329e
View commit details
Copy full SHA for 630329e
View code at this point
Browse repository at this point
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 6, 2015
Issue25814: Propagate all errors from custom XML parser handlers
Show description for 7efaf95
serhiy-storchaka
committed
7efaf95
View commit details
Copy full SHA for 7efaf95
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #25764: Preserve subprocess fork exception when preexec_fn used
Show description for afdd513
vadmium
committed
afdd513
View commit details
Copy full SHA for afdd513
View code at this point
Browse repository at this point
Fixed reference leak when read truncated pickle.
serhiy-storchaka
committed
ca28eba
View commit details
Copy full SHA for ca28eba
View code at this point
Browse repository at this point
Commits on Nov 25, 2015
Issue #19687: Fixed possible integer overflows in ElementTree.
Show description for 097a664
serhiy-storchaka
committed
097a664
View commit details
Copy full SHA for 097a664
View code at this point
Browse repository at this point
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
Show description for a49de6b
serhiy-storchaka
committed
a49de6b
View commit details
Copy full SHA for a49de6b
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
serhiy-storchaka
committed
e9b3074
View commit details
Copy full SHA for e9b3074
View code at this point
Browse repository at this point
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
serhiy-storchaka
committed
b6aa537
View commit details
Copy full SHA for b6aa537
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
Issue #19687: Fixed memory leak on failed Element slice assignment.
Show description for 04d759b
serhiy-storchaka
committed
04d759b
View commit details
Copy full SHA for 04d759b
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
rm trailing ws
benjaminp
committed
025a1fd
View commit details
Copy full SHA for 025a1fd
View code at this point
Browse repository at this point
fix possible memory lea k in _get_aia_uri (closes #25578)
benjaminp
committed
f0c9038
View commit details
Copy full SHA for f0c9038
View code at this point
Browse repository at this point
fix build with older openssl (#25569)
benjaminp
committed
806fb25
View commit details
Copy full SHA for 806fb25
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
Show description for 1bb6515
vadmium
committed
1bb6515
View commit details
Copy full SHA for 1bb6515
View code at this point
Browse repository at this point
Commits on Nov 12, 2015
always set OP_NO_SSLv3 by default (closes #25530)
benjaminp
committed
a9dcdab
View commit details
Copy full SHA for a9dcdab
View code at this point
Browse repository at this point
fix memory leak in _get_crl_dp (closes #25569)
Show description for eda06c8
benjaminp
committed
eda06c8
View commit details
Copy full SHA for eda06c8
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Further a-to-an corrections.
serhiy-storchaka
committed
d65c949
View commit details
Copy full SHA for d65c949
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.