summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-28/+0
|
* Remove rotor from the build.Raymond Hettinger2004-08-311-15/+0
|
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-291-0/+1
|
* Prep for 2.3:Andrew MacIntyre2002-08-181-34/+39
| | | | | | | | | | | - update DLL version number - add files required for 2.3 (no changes to modules though) - restructure build of pgen.exe NOTE: As I don't have the VACPP compiler, these changes are untested. Apart from slightly re-ordering some file lists, and matching file name casing, I believe these changes are the minimum necessary to build 2.3 with VACPP.
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-7/+7
| | | | own interfered with including Python.h. Remove Python's assert.h.
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-051-29/+42
| | | | Changes enabling Python to compile under OS/2 Visual Age C++.
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-136/+136
|
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-281-19/+32
|
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-051-2/+6
|
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-221-0/+1908