[issue19514] Merge duplicated _Py_IDENTIFIER identifiers in C code

2013-11-07 Thread Seydou Dia

Changes by Seydou Dia :


--
nosy: +seydou

___
Python tracker 
<http://bugs.python.org/issue19514>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18715] Tests fail when run with coverage

2013-08-13 Thread Seydou Dia

Seydou Dia added the comment:

The test results have been uploaded.

I forgot to mention in my previous comment the version of Coverage.py used:

changeset:   1463:2c5fb3a8b81c
tag: tip
user:Ned Batchelder 
date:Sun Jun 09 19:10:28 2013 -0400
summary: Branch coverage improvement, fixes #90.  Bug #212 fixed on py2, 
but not py3

--
Added file: http://bugs.python.org/file31281/tests.out

___
Python tracker 
<http://bugs.python.org/issue18715>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18715] Tests fail when run with coverage

2013-08-12 Thread Seydou Dia

New submission from Seydou Dia:

When I run the tests suit with coverage (e.g, ./python COVERAGEDIR run --pylib 
Lib/test/regrtest.py test_frame), the following tests fails:

 * test_frame
 * test_xml_etree
 * test_threading_local
 * test_super
 * test_importlib

 The tracebacks are available here : http://pastebin.com/j6ScCibV

--
components: Tests
messages: 194988
nosy: seydou
priority: normal
severity: normal
status: open
title: Tests fail when run with coverage
versions: Python 3.4

___
Python tracker 
<http://bugs.python.org/issue18715>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper

2013-08-12 Thread Seydou Dia

Seydou Dia added the comment:

I have a hard time figuring out what exactly BytecodeTestCase methods actually 
do. Thus the documentation is not probably accurate.

--
keywords: +patch
Added file: http://bugs.python.org/file31247/issue-18578.diff

___
Python tracker 
<http://bugs.python.org/issue18578>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18576] Rename and document test.script_helper as test.support.script_helper

2013-08-11 Thread Seydou Dia

Seydou Dia added the comment:

Since I am already on bugs.python.org/issue18578 I will tackle this issue, if 
you don't mind.

--
nosy: +seydou

___
Python tracker 
<http://bugs.python.org/issue18576>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper

2013-08-11 Thread Seydou Dia

Seydou Dia added the comment:

I am working on a patch.

--
nosy: +seydou

___
Python tracker 
<http://bugs.python.org/issue18578>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18445] Tools/Script/Readme is outdated

2013-08-11 Thread Seydou Dia

Seydou Dia added the comment:

>>- README says all python scripts are executables, but some need chmod +x
>I can help here.

Sorry I meant : "I can't help here". :)

--

___
Python tracker 
<http://bugs.python.org/issue18445>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18445] Tools/Script/Readme is outdated

2013-08-11 Thread Seydou Dia

Seydou Dia added the comment:

>Several issues :
>- abitype.py, analyze_dxp.py, get-remote-certificate.py, 
>import_diagnostics.py, parse_html5_entities.py are not documented.

Except analyze_dxp.py, all those files have been docummented in README. 
analyze_dxp.py was already documented so I don't understand what action is 
needed.
Note that I have also documented find-uname.py.

>- README mentions redemo.py which was moved to Tools/Demo.
Done.

>- README says all python scripts are executables, but some need chmod +x
I can help here.

> - The script list in readme would benefit from being sorted in alphabetical 
> order
Done.

--
keywords: +patch
Added file: http://bugs.python.org/file31229/issue-18445.diff

___
Python tracker 
<http://bugs.python.org/issue18445>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com