Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 3 | -634/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -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 Tools | Guido van Rossum | 1995-03-10 | 1 | -18/+18 |
| | |||||
* | don't use math at all | Guido van Rossum | 1995-03-04 | 1 | -2/+1 |
| | |||||
* | Update | Guido van Rossum | 1995-02-26 | 1 | -2/+3 |
| | |||||
* | added ctb | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
| | |||||
* | added shared library glue | Guido van Rossum | 1995-02-20 | 1 | -2/+10 |
| | |||||
* | The Makefile | Guido van Rossum | 1995-02-19 | 1 | -20/+36 |
| | |||||
* | newer stuff | Guido van Rossum | 1995-02-18 | 2 | -1/+490 |
| | |||||
* | asdded applet info | Guido van Rossum | 1995-02-18 | 1 | -18/+76 |
| | |||||
* | new Makefile and everything | Guido van Rossum | 1995-02-17 | 1 | -81/+38 |
| | |||||
* | completely redone | Guido van Rossum | 1995-02-17 | 1 | -0/+3 |
| | |||||
* | Added some more files to Mac-Makefile (not tested!); finishing touch | Guido van Rossum | 1994-09-16 | 1 | -22/+23 |
| | | | | to README.MPW. | ||||
* | Add'l notes by Guido | Guido van Rossum | 1994-09-09 | 1 | -2/+59 |
| | |||||
* | README, Makfiles and `buildall' script to build Python under MPW 3.2. | Guido van Rossum | 1994-08-29 | 2 | -0/+78 |