summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
* When using GCC, use the right option to add a directory to the list of dirsFred Drake2001-12-111-1/+18
* Fix forMichael W. Hudson2001-12-101-2/+11
* Fix forMichael W. Hudson2001-12-101-1/+2
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-061-0/+11
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-061-1/+1
* Whitespace normalization.Fred Drake2001-12-0611-48/+48
* Whitespace normalization.Fred Drake2001-12-0621-216/+210
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1
* [Bug #459270] Fix incorrect docstringAndrew M. Kuchling2001-12-061-8/+5
* The libraries argument was completely ignored, fixed. Reported byJack Jansen2001-11-101-1/+2
* With Andrew's blessing: distutils version number is now 1.0.3.Thomas Heller2001-10-051-1/+1
* Explicitely list the metadata attributes to showThomas Heller2001-10-051-295/+304
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.Andrew M. Kuchling2001-09-051-1/+28
* [Bug #444589] Record empty directories in the install_data commandAndrew M. Kuchling2001-09-041-4/+12
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* On the mac some library paths returned were outdated, some were outright funny.Jack Jansen2001-09-041-5/+3
* Don't use dir() to find instance attribute names.Neil Schemenauer2001-09-031-3/+7
* Flush output more aggressively. This makes things look better ifNeil Schemenauer2001-08-291-0/+2
* Patch by Bill Noon: added 'dylib' as a library type along withJack Jansen2001-08-272-4/+9
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-232-8/+22
* [Patch #441691] preprocess() method for Borland C compiler.Andrew M. Kuchling2001-08-161-1/+35
* [Patch #444854 from twburton]Andrew M. Kuchling2001-08-161-1/+4
* [Patch #442530 from twburton]Andrew M. Kuchling2001-08-161-4/+4
* Fix for NameError caught by PyChecker.Andrew M. Kuchling2001-08-131-2/+2
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Import UnknownFileErrorAndrew M. Kuchling2001-08-091-1/+1
* Import the errno moduleAndrew M. Kuchling2001-08-091-1/+2
* Use correct variable nameAndrew M. Kuchling2001-08-091-1/+1
* Miscellaneous minor cleanups.Fred Drake2001-08-021-20/+21
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Add backwards compatibility.Marc-André Lemburg2001-07-261-1/+6
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-13/+13
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* Don't "import *" from stat at all -- just import what's needed, andGreg Ward2001-07-251-1/+1
* Patch #429442 from Jason Tishler: Corrects sys.platform andAndrew M. Kuchling2001-07-201-0/+1
* Minor changes for stylistic cleanliness and consistency.Fred Drake2001-07-181-16/+20
* Fix a mismatched parenthesis in the last patch.Guido van Rossum2001-07-161-1/+1
* [Bug #441527] Fixes for preprocessor support, contributed by TarnAndrew M. Kuchling2001-07-161-4/+5
* dummy checkin for testing, please ignoreunknown2001-07-041-1/+0