[ANN] python-dateutil 1.1

2005-12-22 Thread Gustavo Niemeyer
year, using Western, Orthodox or Julian algorithms; * More than 450 test cases. Where to get it? http://labix.org/python-dateutil -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

[ANN] python-dateutil 1.0

2005-07-19 Thread Gustavo Niemeyer
world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms; * More than 400 test cases. Where to get it? https://moin.conectiva.com.br/DateUtil -- Gustavo Niemeyer

ANN: python-constraint 1.0

2005-07-08 Thread Gustavo Niemeyer
ive backtracking solver - Minimum conflicts solver Predefined constraint types currently available: - FunctionConstraint - AllDifferentConstraint - AllEqualConstraint - ExactSumConstraint - MaxSumConstraint - MinSumConstraint - InSetConstraint - NotInSetConstraint - SomeInSetConstraint - SomeNotInS

Re: ANN: python-constraint 1.0

2005-07-07 Thread Gustavo Niemeyer
ably. I confess that even though I'm using CSP logic on other real world projects, I wrote that module completely for fun, and was not really caring if I was reinventing the wheel or not. > Alexandre Fayolle LOGILAB, Paris (France). I'm currently in

ANN: python-constraint 1.0

2005-07-06 Thread Gustavo Niemeyer
ive backtracking solver - Minimum conflicts solver Predefined constraint types currently available: - FunctionConstraint - AllDifferentConstraint - AllEqualConstraint - ExactSumConstraint - MaxSumConstraint - MinSumConstraint - InSetConstraint - NotInSetConstraint - SomeInSetConstraint - SomeNotInS

Re: f*cking re module

2005-07-05 Thread Gustavo Niemeyer
> To reply to the last part of the discussion and esspecially to Gustavo > Niemeyer, I really apriciate the way in which I had been answered. And > I won't have any questions about the re module that I had before I > post this threat. Great! As I said, that's a nic

Re: f*cking re module

2005-07-04 Thread Gustavo Niemeyer
oup takes an argument, anyway). That's what I love in that news group. Someone comes with a stupid and arrogant question, and someone else answers in a calm and reasonable way. Thanks Erik. -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

[ANN] dateutil 0.9

2005-02-24 Thread Gustavo Niemeyer
- Changed weekday to spell the not-set n value as None instead of 0. - Fixed other reported bugs. [1] http://www.twinsun.com/tz/tz-link.htm -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

Re: Another RegEx Question...

2004-12-13 Thread Gustavo Niemeyer
tion use the "*" character and > to do a Regular Expression search inside a Python code? >>> import fnmatch >>> fnmatch.fnmatch("myfilename", "*yf*nam*") True >>> fnmatch.translate("*") '.*$' >>> fnmatch.translate("?yf*nam?") '.yf.*nam.$' -- Gustavo Niemeyer http://niemeyer.net -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for Palm OS?

2004-12-10 Thread Gustavo Niemeyer
> Is there any news regarding Python on the Palm OS front? As an interesting side effect of the recently announced PalmOS on Linux, porting Python for that platform will become a lot easier, hopefully. If only I could find Tim's time-machine and bring a unit from the future. ;-) --