Browsing all articles from July, 2010.
New design for project web sites
I’ve redesigned the Trac project web sites. For example pyraknet and pycallgraph have the new layout. Feedback is welcome!
pyraknet 0.1.4
I have released pyraknet 0.1.4! For those who don’t know… it lets you easily apply multi-player networking to your python game pretty easily. Enjoy!
Apache replaced with lighttpd
After the web server slashdotting I decided to install and set up lighttpd to replace Apache. Pages seem to load quicker now!
pycallgraph.slowchop.com disabled temporarily
pycallgraph has been slashdotted. I’ve temporarily disabled the vserver until Gerald can debug the problem.
Python Call Graph 0.2.0
Within 24 hours of releasing version 0.1.0, I’ve released 0.2.0 of pycallgraph. It’s just so fun to play with Graphviz…
Python Call Graph
I have just released pycallgraph which can create call graphs for Python programs. Quite useful for working out how Python programs work and to see if you have any problems in your program flow.
pyraknet 0.1.3
I’ve been releasing new versions of pyraknet like a mad man. pyraknet 0.1.3 has been released with the major change being a new Windows binary for Python 2.5. Other things include documentation, tests and one new method.