summaryrefslogtreecommitdiffstats
path: root/Mac/Distributions/dev.include
Commit message (Collapse)AuthorAgeFilesLines
* First steps towards a 2.3 installer.Jack Jansen2002-09-061-7/+21
|
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-1/+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]
* Merging changes from release22-branch.Jack Jansen2001-12-271-13/+13
|
* Applying r22c1 branch mods back to the trunk.Jack Jansen2001-12-201-4/+17
|
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-7/+11
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-231-3/+10
|
* Final tweaks for 2.2a3 distribution.Jack Jansen2001-09-081-10/+14
|
* Added pythonpath.r to the developer distribution. It'sJack Jansen2001-09-041-4/+12
| | | | | useful to people extending Python. Suggested by Alexandre Parenteau.
* xx.prj has been replaced by xx.mcp.Jack Jansen2001-09-011-74/+183
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-3/+16
|
* Updated for 2.1b2 distribution.Jack Jansen2001-03-271-1/+4
|
* Files for 2.1b1 distribution.Jack Jansen2001-03-061-3/+4
|
* Removed some stuff that shouldn't be in the dev distribution.Jack Jansen2001-03-011-16/+8
|
* Updated for 2.1a3Jack Jansen2001-02-271-7/+12
|
* 2.1a2 distribution files.Jack Jansen2001-02-171-163/+159
|
* A few more tweaks (there were a couple of files missing on my work machine).Jack Jansen2001-02-151-160/+165
|
* Started on the 2.1a2 installer.Jack Jansen2001-02-141-101/+182
|
* Disribution templates used for 2.0c1Jack Jansen2000-10-121-14/+16
|
* Include Numerical header files in developer distribution.Jack Jansen2000-09-131-6/+19
|
* Updated for .0b1 distributionJack Jansen2000-09-081-70/+104
|
* Include xx project, exclude all the others.Jack Jansen2000-08-251-67/+67
|
* 1.6a2 directive files.Jack Jansen2000-05-071-109/+172
|
* Tentative MkDistr scripts for 1.6a2.Jack Jansen2000-05-061-25/+146
|
* Distribution files for 1.5.1c1.Jack Jansen1999-09-301-5/+21
|
* Updated for 1.5.2b1Jack Jansen1999-01-211-1/+3
|
* Updated for 1.5.2b1Jack Jansen1999-01-131-33/+44
|
* These were never under CVS, but now that I use cvs to communicateJack Jansen1998-10-051-0/+112
between the various macs it's better if they are.