Re: [Python-Dev] bzr on dinsdale

2007-06-23 Thread Dmitry Vasiliev
m version 0.15, for old versions you should first remove file from version control with 'bzr rm' and then add again with 'bzr add'. -- Dmitry Vasiliev http://hlabs.spb.ru ___ Python-Dev mailing list Python-Dev@python.org htt

[Python-Dev] Possible bug in re module?

2008-05-20 Thread Dmitry Vasiliev
I've just found a strange re behavior: >>> import re >>> re.sub("(?:ab|b|a)", "+", "cbacbabcabc") 'c++c++c+c' >>> re.sub("(?:ab|b|a){2}", "+", "cbacbabcabc") 'c+c+c+c' In the las

Re: [Python-Dev] [Python-3000] Merging mailing lists

2008-12-04 Thread Dmitry Vasiliev
Martin v. Löwis wrote: > I would like to merge mailing lists, now that the design and first > implementation of Python 3000 is complete. In particular, I would +1 -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru ___ Python-Dev m

[Python-Dev] Py3k: magical dir()

2008-12-19 Thread Dmitry Vasiliev
x27;__getitem__', '__gt__', '__hash__', '__init__', '__iter__', '__le__', '__len__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__&

Re: [Python-Dev] Python 3.0.1

2008-12-21 Thread Dmitry Vasiliev
d. So the fix won't be so hard too - few asserts needs to be fixed and headers output needs to be directed through auxiliary encoding method. 3. Tests 4. Documentation examples. I can create the patch before December 24th if needed. -- Dmitry Vasiliev http://hlabs.spb.ru ___

Re: [Python-Dev] Test failures in test_timeout

2006-02-17 Thread Dmitry Vasiliev
ex.php?func=detail&aid=728815&group_id=5470&atid=305470 Now I think the patch need more review and need to be updated for the current Python version and maybe some new ideas. -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru