Skip to content

Monthly Archives: October 2007

Italian Agile Day is coming

Marco Abis has announced the 2007 edition of the Italian Agile Day. I’ve been to the 2006 edition and I have to admit it was great. The talks were all about Scrum, Team management, TDD, ORM and agility, code metrics, distributed projects and agility, code and DB refactoring, XP games, mock objects, agility and Visual [...]

Updates from Python SVN, Part 17

decimal module:

There’s a bunch of is_* methods (like is_signed()) in Decimal class returning a boolean value. Added an internal class to store the digits of log(10), so that they can be made available when necessary without recomputing.

enumerate() is no longer bounded to using sequences shorter than LONG_MAX. Formerly, it raised an OverflowError. Now, automatically shifts from [...]