summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/util.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added 'strtobool()' function: convert strings like "yes", "1",Greg Ward2000-09-251-0/+15
* Fix 'convert_path()' so it returns immediately under Unix -- prevents blowingGreg Ward2000-09-221-5/+5
* Corran Webster: fix 'change_root()' to handle Mac OS paths.Greg Ward2000-09-211-1/+7
* Revamped 'get_platform()' to try and do something reasonably smart onGreg Ward2000-09-151-4/+42
* Fix so 'split_quoted()' handles any whitespace delimiter (not just space).Greg Ward2000-08-081-2/+2
* Drop the 'extend()' function -- old 1.5.1 compatibility hack thatGreg Ward2000-08-051-20/+0
* Added the 'execute()' function (moved here from cmd.py with minor tweakage).Greg Ward2000-08-021-0/+26
* Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore.Greg Ward2000-08-021-10/+0
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-2/+2
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Added 'split_quoted()' function to deal with strings that are quoted inGreg Ward2000-06-241-0/+67
* 'get_platform()' now just returns 'sys.platform' on all platforms.Greg Ward2000-06-181-12/+4
* Added 'grok_environment_error()' function to deal with the variousGreg Ward2000-06-171-0/+20
* Renamed 'native_path()' to 'convert_path()'.Greg Ward2000-05-311-8/+4
* Fixed 'change_root() to work at all on Windows, and to work correctly on Unix.Greg Ward2000-05-311-10/+10
* Made 'check_environ()' "public" by stripping the leading underscore;Gregory P. Smith2000-05-121-2/+9
* Added 'change_root()' to forcibly slap a new root directory onto a pathname,Greg Ward2000-04-271-0/+26
* Lyle Johnson: fixed broken logic in 'native_path()'.Greg Ward2000-04-251-7/+7
* Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch:Greg Ward2000-04-221-0/+24
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-4/+4
* Reorganization: ripped util.py to shreds, creating in the process:Greg Ward2000-04-041-664/+7
* Fixed 'make_archive()' to explicitly turn of compression when format is "tar".Greg Ward2000-03-311-0/+1
* Tweaked 'get_platform()' to include the first character of the OS release:Greg Ward2000-03-311-4/+2
* Added 'create_tree()'.Greg Ward2000-03-311-25/+135
* Changed 'copy_tree()' so it returns the list of all files that were copied orGreg Ward2000-03-291-11/+12
* Documented Bastian's patch.Greg Ward2000-03-291-7/+9
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-291-3/+5
* Added 'make_tarball()' and 'make_zipfile()' functions in preparationGreg Ward2000-03-291-2/+90
* Import fix.Greg Ward2000-03-231-1/+1
* Improved an error message in 'mkpath()'.Greg Ward2000-03-221-7/+47
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'.Greg Ward2000-03-181-1/+20
* Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me):Greg Ward2000-03-071-0/+11
* Added 'native_path()' for use on pathnames from the setup script: split onGreg Ward2000-03-071-0/+28
* Rewrote 'newer_pairwise(): more natural (and incompatible) interface,Greg Ward2000-03-061-12/+13
* Fixed 'mkpath()' to accept empty string silently (it's just the current dir).Greg Ward2000-03-031-9/+11
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added 'get_platform()' to construct a string that identifies the currentGreg Ward2000-03-011-1/+19
* Fixed broken list extend in 'copy_tree()'.Greg Ward2000-01-301-2/+2
* 'newer_group()' can now deal with missing files, in a way specified byGreg Ward2000-01-091-2/+17
* Fixed 'mkpath()' to normalize the path right off the bat -- cleans upGreg Ward1999-10-031-5/+7
* More tweaks to 'mkpath()':Greg Ward1999-09-291-0/+5
* Added 'write_file()' function.Greg Ward1999-09-211-1/+22
* Added 'newer_pairwise()' and 'newer_group()'.Greg Ward1999-09-131-16/+133
* On David Ascher's recommendation: reversed order of 'utime()' andGreg Ward1999-06-081-2/+5
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-021-12/+30
* Added 'dry_run' flag to most functions (to support the "shadow methods"Greg Ward1999-04-041-15/+28
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+245