Re: [Python-Dev] [Core-mentorship] Issues Pending Review

2012-10-14 Thread Michele Orrù
> In case nobody picks it up, my 5-for-1 offer still stands: if you review > five issues, I'll review one of yours. :D merwork saves™ >> HTTPServer does not correctly handle bad headers / >> http://bugs.python.org/issue16083 > It does not seem clear what should be done and which versions to cha

[Python-Dev] Issues Pending Review

2012-10-14 Thread Michele Orrù
Hello, I have some issues pending 'patch review' hanging for more than two weeks, could somebody please check them out? HTTPServer does not correctly handle bad headers / http://bugs.python.org/issue16083 rlcompleter adds builtins when custom dict is used / http://bugs.python.org/issue5256 a -= b

[Python-Dev] [Issue1531415] Using PyErr_WarnEx on parsetok

2012-03-14 Thread Michele Orrù
As pointed by Sean Reifschneider in issue 1531415, I'm writing this mail mainly to ask for advices concerning python's makefile. Currently, Parser/parsetok.c writes directly to stderr in case no more memory is avaible. So, it would be nice™ to use, instead of a raw printf, the functions provided

[Python-Dev] Goole Code-In Contest

2010-10-23 Thread Michele Orrù
Hello. I'm a student under 18 years, who really like programming in python. Few days ago I've found Google Code-In contest, and I'm seriously considering it as a good opportunity do get more confident with Python. Although I've fixed a pair o