1. 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 24 years ago
  2. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 24 years ago
  3. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 24 years ago
  4. 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 24 years ago
  5. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 24 years ago
  6. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 24 years ago
  7. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 24 years ago
  8. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 24 years ago
  9. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 24 years ago
  10. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 24 years ago
  11. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 24 years ago
  12. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 24 years ago
  13. 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 24 years ago
  14. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 24 years ago
  15. 32ce329 Added 'create_tree()'. by Greg Ward · 24 years ago
  16. 318a9d7 Added DistutilsInternalError. by Greg Ward · 24 years ago
  17. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 24 years ago
  18. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 24 years ago
  19. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 24 years ago
  20. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 24 years ago
  21. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 24 years ago
  22. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 24 years ago
  23. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 24 years ago
  24. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 24 years ago
  25. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  26. 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 24 years ago
  27. a35be2f Output for simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago
  28. e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago
  29. 71d5583 Oops: 'build_extensions()' no longer takes an 'extensions' list. by Greg Ward · 24 years ago
  30. d30dedc Michael Hudson: With the (cool!) new call syntax, the longest opcode by Guido van Rossum · 24 years ago
  31. bf45322 Lawrence Kesteloot noted: Lib/user.py has a comment that says that the by Guido van Rossum · 24 years ago
  32. 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 24 years ago
  33. 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 24 years ago
  34. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  35. 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 24 years ago
  36. 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 24 years ago
  37. da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  38. 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 24 years ago
  39. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 24 years ago
  40. f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 24 years ago
  41. ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 24 years ago
  42. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 24 years ago
  43. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 24 years ago
  44. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 24 years ago
  45. 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 24 years ago
  46. 8b2e95e Deleted some crufty comments and code. by Greg Ward · 24 years ago
  47. 003663d fix previous checkin by Jeremy Hylton · 24 years ago
  48. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  49. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  50. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  51. 1916b35 Fredrik Lundh: by Guido van Rossum · 24 years ago
  52. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 24 years ago
  53. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  54. 66d4513 Piers Lauder: by Guido van Rossum · 24 years ago
  55. 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 24 years ago
  56. dc8b798 Skip Montanaro: by Guido van Rossum · 24 years ago
  57. 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 24 years ago
  58. a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 24 years ago
  59. cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 24 years ago
  60. 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 24 years ago
  61. e21dabe Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to by Greg Ward · 24 years ago
  62. f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 24 years ago
  63. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  64. 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 24 years ago
  65. d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 24 years ago
  66. a7540bd Import fix. by Greg Ward · 24 years ago
  67. e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 24 years ago
  68. 297dd9f Fixed the class name. by Greg Ward · 24 years ago
  69. 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 24 years ago
  70. 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 24 years ago
  71. 55753d4 Renamed install_py.py to install_lib.py, since it now handles installing all by Greg Ward · 24 years ago
  72. 5b001f1 Obsolete command -- no longer relevant since we now build all modules, pure by Greg Ward · 24 years ago
  73. 1497b61 Dropped the evil and misguided 'set_peer_option()' method -- it's no by Greg Ward · 24 years ago
  74. 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 24 years ago
  75. 1b4ede5 Improved an error message in 'mkpath()'. by Greg Ward · 24 years ago
  76. 7f6ef6c Renamed 'install_path' to 'extra_path'. by Greg Ward · 24 years ago
  77. a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 24 years ago
  78. 531349f Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- by Greg Ward · 24 years ago
  79. 4620f30 Took out what looks like old debugging code that probably should never by Greg Ward · 24 years ago
  80. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  81. fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 24 years ago
  82. 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 24 years ago
  83. 11fc7e4 Tweaked all over: by Greg Ward · 24 years ago
  84. 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  85. b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 24 years ago
  86. 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 24 years ago
  87. dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 24 years ago
  88. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  89. 908670c Oops, another in the same file; I should read the mail fully before by Fred Drake · 24 years ago
  90. 3e74c0d "intput" --> "input" (in docstring); noted by Detlef Lannert by Fred Drake · 24 years ago
  91. 36cc6a2 complete rewrite by Jeremy Hylton · 24 years ago
  92. f635abe simplify visitor walker class by Jeremy Hylton · 24 years ago
  93. b631b8e fix list.append problems by Jeremy Hylton · 24 years ago
  94. e4d6293 change name of Set method: items -> elements (avoids confusion with dict) by Jeremy Hylton · 24 years ago
  95. d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 24 years ago
  96. a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 24 years ago
  97. 8f0c5a7 Marc-Andre Lemburg: the maxsplit argument for split() and replace() by Guido van Rossum · 24 years ago
  98. 0612d84 Module codecs -- Python Codec Registry, API and helpers. Written by by Guido van Rossum · 24 years ago
  99. b5f2f1b Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 24 years ago
  100. 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 24 years ago