summaryrefslogtreecommitdiff
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* - _filename_to_abs() didn't cater for .. components in the pathname. Fixed.Jack Jansen2001-06-191-1/+14
* Fixed -D emulation for symbols with a value, as specified with the define_mac...Just van Rossum2001-06-191-1/+1
* Fix bug #418369: typo in bdist_rpmAndrew M. Kuchling2001-05-211-1/+1
* Fixed botched indent in _init_mac() code. (It may never be executed,Guido van Rossum2001-05-171-1/+1
* Made distutils understand the MacPython Carbon runtime model. Distutils will ...Jack Jansen2001-05-172-0/+6
* Fix typo in docstringAndrew M. Kuchling2001-04-231-1/+1
* Bump version # for final releaseAndrew M. Kuchling2001-04-231-1/+1
* Pete Shinners discovered that zipfile.ZipFile() is called with modeGuido van Rossum2001-04-141-1/+1
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* Patch #413912 from Steve Majewski: Add .m to the list of extensionsAndrew M. Kuchling2001-04-051-1/+1
* Back out the requirement to supply a version numberAndrew M. Kuchling2001-03-311-4/+0
* Change rfc822_escape() to ensure there's a consistent amount of whitespaceAndrew M. Kuchling2001-03-231-3/+4
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Remove redundant importAndrew M. Kuchling2001-03-221-1/+1
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-224-13/+13
* Call the write_pkg_info methodAndrew M. Kuchling2001-03-221-2/+2
* Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,Andrew M. Kuchling2001-03-221-5/+70
* Patch #407434: add rfc822_escape utility functionAndrew M. Kuchling2001-03-221-0/+10
* Fix bug #233253: the --define and --undef options didn't work, whetherAndrew M. Kuchling2001-03-171-0/+15
* Bug #409403: Signal an error if the distribution's metadata has no versionAndrew M. Kuchling2001-03-171-0/+4