summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/modulefinder.py
Commit message (Expand)AuthorAgeFilesLines
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-201-1/+32
* Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...Mark Hammond2000-11-061-15/+6
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Sjoerd Mullender:Guido van Rossum2000-05-021-1/+1
* Fix a bug reported by Toby Dickenson (on 18 May 1999).Guido van Rossum1999-11-021-1/+2
* Fix for modulefinder so that it prints all modules an unknown moduleGuido van Rossum1998-12-221-2/+6
* Sjoerd Mullender:Guido van Rossum1998-12-151-3/+6
* Nannified.Guido van Rossum1998-09-141-5/+5
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-3/+8
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-4/+17
* Big changes by Mark Hammond to support freezing with DLLs on Windows.Guido van Rossum1998-03-201-2/+30
* Always set the __file__ attribute, so dynamic link modules are indicated.Guido van Rossum1998-03-061-1/+1
* Oops, bug omission: also scan internal code objects for imports!Guido van Rossum1998-03-051-31/+37
* Reindented, removed tabs.Guido van Rossum1998-03-051-279/+283
* Added support for packages.Guido van Rossum1998-03-051-0/+373