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
.
pythonStudy2017
/
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.3
User selector
All users
All time
Commit history
Commits on Sep 6, 2017
[3.3] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3352)
Show description for 297516e
vstinner
authored and
ned-deily
committed
297516e
View commit details
Copy full SHA for 297516e
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 Jul 16, 2017
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
Show description for 4956dd2
segevfiner
authored and
ned-deily
committed
4956dd2
View commit details
Copy full SHA for 4956dd2
View code at this point
Browse repository at this point
[3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2204)
Show description for ab90986
vstinner
authored and
ned-deily
committed
ab90986
View commit details
Copy full SHA for ab90986
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
Issue #26171: Prevent buffer overflow in get_data
Show description for d751040
berkerpeksag
committed
d751040
View commit details
Copy full SHA for d751040
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
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
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
Commits on Aug 14, 2016
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
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: 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 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 Sep 12, 2015
Issue #25021: Correctly make sure that product.__setstate__ does not access
Show description for 102764a
kristjanvalur
committed
102764a
View commit details
Copy full SHA for 102764a
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
use safe allocation and reallocation macros
benjaminp
committed
59b08c1
View commit details
Copy full SHA for 59b08c1
View code at this point
Browse repository at this point
Commits on May 3, 2015
just sort the items tuple directly (closes #24094)
benjaminp
committed
501182a
View commit details
Copy full SHA for 501182a
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
fix possible overflow bugs in unicodedata (closes #23367)
benjaminp
committed
b779bfb
View commit details
Copy full SHA for b779bfb
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
add overflow checking (closes #23361)
benjaminp
committed
8ce6806
View commit details
Copy full SHA for 8ce6806
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Show description for dee948b
serhiy-storchaka
committed
dee948b
View commit details
Copy full SHA for dee948b
View code at this point
Browse repository at this point
check for overflows in permutations() and product() (closes #23363, closes #23364)
benjaminp
committed
0eaabf1
View commit details
Copy full SHA for 0eaabf1
View code at this point
Browse repository at this point
check for overflow in combinations_with_replacement (closes #23365)
benjaminp
committed
6f08229
View commit details
Copy full SHA for 6f08229
View code at this point
Browse repository at this point
detect overflow in combinations (closes #23366)
benjaminp
committed
4b40eeb
View commit details
Copy full SHA for 4b40eeb
View code at this point
Browse repository at this point
Commits on Feb 1, 2015
fix possible overflow in encode_basestring_ascii (closes #23369)
benjaminp
committed
e3bfe19
View commit details
Copy full SHA for e3bfe19
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
clear BufferedRWPair weakrefs on deallocation (closes #22517)
benjaminp
committed
bbd0a32
View commit details
Copy full SHA for bbd0a32
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
merge 3.2
benjaminp
committed
9beee04
View commit details
Copy full SHA for 9beee04
View code at this point
Browse repository at this point
disallow a negative idx parameter
benjaminp
committed
6ef2b36
View commit details
Copy full SHA for 6ef2b36
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
156285c
View commit details
Copy full SHA for 156285c
View code at this point
Browse repository at this point
in scan_once, prevent the reading of arbitrary memory when passed a negative index
Show description for 99b5afa
benjaminp
committed
99b5afa
View commit details
Copy full SHA for 99b5afa
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
fix ctypes test alignment assumptions (closes #20946)
Show description for fda3355
benjaminp
committed
fda3355
View commit details
Copy full SHA for fda3355
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
only define zero constant when it is used
benjaminp
committed
c77e7a4
View commit details
Copy full SHA for c77e7a4
View code at this point
Browse repository at this point
remove unused zero constants
benjaminp
committed
ce68c19
View commit details
Copy full SHA for ce68c19
View code at this point
Browse repository at this point
Commits on Mar 6, 2014
Issue #20283: RE pattern methods now accept the string keyword parameters
Show description for ccdf352
serhiy-storchaka
committed
ccdf352
View commit details
Copy full SHA for ccdf352
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 2, 2014
Issue #20404: reject non-text encodings early in TextIOWrapper.
birkenfeld
committed
2fc8f77
View commit details
Copy full SHA for 2fc8f77
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
backout 2807a5f011e4 for causing #20621
benjaminp
committed
eb43736
View commit details
Copy full SHA for eb43736
View code at this point
Browse repository at this point
backout d28242a636c7 so I can backout 2807a5f011e4
benjaminp
committed
c20b4d8
View commit details
Copy full SHA for c20b4d8
View code at this point
Browse repository at this point
#12211: remove paragraph about NaNs
akuchling
committed
3137885
View commit details
Copy full SHA for 3137885
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.