[issue22625] When cross-compiling, don’t try to execute binaries

2016-03-11 Thread Martin Panter
Martin Panter added the comment: In I suggested adding some makefile settings to manually override the pgen and _frozen_importlib programs. I imagine the changes would look something like cross-override.patch. Can someone wh

[issue26519] Cython doesn't work anymore on Python 3.6

2016-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Stefan, could you please check that this issue is fixed and there are no other cases of pickling or copying unpickleable classes? -- ___ Python tracker _

[issue17605] mingw-meta: build interpeter core

2016-03-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2016-03-11 Thread Ezio Melotti
Ezio Melotti added the comment: > About Elena Oat's patch issue13305.diff: I'm not sure that > strftime("%4Y") works on all platforms It doesn't, that's what the patch is trying to document. AFAICT it works on my Linux (but not on yours), it gives '4Y' on Mac, and raises an error on Windows. T

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2016-03-11 Thread STINNER Victor
STINNER Victor added the comment: >> About Elena Oat's patch issue13305.diff: I'm not sure that >> strftime("%4Y") works on all platforms > It doesn't, that's what the patch is trying to document. Oh. I confirm: %4Y gives "4Y" for any year on FreeBSD and Mac OS X, it raises ValueError("Invalid

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2016-03-11 Thread STINNER Victor
STINNER Victor added the comment: Elena's issue13305.diff: "Zero padding can be forced on some platforms by using e.g. ``%4Y``" Sorry, I still doesn't understand the change. %4Y doesn't work with strptime() and it only work with strftime() on very few platforms. Can you explain when %4Y shoul

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2016-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset e54224e8d6a9 by Victor Stinner in branch 'default': Revert change 291d47954618 https://hg.python.org/cpython/rev/e54224e8d6a9 -- ___ Python tracker ___

[issue15216] Support setting the encoding on a text stream after creation

2016-03-11 Thread Kwamenichols
Changes by Kwamenichols : -- nosy: +quad type: enhancement -> security ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue15216] Support setting the encoding on a text stream after creation

2016-03-11 Thread Kwamenichols
Changes by Kwamenichols : -- components: +2to3 (2.x to 3.x conversion tool) hgrepos: +334 versions: -Python 3.6 ___ Python tracker ___ __

[issue15216] Support setting the encoding on a text stream after creation

2016-03-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: -2to3 (2.x to 3.x conversion tool) ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue15216] Support setting the encoding on a text stream after creation

2016-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: quad, please don't change issue attributes to unrelated values. -- type: security -> enhancement versions: +Python 3.6 ___ Python tracker ___

[issue25652] collections.UserString.__rmod__() raises NameError

2016-03-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: serhiy.storchaka -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26491] Defer DECREFs until enum object is in a consistent state for re-entrancy

2016-03-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: serhiy.storchaka -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2