| Commit message (Expand) | Author | Age | Files | Lines |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
* | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -2/+1 |
* | Issue #19544 and Issue #6516: Restore support for --user and --group paramete... | Andrew Kuchling | 2013-11-15 | 1 | -2/+4 |
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
* | Merged revisions 74990 via svnmerge from | Tarek Ziadé | 2009-09-21 | 1 | -1/+1 |
* | Merged revisions 71589 via svnmerge from | Tarek Ziadé | 2009-04-13 | 1 | -10/+6 |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+2 |
* | Merged revisions 70886,70888-70892 via svnmerge from | Tarek Ziadé | 2009-03-31 | 1 | -1/+1 |
* | Merged revisions 69881 via svnmerge from | Tarek Ziadé | 2009-02-22 | 1 | -4/+0 |
* | Merged revisions 69385 via svnmerge from | Tarek Ziadé | 2009-02-07 | 1 | -7/+7 |
* | Merged revisions 69360 via svnmerge from | Tarek Ziadé | 2009-02-06 | 1 | -1/+1 |
* | Remove incorrect usages of map() in distutils. | Amaury Forgeot d'Arc | 2008-07-26 | 1 | -1/+1 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -4/+4 |
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -100/+66 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -3/+2 |
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -5/+4 |
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -3/+3 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
* | fix typo | Fred Drake | 2004-06-18 | 1 | -1/+1 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
* | announce(): use the level argument to control the log level. | Guido van Rossum | 2003-02-20 | 1 | -1/+1 |
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -3/+0 |
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+1 |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -29/+22 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -10/+10 |
* | Flush output more aggressively. This makes things look better if | Neil Schemenauer | 2001-08-29 | 1 | -0/+2 |
* | Back out conversion to string methods; the Distutils is intended to work | Andrew M. Kuchling | 2001-03-22 | 1 | -3/+3 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+3 |
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 1 | -27/+27 |
* | In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the | Greg Ward | 2000-09-16 | 1 | -2/+3 |
* | Added the "sub-command" machinery to formalize the notion of "command | Greg Ward | 2000-09-16 | 1 | -0/+31 |
* | Fix references to functions formerly imported from 'util'. | Greg Ward | 2000-08-13 | 1 | -20/+23 |
* | Replaced 'execute()' method with a thin wrapper around 'util.execute()'. | Greg Ward | 2000-08-02 | 1 | -25/+1 |
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
* | Added 'debug_print()' method (driven by DEBUG global from distutils.core). | Greg Ward | 2000-06-08 | 1 | -0/+9 |
* | Added the 'ensure_*' methods from bdist_rpm; refactored 'ensure_filename()' | Greg Ward | 2000-06-04 | 1 | -1/+72 |
* | Reformatted and updated many docstrings. | Greg Ward | 2000-06-02 | 1 | -83/+85 |
* | Added 'reinitialize_command()' method -- delegated to Distribution instance. | Greg Ward | 2000-06-01 | 1 | -2/+6 |
* | Added 'dump_options()' for debugging output. | Greg Ward | 2000-05-28 | 1 | -0/+15 |
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -19/+11 |
* | Added comment to remind us of the (temporary?) obsolescense of the | Greg Ward | 2000-05-25 | 1 | -0/+5 |
* | Use 'get_command_obj()' instead of 'find_command_obj()'. | Greg Ward | 2000-05-23 | 1 | -3/+3 |
* | In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't | Gregory P. Smith | 2000-05-13 | 1 | -1/+1 |