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 }}
xiaolanpython
/
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
freeze
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2017
bpo-29762: More use "raise from None". (#569)
Show description for 5affd23
serhiy-storchaka
authored
5affd23
View commit details
Copy full SHA for 5affd23
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
zooba
committed
052828d
View commit details
Copy full SHA for 052828d
View code at this point
Browse repository at this point
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
zooba
committed
528db31
View commit details
Copy full SHA for 528db31
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
Issue #27355: Removed support for Windows CE. It was never finished,
Show description for 10108a7
larryhastings
committed
10108a7
View commit details
Copy full SHA for 10108a7
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Issue #27626: Merge spelling fixes from 3.5
vadmium
committed
8bde911
View commit details
Copy full SHA for 8bde911
View code at this point
Browse repository at this point
Issue #27626: Spelling fixes in docs, comments and internal names
Show description for eb99570
vadmium
committed
eb99570
View commit details
Copy full SHA for eb99570
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
Merge for issue #26271
brettcannon
committed
32cba67
View commit details
Copy full SHA for 32cba67
View code at this point
Browse repository at this point
Issue #26271: Fix the Freeze tool to use variables passed in from the
Show description for e4044bf
brettcannon
committed
e4044bf
View commit details
Copy full SHA for e4044bf
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Issue #25985: sys.version_info is now used instead of sys.version
Show description for 885bdc4
serhiy-storchaka
committed
885bdc4
View commit details
Copy full SHA for 885bdc4
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
merge 3.4 (#25504)
benjaminp
committed
adf8627
View commit details
Copy full SHA for adf8627
View code at this point
Browse repository at this point
fix usage of undefined name (#25504)
benjaminp
committed
dcc13ef
View commit details
Copy full SHA for dcc13ef
View code at this point
Browse repository at this point
Commits on May 3, 2015
Issue #23911: Move path-based bootstrap code to a separate frozen module.
ericsnowcurrently
committed
32439d6
View commit details
Copy full SHA for 32439d6
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Removed trailing whitespaces in miscalenous files.
serhiy-storchaka
committed
45ec328
View commit details
Copy full SHA for 45ec328
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
Removed unintentional trailing spaces in text files.
serhiy-storchaka
committed
bfbfc8d
View commit details
Copy full SHA for bfbfc8d
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
Show description for 53c3fb1
serhiy-storchaka
committed
53c3fb1
View commit details
Copy full SHA for 53c3fb1
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Show description for cf4a2f2
serhiy-storchaka
committed
cf4a2f2
View commit details
Copy full SHA for cf4a2f2
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
Add test case for freeze.
loewis
committed
3da9fbb
View commit details
Copy full SHA for 3da9fbb
View code at this point
Browse repository at this point
Issue #16047: Fix module exception list and __file__ handling in freeze.
Show description for c00d39e
loewis
committed
c00d39e
View commit details
Copy full SHA for c00d39e
View code at this point
Browse repository at this point
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
loewis
committed
a7fcd92
View commit details
Copy full SHA for a7fcd92
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
#18803: merge with 3.3.
ezio-melotti
committed
d640fe2
View commit details
Copy full SHA for d640fe2
View code at this point
Browse repository at this point
#18803: fix more typos. Patch by Févry Thibault.
ezio-melotti
committed
7c4a7e6
View commit details
Copy full SHA for 7c4a7e6
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
Use OESeeror instead of os.error (#16720)
Show description for 8b33dd8
asvetlov
committed
8b33dd8
View commit details
Copy full SHA for 8b33dd8
View code at this point
Browse repository at this point
Commits on Oct 5, 2012
#16135: Removal of OS/2 support (C code and Docs)
jcea
committed
b176203
View commit details
Copy full SHA for b176203
View code at this point
Browse repository at this point
Commits on May 16, 2011
(Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
Show description for 9cd6626
Victor Stinner
committed
9cd6626
View commit details
Copy full SHA for 9cd6626
View code at this point
Browse repository at this point
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Show description for c77b931
Victor Stinner
committed
c77b931
View commit details
Copy full SHA for c77b931
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
Commits on Nov 26, 2010
Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from
Show description for d62ecbf
birkenfeld
committed
d62ecbf
View commit details
Copy full SHA for d62ecbf
View code at this point
Browse repository at this point
Commits on Oct 21, 2010
#1203650: allow larger list of files in windows makefile for freeze.
birkenfeld
committed
6d61cb4
View commit details
Copy full SHA for 6d61cb4
View code at this point
Browse repository at this point
Fix missing import.
birkenfeld
committed
a847ccb
View commit details
Copy full SHA for a847ccb
View code at this point
Browse repository at this point
Commits on Aug 2, 2010
Minimum fixes to make freeze.py do something useful.
birkenfeld
committed
0063958
View commit details
Copy full SHA for 0063958
View code at this point
Browse repository at this point
Commits on Mar 11, 2010
convert shebang lines: python -> python3
benjaminp
committed
90f5ba5
View commit details
Copy full SHA for 90f5ba5
View code at this point
Browse repository at this point
Commits on Jun 1, 2009
Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via sv…
Show description for fa0d703
benjaminp
committed
fa0d703
View commit details
Copy full SHA for fa0d703
View code at this point
Browse repository at this point
Commits on May 25, 2008
#2879: rename _winreg to winreg.
birkenfeld
committed
38feaf0
View commit details
Copy full SHA for 38feaf0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.