1. f242aa0 Py_Initialize(): Now that standard exceptions are builtin, we don't by Barry Warsaw · 24 years ago
  2. c094ac8 Now that standard exceptions are builtin, we don't need two phase init by Barry Warsaw · 24 years ago
  3. fe55e86 Take the basename of the script before concatenating it with the build dir. by Greg Ward · 24 years ago
  4. fd267d9 Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
  5. 1226588 bltin_exc: Removed the leaf_exc flag in the structure, which was only by Barry Warsaw · 24 years ago
  6. 101de37 Fix to use 'change_root()' rather than directly mangling path. by Greg Ward · 24 years ago
  7. 80fa55e Improvements to Bastian's build_scripts command: by Greg Ward · 24 years ago
  8. 029e302 Added comment to remind us of the (temporary?) obsolescense of the by Greg Ward · 24 years ago
  9. e3d1752 Use Distribution's 'has_scripts()' method instead of directly accessing by Greg Ward · 24 years ago
  10. a4efe65 Bastian Kleineidam: the "build_scripts" command. by Greg Ward · 24 years ago
  11. 8d5881a Bastian Kleineidam: the "build_scripts" command and changes by Greg Ward · 24 years ago
  12. fcd974e Normalized all the end-of-class lines. by Greg Ward · 24 years ago
  13. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  14. c580dae Fix a problem reported by Oleg Broytmann, who complains that very by Guido van Rossum · 24 years ago
  15. a570c05 Catch failure to open installed Makefile, and report it as a by Greg Ward · 24 years ago
  16. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
  17. 03e644b Changes by AMK: Use HAVE_NCURSES_H to include correct header file by Andrew M. Kuchling · 24 years ago
  18. 22b88ce Oliver Andrich's ncurses-specific curses module, version 1.5b1 by Andrew M. Kuchling · 24 years ago
  19. caee2fe (py-execute-region): Based on suggestions by Francois Pinard and Skip by Barry Warsaw · 24 years ago
  20. 40313cf Fix 'get_command_obj()' so it checks if a command object has an attribute by Greg Ward · 24 years ago
  21. 77751c0 Added some debuging output (actually moved here from dist.py) -- by Greg Ward · 24 years ago
  22. 981f736 Don't take advantage of OptionDummy's new "auto-initialization" feature by Greg Ward · 24 years ago
  23. 4746077 Fixed so options from config files and command lines actually work: by Greg Ward · 24 years ago
  24. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
  25. d7ad503 Fixed command description. by Greg Ward · 24 years ago
  26. 5edcd90 Use 'get_command_obj()' instead of 'find_command_obj()'. by Greg Ward · 24 years ago
  27. 3c67b1d OptionDummy now has a constructor that takes a list of options: each string by Greg Ward · 24 years ago
  28. 732745b Tweaked usage message. by Greg Ward · 24 years ago
  29. d5d8a99 Marching towards full support of config files: thoroughly overhauled the by Greg Ward · 24 years ago
  30. 32000e8 Reduce opt level for BeOS - Donn Cave. by Guido van Rossum · 24 years ago
  31. 1d10f3e Changed list_directory() somewhat. It is now only called when there by Guido van Rossum · 24 years ago
  32. 4355093 Tweaked output of 'copy_file()': if copying to a new name, show the whole by Greg Ward · 24 years ago
  33. a4adafd Changed the semantics of the 'sub_commands' list: instead of function by Greg Ward · 24 years ago
  34. f355d47 Check if the claimed build directory doesn't exist, and warn that we don't by Greg Ward · 24 years ago
  35. 44a61bb Added 'has_scripts()', 'has_data_files()' methods. by Greg Ward · 24 years ago
  36. 36c36fe Added missing import. by Greg Ward · 24 years ago
  37. f7edea7 Lyle Johnson: added stubs for the four miscellaneous methods that must be by Greg Ward · 24 years ago
  38. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  39. 974f70d Add call to putheader('Host', 'www.python.org') to the example. by Guido van Rossum · 24 years ago
  40. 95713eb Fix the test for socklen_t so that it searches through sys/socket.h. by Guido van Rossum · 24 years ago
  41. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  42. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  43. 11b0936 Donn Cave <donn@oz.net>: BeOS (up to 5.0) lacks <netinet/tcp.h>. by Fred Drake · 24 years ago
  44. d9c01a5 Manually added HRHTMLRenderingLibAvailable. by Jack Jansen · 24 years ago
  45. 036194c Slowly becoming functional... by Jack Jansen · 24 years ago
  46. ebd0106 Interface to macOS 9 HTMLRenderingLib. Not yet functional. by Jack Jansen · 24 years ago
  47. 8711a2e Changed default developer name. Added some guiding comments. by Gregory P. Smith · 24 years ago
  48. 2c067ef Template for writing Distutils command modules. by Gregory P. Smith · 24 years ago
  49. 86ee81e Contribution from Harry Henry Gebel: the 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  50. 21b9e91 In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't by Gregory P. Smith · 24 years ago
  51. 6a901dd List data files are listed in the Distribution attribute 'data_files', by Gregory P. Smith · 24 years ago
  52. c59d4e0 Added the 'bdist_base' option, the base temp directory for all bdist commands. by Gregory P. Smith · 24 years ago
  53. e30b7a9 Added 'get_inputs()' methods, needed by the "install" command's 'get_inputs()'. by Gregory P. Smith · 24 years ago
  54. ba0506b Drastically simplified by taking advantage of the "install" command's by Gregory P. Smith · 24 years ago
  55. a04d807 Rename 'build_bdist' to 'bdist_base', and get it by default from the by Gregory P. Smith · 24 years ago
  56. c008488 Typo fix. by Gregory P. Smith · 24 years ago
  57. 0ec8ef1 Made the '--record' option take an argument, which is the name of the by Gregory P. Smith · 24 years ago
  58. 7e855ef Ditch the explicit search for *.py[co] files -- they're now included in by Gregory P. Smith · 24 years ago
  59. 11fb783 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' by Gregory P. Smith · 24 years ago
  60. f9ebf98 Moved check for installation to non-sys.path location so it comes by Gregory P. Smith · 24 years ago
  61. 8cb6761 Harry Henry Gebel: add the "--record" option to write the list of by Gregory P. Smith · 24 years ago
  62. a190268 Added the 'build_bdist' option and code to clean it up -- this is the by Gregory P. Smith · 24 years ago
  63. b5ebe5d Harry Henry Gebel: get extra compiler flags from the CFLAGS environment by Gregory P. Smith · 24 years ago
  64. 52e399c Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically by Gregory P. Smith · 24 years ago
  65. d5b53df Harry Henry Gebel: add 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  66. de5c953 From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and by Gregory P. Smith · 24 years ago
  67. 8f7f91f (Temporarily) revived after a long sleep, for building MacPython without GUSI by Jack Jansen · 24 years ago
  68. 7bfc2eb Fixed to work again without USE_GUSI and with USE_MSL_MALLOC by Jack Jansen · 24 years ago
  69. 12e89e4 Fixed to work again without USE_GUSI by Jack Jansen · 24 years ago
  70. 48b486b Added unicodedata and _codecs modules (which had apparently slipped through until now). by Jack Jansen · 24 years ago
  71. 092580b First tiny steps towards Carbon: this project currently builds a PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this. by Jack Jansen · 24 years ago
  72. 98b0404 Removing thread.h -- it has been obsolete for quite a while. by Guido van Rossum · 24 years ago
  73. 6fafca4 Added comment/docstring/revision header. by Gregory P. Smith · 24 years ago
  74. 17f641c Fixed 'select_scheme()' so it doesn't override a directory attribute that's by Gregory P. Smith · 24 years ago
  75. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  76. f8f2b98 Caught up with renaming in 'install_misc' base class. by Gregory P. Smith · 24 years ago
  77. ae988a5 Deleted some cruft. by Gregory P. Smith · 24 years ago
  78. ce2b6b8 In 'install_misc' class: by Gregory P. Smith · 24 years ago
  79. 147e5f3 Doc patch from Bastein Kleineidam: start to describe the 'install' command by Gregory P. Smith · 24 years ago
  80. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  81. bb8c71d Call 'parse_config_files()' at the appropriate point. by Gregory P. Smith · 24 years ago
  82. 1426354 Preliminary support for config files: by Gregory P. Smith · 24 years ago
  83. e7e35ac Made 'check_environ()' "public" by stripping the leading underscore; by Gregory P. Smith · 24 years ago
  84. 6cd0c43 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  85. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  86. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  87. a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
  88. 99f235d Remove stdwin references by Guido van Rossum · 24 years ago
  89. 6a1b133 Removing junk by Guido van Rossum · 24 years ago
  90. 81b4e41 removing more stdwin users by Guido van Rossum · 24 years ago
  91. 9ab06ee Added a few new names... by Guido van Rossum · 24 years ago
  92. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  93. dab6cb8 removing more stdwin users by Guido van Rossum · 24 years ago
  94. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  95. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  96. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  97. cf3ba65 At Bob Kahn's request, add CNRI to the copyright string (but not to by Guido van Rossum · 24 years ago
  98. 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 24 years ago
  99. 8638ace EditorWindow.python_docs(): by Fred Drake · 24 years ago
  100. 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 24 years ago