| Commit message (Expand) | Author | Age | Files | Lines |
* | add get_config_h_filename for cygwincompiler, which justifiably fails later a... | Matti Picus | 2017-08-07 | 1 | -0/+4 |
* | Add a workaround to make the distutils options 'runtime_library_dirs' working... | Antonio Cuni | 2017-08-02 | 1 | -1/+13 |
* | Patch issue #2535 (david naylor) | Armin Rigo | 2017-04-10 | 1 | -3/+3 |
* | Fix, notably for Pillow's setup.py which calls find_library_file() to | Armin Rigo | 2017-01-19 | 1 | -0/+6 |
* | start the stdlib-2.7.13 branch by merging with vendor/stdlib | Armin Rigo | 2016-12-18 | 9 | -8/+25 |
|\ |
|
| * | update the 2.7 stdlib to 2.7.13 | Armin Rigo | 2016-12-18 | 9 | -8/+25 |
* | | OS/X fixes | Armin Rigo | 2016-11-26 | 1 | -0/+19 |
* | | Copy-paste customize_compiler() unmodified from sysconfig_cpython, i.e. | Armin Rigo | 2016-11-25 | 1 | -25/+80 |
* | | add VERSION to distutils' sysconfig | Matti Picus | 2016-11-24 | 1 | -0/+1 |
* | | do not use -Wimplicit by default since it does not exist for c++ compiler | Matti Picus | 2016-11-16 | 1 | -1/+3 |
* | | tweaks for downstream packages | Matti Picus | 2016-11-15 | 1 | -0/+1 |
* | | merge default | Philip Jenvey | 2016-10-08 | 1 | -4/+3 |
|\ \ |
|
| * | | revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI) | Matti Picus | 2016-09-19 | 1 | -4/+2 |
| * | | PyPy creates a SOABI entry in confvars, Numpy needs only the correct SO entry | Matti Picus | 2016-09-18 | 1 | -4/+5 |
* | | | merge vendor/stdlib (2.7.12) | Philip Jenvey | 2016-10-01 | 6 | -7/+30 |
|\ \ \
| | |/
| |/| |
|
| * | | update the 2.7 stdlib to 2.7.12 | Philip Jenvey | 2016-10-01 | 6 | -7/+30 |
* | | | merge default | Philip Jenvey | 2016-09-17 | 1 | -7/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Make customize_compiler idempotent | Stefano Rivera | 2016-08-30 | 1 | -7/+9 |
* | | | merge default | Philip Jenvey | 2016-05-02 | 1 | -2/+10 |
|\| | |
|
| * | | Add comments | Armin Rigo | 2016-04-28 | 1 | -0/+5 |
| * | | I'm really often hitting this issue where I get | Armin Rigo | 2016-04-28 | 1 | -2/+5 |
* | | | merged in default | Alex Gaynor | 2016-03-19 | 1 | -7/+11 |
|\| | |
|
| * | | Windows: add a translation config to give the name of the .lib file. | Armin Rigo | 2016-02-15 | 1 | -1/+1 |
| * | | fix fix fix | Armin Rigo | 2016-01-15 | 1 | -6/+10 |
* | | | merge vendor/stdlib (2.7.11) | Philip Jenvey | 2015-12-21 | 6 | -14/+14 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | update the 2.7 stdlib to 2.7.11 | Philip Jenvey | 2015-12-21 | 6 | -14/+14 |
* | | Merge vendor/stdlib: 2.7.10 | Amaury Forgeot d'Arc | 2015-06-12 | 5 | -8/+39 |
|\| |
|
| * | Upgrade 2.7 stdlib to 2.7.10 | Amaury Forgeot d'Arc | 2015-06-12 | 5 | -8/+39 |
* | | merge default into branch | mattip | 2015-01-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Change the default C++ compiler from 'cc' to 'c++'. On CPython this setting | Armin Rigo | 2014-12-31 | 1 | -1/+1 |
* | | | Resolved merge conflicts in distutils/sysconfig.py | Alex Gaynor | 2014-12-14 | 1 | -469/+0 |
* | | | Merged in stdlib/vendor. There are merge conflict markers right now | Alex Gaynor | 2014-12-14 | 11 | -23/+568 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Upgrade 2.7 stdlib to 2.7.9 | Alex Gaynor | 2014-12-14 | 10 | -23/+99 |
* | | branch for stdlib 2.7.8 | Philip Jenvey | 2014-08-20 | 32 | -171/+205 |
|\| |
|
| * | update the Python 2.7 stdlib to 2.7.8 | Philip Jenvey | 2014-08-20 | 32 | -171/+205 |
* | | eliminate small noop diffs with vendor/stdlib | Brian Kearns | 2014-03-01 | 1 | -2/+2 |
* | | merge stdlib 2.7.6 from vendor/stdlib | Brian Kearns | 2014-03-01 | 9 | -34/+80 |
|\| |
|
| * | update python 2 stdlib to 2.7.6 | Brian Kearns | 2014-03-01 | 8 | -31/+80 |
* | | Merge updated vendor/stdlib to stdlib-2.7.5 (necaris, rxe) | Rami Chowdhury | 2013-08-31 | 3 | -61/+5 |
|\| |
|
| * | Update vendor/stdlib to CPython 2.7.5 (necaris, rxe) | Rami Chowdhury | 2013-08-31 | 2 | -60/+5 |
* | | Merged default into 2.7.4 | Alex Gaynor | 2013-08-18 | 1 | -1/+10 |
|\ \ |
|
| * | | revert setting cppflags and ldflagsto original appraoch, this doesnt break se... | Paweł Piotr Przeradowski | 2013-07-28 | 1 | -32/+15 |
| * | | oups, didnt intend to commit set_verbosity | Paweł Piotr Przeradowski | 2013-07-14 | 1 | -2/+0 |
| * | | port CPython's implementation of customie_compiler, dont run split on env var... | Paweł Piotr Przeradowski | 2013-07-14 | 1 | -15/+34 |
| * | | ADD CPPFLAGS and LDFLAGS | Paweł Piotr Przeradowski | 2013-07-13 | 1 | -1/+10 |
* | | | merge default | Philip Jenvey | 2013-06-20 | 5 | -41/+46 |
|\| | |
|
| * | | Attempt to fix issue #1506: change back the config var 'SO' to be the regular | Armin Rigo | 2013-06-01 | 2 | -11/+18 |
| * | | Update these files to include not only "import *" in sysconfig, | Armin Rigo | 2013-05-21 | 3 | -23/+18 |
| * | | Fix: pass the -O2 option by default to the C compiler. Previously, | Armin Rigo | 2013-05-12 | 1 | -1/+1 |
| * | | distutils: Don't fall over multiple CFLAGS | Stefano Rivera | 2013-05-10 | 1 | -4/+4 |