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