FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/frozen.c - https-github-com-nzysoft/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
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
Python
frozen.c
on
main
User selector
Datepicker
Commit history
Commits on Sep 8, 2023
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
markshannon
authored
15d4c9f
View commit details
Copy full SHA for 15d4c9f
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Show description for 19e4f75
ericsnowcurrently
authored
19e4f75
View commit details
Copy full SHA for 19e4f75
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302
vstinner
authored
1863302
View commit details
Copy full SHA for 1863302
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Show description for 2c228a7
encukou
authored
2c228a7
View commit details
Copy full SHA for 2c228a7
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Show description for bf95ff9
kumaraditya303
authored
bf95ff9
View commit details
Copy full SHA for bf95ff9
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-45654: No need to freeze types (GH-30028)
tiran
authored
16638a4
View commit details
Copy full SHA for 16638a4
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
kumaraditya303
authored
44b0e76
View commit details
Copy full SHA for 44b0e76
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
bpo-45850: Implement deep-freeze on Windows (#29648)
Show description for 1037ca5
gvanrossum
authored
1037ca5
View commit details
Copy full SHA for 1037ca5
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
bpo-45696: Deep-freeze selected modules (GH-29118)
Show description for 1cbaa50
gvanrossum
authored
1cbaa50
View commit details
Copy full SHA for 1cbaa50
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)
Show description for 074fa57
ericsnowcurrently
authored
074fa57
View commit details
Copy full SHA for 074fa57
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Show description for 08285d5
ericsnowcurrently
authored
08285d5
View commit details
Copy full SHA for 08285d5
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Show description for 7e5c107
ericsnowcurrently
authored
7e5c107
View commit details
Copy full SHA for 7e5c107
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Show description for 7c801e0
ericsnowcurrently
authored
7c801e0
View commit details
Copy full SHA for 7c801e0
View code at this point
Browse repository at this point
Commits on Sep 17, 2021
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Show description for 0905916
ericsnowcurrently
authored
0905916
View commit details
Copy full SHA for 0905916
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Show description for 3814e20
ericsnowcurrently
authored
3814e20
View commit details
Copy full SHA for 3814e20
View code at this point
Browse repository at this point
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Show description for cbeb819
ericsnowcurrently
authored
cbeb819
View commit details
Copy full SHA for cbeb819
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Show description for a2d8c4b
ericsnowcurrently
authored
a2d8c4b
View commit details
Copy full SHA for a2d8c4b
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Show description for 044e8d8
ericsnowcurrently
authored
044e8d8
View commit details
Copy full SHA for 044e8d8
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Show description for 87ec26b
nascheme
authored
87ec26b
View commit details
Copy full SHA for 87ec26b
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Show description for ffa55d2
nascheme
authored
ffa55d2
View commit details
Copy full SHA for ffa55d2
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
bpo-36540: PEP 570 -- Implementation (GH-12701)
Show description for 8c77b8c
pablogsal
authored
8c77b8c
View commit details
Copy full SHA for 8c77b8c
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
serhiy-storchaka
authored
79d1c2e
View commit details
Copy full SHA for 79d1c2e
View code at this point
Browse repository at this point
Commits on May 24, 2016
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Show description for b0f80b0
serhiy-storchaka
committed
b0f80b0
View commit details
Copy full SHA for b0f80b0
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 Mar 13, 2013
make some freezing related stuff const
benjaminp
committed
7701e6e
View commit details
Copy full SHA for 7701e6e
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Issue #2377: Make importlib the implementation of __import__().
Show description for fd07415
brettcannon
committed
fd07415
View commit details
Copy full SHA for fd07415
View code at this point
Browse repository at this point
Commits on May 16, 2011
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 May 9, 2010
Recorded merge of revisions 81032 via svnmerge from
Show description for 7f14f0d
pitrou
committed
7f14f0d
View commit details
Copy full SHA for 7f14f0d
View code at this point
Browse repository at this point
Commits on Nov 12, 2007
Fix for refleak tests through regrtest.py -R:: bug #1414
Show description for f19169f
tiran
committed
f19169f
View commit details
Copy full SHA for f19169f
View code at this point
Browse repository at this point
Commits on Oct 15, 2007
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Show description for 00bc0e0
gvanrossum
committed
00bc0e0
View commit details
Copy full SHA for 00bc0e0
View code at this point
Browse repository at this point
Commits on Jun 12, 2007
Update the frozen bytecode for __hello__.
gvanrossum
committed
0aa35f8
View commit details
Copy full SHA for 0aa35f8
View code at this point
Browse repository at this point
Commits on Feb 9, 2007
Fix test_frozen.
gvanrossum
committed
96bf7e8
View commit details
Copy full SHA for 96bf7e8
View code at this point
Browse repository at this point
Commits on Dec 13, 2006
Oops, re-add 'static' qualifier.
Yhg1s
committed
5672904
View commit details
Copy full SHA for 5672904
View code at this point
Browse repository at this point
Regenerate frozen.c's manual marshal as directed, fixing test_frozen.
Yhg1s
committed
2bdf2cb
View commit details
Copy full SHA for 2bdf2cb
View code at this point
Browse repository at this point
Commits on Aug 15, 2002
This is my patch
Show description for dd32a91
Michael W. Hudson
committed
dd32a91
View commit details
Copy full SHA for dd32a91
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL