| Commit message (Expand) | Author | Age | Files | Lines |
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a... | Florent Xicluna | 2010-04-01 | 1 | -1/+1 |
|
|
* | Fix some py3k warnings in the standard library. | Florent Xicluna | 2010-03-07 | 1 | -1/+1 |
|
|
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the... | Tarek Ziadé | 2010-03-05 | 1 | -128/+227 |
|
|
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 1 | -3/+20 |
|
|
* | reintroduced the names in Distutils for APIs that were relocated | Tarek Ziadé | 2010-01-26 | 1 | -0/+4 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -168/+2 |
|
|
* | On OSX the output of "uname -m" always reflects the 32-bit architecture | Ronald Oussoren | 2009-12-24 | 1 | -0/+10 |
|
|
* | Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr... | Tarek Ziadé | 2009-12-06 | 1 | -2/+2 |
|
|
* | fixed warning and error message | Tarek Ziadé | 2009-10-24 | 1 | -1/+1 |
|
|
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 1 | -0/+5 |
|
|
* | Finish support for --with-universal-archs=intel | Ronald Oussoren | 2009-09-15 | 1 | -5/+20 |
|
|
* | #6466 refactored distutils duplicate get_versions() functions (used to get gc... | Tarek Ziadé | 2009-07-16 | 1 | -1/+53 |
|
|
* | pep8-fied and cleaned up distutils.util | Tarek Ziadé | 2009-07-02 | 1 | -75/+67 |
|
|
* | Update the fix for issue4064 to deal correctly with all three variants of | Ronald Oussoren | 2008-12-28 | 1 | -2/+6 |
|
|
* | Issue4064: architecture string for universal builds on OSX | Ronald Oussoren | 2008-12-28 | 1 | -4/+10 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -2/+9 |
|
|
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 1 | -2/+2 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 1 | -3/+3 |
|
|
* | [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows | Mark Hammond | 2007-08-21 | 1 | -1/+20 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-23 | 1 | -4/+4 |
|
|
* | Patch #1488098. | Ronald Oussoren | 2006-05-23 | 1 | -0/+48 |
|
|
* | Bug #1478326: don't allow '/' in distutils.util.get_platform machine names | Georg Brandl | 2006-04-28 | 1 | -0/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Defer compilation of regular expressions until first use. | Martin v. Löwis | 2004-03-25 | 1 | -3/+7 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -8/+8 |
|
|
* | Translate spaces in the machine name to underscores | Andrew M. Kuchling | 2003-01-06 | 1 | -2/+3 |
|
|
* | Adding Python <= 2.2 support back in. | Marc-André Lemburg | 2002-12-03 | 1 | -3/+10 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | SF bug #574235, convert_path fails with empty pathname | Neal Norwitz | 2002-08-13 | 1 | -2/+4 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -3/+3 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -27/+18 |
|
|
* | Prevent convert_path from crashing if the path is an empty string. Bugfix ca... | Andrew M. Kuchling | 2002-05-06 | 1 | -2/+2 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -0/+6 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -9/+7 |
|
|
* | Patch #429442 from Jason Tishler: Corrects sys.platform and | Andrew M. Kuchling | 2001-07-20 | 1 | -0/+1 |
|
|
* | Change rfc822_escape() to ensure there's a consistent amount of whitespace | Andrew M. Kuchling | 2001-03-23 | 1 | -3/+4 |
|
|
* | Patch #407434: add rfc822_escape utility function | Andrew M. Kuchling | 2001-03-22 | 1 | -0/+10 |
|
|
* | Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+6 |
|
|
* | Patch #404275: generate a reasonable platform string for AIX | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+2 |
|
|
* | Remove single "." components from pathnames, and return os.curdir if | Jack Jansen | 2001-01-28 | 1 | -0/+4 |
|
|
* | In subst_vars(), change the name of the argument from str to s to | Jeremy Hylton | 2001-01-25 | 1 | -2/+2 |
|
|
* | Patch #103220 from Jason Tishler: | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+5 |
|
|
* | Removed debugging code at bottom. | Greg Ward | 2000-10-14 | 1 | -8/+0 |
|
|
* | Added a long-winded comment (and commented-out comment to go with out) | Greg Ward | 2000-10-03 | 1 | -1/+17 |
|
|
* | Remove the temporary byte-compilation script when we're done with it. | Greg Ward | 2000-10-02 | 1 | -0/+1 |
|
|
* | Tweaked 'byte_compile()' so it silently skips non-Python files, rather than | Greg Ward | 2000-10-01 | 1 | -5/+7 |
|
|
* | Added 'byte_compile(): an all-singing, all-dancing wrapper around the | Greg Ward | 2000-09-30 | 1 | -2/+129 |
|
|
* | Various docstring tweaks. | Greg Ward | 2000-09-30 | 1 | -12/+14 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-30 | 1 | -24/+23 |
|
|
* | In 'get_platform()', handle so-called POSIX systems that don't have | Greg Ward | 2000-09-30 | 1 | -1/+1 |
|
|