summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/pyconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-221-0/+3
| | | | | | | | Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc
* Build updates for OS/2 EMX portAndrew MacIntyre2006-07-231-0/+7
|
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+24
| | | | | | - update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-21/+0
|
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-3/+0
|
* Remove HAVE_STRPTIME - no longer necessary with the pure Python version ofSkip Montanaro2004-02-071-3/+0
| | | | time.strptime().
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-161-4/+4
| | | | | | | | | | - more clean up of the generated import library definiton (.DEF file) following checking of patch 770521, and tightening of the sed regexps. - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth nothing with 2.2.x. - clean up a couple of whitespace issues introduced by a cut'n'paste.
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-131-0/+12
| | | | | | | | | | | | | | - separate the building of the core from the wrapper executables and the external modules (.PYDs), based on the Py_BUILD_CORE define; - clean up the generated import library definiton (.DEF file) to remove references to a number of non-static symbols that aren't part of the Python API and which shouldn't be exported by the core DLL; - compile the release build with -fomit-frame-pointer, for a small performance gain; - make "make clean" remove byte compiled Python library files.
* add support for os.tmpfile()Andrew MacIntyre2003-06-091-0/+3
|
* Makefile:Andrew MacIntyre2003-04-211-110/+110
| | | | | | | | | | | - add _csv module to the build list - various cleanups config.c: - various cleanups pyconfig.h: - various cleanups
* add universal newline support to configurationAndrew MacIntyre2002-12-311-0/+3
|
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+3
|
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-171-0/+306
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