Age | Commit message (Expand) | Author | Files | Lines |
2019-10-05 | pydist, pycompile: _sysconfigdata.py: provide the 'VERSION' variable. | midipix | 1 | -2/+4 |
2019-10-05 | target-specific headers: added the install-pyhdr-osapi install target. | midipix | 1 | -0/+6 |
2019-02-25 | project: static linking: dlfake: initial commit. | midipix | 2 | -0/+13 |
2019-02-24 | project: ncurses panel.h wrapper header: moved to a designated directory. | midipix | 1 | -1/+1 |
2019-02-23 | project: custom config: asm tests must invoke cfgtest_code_snippet_asm. | midipix | 1 | -2/+2 |
2019-01-05 | project: custom config: elegantly handle --prefix= on behalf of python. | midipix | 1 | -0/+15 |
2019-01-05 | project: added support of the 3.7.2 variant. | midipix | 9 | -0/+4871 |
2019-01-05 | project: hoppla.sh: address bits introduced in Python-3.7.2. | midipix | 1 | -0/+1 |
2019-01-02 | custom config: generated cfgdefs.mk: remove white space from end of line. | midipix | 1 | -0/+1 |
2018-12-31 | project: made necessary adjustments following build system overhaul. | midipix | 4 | -9/+9 |
2018-12-25 | project: pydist.sh: fix typo. | midipix | 3 | -3/+3 |
2018-12-25 | project: custom config: support --with[out]-pycompile, --with[out]-pydebug. | midipix | 8 | -8/+56 |
2018-12-25 | project: custom config: cfgdefs.in: whitespace meditation. | midipix | 1 | -6/+6 |
2018-12-25 | config/cfgdefs.in: use a more meaningful section comment. | midipix | 1 | -1/+1 |
2018-12-25 | project: custom config: fix typo. | midipix | 1 | -1/+1 |
2018-12-25 | sofort: cfgtest: test-framework files now reside under the cfgtest subdir. | midipix | 1 | -1/+1 |
2018-12-24 | project: support of multiple variants: hoppla! | midipix | 1 | -0/+155 |
2018-12-23 | project: added initial support of the 3.7.1 variant. | midipix | 13 | -0/+4885 |
2018-12-23 | project: support variant-specific header-, source-, and extension lists. | midipix | 14 | -2375/+2803 |
2018-12-23 | project: custom config: fix typo. | midipix | 1 | -1/+1 |
2018-12-23 | project: config, cfghost.sh: simply & unify cfghost profiles (cf. ea008a7). | midipix | 1 | -4/+4 |
2018-12-22 | project: custom config: test for x87, x64, and IEEE properties at config time. | midipix | 1 | -0/+44 |
2018-12-22 | project: extensions: _decimal: take the -DUNIVERSAL code path. | midipix | 3 | -3/+6 |
2018-12-22 | project: custom config: obtain type size information at config time. | midipix | 1 | -0/+39 |
2018-12-21 | project: custom config: test for and link linintl as needed. | midipix | 1 | -0/+8 |
2018-12-21 | project: custom config: wrap test sections with (set +e) / (set -e). | midipix | 1 | -0/+6 |
2018-12-21 | project: custom config: tcl/tk tests: proeprly initialize mb_tcltk_libs. | midipix | 1 | -0/+1 |
2018-12-21 | project: custom config: configure: unify the syntax for yes/no tests. | midipix | 1 | -1/+1 |
2018-12-19 | project: custom config: handle all tcl/tk-related bits at config-time. | midipix | 2 | -6/+6 |
2018-12-19 | project: static config: specify all extension dependencies in cfgdefs.sh. | midipix | 2 | -2/+16 |
2018-12-19 | project: custom config: handle all (n)dbm-related bits at config-time. | midipix | 4 | -11/+19 |
2018-12-19 | project: custom config: handle all expat-related bits at config-time. | midipix | 2 | -4/+13 |
2018-12-19 | project: custom config: handle all sqlite-related bits at config-time. | midipix | 2 | -6/+14 |
2018-12-19 | project: custom config: handle all ncurses-related bits at config-time. | midipix | 2 | -7/+52 |
2018-12-19 | project: custom config: refactored unit-specific tests. | midipix | 1 | -6/+15 |
2018-12-19 | project: pycompile: set C standard (-std=c99) via PYCOMPILE_CFLAGS. | midipix | 1 | -0/+1 |
2018-12-19 | project: custom config: properly detect getrandom availability. | midipix | 1 | -0/+9 |
2018-12-18 | project: core python library: cflags: defined ABIFLAGS. | midipix | 1 | -0/+1 |
2018-12-18 | project: added the bits for python's custom install steps. | midipix | 2 | -0/+52 |
2018-12-18 | project: added the bits for python's {prefix}/bin script-based tools. | midipix | 3 | -0/+48 |
2018-12-18 | pycgen: do not compile ./lib2to3/tests/data/%.py. | midipix | 1 | -0/+4 |
2018-12-18 | project: added rules and definitions for building a static python utility. | midipix | 1 | -0/+11 |
2018-12-18 | project: imported pycgen.mk from sbpython2, revised for python-3.x. | midipix | 2 | -0/+94 |
2018-12-18 | generated and integrated pydist information for the Python-3.6.3 variant. | midipix | 3 | -0/+1903 |
2018-12-18 | project: imported pydist.sh from sbpython2, revised for python-3.x. | midipix | 1 | -0/+154 |
2018-12-18 | project: imported pycopy.sh from sbpython2. | midipix | 1 | -0/+41 |
2018-12-18 | project: added rules and definitions for building the build-local pycompile. | midipix | 2 | -0/+155 |
2018-12-18 | custom config, modern.h: properly detect stdatomic.h and atomic built-ins. | midipix | 1 | -0/+1 |
2018-12-18 | project: profiles: defined extension module subsets. | midipix | 1 | -0/+4 |
2018-12-18 | project: added rules and definitions for building python's extension modules. | midipix | 5 | -0/+1983 |