summaryrefslogtreecommitdiff
path: root/Lib/distutils/util.py
Commit message (Expand)AuthorAgeFilesLines
* subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-6/+9
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-4/+5
* Merge 3.3 (#4931)?ric Araujo2014-03-121-19/+4
|\
| * Avoid ?error: None? messages from distutils (#4931).?ric Araujo2014-03-121-19/+4
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-151-3/+4
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-111-6/+0
|/
* Issue #15184: Ensure consistent results of OS X configurationNed Deily2012-07-211-88/+4
* - Issue #14330: For cross builds, don't use host python, use host search pathsdoko2012-06-301-0/+4
* And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist...Jesus Cea2012-01-181-1/+1
* Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...Jesus Cea2012-01-181-2/+5
* Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+2
* Fix docstring of distutils.util.byte_compile (followup for #11254)Éric Araujo2011-10-081-3/+3
* Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-081-2/+9
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...Ronald Oussoren2011-05-151-3/+1
* Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-061-9/+0
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-7/+9
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-111/+214
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-9/+0
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-0/+21
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-168/+2
* Merged revisions 77026 via svnmerge fromRonald Oussoren2009-12-241-0/+10
* Merged revisions 76684 via svnmerge fromTarek Ziadé2009-12-061-2/+2
* Merged revisions 75669-75671 via svnmerge fromTarek Ziadé2009-10-251-0/+5
* Merged revisions 74806 via svnmerge fromRonald Oussoren2009-09-151-5/+20
* Merged revisions 74024 via svnmerge fromTarek Ziadé2009-07-161-1/+53
* Merged revisions 73762 via svnmerge fromTarek Ziadé2009-07-021-46/+43
* 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