[issue16632] Enable DEP and ASLR

2015-02-02 Thread STINNER Victor
STINNER Victor added the comment: I reopen the issue, so the question of porting the change to Python 2.7 can be replied. -- nosy: +steve.dower resolution: fixed -> status: closed -> open ___ Python tracker _

[issue20709] os.utime(path_to_directory): wrong documentation for Windows.

2015-02-02 Thread Larry Hastings
Larry Hastings added the comment: I'm not sure we support 2.7 supports any versions of Windows earlier than XP. If so, we could drop the provision entirely. -- ___ Python tracker _

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Raúl Cumplido
Raúl Cumplido added the comment: thanks for the comments. @haypo I'll add a new one for the pep8 fixes, sorry. @vinay.sajip I would like to help and try to do the change myself, if this is ok with you -- ___ Python tracker

[issue23359] Speed-up set_lookkey()

2015-02-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Before doing more study on the other variants, I would like to get the second transformation done (avoiding the mask computation in the case where there is no wrap-around). Attaching a patch for just that step. -- Added file: http://bugs.python.org

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread STINNER Victor
STINNER Victor added the comment: > Added tests (hope is what you expect) and changed some bits on the test file > to be pep8 comliant. Nooo, please don't change two things in same patch: open a new issue for your PEP 8 changes. -- ___ Python track

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Vinay Sajip
Vinay Sajip added the comment: I will add to the documentation, and leave this issue open till I've done that. -- ___ Python tracker ___ _

[issue20709] os.utime(path_to_directory): wrong documentation for Windows.

2015-02-02 Thread Tim Golden
Tim Golden added the comment: I think we should simply take out the example, ie the part in brackets. The statement remains true but I don't think we need to cast around for whichever OS / filesystem happens to implement this particular setup. -- nosy: +tim.golden

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Raúl Cumplido
Raúl Cumplido added the comment: So, do you think that maybe adding something to the documentation. Or we just leave it as it is? -- ___ Python tracker ___ _

[issue23364] integer overflow in itertools.product

2015-02-02 Thread paul
paul added the comment: You mean 64bit? On 32 it'll overflow and that's the point. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue23357] pyvenv help shows incorrect usage

2015-02-02 Thread Vinay Sajip
Vinay Sajip added the comment: Thanks for the suggestion, but (a) I don't think it's worth making this change. (b) Your change still won't do the right thing in all cases. (c) Your approach (of passing a parameter just for this) doesn't feel right. For example, what if pyvenv is invoked using a

<    1   2