summaryrefslogtreecommitdiffstats
path: root/Mac/MPW
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-4/+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]
* moved bgen to ToolsGuido van Rossum1995-03-101-18/+18
|
* don't use math at allGuido van Rossum1995-03-041-2/+1
|
* UpdateGuido van Rossum1995-02-261-2/+3
|
* added ctbGuido van Rossum1995-02-211-1/+1
|
* added shared library glueGuido van Rossum1995-02-201-2/+10
|
* The MakefileGuido van Rossum1995-02-191-20/+36
|
* newer stuffGuido van Rossum1995-02-182-1/+490
|
* asdded applet infoGuido van Rossum1995-02-181-18/+76
|
* new Makefile and everythingGuido van Rossum1995-02-171-81/+38
|
* completely redoneGuido van Rossum1995-02-171-0/+3
|
* Added some more files to Mac-Makefile (not tested!); finishing touchGuido van Rossum1994-09-161-22/+23
| | | | to README.MPW.
* Add'l notes by GuidoGuido van Rossum1994-09-091-2/+59
|
* README, Makfiles and `buildall' script to build Python under MPW 3.2.Guido van Rossum1994-08-292-0/+78