| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove SEM option by making it always avalible | miwi | 2017-04-24 | 2 | -46/+7 |
* | - Update to 2.7.13 | wen | 2016-12-26 | 3 | -51/+0 |
* | Remove no-op patch. | tijl | 2016-11-02 | 1 | -11/+0 |
* | - Update to version 2.7.12 | wen | 2016-07-03 | 1 | -17/+0 |
* | lang/python[xx]: backport upstream fix for CVE-2016-5636 | rm | 2016-06-18 | 1 | -0/+17 |
* | For the various lang/python* ports, improve the __FreeBSD_version | dim | 2016-04-26 | 1 | -0/+13 |
* | lang/python{27,3*}: Backport patch in upstream issue20397 | koobs | 2016-01-09 | 2 | -0/+64 |
* | lang/python{27,32,33}: Fix missing shlib path in python-config | koobs | 2015-10-18 | 1 | -0/+21 |
* | lang/python: Update to 2.7.10 | brnrd | 2015-07-03 | 9 | -25/+48 |
* | lang/python27: Update to 2.7.9 | mva | 2014-12-22 | 2 | -92/+7 |
* | Do not define __BSD_VISIBLE/_XOPEN_SOURCE/_POSIX_C_SOURCE in | antoine | 2014-09-13 | 1 | -0/+58 |
* | Change INSTALL_DATA to install with mode 644 | antoine | 2014-09-05 | 1 | -33/+0 |
* | lang/python{27,33,34}: Backport fix for upstream Issue #21166 | koobs | 2014-08-23 | 1 | -0/+74 |
* | - Remove everything related to USE_PYTHON and bsd.python.mk. This is a | mva | 2014-08-02 | 5 | -49/+97 |
* | lang/python27: Update to 2.7.8 | koobs | 2014-07-14 | 8 | -192/+43 |
* | lang/python{31,32,33}: Fix stage/package as non-root | koobs | 2014-04-22 | 1 | -0/+12 |
* | lang/python{31,32,33}: Add clang 3.4 fix from python27 | koobs | 2014-04-20 | 1 | -0/+4 |
* | Allow staging/packaging as a regular user: | antoine | 2014-04-05 | 1 | -3/+28 |
* | - Fix build with readline 6.3 from ports | antoine | 2014-03-01 | 1 | -0/+55 |
* | lang/python*: Backport security fix for CVE-2014-1912 | koobs | 2014-03-01 | 1 | -0/+50 |
* | Unbreak python module builds across the tree as a result of clang 3.4 import | sbruno | 2014-02-28 | 1 | -0/+11 |
* | All Python ports: Address abort() for ctypes import on FreeBSD/ARM | koobs | 2013-12-08 | 1 | -0/+36 |
* | lang/python27: Remove patch-configure, its now a NOOP | koobs | 2013-12-05 | 1 | -13/+0 |
* | lang/python27: Update to 2.7.6 | koobs | 2013-11-24 | 2 | -22/+0 |
* | lang/python27: fix patch for SEM option | wg | 2013-11-13 | 1 | -2/+2 |
* | lang/python27: add support for freebsd11 | wg | 2013-11-11 | 1 | -2/+2 |
* | Correct syntax in kernel config is 'options' | lwhsu | 2013-07-03 | 1 | -1/+1 |
* | Add patch that resolves the issue, found after r250991 in src HEAD. | rm | 2013-06-10 | 1 | -0/+10 |
* | - update to latest upstream versions: | rm | 2013-05-17 | 4 | -85/+44 |
* | Commit all the non-functional changes to python ports to reduce the diff size | rm | 2013-05-11 | 1 | -1/+1 |
* | - Fix the -OPT:Olimit=X detection for clang, which could pollute the | mva | 2013-01-15 | 1 | -0/+13 |
* | - Update: | miwi | 2012-04-11 | 4 | -59/+0 |
* | - Mark Python as Secure | miwi | 2012-02-19 | 1 | -0/+14 |
* | Fix build on FreeBSD 10 | erwin | 2011-10-27 | 4 | -17/+17 |
* | - Remove patch-Makefile.pre.in, now build with pthread correctly, bump PORTRE... | wen | 2011-06-29 | 1 | -13/+0 |
* | - Update to 2.7.2 | wen | 2011-06-27 | 1 | -11/+0 |
* | Enable build on powerpc64. Tested on i386, no regression. | linimon | 2011-03-11 | 1 | -2/+13 |
* | - Fix the run error when build c extensions | wen | 2010-11-30 | 1 | -0/+13 |
* | - Update to 2.7.1 | wen | 2010-11-29 | 2 | -17/+6 |
* | - Fix build to create _curses module correctly. | wen | 2010-09-06 | 1 | -11/+9 |
* | - Introduce Python 2.7.0 | lwhsu | 2010-08-16 | 10 | -80/+190 |
* | Fix build if POSIX semaphore enabled is | miwi | 2009-09-16 | 1 | -1/+1 |
* | - Add support for FreeBSD 9.0 | miwi | 2009-09-11 | 3 | -13/+31 |
* | - Update lang/python26 and make Python 2.6.2 to the default Python version | miwi | 2009-06-09 | 1 | -0/+11 |
* | Add support for building Python against GNU Portable Threads (Pth), | bms | 2009-03-14 | 5 | -8/+100 |
* | Make sure the singal is delivered to the main thread, where python | sobomax | 2009-02-27 | 1 | -0/+30 |
* | Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!) | perky | 2008-10-13 | 24 | -1867/+27 |
* | - Security fixes | miwi | 2008-09-08 | 19 | -0/+876 |
* | - Fix zlib crash from zlib.decompressobj().flush(val) | miwi | 2008-04-25 | 2 | -0/+27 |
* | Force to build bsddb185 module to make pkg-plist consistent. | perky | 2008-02-29 | 1 | -9/+18 |
* | Add support for FreeBSD 8. | perky | 2007-10-29 | 1 | -0/+938 |
* | - Force setup.py picks up readline and ncurses from base. This fixes build | rafan | 2007-02-28 | 1 | -3/+37 |
* | Correct a patch not to install unwanted files. | perky | 2006-10-16 | 1 | -10/+10 |
* | Revert the default version of Python to 2.4 for the ports freeze | perky | 2006-10-13 | 1 | -0/+10 |
* | - Update the main python version to 2.5. | perky | 2006-10-09 | 1 | -12/+11 |
* | Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8. | perky | 2006-08-10 | 1 | -3/+12 |
* | Update python-devel to 2.5b1. | perky | 2006-06-23 | 1 | -5/+5 |
* | Update to Python trunk snapshot as of 2006-03-26. | perky | 2006-03-26 | 1 | -0/+11 |
* | Resurrect lang/python-devel port with Python 2.5 development snapshot | perky | 2005-01-29 | 2 | -542/+0 |
* | Update to 2.4a3 | perky | 2004-09-04 | 3 | -137/+5 |
* | - Add support for FreeBSD 6. | perky | 2004-08-21 | 3 | -3/+653 |
* | - Update to 2.4a2 | perky | 2004-08-07 | 2 | -20/+0 |
* | - Update to 2.4a1, the first alpha release of Python 2.4. | perky | 2004-07-08 | 3 | -21/+17 |
* | Ignore syntax errors on compiling 3rd party packages. | perky | 2003-11-16 | 1 | -0/+16 |
* | - Include pyexpat module in python base ports because python incorporated | perky | 2003-11-05 | 1 | -1/+1 |
* | - Update lang/python-devel to Python-2.4 031022 snapshot. | perky | 2003-10-30 | 3 | -25/+31 |
* | Update to 2.3c1 | perky | 2003-07-19 | 2 | -16/+7 |
* | o Utilize MASTER_SITE_PYTHON. | perky | 2003-07-04 | 1 | -6/+15 |
* | Update new python-devel port to 2.3.b2. | perky | 2003-07-03 | 1 | -0/+24 |
* | PORTREVISION => 1 | alane | 2002-11-22 | 1 | -0/+12 |
* | Upgrade to Python-2.2.2. | perky | 2002-10-17 | 2 | -24/+0 |
* | Add patch from SF PR #541980. This fixes 4suite. | tg | 2002-04-17 | 1 | -0/+14 |
* | Upgrade to Python-2.2. | tg | 2002-04-12 | 1 | -56/+0 |
* | Fix sizeof(wchar_t) calculation. | tg | 2002-01-21 | 1 | -0/+10 |
* | Implement PyObject_DelItemString(), which was obviously forgotten for | tg | 2002-01-16 | 1 | -0/+56 |
* | Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. | tg | 2002-01-07 | 1 | -11/+0 |
* | Don't build mpz extension, it's moved to a separate port. | tg | 2001-10-19 | 1 | -1/+1 |
* | Upgrade to 2.1. | tg | 2001-05-02 | 6 | -510/+11 |
* | Fix building on -current. | tg | 2001-04-26 | 1 | -0/+38 |
* | Upgrade to 2.0. | tg | 2000-10-18 | 3 | -105/+79 |
* | Upgrade to 1.6. | tg | 2000-09-08 | 4 | -11/+83 |
* | Don't create group-writable directories. | tg | 2000-08-14 | 1 | -5/+12 |
* | Add the SHA module to the build. | tg | 1999-07-28 | 1 | -1/+7 |
* | Link some modules against libmytinfo to pick up a working tputs(). | tg | 1999-06-18 | 1 | -2/+2 |
* | Enable the parser module. | tg | 1999-05-21 | 1 | -1/+1 |
* | * Update python 1.5.1 -> 1.5.2 | nectar | 1999-04-21 | 1 | -3/+3 |
* | Activate some modules needed for zope (www.zope.com). | tg | 1999-03-11 | 1 | -3/+3 |
* | Add new official patches and activate the dl module. | tg | 1998-04-29 | 1 | -1/+1 |
* | Upgrade to 1.5.1. | tg | 1998-04-15 | 1 | -9/+23 |
* | Use tk80, not an unsupported alpha version of tk81. | tg | 1998-02-27 | 1 | -1/+1 |
* | Upgrade to 1.5. | tg | 1998-01-06 | 3 | -56/+131 |
* | Use an option to disable the Tk extension (WITH_TK). Don't use | tg | 1997-11-24 | 1 | -2/+2 |
* | Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST. | tg | 1997-08-29 | 1 | -1/+1 |
* | Fix tk-4.1 dependency. While I'm here, add libreadline support. | tg | 1997-08-06 | 1 | -1/+1 |
* | Some reorganization of this port: | tg | 1997-05-14 | 2 | -9/+6 |
* | Add NumPy to default search path. | tg | 1997-05-05 | 1 | -1/+1 |
* | Use new libtix. | tg | 1997-02-21 | 1 | -1/+1 |
* | Install config.h, so compiling extensions from C sources | tg | 1997-02-06 | 1 | -25/+23 |
* | Compile in the PyTix extensions, now that we have Tix. | tg | 1997-01-02 | 1 | -1/+1 |
* | Update to version 1.4 | jkh | 1996-11-03 | 2 | -48/+52 |
* | Upgrade this port to use the latest tcl/tk. | jkh | 1996-05-12 | 1 | -1/+1 |
* | Update to Python 1.3 | jkh | 1996-01-18 | 1 | -10/+53 |
* | The Python programming language. | jkh | 1995-08-09 | 2 | -0/+293 |