1. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  2. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  3. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  4. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  5. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  6. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  7. 32cba67 Merge for issue #26271 by Brett Cannon · 8 years ago
  8. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  9. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  10. adf8627 merge 3.4 (#25504) by Benjamin Peterson · 9 years ago
  11. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  12. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  13. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  14. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  15. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 9 years ago
  16. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  17. 3da9fbb Add test case for freeze. by Martin v. Löwis · 10 years ago
  18. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  19. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  20. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  21. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  22. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 11 years ago
  23. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  24. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  25. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  26. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  27. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  28. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 13 years ago
  29. 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
  30. a847ccb Fix missing import. by Georg Brandl · 14 years ago
  31. 0063958 Minimum fixes to make freeze.py do something useful. by Georg Brandl · 14 years ago
  32. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  33. fa0d703 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 svnmerge from by Benjamin Peterson · 15 years ago
  34. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  35. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  36. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  37. f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
  38. a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
  39. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  40. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  41. 96bf7e8 Fix test_frozen. by Guido van Rossum · 17 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  43. d910855 Remove apply() by Neal Norwitz · 18 years ago
  44. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  45. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  46. ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 20 years ago
  47. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  48. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  49. 8f81c93 Patch #713645: Fix typo. by Martin v. Löwis · 21 years ago
  50. 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
  51. 821a0fc replace obsolete 'exceptions' implicit by 'warnings' by Just van Rossum · 21 years ago
  52. e9e20a9 [ 684677 ] Allow freeze to exclude implicits by Just van Rossum · 21 years ago
  53. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 21 years ago
  54. 5d0bd1e refactor universal line endings detection by Just van Rossum · 21 years ago
  55. 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 21 years ago
  56. 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 21 years ago
  57. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 21 years ago
  58. c7aaf95 Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. by Thomas Heller · 22 years ago
  59. 74416af Fix SF # 464405, freeze doesn't like DOS files on Linux by Neal Norwitz · 22 years ago
  60. 82c7231 SF # 627900, Bytecode copy bug in freeze by Neal Norwitz · 22 years ago
  61. ed44dbd Remove another mention of "import string". by Walter Dörwald · 22 years ago
  62. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  63. 60ae701 Update freeze to use zlib 1.1.4. by Mark Hammond · 22 years ago
  64. 0d3b2fe Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg extension. by Mark Hammond · 22 years ago
  65. 4f7829e Remove the only use of a string method. Fixes SF 564840. by Thomas Heller · 22 years ago
  66. 64b4f27 Updated freeze.py to the new Makefile symbol layout. by Marc-André Lemburg · 22 years ago
  67. 03f7f08 Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. by Guido van Rossum · 23 years ago
  68. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  69. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  70. 2c91c81 Patch #409504: Fix regex problems, consider \-continuation lines in Makefile by Martin v. Löwis · 23 years ago
  71. 6b767ac Lawrence Hudson, SF #401702: Modify co_filename in frozen programs by Guido van Rossum · 23 years ago
  72. 1bb515b Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use by Eric S. Raymond · 23 years ago
  73. af44963 Patch 103928: Correct zlib freeze settings for Win32. by Tim Peters · 23 years ago
  74. 19f52c2 Windows: ucnhash subproject no longer exists (/F merged into unicodedata). by Tim Peters · 23 years ago
  75. ecc463a New, improved README from Mike Clarkson. Wow! by Guido van Rossum · 23 years ago
  76. d3d7bb1 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api by Mark Hammond · 24 years ago
  77. 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
  78. efdf107 Add the exceptions module to the 'never' list -- it is built in. by Guido van Rossum · 24 years ago
  79. 332c59c change some occurence of python15.dll to python20.dll by Peter Schneider-Kamp · 24 years ago
  80. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  81. f67c238 Patch by Toby Dickenson, mentored by Mark Hammond, to support by Guido van Rossum · 24 years ago
  82. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  83. 4b1235c Toby Dickenson: by Guido van Rossum · 24 years ago
  84. ce33eb3 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  85. 6664bb8 Sjoerd Mullender: cmp.py is obsolete... by Guido van Rossum · 24 years ago
  86. 70b5d47 From Sjoerd Mullender <sjoerd@oratrix.nl>: by Fred Drake · 24 years ago
  87. 8b4b46e Fix a bug reported by Toby Dickenson (on 18 May 1999). by Guido van Rossum · 25 years ago
  88. cfd76a2 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  89. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  90. ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 25 years ago
  91. 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 25 years ago
  92. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 25 years ago
  93. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 25 years ago
  94. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 25 years ago
  95. 38b92eb Sjoerd Mullender: by Guido van Rossum · 25 years ago
  96. e7e632a Nannified. by Guido van Rossum · 26 years ago
  97. 859b407 Ignore cruft generating by the test run for hello.py. by Guido van Rossum · 26 years ago
  98. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  99. 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 26 years ago
  100. c8f859a Jonathan Giddy: by Guido van Rossum · 26 years ago