summaryrefslogtreecommitdiff
path: root/Lib/distutils/sysconfig.py
Commit message (Expand)AuthorAgeFilesLines
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-13/+5
* Remove support for BeOSSkip Montanaro2007-08-171-18/+0
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Minimal fixes to save the bootstrap on OSX.Guido van Rossum2007-05-251-1/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-4/+3
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+4
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-11/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+17
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+16
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-1/+1
* Whitespace normalization.Tim Peters2005-05-181-1/+1
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-21/+14
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-3/+4
* Patch #1046831: Use get_python_version where appropriate in sysconfig.py.Martin v. Löwis2005-03-031-6/+6
* After discussion on the PythonMac-SIG it was decided that it is betterJack Jansen2004-12-261-2/+4
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-131-0/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Partial fix for #887242 (link extensions with dynamic_lookup in steadJack Jansen2004-06-031-1/+13
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-241-3/+3
* Pick up Makefile variable BASECFLAGS too. This is needed since OPT wasJack Jansen2003-02-101-2/+4
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-1/+0
* [Bug #550364] Add get_python_version()Andrew M. Kuchling2002-11-141-1/+9
* Back out part of rev. 1.53, restoring the use of the string module.Andrew M. Kuchling2002-11-131-4/+6
* Remove use of string module and reflow a couple of long lines.Jeremy Hylton2002-11-051-10/+10
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-2/+5
* [Patch #588809] LDFLAGS support for build_ext.py, from Robert WeberAndrew M. Kuchling2002-11-041-1/+17
* Well, Fred never did explain why the code to determine whether theMichael W. Hudson2002-07-121-7/+3
* Whitespace normalization (remove tabs)Neal Norwitz2002-06-261-4/+4
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-261-1/+6
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-041-1/+0
* When using a Python that has not been installed to build 3rd-partyFred Drake2002-06-041-14/+22
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+26
* Whitespace normalization.Fred Drake2001-12-061-4/+4
* [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.Andrew M. Kuchling2001-09-051-1/+28
* On the mac some library paths returned were outdated, some were outright funny.Jack Jansen2001-09-041-5/+3
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-231-1/+4
* Miscellaneous minor cleanups.Fred Drake2001-08-021-20/+21
* 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-261-3/+3
* Minor changes for stylistic cleanliness and consistency.Fred Drake2001-07-181-16/+20
* 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-171-0/+4
* Placate tabnannyAndrew M. Kuchling2001-02-281-1/+1
* Linking just got simpiler on AIX and BeOS (closes SF patch #103679).Neil Schemenauer2001-02-161-25/+2
* There is no more Modules/Makefile, use toplevel Makefile.Neil Schemenauer2001-01-241-1/+1
* Patch #103279: sysconfig.py always looks for versions of files inAndrew M. Kuchling2001-01-171-1/+19