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 }}
Techlord-RCE
/
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
Tools
on
3.2
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2014
delete old ftpmirror script, which now has security bugs (closes #23130)
benjaminp
committed
44e4b98
View commit details
Copy full SHA for 44e4b98
View code at this point
Browse repository at this point
Commits on Mar 30, 2013
Add 3.2.4 UUIDs
loewis
committed
b147aae
View commit details
Copy full SHA for b147aae
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Issue #17425: Build with openssl 1.0.0k on Windows.
loewis
committed
5be6d74
View commit details
Copy full SHA for 5be6d74
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Show description for 65e69b3
terryjreedy
committed
65e69b3
View commit details
Copy full SHA for 65e69b3
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17156: pygettext.py now uses an encoding of source file and correctly
Show description for b6ed173
serhiy-storchaka
committed
b6ed173
View commit details
Copy full SHA for b6ed173
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
- Issue #17029: Let h2py search the multiarch system include directory.
doko@python.org
committed
3e6e2ac
View commit details
Copy full SHA for 3e6e2ac
View code at this point
Browse repository at this point
Commits on Jan 11, 2013
Issue #15539: Fix a backup file creation in pindent.py on Windows.
serhiy-storchaka
committed
a3a01b6
View commit details
Copy full SHA for a3a01b6
View code at this point
Browse repository at this point
Add a note about checking refleaks to patchcheck.
ezio-melotti
committed
5e12bb7
View commit details
Copy full SHA for 5e12bb7
View code at this point
Browse repository at this point
Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.
Show description for 6840a54
serhiy-storchaka
committed
6840a54
View commit details
Copy full SHA for 6840a54
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Issue #16714: use 'raise' exceptions, don't 'throw'.
Show description for 737fb89
asvetlov
committed
737fb89
View commit details
Copy full SHA for 737fb89
View code at this point
Browse repository at this point
Commits on Nov 9, 2012
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
ezio-melotti
committed
9bf379e
View commit details
Copy full SHA for 9bf379e
View code at this point
Browse repository at this point
Commits on Oct 17, 2012
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
pitrou
committed
1eff0fc
View commit details
Copy full SHA for 1eff0fc
View code at this point
Browse repository at this point
Commits on Aug 18, 2012
Allow redemo.py to be used from the command line like other demos.
ned-deily
committed
3c6661a
View commit details
Copy full SHA for 3c6661a
View code at this point
Browse repository at this point
Commits on Jun 30, 2012
Issue #15171: Quote the variable that expands to the current directory.
skrah
committed
4cf1cc7
View commit details
Copy full SHA for 4cf1cc7
View code at this point
Browse repository at this point
Commits on Jun 27, 2012
Allow passing extra testing options to the buildbot test scripts
pitrou
committed
d0bb9c6
View commit details
Copy full SHA for d0bb9c6
View code at this point
Browse repository at this point
Commits on Jun 25, 2012
Issue #15171: Try the HOST_PYTHON hack for 3.2.
skrah
committed
62ba042
View commit details
Copy full SHA for 62ba042
View code at this point
Browse repository at this point
Commits on May 18, 2012
Upgrade OpenSSL to 1.0.0j
loewis
committed
3407dfb
View commit details
Copy full SHA for 3407dfb
View code at this point
Browse repository at this point
Commits on May 15, 2012
bsddb never existed in 3.x, no need to keep downloading sleepycat
briancurtin
committed
1f24548
View commit details
Copy full SHA for 1f24548
View code at this point
Browse repository at this point
Commits on May 14, 2012
Stop deleting non-existing bytecode files.
loewis
committed
2d82d04
View commit details
Copy full SHA for 2d82d04
View code at this point
Browse repository at this point
Upgrade bzip2 to 1.0.6.
loewis
committed
87960da
View commit details
Copy full SHA for 87960da
View code at this point
Browse repository at this point
Commits on May 6, 2012
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
mdickinson
committed
1b2e944
View commit details
Copy full SHA for 1b2e944
View code at this point
Browse repository at this point
Commits on Apr 11, 2012
#14508: make gprof2html script runnable under python3
Show description for 776c0df
bitdancer
committed
776c0df
View commit details
Copy full SHA for 776c0df
View code at this point
Browse repository at this point
Merge 3.2.3 release clone.
birkenfeld
committed
a51497a
View commit details
Copy full SHA for a51497a
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
#14492: fix some bugs in Tools/scripts/pdeps.py.
Show description for d3af634
bitdancer
committed
d3af634
View commit details
Copy full SHA for d3af634
View code at this point
Browse repository at this point
Commits on Apr 5, 2012
#14490, #14491: add 'sundry'-style import tests for Tools/scripts.
Show description for 54ac832
bitdancer
committed
54ac832
View commit details
Copy full SHA for 54ac832
View code at this point
Browse repository at this point
Commits on Mar 18, 2012
Add 3.2.3rc2 uuid.
loewis
committed
a7f6b14
View commit details
Copy full SHA for a7f6b14
View code at this point
Browse repository at this point
Commits on Feb 25, 2012
Package mime.types
loewis
committed
3d4809f
View commit details
Copy full SHA for 3d4809f
View code at this point
Browse repository at this point
Commits on Feb 22, 2012
Issue #14053: Fix "make patchcheck" to work with MQ.
Show description for 9f64f73
nvawda
committed
9f64f73
View commit details
Copy full SHA for 9f64f73
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Issue #6807: Run msisupport.mak earlier.
loewis
committed
dbd3f61
View commit details
Copy full SHA for dbd3f61
View code at this point
Browse repository at this point
Issue #10580: Minor grammar change in Windows installer.
loewis
committed
26bb3cf
View commit details
Copy full SHA for 26bb3cf
View code at this point
Browse repository at this point
Commits on Dec 19, 2011
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
Show description for d208416
Victor Stinner
committed
d208416
View commit details
Copy full SHA for d208416
View code at this point
Browse repository at this point
Commits on Oct 8, 2011
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
Show description for 74472a9
pitrou
committed
74472a9
View commit details
Copy full SHA for 74472a9
View code at this point
Browse repository at this point
Commits on Sep 4, 2011
Add 3.2.2 and 3.2.3 UUIDs.
loewis
committed
73abc24
View commit details
Copy full SHA for 73abc24
View code at this point
Browse repository at this point
Commits on Aug 12, 2011
Update crlf and lfcr scripts for 3.x bytes semantics (#12032).
Show description for 1bf5b6a
merwok
committed
1bf5b6a
View commit details
Copy full SHA for 1bf5b6a
View code at this point
Browse repository at this point
patchcheck: don’t talk about the test suite when no code file were changed.
Show description for fbc5ff6
merwok
committed
fbc5ff6
View commit details
Copy full SHA for fbc5ff6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.