[issue22813] No facility for test randomisation

2014-11-10 Thread sbspider
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

[issue22813] No facility for test randomisation

2014-11-09 Thread sbspider
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

[issue22813] No facility for test randomisation

2014-11-07 Thread sbspider
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

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-30 Thread 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

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-29 Thread sbspider
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

[issue22257] PEP 432: Redesign the interpreter startup sequence

2014-08-24 Thread sbspider
Changes by sbspider : -- nosy: +sbspider ___ Python tracker <http://bugs.python.org/issue22257> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-24 Thread sbspider
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

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-23 Thread sbspider
sbspider added the comment: I uploaded the file, just checking if it hasn't come through. -- ___ Python tracker <http://bugs.python.org/issue22261> ___ ___

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-23 Thread sbspider
Changes by sbspider : -- keywords: +patch Added file: http://bugs.python.org/file36449/readme.patch ___ Python tracker <http://bugs.python.org/issue22261> ___ ___

[issue22262] Python External Libraries are stored in directory above where source code is located.

2014-08-23 Thread sbspider
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

[issue22261] Document how to use Concurrent Build when using MsBuild

2014-08-23 Thread sbspider
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

[issue22261] Concurrent Build when using MsBuild

2014-08-23 Thread sbspider
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