| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
| * | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -2/+5 |
| * | Merged revisions 77759,77761 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -1/+1 |
| * | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -1/+2 |
| * | Merged revisions 73925-73926 via svnmerge from | Tarek Ziadé | 2009-07-10 | 1 | -4/+0 |
| * | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -1/+17 |
| * | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -0/+6 |
| * | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -17/+9 |
| * | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
| * | Patch #736857, #736859: Add -e option to build_scripts. | Martin v. Löwis | 2004-08-25 | 1 | -0/+5 |
| * | 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 | -2/+0 |
| * | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -1/+2 |
| * | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
| * | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -6/+6 |
| * | Changed to use the 'sub-commands' machinery: | Greg Ward | 2000-09-30 | 1 | -21/+29 |
| * | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
| * | Tweaked the build temp dir names again. | Greg Ward | 2000-09-16 | 1 | -8/+4 |
| * | Include the Python version in the platform-specific build directories: | Greg Ward | 2000-09-16 | 1 | -2/+4 |
| * | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -1/+6 |
| * | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 1 | -1/+2 |
| * | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -0/+5 |
| * | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -4/+4 |
| * | Use Distribution's 'has_scripts()' method instead of directly accessing | Greg Ward | 2000-05-25 | 1 | -1/+1 |
| * | Bastian Kleineidam: the "build_scripts" command and changes | Greg Ward | 2000-05-25 | 1 | -0/+8 |
| * | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
| * | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 1 | -1/+4 |
| * | Delete some debugging print statements. | Greg Ward | 2000-04-10 | 1 | -2/+0 |
| * | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 1 | -0/+5 |
| * | Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' | Greg Ward | 2000-03-29 | 1 | -3/+3 |
| * | Renamed 'build_lib' command to 'build_clib': | Greg Ward | 2000-03-02 | 1 | -1/+1 |
| * | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
| * | Build reorg: | Greg Ward | 2000-03-01 | 1 | -12/+43 |
| * | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 1 | -2/+2 |
| * | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -9/+10 |
| * | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 1 | -1/+1 |
| * | Added 'debug' option (just there for 'build_ext' and 'build_lib' commands | Greg Ward | 2000-02-09 | 1 | -0/+3 |
| * | Run the 'build_lib' command before building extensions, if necessary. | Greg Ward | 2000-02-05 | 1 | -0/+6 |
| * | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 1 | -0/+2 |
| * | Renamed many options to be consistent across commands. | Greg Ward | 1999-09-29 | 1 | -15/+16 |
| * | Only run build_py if we have pure Python modules, and build_ext if we | Greg Ward | 1999-09-21 | 1 | -5/+9 |
| * | Now run 'build_ext'. | Greg Ward | 1999-09-13 | 1 | -2/+2 |
| * | Rearranged things so that compilation of .py files is the responsibility | Greg Ward | 1999-05-02 | 1 | -7/+0 |
| * | First checkin of real Distutils command modules. | Greg Ward | 1999-03-22 | 1 | -0/+56 |