| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18080: When building a C extension module on OS X, if the compiler | Ned Deily | 2013-05-28 | 1 | -2/+8 |
|
|
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+5 |
|\ |
|
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+5 |
|
|
| * | Issue #13590: OS X Xcode 4 - improve support for universal extension modules | Ned Deily | 2013-01-31 | 1 | -67/+21 |
|
|
* | | - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; | doko@python.org | 2013-01-25 | 1 | -5/+8 |
|
|
* | | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 1 | -0/+17 |
|
|
* | | Issue #15184: Ensure consistent results of OS X configuration | Ned Deily | 2012-07-21 | 1 | -170/+20 |
|
|
* | | Closes #15366: Corrected computation of include location for source builds. T... | Vinay Sajip | 2012-07-16 | 1 | -3/+4 |
|
|
* | | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-07-16 | 1 | -3/+26 |
|
|
* | | Issue #13590: Improve support for OS X Xcode 4: | Ned Deily | 2012-06-23 | 1 | -33/+114 |
|
|
* | | Fixed _sys_home computation and added diagnostics for Windows buildbot failures. | Vinay Sajip | 2012-05-27 | 1 | -0/+2 |
|
|
* | | Addressed some buildbot errors and comments on the checkin by Antoine on pyth... | Vinay Sajip | 2012-05-26 | 1 | -1/+2 |
|
|
* | | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -13/+27 |
|/ |
|
* | Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building | Ned Deily | 2012-02-10 | 1 | -1/+32 |
|
|
* | Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix | Éric Araujo | 2011-10-07 | 1 | -1/+1 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | Issue #9516: Change distutils to no longer globally attempt to check and | Ned Deily | 2011-06-29 | 1 | -15/+0 |
|
|
* | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i... | Ronald Oussoren | 2011-05-15 | 1 | -1/+1 |
|
|
* | Final patch for issue 9807. | Barry Warsaw | 2010-11-24 | 1 | -3/+16 |
|
|
* | Remove traces of Mac OS 9 support, again (#9508). | Éric Araujo | 2010-11-06 | 1 | -42/+0 |
|
|
* | Have distutils.sysconfig close a file to remove ResourceWarnings coming up | Brett Cannon | 2010-10-29 | 1 | -1/+2 |
|
|
* | Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error | Victor Stinner | 2010-10-23 | 1 | -1/+1 |
|
|
* | Issue #9437: Fix building C extensions with non-default LDFLAGS. | Antoine Pitrou | 2010-10-10 | 1 | -0/+5 |
|
|
* | Reverted changes which were inadvertently committed. | Vinay Sajip | 2010-09-20 | 1 | -15/+11 |
|
|
* | logging: added hasHandlers() to LoggerAdapter. | Vinay Sajip | 2010-09-20 | 1 | -11/+15 |
|
|
* | Ensure that the Makefile variable expansion | Ronald Oussoren | 2010-07-23 | 1 | -0/+23 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -78/+493 |
|
|
* | Merged revisions 77919,77921-77922 via svnmerge from | Tarek Ziadé | 2010-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 77759,77761 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -0/+9 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -493/+69 |
|
|
* | Merged revisions 73341 via svnmerge from | Tarek Ziadé | 2009-06-11 | 1 | -4/+11 |
|
|
* | Merged revisions 72445 via svnmerge from | Tarek Ziadé | 2009-05-07 | 1 | -3/+7 |
|
|
* | Merged revisions 69485 via svnmerge from | Tarek Ziadé | 2009-02-10 | 1 | -3/+3 |
|
|
* | Make test_build_ext.py use sysconfig "srcdir" to find the source for | Neil Schemenauer | 2009-02-06 | 1 | -0/+14 |
|
|
* | Merged revisions 69342 via svnmerge from | Tarek Ziadé | 2009-02-06 | 1 | -3/+6 |
|
|
* | Fix get_python_inc() to work when building in a directory separate from | Neil Schemenauer | 2009-02-05 | 1 | -5/+8 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -0/+20 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -1/+6 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -2/+6 |
|
|
* | Merged revisions 59628-59641 via svnmerge from | Christian Heimes | 2008-01-01 | 1 | -0/+4 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -2/+4 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 1 | -1/+1 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -5/+14 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -13/+5 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -18/+0 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Minimal fixes to save the bootstrap on OSX. | Guido van Rossum | 2007-05-25 | 1 | -1/+2 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -4/+3 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|