summaryrefslogtreecommitdiffstats
path: root/lang/python15
Commit message (Collapse)AuthorAgeFilesLines
* Don't throw away OS version number, some scripts need it. Pick uptg1998-05-073-18/+54
| | | | latest official patches while I'm here.
* Bring in latest official patches. Use `-pthread' to avoid linking withtg1998-05-052-5/+9
| | | | libc in the threaded interpreter.
* Add new official patches and activate the dl module.tg1998-04-294-4/+10
|
* Include official patches.tg1998-04-242-2/+14
|
* Upgrade to 1.5.1.tg1998-04-154-49/+54
|
* Use the combined set of patches.tg1998-04-092-26/+4
|
* Include official patches.tg1998-04-082-3/+29
|
* Use -D_THREAD_SAFE when compiling the threaded version.tg1998-03-031-1/+2
|
* Use tk80, not an unsupported alpha version of tk81.tg1998-02-272-4/+4
| | | | Include locale module.
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-241-3/+3
|
* Remove patch-ab to follow latest changes in libc_r.tg1998-01-191-11/+0
|
* Make python work with threads again. Looks like our libc_r implementstg1998-01-072-4/+14
| | | | an older draft of the pthread standard.
* Upgrade to 1.5.tg1998-01-067-581/+1051
|
* Use an option to disable the Tk extension (WITH_TK). Don't usetg1997-11-242-8/+27
| | | | | | | libc_r if we're not building the thread module. Respect options given in the environment. The defaults (build with Tk and thread support) don't change.
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.tg1997-08-294-7/+22
|
* Fix tk-4.1 dependency. While I'm here, add libreadline support.tg1997-08-062-7/+7
|
* Compile with thread support, if libc_r exists and WITH_THREADS is set.tg1997-06-021-2/+14
| | | | Submitted by: Peter Haight <peterh@prognet.com>
* Some reorganization of this port:tg1997-05-144-357/+359
| | | | | | | | | - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly.
* Simplify patch.tg1997-05-051-14/+3
|
* Clean up some left-over from FreeBSD-2.0 days.tg1997-05-051-0/+31
|
* Add NumPy to default search path.tg1997-05-051-1/+1
|
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Use new libtix.tg1997-02-212-3/+3
|
* Install config.h, so compiling extensions from C sourcestg1997-02-062-25/+24
| | | | actually works.
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-024-5/+22
| | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan.
* Converted to MAN[1-9NL]obrien1996-11-171-4/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-3/+3
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Update to version 1.4jkh1996-11-026-614/+515
| | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Remove LIB_DEPENDS on tcl75, it seems to compile and run fine usingasami1996-10-141-3/+2
| | | | the tcl library in /usr/lib.
* Make python install include files.chuckr1996-08-172-3/+60
| | | | Reviewed by: jkh
* Upgrade this port to use the latest tcl/tk.jkh1996-05-112-4/+4
| | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
* Ah, missed the extra patches. Also revert PLIST to use share instead of libjkh1996-01-181-475/+475
| | | | again.
* share -> lib; thanks, Satoshi!jkh1996-01-181-475/+475
|
* Update to Python 1.3jkh1996-01-184-453/+548
| | | | Submitted by: tg
* Remove unnecessary include of <rpcsvc/ypclnt.h>jkh1995-11-251-0/+26
| | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Shorten the comments.jkh1995-10-291-1/+1
|
* List all files in lib/python, plus one @exec/unexec mkdir/rmdir pairasami1995-08-091-1/+431
| | | | for an empty directory.
* A little cleanup, move things around to correct order, putasami1995-08-091-3/+5
| | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc.
* The Python programming language.jkh1995-08-087-0/+325
OpenPOWER on IntegriCloud