summaryrefslogtreecommitdiff
path: root/Tools/cystdlib.py
Commit message (Expand)AuthorAgeFilesLines
* exclude two more modules from stdlib compilation that require bootstrapping b...Stefan Behnel2015-06-011-0/+2
* use standard exclude patterns as overridable default in cystdlib.pyStefan Behnel2013-09-011-1/+1
* exclude two more modules from stclib compilationStefan Behnel2013-09-011-0/+2
* allow explicitly excluding certain modules from the command lineStefan Behnel2013-08-311-5/+12
* add frozen importlib module to excluded modules in cystdlib.pyStefan Behnel2013-08-311-0/+1
* improve Python compatibility during stdlib compilationStefan Behnel2013-08-311-0/+1
* fix distutils buildStefan Behnel2013-08-241-1/+2
* update and clean up cystdlib.py scriptStefan Behnel2013-08-241-28/+50
* enable 'optimize.inline_defnode_calls' in cystdlib.py build scriptStefan Behnel2012-12-221-0/+1
* disable auto_cpdef for stdlib compilation - too many failuresStefan Behnel2012-11-061-3/+2
* more special casing of stdlib modulesStefan Behnel2012-11-041-1/+4
* more special casing of stdlib modulesStefan Behnel2012-11-041-2/+22
* more special casing of stdlib modules, make sure we enable function 'binding'Stefan Behnel2012-11-041-0/+3
* more special casing of stdlib modulesStefan Behnel2012-11-041-3/+19
* extended stdlib compilation script that special cases some tricky modulesStefan Behnel2012-11-041-28/+100
* added script to compile the CPython stdlibStefan Behnel2012-11-041-0/+39