1. 989835c Patch #103220 from Jason Tishler: by Andrew M. Kuchling · 23 years ago
  2. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  3. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  4. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  5. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  6. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  7. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  8. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  9. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  10. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  11. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  12. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  13. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  14. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  15. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  16. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  17. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  18. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  19. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  20. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  21. 6a2a3db Added 'split_quoted()' function to deal with strings that are quoted in by Greg Ward · 24 years ago
  22. b75c485 'get_platform()' now just returns 'sys.platform' on all platforms. by Greg Ward · 24 years ago
  23. e905513 Added 'grok_environment_error()' function to deal with the various by Greg Ward · 24 years ago
  24. d8dfb4c Renamed 'native_path()' to 'convert_path()'. by Greg Ward · 24 years ago
  25. 4b46ef9 Fixed 'change_root() to work at all on Windows, and to work correctly on Unix. by Greg Ward · 24 years ago
  26. e7e35ac Made 'check_environ()' "public" by stripping the leading underscore; by Gregory P. Smith · 24 years ago
  27. 67f75d4 Added 'change_root()' to forcibly slap a new root directory onto a pathname, by Greg Ward · 24 years ago
  28. 464023f Lyle Johnson: fixed broken logic in 'native_path()'. by Greg Ward · 24 years ago
  29. aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 24 years ago
  30. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  31. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago
  32. 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 24 years ago
  33. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 24 years ago
  34. 32ce329 Added 'create_tree()'. 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. a7540bd Import fix. by Greg Ward · 24 years ago
  40. 1b4ede5 Improved an error message in 'mkpath()'. by Greg Ward · 24 years ago
  41. b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 24 years ago
  42. 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 24 years ago
  43. 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 24 years ago
  44. 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 24 years ago
  45. 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 24 years ago
  46. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  47. 585df89 Added 'get_platform()' to construct a string that identifies the current by Greg Ward · 24 years ago
  48. a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 24 years ago
  49. 7b7679e 'newer_group()' can now deal with missing files, in a way specified by by Greg Ward · 25 years ago
  50. f3b997a Fixed 'mkpath()' to normalize the path right off the bat -- cleans up by Greg Ward · 25 years ago
  51. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  52. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  53. 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
  54. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
  55. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  56. e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 25 years ago
  57. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago