1. e817acd Patch by Jack Jansen: by Guido van Rossum · 25 years ago
  2. a505812 split compile.py into two files by Jeremy Hylton · 25 years ago
  3. 3050d51 change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag by Jeremy Hylton · 25 years ago
  4. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 25 years ago
  5. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 25 years ago
  6. 76d01b8 add support for Lambda nodes by Jeremy Hylton · 25 years ago
  7. 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 25 years ago
  8. 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 25 years ago
  9. 4eb504c add loop handling via by Jeremy Hylton · 25 years ago
  10. 95b8614 add an __len__ to Set and Stack by Jeremy Hylton · 25 years ago
  11. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
  12. 9dd7872 Added new exception classes: by Barry Warsaw · 25 years ago
  13. 9abc25e Enable -t when compiling Python library modules in libinstall (.pyc by Fred Drake · 25 years ago
  14. 3e0910c add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or by Jeremy Hylton · 25 years ago
  15. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 25 years ago
  16. 857c4c3 Detabify. by Fred Drake · 25 years ago
  17. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
  18. ad892dc Make this pass the -tt test. by Fred Drake · 25 years ago
  19. 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 25 years ago
  20. 10ca82b Typecheck 'output_dir' argument to compile/link methods. by Greg Ward · 25 years ago
  21. 968d883 Path from Thomas Heller: resurrect the .def file kludge while preserving the by Greg Ward · 25 years ago
  22. 4ba9b2e Patch from Thomas heller: by Greg Ward · 25 years ago
  23. 5e0ce53 add ExampleASTVisitor: by Jeremy Hylton · 25 years ago
  24. 69926ea add remove method to set by Jeremy Hylton · 25 years ago
  25. e8c6ce4 Added 'debug' option, and changed compile/link calls to use it. by Greg Ward · 25 years ago
  26. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 25 years ago
  27. 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 25 years ago
  28. ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 25 years ago
  29. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 25 years ago
  30. 4024560 add optional verbose arg to walk function. it overrides the global by Jeremy Hylton · 25 years ago
  31. 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 25 years ago
  32. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 25 years ago
  33. 53187f3 now produces valid pyc files for a least a trivial subset of the language. by Jeremy Hylton · 25 years ago
  34. aa9d2d6 constants from transformer by Jeremy Hylton · 25 years ago
  35. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
  36. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 25 years ago
  37. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
  38. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
  39. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 25 years ago
  40. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
  41. ef6ceb6 Same patch (also by Mark Hammond) for this straggler project file as by Guido van Rossum · 25 years ago
  42. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  43. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  44. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  45. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  46. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
  47. 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
  48. 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 25 years ago
  49. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  50. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  51. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  52. 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
  53. 106a02d make p2c a package by Jeremy Hylton · 25 years ago
  54. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
  55. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  56. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  57. 4310deb Mark Hammond renames the x86 projects back to what they were named by Guido van Rossum · 25 years ago
  58. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
  59. d89ffeb These modules are now declared obsolete. by Fred Drake · 25 years ago
  60. ff48418 According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
  61. 9c6ba9b According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
  62. 43265be # module filecmp by Guido van Rossum · 25 years ago
  63. 75a7959 In _fileobject, optimize read() a bit (it could be really slow), and by Guido van Rossum · 25 years ago
  64. 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 25 years ago
  65. 5606801 Make read() and readlines() conform more to the file object interface: by Guido van Rossum · 25 years ago
  66. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  67. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
  68. a0ca3f2 Comment fix. by Greg Ward · 25 years ago
  69. 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  70. a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 25 years ago
  71. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 25 years ago
  72. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
  73. a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 25 years ago
  74. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  75. 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
  76. f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
  77. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  78. 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
  79. 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
  80. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  81. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  82. a4596a4 Trent Mick: Setup PC configuration so that MSDEV chooses the x86 by Guido van Rossum · 25 years ago
  83. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  84. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  85. e0a928d Fix some broken links. by Guido van Rossum · 25 years ago
  86. 72ca1b3 Changes by Trent Mick (of ActiveState) and Dale Nagata to support by Guido van Rossum · 25 years ago
  87. f158887 Two patches from Jack Jansen: by Guido van Rossum · 25 years ago
  88. 6d7e47b EXPERIMENTAL by Jeremy Hylton · 25 years ago
  89. 331f19e Change two occurrences of type(x) <> types.CodeType into by Guido van Rossum · 25 years ago
  90. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  91. 9f200cb Fix indentation bug. by Greg Ward · 25 years ago
  92. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  93. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  94. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  95. 1b3a9af Added missing import. by Greg Ward · 25 years ago
  96. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 25 years ago
  97. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  98. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  99. 7c463ef Ditch unneeded imports. by Greg Ward · 25 years ago
  100. 1d2b23e Fix by Nick Russo in processing of timezone in test program; the by Guido van Rossum · 25 years ago