summaryrefslogtreecommitdiffstats
path: root/Mac/Distributions
Commit message (Collapse)AuthorAgeFilesLines
* Added some help to OSX/Dist/README.txt, plus all the informationJack Jansen2003-11-201-60/+0
| | | | | from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt.
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-197-1060/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Added a siteJack Jansen2003-11-191-0/+1
|
* Added a note about Stefan Deibels list of contacts.Jack Jansen2003-04-291-0/+1
|
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-212-18/+21
|
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-087-58/+51
|
* Converted to Vise 8.Jack Jansen2002-09-111-0/+0
|
* All set for 2.3 installer, except for upgrade of Vise version.Jack Jansen2002-09-101-0/+0
|
* Next few steps towards a 2.3 installer.Jack Jansen2002-09-071-0/+0
|
* First steps towards a 2.3 installer.Jack Jansen2002-09-065-29/+31
|
* 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]
* Added 2 more addresses to send release notifications to.Jack Jansen2002-05-221-0/+2
|
* Backport of 1.6.4.2.2.3 from release22-maint branch.Jack Jansen2002-04-231-0/+0
|
* Updated URL.Jack Jansen2002-04-231-1/+1
|
* Merging changes from release22-branch.Jack Jansen2001-12-275-15/+17
|
* Applying r22c1 branch mods back to the trunk.Jack Jansen2001-12-204-6/+21
|
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-303-8/+12
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Files used for MacPython 2.2b1 distribution.Jack Jansen2001-10-303-5/+7
|
* Added various tidbits.Jack Jansen2001-10-251-3/+18
|
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-234-6/+15
|
* Superseded by Python 2.2.vct.Jack Jansen2001-09-101-0/+0
|
* Final tweaks for 2.2a3 distribution.Jack Jansen2001-09-085-28/+38
|
* Added pythonpath.r to the developer distribution. It'sJack Jansen2001-09-041-4/+12
| | | | | useful to people extending Python. Suggested by Alexandre Parenteau.
* Added the last few missing files, and put everything in the right packages.Jack Jansen2001-09-021-0/+0
| | | | Tested, too:-)
* xx.prj has been replaced by xx.mcp.Jack Jansen2001-09-011-74/+183
|
* Added all the new files in the right packages and file groups (I think, ↵Jack Jansen2001-08-301-0/+0
| | | | untested).
* Started on the 2.2a2 installerJack Jansen2001-08-301-0/+0
|
* Merged release21-maint changes.Jack Jansen2001-08-122-10/+22
|
* Obsolete, removed.Jack Jansen2001-08-035-165/+0
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-033-7/+24
|
* Added a note about recompiling OSAm before distributing.Jack Jansen2001-06-261-0/+1
|
* Files for 2.1 distribution.Jack Jansen2001-04-252-1/+4
|
* On OSX show a dialog explaining that ConfigurePythonCarbon launch will ↵Jack Jansen2001-03-291-1/+1
| | | | probably fail. This turns out to be a VISE 7.1.1 problem, probably.
* Don't show finder-delay-warning on OSX. Untested.Jack Jansen2001-03-281-1/+1
|
* Updated for 2.1b2 distribution.Jack Jansen2001-03-274-6/+27
|
* Files for second 2.1b1 distribution.Jack Jansen2001-03-152-2/+6
|
* Added a warning message about the delay after installation. Untested.Jack Jansen2001-03-081-1/+1
|
* Files for 2.1b1 distribution.Jack Jansen2001-03-063-5/+7
|
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-1/+1
| | | | | - Imaging and Numeric are now also available under Carbon. - Started working on the active installer.
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-46/+5
| | | | - Imaging and Numeric are now also available under Carbon.
* Removed some stuff that shouldn't be in the dev distribution.Jack Jansen2001-03-011-16/+8
|
* Put PPC distributions back in, rearranged packages and use VISE variable ↵Jack Jansen2001-02-281-1/+1
| | | | magic to determine which ConfigurePythonXXX to run.
* Updated for 2.1a3Jack Jansen2001-02-274-84/+93
|
* 2.1a2 distribution files.Jack Jansen2001-02-175-182/+241
|
* A few more tweaks (there were a couple of files missing on my work machine).Jack Jansen2001-02-153-172/+182
|
* Started on the 2.1a2 installer.Jack Jansen2001-02-145-101/+195
|
* Removed, no longer pertinent.Jack Jansen2000-10-221-0/+0
|
* Final version used for 2.0 distribution.Jack Jansen2000-10-223-15/+30
|
* Vise archive templates used for 2.0c1Jack Jansen2000-10-121-0/+0
|
* Disribution templates used for 2.0c1Jack Jansen2000-10-122-30/+33
|