Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First steps towards a 2.3 installer. | Jack Jansen | 2002-09-06 | 1 | -7/+21 |
| | |||||
* | 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] | ||||
* | Merging changes from release22-branch. | Jack Jansen | 2001-12-27 | 1 | -13/+13 |
| | |||||
* | Applying r22c1 branch mods back to the trunk. | Jack Jansen | 2001-12-20 | 1 | -4/+17 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -7/+11 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 1 | -3/+10 |
| | |||||
* | Final tweaks for 2.2a3 distribution. | Jack Jansen | 2001-09-08 | 1 | -10/+14 |
| | |||||
* | 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. | ||||
* | xx.prj has been replaced by xx.mcp. | Jack Jansen | 2001-09-01 | 1 | -74/+183 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 1 | -3/+16 |
| | |||||
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 1 | -1/+4 |
| | |||||
* | Files for 2.1b1 distribution. | Jack Jansen | 2001-03-06 | 1 | -3/+4 |
| | |||||
* | Removed some stuff that shouldn't be in the dev distribution. | Jack Jansen | 2001-03-01 | 1 | -16/+8 |
| | |||||
* | Updated for 2.1a3 | Jack Jansen | 2001-02-27 | 1 | -7/+12 |
| | |||||
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 1 | -163/+159 |
| | |||||
* | A few more tweaks (there were a couple of files missing on my work machine). | Jack Jansen | 2001-02-15 | 1 | -160/+165 |
| | |||||
* | Started on the 2.1a2 installer. | Jack Jansen | 2001-02-14 | 1 | -101/+182 |
| | |||||
* | Disribution templates used for 2.0c1 | Jack Jansen | 2000-10-12 | 1 | -14/+16 |
| | |||||
* | Include Numerical header files in developer distribution. | Jack Jansen | 2000-09-13 | 1 | -6/+19 |
| | |||||
* | Updated for .0b1 distribution | Jack Jansen | 2000-09-08 | 1 | -70/+104 |
| | |||||
* | Include xx project, exclude all the others. | Jack Jansen | 2000-08-25 | 1 | -67/+67 |
| | |||||
* | 1.6a2 directive files. | Jack Jansen | 2000-05-07 | 1 | -109/+172 |
| | |||||
* | Tentative MkDistr scripts for 1.6a2. | Jack Jansen | 2000-05-06 | 1 | -25/+146 |
| | |||||
* | Distribution files for 1.5.1c1. | Jack Jansen | 1999-09-30 | 1 | -5/+21 |
| | |||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-21 | 1 | -1/+3 |
| | |||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-13 | 1 | -33/+44 |
| | |||||
* | These were never under CVS, but now that I use cvs to communicate | Jack Jansen | 1998-10-05 | 1 | -0/+112 |
between the various macs it's better if they are. |