index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
freeze
/
modulefinder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for bug #442374 - Modulefinder registry support broken
Mark Hammond
2001-09-05
1
-13/+36
*
Lawrence Hudson, SF #401702: Modify co_filename in frozen programs
Guido van Rossum
2001-03-20
1
-1/+32
*
Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...
Mark Hammond
2000-11-06
1
-15/+6
*
Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this
Guido van Rossum
2000-09-15
1
-0/+7
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-2/+2
*
Sjoerd Mullender:
Guido van Rossum
2000-05-02
1
-1/+1
*
Fix a bug reported by Toby Dickenson (on 18 May 1999).
Guido van Rossum
1999-11-02
1
-1/+2
*
Fix for modulefinder so that it prints all modules an unknown module
Guido van Rossum
1998-12-22
1
-2/+6
*
Sjoerd Mullender:
Guido van Rossum
1998-12-15
1
-3/+6
*
Nannified.
Guido van Rossum
1998-09-14
1
-5/+5
*
New version, with contributions from Sjoerd Mullender and Mark Hammond.
Guido van Rossum
1998-08-25
1
-3/+8
*
Add a feature to support specifying an additional search directory for
Guido van Rossum
1998-05-18
1
-4/+17
*
Big changes by Mark Hammond to support freezing with DLLs on Windows.
Guido van Rossum
1998-03-20
1
-2/+30
*
Always set the __file__ attribute, so dynamic link modules are indicated.
Guido van Rossum
1998-03-06
1
-1/+1
*
Oops, bug omission: also scan internal code objects for imports!
Guido van Rossum
1998-03-05
1
-31/+37
*
Reindented, removed tabs.
Guido van Rossum
1998-03-05
1
-279/+283
*
Added support for packages.
Guido van Rossum
1998-03-05
1
-0/+373