summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/util.py
Commit message (Expand)AuthorAgeFilesLines
* Add new copydir_run_2to3() function, for use e.g. in test runners to transpar...Georg Brandl2009-03-311-0/+33
* Merged revisions 67982,67988,67990 via svnmerge fromBenjamin Peterson2008-12-301-6/+16
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-0/+48
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-161-2/+9
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-2/+2
* Missed one because of indirection.Georg Brandl2008-01-061-1/+1
* Stop using the find function on the string module, use the string method.Neal Norwitz2007-08-301-4/+4
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-12/+8
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+20
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-14/+12
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+49
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Defer compilation of regular expressions until first use.Martin v. Löwis2004-03-251-3/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-8/+8
* Translate spaces in the machine name to underscoresAndrew M. Kuchling2003-01-061-2/+3
* Adding Python <= 2.2 support back in.Marc-André Lemburg2002-12-031-3/+10
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* SF bug #574235, convert_path fails with empty pathnameNeal Norwitz2002-08-131-2/+4
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+3
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-27/+18
* Prevent convert_path from crashing if the path is an empty string. Bugfix ca...Andrew M. Kuchling2002-05-061-2/+2
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+6
* Whitespace normalization.Fred Drake2001-12-061-9/+7
* Patch #429442 from Jason Tishler: Corrects sys.platform andAndrew M. Kuchling2001-07-201-0/+1
* Change rfc822_escape() to ensure there's a consistent amount of whitespaceAndrew M. Kuchling2001-03-231-3/+4
* Patch #407434: add rfc822_escape utility functionAndrew M. Kuchling2001-03-221-0/+10
* Bug #229280: remove '/' characters from the OS name (for BSD/OS :) )Andrew M. Kuchling2001-02-271-1/+6
* Patch #404275: generate a reasonable platform string for AIXAndrew M. Kuchling2001-02-271-0/+2
* Remove single "." components from pathnames, and return os.curdir ifJack Jansen2001-01-281-0/+4
* In subst_vars(), change the name of the argument from str to s toJeremy Hylton2001-01-251-2/+2
* Patch #103220 from Jason Tishler:Andrew M. Kuchling2001-01-191-0/+5
* Removed debugging code at bottom.Greg Ward2000-10-141-8/+0
* Added a long-winded comment (and commented-out comment to go with out)Greg Ward2000-10-031-1/+17
* Remove the temporary byte-compilation script when we're done with it.Greg Ward2000-10-021-0/+1
* Tweaked 'byte_compile()' so it silently skips non-Python files, rather thanGreg Ward2000-10-011-5/+7
* Added 'byte_compile(): an all-singing, all-dancing wrapper around theGreg Ward2000-09-301-2/+129
* Various docstring tweaks.Greg Ward2000-09-301-12/+14
* Reformat docstrings.Greg Ward2000-09-301-24/+23
* In 'get_platform()', handle so-called POSIX systems that don't haveGreg Ward2000-09-301-1/+1
* Standardize whitespace in function calls.Greg Ward2000-09-261-12/+12
* 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