1. 1d10f3e Changed list_directory() somewhat. It is now only called when there by Guido van Rossum · 24 years ago
  2. 4355093 Tweaked output of 'copy_file()': if copying to a new name, show the whole by Greg Ward · 24 years ago
  3. a4adafd Changed the semantics of the 'sub_commands' list: instead of function by Greg Ward · 24 years ago
  4. f355d47 Check if the claimed build directory doesn't exist, and warn that we don't by Greg Ward · 24 years ago
  5. 44a61bb Added 'has_scripts()', 'has_data_files()' methods. by Greg Ward · 24 years ago
  6. 36c36fe Added missing import. by Greg Ward · 24 years ago
  7. f7edea7 Lyle Johnson: added stubs for the four miscellaneous methods that must be by Greg Ward · 24 years ago
  8. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  9. 974f70d Add call to putheader('Host', 'www.python.org') to the example. by Guido van Rossum · 24 years ago
  10. 95713eb Fix the test for socklen_t so that it searches through sys/socket.h. by Guido van Rossum · 24 years ago
  11. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  12. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  13. 11b0936 Donn Cave <donn@oz.net>: BeOS (up to 5.0) lacks <netinet/tcp.h>. by Fred Drake · 24 years ago
  14. d9c01a5 Manually added HRHTMLRenderingLibAvailable. by Jack Jansen · 24 years ago
  15. 036194c Slowly becoming functional... by Jack Jansen · 24 years ago
  16. ebd0106 Interface to macOS 9 HTMLRenderingLib. Not yet functional. by Jack Jansen · 24 years ago
  17. 8711a2e Changed default developer name. Added some guiding comments. by Gregory P. Smith · 24 years ago
  18. 2c067ef Template for writing Distutils command modules. by Gregory P. Smith · 24 years ago
  19. 86ee81e Contribution from Harry Henry Gebel: the 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  20. 21b9e91 In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't by Gregory P. Smith · 24 years ago
  21. 6a901dd List data files are listed in the Distribution attribute 'data_files', by Gregory P. Smith · 24 years ago
  22. c59d4e0 Added the 'bdist_base' option, the base temp directory for all bdist commands. by Gregory P. Smith · 24 years ago
  23. e30b7a9 Added 'get_inputs()' methods, needed by the "install" command's 'get_inputs()'. by Gregory P. Smith · 24 years ago
  24. ba0506b Drastically simplified by taking advantage of the "install" command's by Gregory P. Smith · 24 years ago
  25. a04d807 Rename 'build_bdist' to 'bdist_base', and get it by default from the by Gregory P. Smith · 24 years ago
  26. c008488 Typo fix. by Gregory P. Smith · 24 years ago
  27. 0ec8ef1 Made the '--record' option take an argument, which is the name of the by Gregory P. Smith · 24 years ago
  28. 7e855ef Ditch the explicit search for *.py[co] files -- they're now included in by Gregory P. Smith · 24 years ago
  29. 11fb783 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' by Gregory P. Smith · 24 years ago
  30. f9ebf98 Moved check for installation to non-sys.path location so it comes by Gregory P. Smith · 24 years ago
  31. 8cb6761 Harry Henry Gebel: add the "--record" option to write the list of by Gregory P. Smith · 24 years ago
  32. a190268 Added the 'build_bdist' option and code to clean it up -- this is the by Gregory P. Smith · 24 years ago
  33. b5ebe5d Harry Henry Gebel: get extra compiler flags from the CFLAGS environment by Gregory P. Smith · 24 years ago
  34. 52e399c Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically by Gregory P. Smith · 24 years ago
  35. d5b53df Harry Henry Gebel: add 'bdist_rpm' command. by Gregory P. Smith · 24 years ago
  36. de5c953 From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and by Gregory P. Smith · 24 years ago
  37. 8f7f91f (Temporarily) revived after a long sleep, for building MacPython without GUSI by Jack Jansen · 24 years ago
  38. 7bfc2eb Fixed to work again without USE_GUSI and with USE_MSL_MALLOC by Jack Jansen · 24 years ago
  39. 12e89e4 Fixed to work again without USE_GUSI by Jack Jansen · 24 years ago
  40. 48b486b Added unicodedata and _codecs modules (which had apparently slipped through until now). by Jack Jansen · 24 years ago
  41. 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
  42. 98b0404 Removing thread.h -- it has been obsolete for quite a while. by Guido van Rossum · 24 years ago
  43. 6fafca4 Added comment/docstring/revision header. by Gregory P. Smith · 24 years ago
  44. 17f641c Fixed 'select_scheme()' so it doesn't override a directory attribute that's by Gregory P. Smith · 24 years ago
  45. 74ead8f Added --skip-build option, so lazy debuggers/testers (mainly me) don't by Gregory P. Smith · 24 years ago
  46. f8f2b98 Caught up with renaming in 'install_misc' base class. by Gregory P. Smith · 24 years ago
  47. ae988a5 Deleted some cruft. by Gregory P. Smith · 24 years ago
  48. ce2b6b8 In 'install_misc' class: by Gregory P. Smith · 24 years ago
  49. 147e5f3 Doc patch from Bastein Kleineidam: start to describe the 'install' command by Gregory P. Smith · 24 years ago
  50. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  51. bb8c71d Call 'parse_config_files()' at the appropriate point. by Gregory P. Smith · 24 years ago
  52. 1426354 Preliminary support for config files: by Gregory P. Smith · 24 years ago
  53. e7e35ac Made 'check_environ()' "public" by stripping the leading underscore; by Gregory P. Smith · 24 years ago
  54. 6cd0c43 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  55. 9668b78 Fix from Lyle Johnson: add the '--compiler' option. by Gregory P. Smith · 24 years ago
  56. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  57. a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
  58. 99f235d Remove stdwin references by Guido van Rossum · 24 years ago
  59. 6a1b133 Removing junk by Guido van Rossum · 24 years ago
  60. 81b4e41 removing more stdwin users by Guido van Rossum · 24 years ago
  61. 9ab06ee Added a few new names... by Guido van Rossum · 24 years ago
  62. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  63. dab6cb8 removing more stdwin users by Guido van Rossum · 24 years ago
  64. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  65. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  66. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  67. cf3ba65 At Bob Kahn's request, add CNRI to the copyright string (but not to by Guido van Rossum · 24 years ago
  68. 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 24 years ago
  69. 8638ace EditorWindow.python_docs(): by Fred Drake · 24 years ago
  70. 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 24 years ago
  71. 9cfce18 GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. by Jack Jansen · 24 years ago
  72. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  73. 230cae7 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  74. a69ef82 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  75. 774c931 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  76. 8b4d01d M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  77. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 24 years ago
  78. c640b18 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  79. 785d14f Minimal change so I can add the rest of MAL's checkin message: by Fred Drake · 24 years ago
  80. e4315f5 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  81. aff6018 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  82. cb093fe M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  83. 3ac3edc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  84. ea2b715 New version from Jim Fulton to fix a problem that Eric Raymond ran by Guido van Rossum · 24 years ago
  85. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 24 years ago
  86. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  87. 51313f1 Define \seeurl in the seealso environment. Two parameters: url, why. by Fred Drake · 24 years ago
  88. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  89. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  90. 57af072 Add a simple directory listing function. by Guido van Rossum · 24 years ago
  91. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 24 years ago
  92. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  93. fd4114e ConfigParser.read(): by Fred Drake · 24 years ago
  94. bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 24 years ago
  95. c18a6f4 Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer by Guido van Rossum · 24 years ago
  96. b8872e6 Trent Mick: by Guido van Rossum · 24 years ago
  97. 2a91cd4 Caolan McNamara: properly undo the byte-stuffing of lines starting by Guido van Rossum · 24 years ago
  98. 9cef99f USE_GUSI2 should be defined, not USE_GUSI1. by Jack Jansen · 24 years ago
  99. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  100. 317b2a6 Import this to replace open() by an extended version that uses by Jack Jansen · 24 years ago