Julian Gindi added the comment:
Maybe some documentation could help express the purpose of this test, but I was
able to make the changes mentioned below and the test seems to work better than
it used to. The test no longer returns if a value is 'skipped'. This is my
first attempt
Julian Gindi added the comment:
I did some further testing and it seems that you are right, testcase.SkipTest()
never causes an error in setUp or tearDown but "raise AssertionError" does
(even in setUp or tearDown). I went ahead and made relevant documentation
changes, let me kno
Julian Gindi added the comment:
Could you provide some more details on how to reproduce this issue? If I am
able to reproduce the issue, I'll write a few unit tests and get this patch
rolling again.
--
nosy: +Julian.Gindi
___
Python tracker
Julian Gindi added the comment:
Awesome! I signed the contributor agreement today via "E-sign". I look forward
to making more significant contributions soon :)
--
___
Python tracker
<http://bugs.python.o
Julian Gindi added the comment:
That makes perfect sense :) Here is an updated patch. I also made the change to
the other test of the same name in MersenneTwister_TestBasicOps
--
Added file: http://bugs.python.org/file32747/issue19588_v2.patch
Julian Gindi added the comment:
Just wanted to see if there was anything else I needed to do to get this patch
rolling :)
--
___
Python tracker
<http://bugs.python.org/issue19
Julian Gindi added the comment:
I created a patch that allows users to specify a time unit output using the
"-u" flag. Example usage:
python -m timeit -u "msec" '"-".join(str(n) for n in range(100))'
>> 1 loops, best of 3: 0.156 msec per loop
Julian Gindi added the comment:
Updated patch to include unit tests.
--
Added file: http://bugs.python.org/file32874/issue18983.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
I agree that they should be implemented. I'll fill them in and submit a patch
in a day or so.
--
nosy: +Julian.Gindi
___
Python tracker
<http://bugs.python.org/is
Julian Gindi added the comment:
Just wanted to check to see if there was anything else I should do regarding
this issue.
--
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
Implemented proposed changes to patch. Simplified "for-loop" and implemented
invalid input test.
--
Added file: http://bugs.python.org/file33058/issue18983_v2.patch
___
Python tracker
<http://bu
Julian Gindi added the comment:
I'm trying to replicate this issue. I do not get an error when I run
```
>>> __import__('datetime', fromlist=[u'datetime'])
```
any more information you could provide to help move this issue forwar
Julian Gindi added the comment:
Interesting...I'll try to dig in and see what's going on.
--
___
Python tracker
<http://bugs.python.org/issue21720>
___
___
Julian Gindi added the comment:
Good catch. I'm gonna look into this. Seems like you should be able to access
these from UserString as well.
--
nosy: +Julian.Gindi
___
Python tracker
<http://bugs.python.org/is
Julian Gindi added the comment:
Anything else need to be done on this patch?
--
___
Python tracker
<http://bugs.python.org/issue18983>
___
___
Python-bugs-list m
Julian Gindi added the comment:
Incorporated updates suggested by serhiy.storchaka
--
Added file: http://bugs.python.org/file33064/issue18983_v3.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
Updated patch to log to stderr.
--
Added file: http://bugs.python.org/file33066/issue18983_v4.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
Added newline after error message.
--
Added file: http://bugs.python.org/file33067/issue18983_v5.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
Whoops. Sorry about that. Super embarrassing.
--
Added file: http://bugs.python.org/file33068/issue18983_v5.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
Re-uploaded the patch to remove duplication.
--
___
Python tracker
<http://bugs.python.org/issue18983>
___
___
Python-bugs-list m
Julian Gindi added the comment:
Updated documentation and fixed a few lines that were too long.
--
Added file: http://bugs.python.org/file33095/issue18983_v6.patch
___
Python tracker
<http://bugs.python.org/issue18
Julian Gindi added the comment:
I'm interested in taking over and finishing whatever needs to be completed to
move this forward. What else needs to be done? It looks like improved tests are
needed, but are there any changes needed to the implementation code?
--
nosy: +Julian.
Julian Gindi added the comment:
Maciej, cool! I just wanted to move this patch forward because A) it seemed
inactive and B) I would love to see this feature make it in :) I guess that
means there is nothing that I need to do. Looking forward to this one, good
work
Julian Gindi added the comment:
I have not started yet, wasn't completely sure of the status of this. I'll get
going filling in those tests to the best of my ability.
--
___
Python tracker
<http://bugs.python.o
Julian Gindi added the comment:
Just wanted to check in and see if the documentation change I made is
sufficient. I tried to copy the other entries for the command line arguments.
Let me know if I can improve it in any way.
--
___
Python tracker
Julian Gindi added the comment:
So, it seems that there are many seemingly redundant tests and many tests whose
intentions are unclear. I think this might be better suited for someone who has
more experience with the xml minidom module. I have uploaded the work I have
done but it is not
Julian Gindi added the comment:
Looks like this issue has been resolved. Can we close it?
--
___
Python tracker
<http://bugs.python.org/issue18566>
___
___
Pytho
Julian Gindi added the comment:
Sorry. I meant, merged.
--
___
Python tracker
<http://bugs.python.org/issue18566>
___
___
Python-bugs-list mailing list
Unsub
New submission from Julian Gindi:
I think the documentation for collections.Counter can be updated slightly to
include an example showing the initialization of a counter object from a list.
For example, it explains how to manually iterate through a list and increment
the values...
for word
Julian Gindi added the comment:
Modernizing these tests will be a decent undertaking but seems important. I'll
go a head and try to fix these up further. Thanks for the guidance and
motivation on this one :)
--
___
Python tracker
Julian Gindi added the comment:
What needs to be done to close this one out?
--
___
Python tracker
<http://bugs.python.org/issue18983>
___
___
Python-bugs-list m
31 matches
Mail list logo