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 change.
If there is something more than than the "security" flag, may you
explain further what is unclear on the bugtracker?

> And it was reviewed 2 days after posting. So why list it here?
Sorry, it was not meant to be there. I probably picked the wrong one,
http://bugs.python.org/issue16081 / Fix compile warnings in thread_pthread.h

>> Add support for IEEE 754 contexts to decimal module. /
>> http://bugs.python.org/issue8786
> reviewed
Thanks.

-- 
ù
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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 should be fast if a is a small set and b is a large set /
http://bugs.python.org/issue8425 (note: hettinger said to wait for his
-noisy before applying)
Add support for IEEE 754 contexts to decimal module. /
http://bugs.python.org/issue8786

-- 
ù
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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 by Python/_warnings.c (PyErr_NoMemory
and/or PyErr_WarnEx). This, right now, leads to a circular dependency,
as described here: http://bugs.python.org/msg154939 .

So far I've seen some functions present both in Python/ and pgenmain.c
: PyErr_Occurred(), Py_FatalError(const char *msg), Py_Exit(int).
This means a dirty alternative could be to implement another function
PyErr_WarnEx; but probably there is a better way to organize the
makefile, becouse currently I'm using the entire $(PYTHON_OBJS) (seems
needed by warnigs.o).

This is the first time I run into python c code, so please be patient :)
-- 
ù
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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 of bugs (see issue1100562 and
issue9496), I'm still scared of breaking something and making silly things.
So two days ago I've asked on #python-dev some infos about this contest, but
nobody seemed to know if Python would have been a project in GCI, or give me
any new information. Thanks to bitdancencer, I'm writing this mail, hoping
some of you may consider this contest and give me the opportinity to be a
better python developer.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com