Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!) | Hye-Shik Chang | 2008-10-13 | 1 | -14/+0 |
| | | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521 | ||||
* | - Fix zlib crash from zlib.decompressobj().flush(val) | Martin Wilke | 2008-04-25 | 1 | -0/+14 |
when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION Reviewed by: alexbl Obtained from: python svn Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=211912 |