1. ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 25 years ago
  2. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 25 years ago
  3. 4024560 add optional verbose arg to walk function. it overrides the global by Jeremy Hylton · 25 years ago
  4. 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 25 years ago
  5. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 25 years ago
  6. 53187f3 now produces valid pyc files for a least a trivial subset of the language. by Jeremy Hylton · 25 years ago
  7. aa9d2d6 constants from transformer by Jeremy Hylton · 25 years ago
  8. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
  9. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 25 years ago
  10. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
  11. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
  12. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
  13. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  14. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  15. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  16. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  17. 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
  18. 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 25 years ago
  19. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  20. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  21. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  22. 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
  23. 106a02d make p2c a package by Jeremy Hylton · 25 years ago
  24. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
  25. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  26. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  27. d89ffeb These modules are now declared obsolete. by Fred Drake · 25 years ago
  28. 43265be # module filecmp by Guido van Rossum · 25 years ago
  29. 75a7959 In _fileobject, optimize read() a bit (it could be really slow), and by Guido van Rossum · 25 years ago
  30. 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 25 years ago
  31. 5606801 Make read() and readlines() conform more to the file object interface: by Guido van Rossum · 25 years ago
  32. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  33. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
  34. a0ca3f2 Comment fix. by Greg Ward · 25 years ago
  35. 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  36. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
  37. a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 25 years ago
  38. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  39. 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
  40. f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
  41. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  42. 6d7e47b EXPERIMENTAL by Jeremy Hylton · 25 years ago
  43. 331f19e Change two occurrences of type(x) <> types.CodeType into by Guido van Rossum · 25 years ago
  44. 9f200cb Fix indentation bug. by Greg Ward · 25 years ago
  45. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  46. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  47. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  48. 1b3a9af Added missing import. by Greg Ward · 25 years ago
  49. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 25 years ago
  50. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  51. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  52. 7c463ef Ditch unneeded imports. by Greg Ward · 25 years ago
  53. 1d2b23e Fix by Nick Russo in processing of timezone in test program; the by Guido van Rossum · 25 years ago
  54. 7b7679e 'newer_group()' can now deal with missing files, in a way specified by by Greg Ward · 25 years ago
  55. c9f3187 Abstracted '_fix_link_args()' out of 'link_shared_object()'. by Greg Ward · 25 years ago
  56. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  57. e9436da Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. by Greg Ward · 25 years ago
  58. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  59. f23aa1e redesign/rebuild around the ImportManager concept. by Greg Stein · 25 years ago
  60. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  61. fbff97a Don't call len() if the value is already cached! Caught by Gerrit by Fred Drake · 25 years ago
  62. 80c33e5 Contribution from Gerrit Holl: by Guido van Rossum · 25 years ago
  63. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  64. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 25 years ago
  65. cd97576 Only set msg.fp to None when there are no extra arguments; if there by Guido van Rossum · 25 years ago
  66. 8c06221 V 2.16 from Piers: by Guido van Rossum · 25 years ago
  67. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  68. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  69. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  70. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  71. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  72. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  73. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  74. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  75. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  76. 5274c33 According to Craig H Rowland, openbsd2 is yet another BSD variant that by Guido van Rossum · 25 years ago
  77. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  78. 6dfc792 In abspath(), always use normpath(), even when win32api is available by Guido van Rossum · 25 years ago
  79. d25c1b7 A bunch of docstring fixes. by Barry Warsaw · 25 years ago
  80. 32efef3 look for builtins before stuff on the path. by Greg Stein · 25 years ago
  81. 2b23413 add loading of dynamic library modules. by Greg Stein · 25 years ago
  82. 7ec28d2 turn SysPathImporter into PathImporter. by Greg Stein · 25 years ago
  83. 72ee435 remove the __version__ global. by Greg Stein · 25 years ago
  84. 6d3165a only put __path__ into package modules. by Greg Stein · 25 years ago
  85. 63faa01 shift code from DirectoryImporter out to a common area. by Greg Stein · 25 years ago
  86. d7b147b Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a by Guido van Rossum · 25 years ago
  87. 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
  88. 768d227 Oops. Remove some garbage from the doc string that was accidentally by Guido van Rossum · 25 years ago
  89. d4c64ba Add some header comments to all the files. by Greg Stein · 25 years ago
  90. 281b8d8 initial checkin for my Python stuff. by Greg Stein · 25 years ago
  91. e4f1366 split() docstring: Made signature and description for the first by Fred Drake · 25 years ago
  92. 19878f5 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  93. dd7cbbf Oops. spawnl() and spawnle() should be implemented on Windows too. by Guido van Rossum · 25 years ago
  94. f618a48 Correct typo in walk.__doc__ reported by Francois Pinard. by Guido van Rossum · 25 years ago
  95. 5a2ca93 Checking in a bunch of spawn functions. These are only defined if we by Guido van Rossum · 25 years ago
  96. 2d72687 New module by Moshe Zadka (submitted on Sept. 25). This unifies the by Guido van Rossum · 25 years ago
  97. 4e20de5 Patch by Michael Hudson: when the object of attribute expansion is a by Guido van Rossum · 25 years ago
  98. d65b539 Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the by Guido van Rossum · 25 years ago
  99. e1ada50 Don't assume GNU tar -- generate tar file and compress in separate steps. by Greg Ward · 25 years ago
  100. d6c30f6 Removed massive comment speculating about needlessly complex variations by Greg Ward · 25 years ago