1. 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
  2. efdf107 Add the exceptions module to the 'never' list -- it is built in. by Guido van Rossum · 24 years ago
  3. 332c59c change some occurence of python15.dll to python20.dll by Peter Schneider-Kamp · 24 years ago
  4. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  5. f67c238 Patch by Toby Dickenson, mentored by Mark Hammond, to support by Guido van Rossum · 24 years ago
  6. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  7. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  8. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  9. 6664bb8 Sjoerd Mullender: cmp.py is obsolete... by Guido van Rossum · 24 years ago
  10. 70b5d47 From Sjoerd Mullender <sjoerd@oratrix.nl>: by Fred Drake · 24 years ago
  11. 8b4b46e Fix a bug reported by Toby Dickenson (on 18 May 1999). by Guido van Rossum · 25 years ago
  12. cfd76a2 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  13. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  14. ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 25 years ago
  15. 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 25 years ago
  16. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 25 years ago
  17. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 25 years ago
  18. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  19. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  20. e7e632a Nannified. by Guido van Rossum · 26 years ago
  21. 859b407 Ignore cruft generating by the test run for hello.py. by Guido van Rossum · 26 years ago
  22. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  23. 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 26 years ago
  24. c8f859a Jonathan Giddy: by Guido van Rossum · 26 years ago
  25. 590fc2c Jonathan Giddy: by Guido van Rossum · 26 years ago
  26. 0f1e1fc Don't die if win32api doesn't exist. by Guido van Rossum · 26 years ago
  27. 110f365 Additions for Mark Hammond's Win32 specific hacks. by Guido van Rossum · 26 years ago
  28. e35c601 Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  29. ce5988b Remove Emacs cruft. by Guido van Rossum · 26 years ago
  30. f1b5a0e Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  31. 4a11431 After variable expansion, what was formerly a single word can now by Guido van Rossum · 26 years ago
  32. e10053b Remove Emacs cruft at end. by Guido van Rossum · 26 years ago
  33. a937afd Freeze assumes that all built-in modules are part of the Python core. by Guido van Rossum · 26 years ago
  34. 1abfb9c If freezing with the -O option, the optimized bytecode files are by Guido van Rossum · 26 years ago
  35. df19407 When using extention modules, relative path names that occur in the by Guido van Rossum · 26 years ago
  36. 23cff31 Shouldn't import addpack! by Guido van Rossum · 26 years ago
  37. 78fc363 Big changes by Mark Hammond to support freezing with DLLs on Windows. by Guido van Rossum · 26 years ago
  38. 2addd2a Add quotes around some variable definitions; add a "clean" target. by Guido van Rossum · 26 years ago
  39. cef85a2 Adapted to the new situation. by Guido van Rossum · 26 years ago
  40. a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 26 years ago
  41. 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 26 years ago
  42. 0b0e7b5 Got rid of the last tab character in this file. by Guido van Rossum · 26 years ago
  43. ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 26 years ago
  44. b7da642 Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h by Guido van Rossum · 26 years ago
  45. e039425 Unfold some lines that were previously folded but don't need to be by Guido van Rossum · 26 years ago
  46. 541e783 Reindented, removed tabs. by Guido van Rossum · 26 years ago
  47. 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 26 years ago
  48. 912a14c Reindented, removed tabs. by Guido van Rossum · 26 years ago
  49. 1e07403 Some nits... by Guido van Rossum · 26 years ago
  50. 75dc496 Added support for packages. by Guido van Rossum · 26 years ago
  51. f888350 Untested changes to make the '-s windows' option work on Windows. by Guido van Rossum · 26 years ago
  52. 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
  53. 345df17 os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  54. 77b3008 Add XXX warning about fishy line by Guido van Rossum · 27 years ago
  55. 7ba3de4 Added Windows NT instructions. by Guido van Rossum · 27 years ago
  56. 58a5948 Changes for building under windows. by Guido van Rossum · 27 years ago
  57. 0b4b8a2 Changed indents to 4 *spaces*; added Emacs variables to avoid by Guido van Rossum · 27 years ago
  58. 9a6e855 Support using -p/-P to point to the source/build directory instead of by Guido van Rossum · 27 years ago
  59. b3afce5 Updated for new style build/install; much simpler! by Guido van Rossum · 27 years ago
  60. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  61. 96c4dd9 OK, now it uses sys.[exec_]prefix and supports by Guido van Rossum · 28 years ago
  62. 6498cad Get rid of it totally by Guido van Rossum · 28 years ago
  63. f34bf1c Added warning that this is unsupported by Guido van Rossum · 28 years ago
  64. aa233f1 Changes for 1.4 install targets by Guido van Rossum · 28 years ago
  65. d4cc04c Add test that script name ends in .py. by Guido van Rossum · 28 years ago
  66. f75f80e Get struct _frozen defn from Python.h; new variable names. by Guido van Rossum · 28 years ago
  67. 150316e added getpath.c; added -P exec_prefix; added explanatory note by Guido van Rossum · 29 years ago
  68. bf6bdb0 removed some harsh words and added some clarifications by Guido van Rossum · 29 years ago
  69. e956386 Jaap V's version by Guido van Rossum · 29 years ago
  70. 6d67b60 backup Makefile too by Guido van Rossum · 29 years ago
  71. 309e8ac moved Demo/freeze to Tools/freeze by Guido van Rossum · 29 years ago
  72. 705d517 initial checkin by Guido van Rossum · 30 years ago
  73. d8336c2 Lots of things added. README written (mostly). by Guido van Rossum · 30 years ago
  74. 0118134 Don't search for *.so modules since we can't handle them! by Guido van Rossum · 30 years ago
  75. 619e1be Add check for unknown modules by Guido van Rossum · 30 years ago
  76. 00ff433 Totally new "freeze" program. by Guido van Rossum · 30 years ago
  77. dbaf332 Jack's last version (now I'm supposed to get it working :-) by Guido van Rossum · 30 years ago