sbspider added the comment:
Right makes sense. I'll see what I can do.
--
___
Python tracker
<http://bugs.python.org/issue22813>
___
___
Python-bugs-list m
sbspider added the comment:
And what do you think would it be useful for? I mean, it shouldn't be too hard
to implement, a couple of hours at most, but I can't seem to see what would be
the purpose. However, if you think that there is enough of a use case behind
it, then I would b
sbspider added the comment:
To clarify - are you querying about
a) Randomiser for tests, so that tests can have random variables
or
b) That the order in which tests are called should have the option to be
randomized
?
--
nosy: +sbspider
sbspider added the comment:
Uploaded a new patch.
--
Added file: http://bugs.python.org/file36506/readme.patch
___
Python tracker
<http://bugs.python.org/issue22
sbspider added the comment:
How do you want me to about fixing the issues you suggested - another patch?
--
___
Python tracker
<http://bugs.python.org/issue22
Changes by sbspider :
--
nosy: +sbspider
___
Python tracker
<http://bugs.python.org/issue22257>
___
___
Python-bugs-list mailing list
Unsubscribe:
sbspider added the comment:
Ok, thank you. Just wanted to confirm this, as I plan to help out on the
code/documentation as well (and hence want to understand the process
beforehand). I look forward to working on Python in the future.
--
___
Python
sbspider added the comment:
I uploaded the file, just checking if it hasn't come through.
--
___
Python tracker
<http://bugs.python.org/issue22261>
___
___
Changes by sbspider :
--
keywords: +patch
Added file: http://bugs.python.org/file36449/readme.patch
___
Python tracker
<http://bugs.python.org/issue22261>
___
___
New submission from sbspider:
When trying to compile cpython, it puts dependencies like tkinter in the
directory above the hg directory. Since I have a highly defined directory
structure, this can become quite annoying. Therefore, I would like to propose
having the build system download the
sbspider added the comment:
Would you mind letting me do the honors? First time contributing and all that :P
--
___
Python tracker
<http://bugs.python.org/issue22
New submission from sbspider:
I was building the cpython code a while back, and noticed that the build system
was using msbuild, when
PCBuild\built.bad -e -d
was ran. Upon further investigation, it seems that the /m compiler flag is not
included. This flag would allow for concurrent builds
12 matches
Mail list logo