[Python-Dev] Split up the c-api documentation in smaller files?

2007-12-07 Thread Christian Heimes
Good afternoon everybody! The new C API documentation contains some large files: 105K abstract.html 300K concrete.html 183K newtypes.html The concrete.html takes noticeable time to render on my computer (P4 2.4 with 1GB RAM, Firefox 2.0 and Ubuntu Linux). I estimate the load and rendering time i

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread Facundo Batista
2007/12/7, Sean Reifschneider <[EMAIL PROTECTED]>: > FYI: I have no real interest in this, a friend of mine is interested in > this, just from a "why is powertop saying pygtk is waking up 10 times a > second on my laptop?" standpoint. So I'm just trying to shepherd this. As a Gnome user, I'm per

Re: [Python-Dev] Split up the c-api documentation in smaller files?

2007-12-07 Thread Georg Brandl
Steve Holden schrieb: > Christian Heimes wrote: >> Good afternoon everybody! >> >> The new C API documentation contains some large files: >> >> 105K abstract.html >> 300K concrete.html >> 183K newtypes.html >> >> The concrete.html takes noticeable time to render on my computer (P4 2.4 >> with 1G

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread Sean Reifschneider
On Thu, Dec 06, 2007 at 09:08:54PM -0800, Guido van Rossum wrote: >Can you explain how Gtk uses signals and threads together? The Me? No. I've updated the bug at gnome.org asking someone there to answer this. FYI: I have no real interest in this, a friend of mine is interested in this, just fro

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread Sean Reifschneider
On Thu, Dec 06, 2007 at 10:55:12PM -0700, Adam Olsen wrote: >That's pretty much what issue1564547 does. I think there's two marks Good point, I hadn't seen that before. >* Using poll and fd's is pretty platform specific for what should be a >general-purpose API I would say that this is an optim

Re: [Python-Dev] Split up the c-api documentation in smaller files?

2007-12-07 Thread Steve Holden
Christian Heimes wrote: > Good afternoon everybody! > > The new C API documentation contains some large files: > > 105K abstract.html > 300K concrete.html > 183K newtypes.html > > The concrete.html takes noticeable time to render on my computer (P4 2.4 > with 1GB RAM, Firefox 2.0 and Ubuntu Linu

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread Gustavo Carneiro
On 07/12/2007, Sean Reifschneider <[EMAIL PROTECTED]> wrote: > > On Thu, Dec 06, 2007 at 10:55:12PM -0700, Adam Olsen wrote: > >That's pretty much what issue1564547 does. I think there's two marks > > Good point, I hadn't seen that before. > > >* Using poll and fd's is pretty platform specific for

[Python-Dev] Summary of Tracker Issues

2007-12-07 Thread Tracker
ACTIVITY SUMMARY (11/30/07 - 12/07/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1324 open (+22) / 11727 closed (+19) / 13051 total (+41) Open issues with patches: 417 Average durati

Re: [Python-Dev] Py3k code freeze imminent; 3.0a2 release Friday

2007-12-07 Thread Guido van Rossum
As people have been disregarding the freeze anyway, I declare the py3k branch back open. I tagged it with r30a2 yesterday morning and that's the version that I'll be releasing shortly (waiting for Crys & me to sort out some things around the Windows MSI installer). --Guido On Dec 5, 2007 8:43 PM,

[Python-Dev] Python 3.0a2 is out

2007-12-07 Thread Christian Heimes
A new alpha of Python 3000 was released a few minutes ago! http://www.python.org/download/releases/3.0/ Have fun and don't forget to report bugs at http://bugs.python.org/ Christian signature.asc Description: OpenPGP digital signature ___ Python-Dev

Re: [Python-Dev] Split up the c-api documentation in smaller files?

2007-12-07 Thread Titus Brown
On Fri, Dec 07, 2007 at 07:24:04AM -0500, Steve Holden wrote: -> Christian Heimes wrote: -> > Good afternoon everybody! -> > -> > The new C API documentation contains some large files: -> > -> > 105K abstract.html -> > 300K concrete.html -> > 183K newtypes.html -> > -> > The concrete.html takes

[Python-Dev] Subversion forbidden error while committing to trunk

2007-12-07 Thread Alexandre Vassalotti
Hi, I tried a few times to commit a patch (for issue #1530) to the trunk, but I always get this error: alex:python% svn commit Lib/doctest.py --file svn-commit.tmp svn: Commit failed (details follow): svn: MKACTIVITY of '/projects/!svn/act/53683b5b-99d8-497e-bc98-6d07f9401f50': 403 Forbidde

[Python-Dev] Bug Day in January?

2007-12-07 Thread Georg Brandl
Hi, there wasn't much response to the bug day proposal, but I still think it's a good idea. I'd propose a date in January, when Christmas etc. is over. It would also be nice if someone did the organizing who hasn't got a daily batch of GHOP tasks to review and commit :) Georg -- Thus spake the

Re: [Python-Dev] Python tickets summary

2007-12-07 Thread Facundo Batista
2007/11/1, Facundo Batista <[EMAIL PROTECTED]>: > > I think the keyword and keywords interface can be improved. Do you have > > any plans in that direction? > > Surely! > > But, no, I have no plans to do it, as I can not make cgi scripts in my > hosting, so these pages are statics, generated ever

Re: [Python-Dev] Subversion forbidden error while committing to trunk

2007-12-07 Thread Guido van Rossum
On Dec 7, 2007 8:35 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > I tried a few times to commit a patch (for issue #1530) to the trunk, > but I always get this error: > > alex:python% svn commit Lib/doctest.py --file svn-commit.tmp > svn: Commit failed (details follow): > svn: MKACTIV

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread Adam Olsen
On Dec 7, 2007 2:35 PM, <[EMAIL PROTECTED]> wrote: > > On 02:48 pm, [EMAIL PROTECTED] wrote: > >Not only that, but current python signal handling is not theorethically > >async safe; there are race conditions in the Py_AddPendingCalls API, > >and it > >just happens to work most of the time. [This

Re: [Python-Dev] Bug Day in January?

2007-12-07 Thread Giampaolo Rodola'
O.T. - I noticed that the PEP-3 still refers to the old sourceforge bug tracker. Shouldn't it be rewritten? ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/o

Re: [Python-Dev] Subversion forbidden error while committing to trunk

2007-12-07 Thread Alexandre Vassalotti
Thanks Guido. I just found what was the problem. My checkout of the trunk was the read-only one (i.e., over http). -- Alexandre On Dec 7, 2007 11:40 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 8:35 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > > I tried a few times

Re: [Python-Dev] Signals+Threads (PyGTK waking up 10x/sec).

2007-12-07 Thread glyph
On 02:48 pm, [EMAIL PROTECTED] wrote: >Not only that, but current python signal handling is not theorethically >async safe; there are race conditions in the Py_AddPendingCalls API, >and it >just happens to work most of the time. Twisted has encountered one such issue, described here: http:/