PyCon Australia 2014 is pleased to announce that its Call for
Proposals is now open!
The conference this year will be held on Saturday 2 and Sunday 3 August
2014 in Brisbane. We'll also be featuring a day of miniconfs
on Friday 1 August.
The deadline for proposal submission is Friday April 25, 20
Hey everyone,
I'm pleased to announce the first public release of `aspectlib`.
It's on PyPI at https://pypi.python.org/pypi/aspectlib
`aspectlib` is an aspect-oriented programming, monkey-patch and decorators
library. It is useful when changing behavior of existing code is desired.
I've mainl
Hi there folks,
I'm pleased to announce the 2.0.0 release of psutil:
http://code.google.com/p/psutil/
=== About ===
psutil (python system and process utilities) is a cross-platform library
for retrieving information on running processes and system utilization
(CPU, memory, disks, network) in Pyth
Hello!
mimedecode.py
WHAT IS IT
Mail users, especially in non-English countries, often find that mail
messages arrived in different formats, with different content types, in
different encodings and charsets. Usually this is good because it allows us to
use appr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On behalf of the Python development team, I'm very happy to announce
the release of Python 3.3.5.
Python 3.3.5 includes fixes for these important issues:
* a 3.3.4 regression in zipimport (see http://bugs.python.org/issue20621)
* a 3.3.4 regression e
On behalf of the Python development team, I'm pleased to announce
the third and final** release candidate of Python 3.4.
This is a preview release, and its use is not recommended for
production settings.
Python 3.4 includes a range of improvements of the 3.x series, including
hundreds of small