[Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Matthieu Bec
newbie first post on this list, if what follows is of context ... Hi all, I'm struggling with issue per the subject, read different threads and issue http://bugs.python.org/issue15443 that started 2012 still opened as of today. Isn't there a legitimate case for nanosecond support? it's all

[Python-Dev] Access control for buildbot

2014-12-10 Thread jacob toft pedersen
Hi there I was visiting you buildbot page for inspiration and found that i apparently have the option to force stop/start all your builds without any access control. You may want to put something to enforce access control? /pedersen ___ Python-Dev

Re: [Python-Dev] Access control for buildbot

2014-12-10 Thread Trent Nelson
On Dec 10, 2014, at 6:56 AM, jacob toft pedersen ja...@luxion.com wrote: Hi there I was visiting you buildbot page for inspiration and found that i apparently have the option to force stop/start all your builds without any access control. You may want to put something to enforce

Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Nick Coghlan
On 10 December 2014 at 16:31, Matthieu Bec mdcb...@gmail.com wrote: newbie first post on this list, if what follows is of context ... Hi all, I'm struggling with issue per the subject, read different threads and issue http://bugs.python.org/issue15443 that started 2012 still opened as of

Re: [Python-Dev] Access control for buildbot

2014-12-10 Thread Nick Coghlan
On 11 December 2014 at 00:08, Trent Nelson tr...@trent.me wrote: On Dec 10, 2014, at 6:56 AM, jacob toft pedersen ja...@luxion.com wrote: Hi there I was visiting you buildbot page for inspiration and found that i apparently have the option to force stop/start all your builds without any

[Python-Dev] python compile error on mac os x

2014-12-10 Thread 卓一抗
hello, everybody ,i occur an ld error in my mac os x python 3.4.2 gcc 4.8.2 /Applications/Xcode.app/Contents/Developer/usr/bin/make Parser/pgen gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -L/usr/local/lib -export-dynamic Parser/acceler.o Parser/grammar1.o Parser/listnode.o

Re: [Python-Dev] python compile error on mac os x

2014-12-10 Thread Brett Cannon
It would be better to file a bug at bugs.python.org so it's easier to track the problem. On Wed Dec 10 2014 at 11:37:30 AM 卓一抗 zhuoyik...@gmail.com wrote: hello, everybody ,i occur an ld error in my mac os x python 3.4.2 gcc 4.8.2 /Applications/Xcode.app/Contents/Developer/usr/bin/make

Re: [Python-Dev] python compile error on mac os x

2014-12-10 Thread 卓一抗
thank u very much. 2014-12-11 0:40 GMT+08:00 Brett Cannon br...@python.org: It would be better to file a bug at bugs.python.org so it's easier to track the problem. On Wed Dec 10 2014 at 11:37:30 AM 卓一抗 zhuoyik...@gmail.com wrote: hello, everybody ,i occur an ld error in my mac os x

[Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is the 2014 edition, slightly updated (from 9 to 11 questions). It should not take you more than 1 minute to fill. I would be pleased if you took that time. Here's the url: http://goo.gl/forms/tDTcm8UzB3 I'll publish the

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Donald Stufft
On Dec 10, 2014, at 11:59 AM, Bruno Cauet brunoca...@gmail.com wrote: Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is the 2014 edition, slightly updated (from 9 to 11 questions). It should not take you more than 1 minute to fill. I would be pleased if you took

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Ian Cordasco
On Wed, Dec 10, 2014 at 11:10 AM, Donald Stufft don...@stufft.io wrote: On Dec 10, 2014, at 11:59 AM, Bruno Cauet brunoca...@gmail.com wrote: Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is the 2014 edition, slightly updated (from 9 to 11 questions). It should not

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Nathaniel Smith
On 10 Dec 2014 17:16, Ian Cordasco graffatcolmin...@gmail.com wrote: On Wed, Dec 10, 2014 at 11:10 AM, Donald Stufft don...@stufft.io wrote: On Dec 10, 2014, at 11:59 AM, Bruno Cauet brunoca...@gmail.com wrote: Hi all, Last year a survey was conducted on python 2 and 3 usage. Here is

Re: [Python-Dev] Python 2.x and 3.x use survey, 2014 edition

2014-12-10 Thread Bruno Cauet
Remarks heard form updated. Nathaniel, I'm not sure about that: even if the code is 2- and 3-compatible you'll pick one runtime. 2 others questions now mention writing polyglot code. By the way I published the survey on HN, /r/programming /r/python: https://news.ycombinator.com/item?id=8730156

Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread mdcb808
On 12/10/14 7:33 AM, Nick Coghlan wrote: On 10 December 2014 at 16:31, Matthieu Bec mdcb...@gmail.com wrote: newbie first post on this list, if what follows is of context ... Hi all, I'm struggling with issue per the subject, read different threads and issue http://bugs.python.org/issue15443

[Python-Dev] [RELEASE] Python 2.7.9

2014-12-10 Thread Benjamin Peterson
It is my pleasure to announce the release of Python 2.7.9, a new bugfix release in the Python 2.7 series. Despite technically being a maintenance release, Python 2.7.9 includes several majors changes from 2.7.8: - The ensurepip module has been backported to Python 2.7 - Python 3's ssl module has

Re: [Python-Dev] datetime nanosecond support (ctd?)

2014-12-10 Thread Stephen J. Turnbull
mdcb808 writes: These are typically discussed on this list or using the bug tracker? I think this discussion belongs on python-dev because the requirement is clear, but a full specification involves backward compatibility with older interfaces, and clearly different people place different