Re: [IronPython] Some patches

2006-11-12 Thread Mark Rees
This is why we need to give Sanghyeon more help with his FePy project. fepy.sourceforge.net provides an avenue for us to make IronPython more useful for people who want to use it with the CPython libraries or need fixes to problems in a rapid timeframe. Imho IronPython in it's current form is get f

Re: [IronPython] Some patches

2006-11-12 Thread Christopher Baus
> patch-ironpython-base64-slash > This patch fixes an issue that strings with slashes are incorrectly > decoded by base64 module. > > patch-ironpython-re-lastgroup > This patch implements lastgroup attribute of match objects produced by > regular expression matching. > > patch-stdlib-logging-getfr

[IronPython] Some patches

2006-11-12 Thread Sanghyeon Seo
I wrote some patches. http://fepy.sourceforge.net/patches.html patch-ironpython-base64-slash This patch fixes an issue that strings with slashes are incorrectly decoded by base64 module. patch-ironpython-re-lastgroup This patch implements lastgroup attribute of match objects produced by regular e