| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Thanks, and nice catch on the except statement too!
|
| |
|
| |
|
|
|
|
| |
clearer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The psyco package has been declared umaintained and dead. It is no
longer receiving bug fixes including for security issues. From
http://psyco.sourceforge.net/
> 12 March 2012
>
> Psyco is unmaintained and dead. Please look at PyPy for the
> state-of-the-art in JIT compilers for Python.
Avoid recommending the use of an unmaintained package (since 2012).
Users can continue to use PyPy for the latest and greatest in Python
JIT.
|
|
|
|
|
|
| |
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
|
|
There are still many bugs in the documentation strings, but at least
genration of documentaiton works.
|