summaryrefslogtreecommitdiff
path: root/lang/python26
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22Fix last change, "Nav.so" is only missing if we use the 64-Bit ABItron1-2/+2
under Mac OS X Snow Leopard.
2009-09-21Adapt package list for Mac OS X Snow Leopard.tron2-3/+8
2009-09-19Fixes modules in disable_module_listobache2-4/+4
* not "_sqlite", but "_sqlite3", fixes PR#42070. * "bsddb" does not exists. (I can find it in Python21, not in Python23) * "cjkcodecs" should not be disabled. It is expected to exists in all Python variants and py-cjkcodecs was removed. Although, the module name is "_multibytecodec" and "_codecs_*". and missing "," after it kill subsecuent "gdbm". * "mpz" was removed in Python24.
2009-09-12remove assignments to the LIBS env var -- this should have been donedrochner1-2/+1
earlier, but there became no-ops due to my change to db4/bl3 and thus didn't do harm. Now that part of that change was backed out they became harmful again and thus need to go.
2009-09-08bump PKGREVs for Python pkgs, as suggested by David Sainty -- at leastdrochner2-8/+3
on Linux one can't build some extensions against an old Python (with spurious -ldb4 linkage) anymore also sync the bl3 files of the non-default versions with python25 for consistency
2009-08-15update master site. remove ftp entry. service suspended.zafer1-3/+2
2009-07-18Don't install idle, there is a separate py-idle package for it.wiz4-10/+9
Noted by Mark Davies in PR 41702. Bump PKGREVISION.
2009-06-14Replace @exec/@unexec with @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg2-58/+2
2009-05-21revert previous, doesn't work as I intended.tnn4-6/+50
2009-05-21remove sqlite3 stuff from PLIST and disable the sqlite3 module here.tnn4-50/+6
lang/python26 doesn't depend on sqlite3 and thus can't build the extension. (this extension is installed by databases/py-sqlite3)
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-24* Make it build on DragonFly.hasso5-18/+48
* Remove rgbimg module from PLIST, it's removed. * Bump PKGREVISION.
2009-04-19macfs.py doesn't happen, and plistlib isn't Darwin-specific anymore.schmonz1-7/+1
2009-04-19Fix libpython version number on Darwin.snj2-4/+4
2009-04-19Initial import of python26-2.6.2.wiz30-0/+5379
Compiles, installs, and runs on NetBSD-5.99.10/amd64; no further tests done. Please test and fix on your platform! What's new in Python-2.6: The major theme of Python 2.6 is preparing the migration path to Python 3.0, a major redesign of the language. Whenever possible, Python 2.6 incorporates new features and syntax from 3.0 while remaining compatible with existing code by not removing older features or syntax. When it tries to do what it can, adding compatibility functions in a future_builtins module and a -3 switch to warn about usages that will become unsupported in 3.0. Some significant new packages have been added to the standard library, such as the multiprocessing and json modules, but there aren way. Python 2.6 also sees a number of improvements and bugfixes throughout the source. A search through the change logs finds there were 259 patches applied and 612 bugs fixed between Python 2.5 and 2.6. Both figures are likely to be underestimates. More details at http://docs.python.org/whatsnew/2.6.html