Re: [Python-Dev] cpython: Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1

2011-07-14 Thread Georg Brandl
Would it make sense to not propagate the signal in one case (e.g. SIGUSR1), i.e. just display the traceback in this case? Georg Am 13.07.2011 23:49, schrieb victor.stinner: http://hg.python.org/cpython/rev/30f91fbfc8b3 changeset: 71315:30f91fbfc8b3 user:Victor Stinner

Re: [Python-Dev] [Python-checkins] cpython (merge 3.2 - default): Merge with 3.2.

2011-07-14 Thread Ezio Melotti
Hi, On 14/07/2011 15.57, ezio.melotti wrote: http://hg.python.org/cpython/rev/ac1c3291a689 changeset: 71325:ac1c3291a689 parent: 71321:f45823977d4b parent: 71324:530ba6c7e578 user:Ezio Melotti ezio.melo...@gmail.com date:Thu Jul 14

[Python-Dev] PEP 3151 implementation

2011-07-14 Thread Antoine Pitrou
Hello, Just a quick note that I have a working PEP 3151 implementation at http://hg.python.org/features/pep-3151/, in named branch pep-3151. The implementation is (should be) complete on the feature side, so you can play with it right now. It still lacks a deprecation mechanism for old names.

Re: [Python-Dev] [Python-checkins] cpython (3.1): Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.

2011-07-14 Thread Benjamin Peterson
2011/7/14 charles-francois.natali python-check...@python.org: http://hg.python.org/cpython/rev/42ec507815d2 changeset:   71334:42ec507815d2 branch:      3.1 parent:      71126:0d4ca1e77205 user:        Charles-François Natali neolo...@free.fr date:        Thu Jul 14 19:53:38 2011 +0200

[Python-Dev] error upon Mercurial commit

2011-07-14 Thread Charles-François Natali
Hello, I just committed a patch, and got the following error: $ hg push pushing to ssh://h...@hg.python.org/cpython searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 2 changes to 2 files remote: change(s) NOT

Re: [Python-Dev] error upon Mercurial commit

2011-07-14 Thread Georg Brandl
Am 14.07.2011 20:05, schrieb Charles-François Natali: Hello, I just committed a patch, and got the following error: $ hg push pushing to ssh://h...@hg.python.org/cpython searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote:

Re: [Python-Dev] cpython: Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1

2011-07-14 Thread Victor Stinner
Le 14/07/2011 13:33, Georg Brandl a écrit : Would it make sense to not propagate the signal in one case (e.g. SIGUSR1), i.e. just display the traceback in this case? I opened this issue for buildbots. If the test suite doesn't fail anymore because of a SIGALRM or SIGUSR1, we may miss a bug

Re: [Python-Dev] [Python-checkins] cpython (merge 3.2 - default): Merge with 3.2.

2011-07-14 Thread Victor Stinner
Done: changeset: 71337:66e519792e4c tag: tip user:Victor Stinner victor.stin...@haypocalc.com date:Thu Jul 14 22:28:36 2011 +0200 files: Lib/cgi.py Lib/test/test_cgi.py Misc/NEWS description: Add cgi.closelog() function to close the log file Le 14/07/2011 14:57,