summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* The _winreg module returns bytes which must be decoded to unicode, not encoded.Christian Heimes2007-11-171-3/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-1614-34/+34
* Fix yet another stray 2.x-ism (maybe merged?).Guido van Rossum2007-10-151-2/+1
* Fix a straggler filter() call.Guido van Rossum2007-09-251-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-1/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+2
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-013-4/+4
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-312-7/+6
* Fix a typo in the distutils cleanup.Collin Winter2007-08-301-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-3047-1643/+966
* Fix failure in error handler -- exc[-1] -> exc.args[-1].Guido van Rossum2007-08-291-2/+2
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-242-3/+23
* Remove support for BeOSSkip Montanaro2007-08-171-18/+0
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-094-8/+7
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-062-2/+2
* Fix two bugs from the map->itertools.imap switch.Collin Winter2007-07-172-6/+5
* Fix a bug in distutils.core's error handling.Collin Winter2007-07-171-2/+2
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-161-2/+2
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-033-5/+4
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-5/+3
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-1310-14/+51
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-7/+2
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-075-17/+12
* Minimal fixes to save the bootstrap on OSX.Guido van Rossum2007-05-252-4/+5
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-023-4/+4
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-2714-37/+35
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-273-5/+20
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-1726-152/+145
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-3/+12
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-0917-75/+75
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-1016-51/+59
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-137-31/+64
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+38
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-3/+9
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-202-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-189-30/+30
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-116-10/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-278-18/+145
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-216-9/+119
* Remove apply()Neal Norwitz2006-03-176-11/+11
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-1/+1