Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some help to OSX/Dist/README.txt, plus all the information | Jack Jansen | 2003-11-20 | 1 | -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 Jansen | 2003-11-19 | 7 | -1060/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Added a site | Jack Jansen | 2003-11-19 | 1 | -0/+1 |
| | |||||
* | Added a note about Stefan Deibels list of contacts. | Jack Jansen | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 2 | -18/+21 |
| | |||||
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 7 | -58/+51 |
| | |||||
* | Converted to Vise 8. | Jack Jansen | 2002-09-11 | 1 | -0/+0 |
| | |||||
* | All set for 2.3 installer, except for upgrade of Vise version. | Jack Jansen | 2002-09-10 | 1 | -0/+0 |
| | |||||
* | Next few steps towards a 2.3 installer. | Jack Jansen | 2002-09-07 | 1 | -0/+0 |
| | |||||
* | First steps towards a 2.3 installer. | Jack Jansen | 2002-09-06 | 5 | -29/+31 |
| | |||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -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 Jansen | 2002-05-22 | 1 | -0/+2 |
| | |||||
* | Backport of 1.6.4.2.2.3 from release22-maint branch. | Jack Jansen | 2002-04-23 | 1 | -0/+0 |
| | |||||
* | Updated URL. | Jack Jansen | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Merging changes from release22-branch. | Jack Jansen | 2001-12-27 | 5 | -15/+17 |
| | |||||
* | Applying r22c1 branch mods back to the trunk. | Jack Jansen | 2001-12-20 | 4 | -6/+21 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 3 | -8/+12 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Files used for MacPython 2.2b1 distribution. | Jack Jansen | 2001-10-30 | 3 | -5/+7 |
| | |||||
* | Added various tidbits. | Jack Jansen | 2001-10-25 | 1 | -3/+18 |
| | |||||
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 4 | -6/+15 |
| | |||||
* | Superseded by Python 2.2.vct. | Jack Jansen | 2001-09-10 | 1 | -0/+0 |
| | |||||
* | Final tweaks for 2.2a3 distribution. | Jack Jansen | 2001-09-08 | 5 | -28/+38 |
| | |||||
* | Added pythonpath.r to the developer distribution. It's | Jack Jansen | 2001-09-04 | 1 | -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 Jansen | 2001-09-02 | 1 | -0/+0 |
| | | | | Tested, too:-) | ||||
* | xx.prj has been replaced by xx.mcp. | Jack Jansen | 2001-09-01 | 1 | -74/+183 |
| | |||||
* | Added all the new files in the right packages and file groups (I think, ↵ | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | | | | untested). | ||||
* | Started on the 2.2a2 installer | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | |||||
* | Merged release21-maint changes. | Jack Jansen | 2001-08-12 | 2 | -10/+22 |
| | |||||
* | Obsolete, removed. | Jack Jansen | 2001-08-03 | 5 | -165/+0 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 3 | -7/+24 |
| | |||||
* | Added a note about recompiling OSAm before distributing. | Jack Jansen | 2001-06-26 | 1 | -0/+1 |
| | |||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 2 | -1/+4 |
| | |||||
* | On OSX show a dialog explaining that ConfigurePythonCarbon launch will ↵ | Jack Jansen | 2001-03-29 | 1 | -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 Jansen | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 4 | -6/+27 |
| | |||||
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 2 | -2/+6 |
| | |||||
* | Added a warning message about the delay after installation. Untested. | Jack Jansen | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Files for 2.1b1 distribution. | Jack Jansen | 2001-03-06 | 3 | -5/+7 |
| | |||||
* | - Numeric now lives in Lib:site-python. | Jack Jansen | 2001-03-01 | 1 | -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 Jansen | 2001-03-01 | 1 | -46/+5 |
| | | | | - Imaging and Numeric are now also available under Carbon. | ||||
* | Removed some stuff that shouldn't be in the dev distribution. | Jack Jansen | 2001-03-01 | 1 | -16/+8 |
| | |||||
* | Put PPC distributions back in, rearranged packages and use VISE variable ↵ | Jack Jansen | 2001-02-28 | 1 | -1/+1 |
| | | | | magic to determine which ConfigurePythonXXX to run. | ||||
* | Updated for 2.1a3 | Jack Jansen | 2001-02-27 | 4 | -84/+93 |
| | |||||
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 5 | -182/+241 |
| | |||||
* | A few more tweaks (there were a couple of files missing on my work machine). | Jack Jansen | 2001-02-15 | 3 | -172/+182 |
| | |||||
* | Started on the 2.1a2 installer. | Jack Jansen | 2001-02-14 | 5 | -101/+195 |
| | |||||
* | Removed, no longer pertinent. | Jack Jansen | 2000-10-22 | 1 | -0/+0 |
| | |||||
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 3 | -15/+30 |
| | |||||
* | Vise archive templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 1 | -0/+0 |
| | |||||
* | Disribution templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 2 | -30/+33 |
| |