aboutsummaryrefslogtreecommitdiff
path: root/lang/python/files/patch-Python::ceval.c
Commit message (Collapse)AuthorAgeFilesLines
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-16/+0
| | | | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-3/+5
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Update to Python-2.3.3Hye-Shik Chang2003-12-201-0/+14
- Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254