Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS/2 EMX build updates for recent CVS changes | Andrew MacIntyre | 2003-02-19 | 2 | -2/+15 |
| | |||||
* | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
| | |||||
* | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
| | |||||
* | fix a merge mistake - readline not built by default | Andrew MacIntyre | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | DLL export definition refresh | Andrew MacIntyre | 2002-12-31 | 1 | -18/+73 |
| | |||||
* | add universal newline support to configuration | Andrew MacIntyre | 2002-12-31 | 1 | -0/+3 |
| | |||||
* | whitespace cleanup | Andrew MacIntyre | 2002-12-31 | 1 | -16/+21 |
| | |||||
* | getenv() replacement not required | Andrew MacIntyre | 2002-12-31 | 1 | -16/+0 |
| | |||||
* | Build process updates: | Andrew MacIntyre | 2002-12-31 | 1 | -9/+47 |
| | | | | | | - add new modules (zipimport, datetime, _random, bz2, _symtable) - build pyexpat with expat sources from Python distribution - regression test with and without compiled bytecode | ||||
* | history update | Andrew MacIntyre | 2002-12-04 | 1 | -1/+2 |
| | |||||
* | make BSDDB 1.85 module buildable again after BSDDB3 module import | Andrew MacIntyre | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | make port notes current | Andrew MacIntyre | 2002-08-18 | 1 | -48/+36 |
| | |||||
* | Build process updates: | Andrew MacIntyre | 2002-08-18 | 1 | -17/+33 |
| | | | | | | | - the security fixes to tempfile have lead to test_tempfile wanting to create 100 temporary files. as the EMX default is only 40, the number of file handles has been bumped (up to 250). - changes to pgen have required restructuring its build support. | ||||
* | refresh to pick up recent changes | Andrew MacIntyre | 2002-06-10 | 1 | -3/+3 |
| | |||||
* | make _sre a dynamically loadable module and build xxsubtype | Andrew MacIntyre | 2002-06-10 | 2 | -4/+17 |
| | |||||
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+3 |
| | |||||
* | add enumobject.c to build machinery | Andrew MacIntyre | 2002-04-30 | 1 | -2/+3 |
| | |||||
* | add enumobject.c to build machinery | Andrew MacIntyre | 2002-04-30 | 1 | -0/+4 |
| | |||||
* | update build infrastructure for pymalloc and bool changes | Andrew MacIntyre | 2002-04-15 | 2 | -5/+18 |
| | |||||
* | Create and populate OS/2 EMX port build directory: | Andrew MacIntyre | 2002-02-17 | 10 | -0/+3424 |
PC/os2emx/ Makefile README.os2emx config.c dlfcn.c // libdl emulation code for loadable extensions dlfcn.h dllentry.c // DLL initialisation routine for Python DLL getpath.c pyconfig.h python23.def // Python DLL symbol export definitions pythonpm.c // console-less PM interpreter wrapper |