[Python-Dev] I would like an Python account
Victor Stinner
victor.stinner at haypocalc.com
Tue Oct 7 00:07:01 CEST 2008
Hi,
Brett gave me permissions to edit the bug tracker, yeah!
> I also would like an SVN account
If I can't get an account, can anyone review my issues and/or commit the
attached patches? Most contributions are recent but I'm waiting for some of
these issues to be fixed before fixing other issues. Most issuses are
specific to Python3.
=== Fix bugs ===
[Py3k] line number is wrong after encoding declaration (2008-03-18)
http://bugs.python.org/issue2384
|--> one liner fix
\--> patch + testcase
compile() cannot decode Latin-1 source encodings (2008-08-17)
http://bugs.python.org/issue3574
\--> patch + multiple tests (eg. test_pep3120.py)
PyTraceBack_Print() doesn't respect # coding: xxx header (2008-09-26)
http://bugs.python.org/issue3975
|--> complex patch: rewrite _Py_DisplaySourceLine() to support unicode
|--> patch
\--> a testcase is included in the related issue: issue2384
IDLE: checksyntax() doesn't support Unicode? (2008-10-01)
http://bugs.python.org/issue4008
|--> refactoring to reuse tokenizer.detect_encoding()
\--> patch
missing newline in "Could not convert argument %s to string"
error message (2008-09-30)
http://bugs.python.org/issue4004
|--> trivial fix
\--> patch
=== Improvments ===
Support bytes for os.exec*() (2008-10-03)
http://bugs.python.org/issue4035
Support bytes for subprocess.Popen() (2008-10-03)
http://bugs.python.org/issue4036
--
Victor Stinner aka haypo
http://www.haypocalc.com/blog/
More information about the Python-Dev
mailing list