Python | Dev:
I have now turned the 3.0 buildbots off, and created new builders for 3.1. Regards, Martin _______________________________________________ Python-Dev. (Read More)
Python Software Foundation News:
There will be no Python 3.0.2 release or further 3.0.x maintenance/security releases. All users of Python 3.0 are strongly encouraged to upgrade to Python 3.1. (Read More)
Python | Dev:
Seo wrote: > Exception for setting attributes of built-in type differs between > CPython and IronPython. This is not purely theoretical, as > zope.int. (Read More)
Python | Dev:
In response to some rumblings on python-committers and just to request more feedback, a progress report. I know it's long, I've tried to put to keep i. (Read More)
Python | Dev:
If you have commit privileges on Python but are not subscribed to python-committers, please let me know and I will subscribe you. Membership on python. (Read More)
The Voidspace Techie Blog:
There have been discussions on the issues of licensing and accepting contributions to open source projects on the Python-dev and the testing in Python mailing lists. This is an area that can be very confusing, and potentially problematic for open source projects. ... [376 words]
. (Read More)
Python | Dev:
Hi, I noticed that some files of the "re" module still have the (GPL incompatible) 1.6 license notice. Is that on purpose or unintentionally forgotte. (Read More)
Blue Sky On Mars:
The next MichiPUG meeting will be on Thursday, July 2nd at 7PM. Ryan Burns will talk about the Impressive presentation software (which was used at Tuesdayās Ignite Ann Arbor) and Terry Howald will talk about Pythonās use in scripting visual effects.We may also talk about the Python 3.1 release. The meeting will be in downto (Read More)
Python | Dev:
Hello, I am working on the subprocess.Popen module for Python 2.7 and am now moving my changes over to Python 3.1 however I am having trouble with th. (Read More)
Simon Willison's Weblog:
Address Extractor. Running on App Engine, an address extractor web service using code from the EveryBlock open source release.
. (Read More)
good coders code, great reuse:
I decided to write an article about a thing that is second nature to embedded systems programmers - low level bit hacks. Bit hacks are ingenious little programming tricks that manipulate integers in a smart and efficient manner. Instead of performing some operation (such as counting the 1 bits in an integer) by looping over (Read More)
Simon Willison's Weblog:
MongoDB. Lots of discussions about this at EuroPython todayāitās a document database, very similar to CouchDB but significantly faster and suggested for production use. Best of all, trying it out on OS X is as easy as extracting the tarball and running ābin/mongod --dbpath /tmp/test-mongo-db runā.
. (Read More)
Python | Dev:
Python 2.4 will become 5 years old this November. I plan to make the final security release this month or next month. If you want to see additional pa. (Read More)
Simon Willison's Weblog:
Whatās New In Python 3.1. Lots of stuff, but the best bits are an ordered dictionary type (congrats, Armin), a Counter class for counting unique items in an iterable (I do this on an almost daily basis) and a bunch of performance improvements including a rewrite of the Python 3.0 IO system in C.
. (Read More)
Python | Dev:
On behalf of the Python development team, I'm thrilled to announce the first production release of Python 3.1. Python 3.1 focuses on the stabilizatio. (Read More)