| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2013 06:48:12
1.2.0
|
miwi  |
- Update to 1.2
PR: 177770
Submitted by: maintainer |
14 May 2012 18:02:30
1.0.0
|
lwhsu  |
- Update to 1.0.0
- Pass maintainership to submitter
PR: ports/167273
Submitted by: Jason Bacon <jwbacon@tds.net> |
25 Feb 2011 07:50:41
0.9_1
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
13 Dec 2009 17:00:14
0.9
|
miwi  |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
22 Aug 2009 00:18:43
0.9
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
30 Jul 2007 09:42:28
0.9
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
04 Apr 2007 08:49:31
0.9
|
lwhsu  |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
05 Jan 2007 19:35:11
0.9
|
miwi  |
By using the class Instant a Python extension module can be created at runtime.
For the user, it behaves somewhat like an inline module, except you have to
import the module manually.
The code can be either C or C++, but like when programming C or C++, it has to
be inside a function or a similar C/C++ construct.
WWW: http://pyinstant.sourceforge.net/
PR: ports/107517
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |