aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add get_config_h_filename for cygwincompiler, which justifiably fails later a...Matti Picus2017-08-071-0/+4
* Add a workaround to make the distutils options 'runtime_library_dirs' working...Antonio Cuni2017-08-021-1/+13
* Patch issue #2535 (david naylor)Armin Rigo2017-04-101-3/+3
* Fix, notably for Pillow's setup.py which calls find_library_file() toArmin Rigo2017-01-191-0/+6
* start the stdlib-2.7.13 branch by merging with vendor/stdlibArmin Rigo2016-12-189-8/+25
|\
| * update the 2.7 stdlib to 2.7.13Armin Rigo2016-12-189-8/+25
* | OS/X fixesArmin Rigo2016-11-261-0/+19
* | Copy-paste customize_compiler() unmodified from sysconfig_cpython, i.e.Armin Rigo2016-11-251-25/+80
* | add VERSION to distutils' sysconfigMatti Picus2016-11-241-0/+1
* | do not use -Wimplicit by default since it does not exist for c++ compilerMatti Picus2016-11-161-1/+3
* | tweaks for downstream packagesMatti Picus2016-11-151-0/+1
* | merge defaultPhilip Jenvey2016-10-081-4/+3
|\ \
| * | revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI)Matti Picus2016-09-191-4/+2
| * | PyPy creates a SOABI entry in confvars, Numpy needs only the correct SO entryMatti Picus2016-09-181-4/+5
* | | merge vendor/stdlib (2.7.12)Philip Jenvey2016-10-016-7/+30
|\ \ \ | | |/ | |/|
| * | update the 2.7 stdlib to 2.7.12Philip Jenvey2016-10-016-7/+30
* | | merge defaultPhilip Jenvey2016-09-171-7/+9
|\ \ \ | | |/ | |/|
| * | Make customize_compiler idempotentStefano Rivera2016-08-301-7/+9
* | | merge defaultPhilip Jenvey2016-05-021-2/+10
|\| |
| * | Add commentsArmin Rigo2016-04-281-0/+5
| * | I'm really often hitting this issue where I getArmin Rigo2016-04-281-2/+5
* | | merged in defaultAlex Gaynor2016-03-191-7/+11
|\| |
| * | Windows: add a translation config to give the name of the .lib file.Armin Rigo2016-02-151-1/+1
| * | fix fix fixArmin Rigo2016-01-151-6/+10
* | | merge vendor/stdlib (2.7.11)Philip Jenvey2015-12-216-14/+14
|\ \ \ | |/ / |/| / | |/
| * update the 2.7 stdlib to 2.7.11Philip Jenvey2015-12-216-14/+14
* | Merge vendor/stdlib: 2.7.10Amaury Forgeot d'Arc2015-06-125-8/+39
|\|
| * Upgrade 2.7 stdlib to 2.7.10Amaury Forgeot d'Arc2015-06-125-8/+39
* | merge default into branchmattip2015-01-121-1/+1
|\ \
| * | Change the default C++ compiler from 'cc' to 'c++'. On CPython this settingArmin Rigo2014-12-311-1/+1
* | | Resolved merge conflicts in distutils/sysconfig.pyAlex Gaynor2014-12-141-469/+0
* | | Merged in stdlib/vendor. There are merge conflict markers right nowAlex Gaynor2014-12-1411-23/+568
|\ \ \ | |/ / |/| / | |/
| * Upgrade 2.7 stdlib to 2.7.9Alex Gaynor2014-12-1410-23/+99
* | branch for stdlib 2.7.8Philip Jenvey2014-08-2032-171/+205
|\|
| * update the Python 2.7 stdlib to 2.7.8Philip Jenvey2014-08-2032-171/+205
* | eliminate small noop diffs with vendor/stdlibBrian Kearns2014-03-011-2/+2
* | merge stdlib 2.7.6 from vendor/stdlibBrian Kearns2014-03-019-34/+80
|\|
| * update python 2 stdlib to 2.7.6Brian Kearns2014-03-018-31/+80
* | Merge updated vendor/stdlib to stdlib-2.7.5 (necaris, rxe)Rami Chowdhury2013-08-313-61/+5
|\|
| * Update vendor/stdlib to CPython 2.7.5 (necaris, rxe)Rami Chowdhury2013-08-312-60/+5
* | Merged default into 2.7.4Alex Gaynor2013-08-181-1/+10
|\ \
| * | revert setting cppflags and ldflagsto original appraoch, this doesnt break se...Paweł Piotr Przeradowski2013-07-281-32/+15
| * | oups, didnt intend to commit set_verbosityPaweł Piotr Przeradowski2013-07-141-2/+0
| * | port CPython's implementation of customie_compiler, dont run split on env var...Paweł Piotr Przeradowski2013-07-141-15/+34
| * | ADD CPPFLAGS and LDFLAGSPaweł Piotr Przeradowski2013-07-131-1/+10
* | | merge defaultPhilip Jenvey2013-06-205-41/+46
|\| |
| * | Attempt to fix issue #1506: change back the config var 'SO' to be the regularArmin Rigo2013-06-012-11/+18
| * | Update these files to include not only "import *" in sysconfig,Armin Rigo2013-05-213-23/+18
| * | Fix: pass the -O2 option by default to the C compiler. Previously,Armin Rigo2013-05-121-1/+1
| * | distutils: Don't fall over multiple CFLAGSStefano Rivera2013-05-101-4/+4