| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Jan 2013 20:46:32
3.4.0
|
swills  |
- Update to 3.4.0
PR: ports/175202
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Denis Shaposhnikov <dsh@bamus.cz> (maintainer) |
11 Jul 2012 07:50:05
3.3.3
|
wen  |
- Update to 3.3.3
- Add LICENSE
PR: 169149
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer(timeout, > 20 days) |
02 Mar 2012 09:03:55
3.3.1
|
kevlo  |
Eliminate DOCSDIR |
03 Jul 2011 17:11:32
3.3.1
|
lwhsu  |
- Update to 3.3.1
PR: ports/158286
Submitted by: lwhsu
Approved by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
03 Jul 2011 14:59:23
3.2.0
|
ohauer  |
-remove MD5 |
09 Oct 2010 09:25:38
3.2.0
|
lwhsu  |
- Update to 3.2.0
PR: ports/150963
Submitted by: lwhsu
Approved by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> |
18 Aug 2009 22:43:29
3.1.1
|
miwi  |
- Update to 3.1.1
- Update maintainer mail adress
PR: 137930
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
17 Aug 2009 20:29:04
3.1.0
|
miwi  |
- Update to 3.1.0
PR: 137875
Submitted by: Wen Heping <wenheping@gmail.com
Approved by: maintainer |
16 Mar 2009 20:48:01
3.0.1
|
miwi  |
- Update to 3.0.1
PR: 131735
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
17 Nov 2008 10:34:26
2.3.1
|
lwhsu  |
- Update to 2.3.1
PR: ports/128915
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Denis Shaposhnikov <dsh AT vlink.ru> (maintainer) |
30 Jul 2007 09:42:28
2.0.1
|
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 |
25 Jun 2007 18:14:47
2.0.1
|
miwi  |
As of now, writing custom decorators correctly requires some
experience and it is not as easy as it could be. For instance, typical
implementations of decorators involve nested functions, and we all
know that flat is better than nested. Moreover, typical
implementations of decorators do not preserve the signature of
decorated functions, thus confusing both documentation tools and
developers.
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.
WWW: http://www.phyast.pitt.edu/~micheles/python/documentation.html
PR: ports/113968
Submitted by: Denis Shaposhnikov <dsh at vlink.ru> |