Re: [Python-Dev] Error from SVN commit

2008-02-09 Thread Martin v. Löwis
> I checked r60695 in last night from that same checkout, so I wouldn't > expect it to be a local problem. Could the repository drive on > svn.python.org just be full? Or is something else going on? The hard disk was full. I have deleted some files. Regards, Martin _

Re: [Python-Dev] Error from SVN commit

2008-02-09 Thread Raymond Hettinger
[Nick] > I'm getting an error from SVN when trying to commit a NEWS entry for r60695: > > -- > SendingMisc/NEWS > Transmitting file data .svn: Commit failed (details follow): > svn: Can't create directory > '/data/repos/projects/db/transactions/60708-1.txn': No space left on d

Re: [Python-Dev] Error from SVN commit

2008-02-09 Thread Christian Heimes
Nick Coghlan wrote: > I'm getting an error from SVN when trying to commit a NEWS entry for r60695: > > -- > SendingMisc/NEWS > Transmitting file data .svn: Commit failed (details follow): > svn: Can't create directory > '/data/repos/projects/db/transactions/60708-1.txn': No sp

[Python-Dev] Error from SVN commit

2008-02-09 Thread Nick Coghlan
I'm getting an error from SVN when trying to commit a NEWS entry for r60695: -- SendingMisc/NEWS Transmitting file data .svn: Commit failed (details follow): svn: Can't create directory '/data/repos/projects/db/transactions/60708-1.txn': No space left on device --

Re: [Python-Dev] Initial attempt to PyCon sprint tutorial slides are up

2008-02-09 Thread Brett Cannon
On Feb 9, 2008 7:14 AM, Giampaolo Rodola' <[EMAIL PROTECTED]> wrote: > On 4 Feb, 22:29, "Brett Cannon" <[EMAIL PROTECTED]> wrote: > > The 1 MB PDF can be found > > athttp://www.cs.ubc.ca/~drifty/pycon/sprint_tutorial.pdf. If you find > > > any bad info or some info that is really lacking, let me k

Re: [Python-Dev] trunc()

2008-02-09 Thread Armin Rigo
Hi Raymond, On Thu, Jan 24, 2008 at 01:36:14PM -0500, Raymond Hettinger wrote: > Also, it seems that ABC is starting to evolve from an optional > tool into something embedded in the language in a way that you > can't escape it. > > I would prefer that it not be on the list of concepts that a > b

Re: [Python-Dev] int/float freelists vs pymalloc

2008-02-09 Thread Martin v. Löwis
> Well, yes, it doesn't run out of memory, but if pymalloc needs > to allocate lots of objects of the same size, then performance > degrades due to the management overhead involved for checking > the free pools as well as creating new arenas as needed. > > To reduce this overhead, it may be a good

Re: [Python-Dev] Initial attempt to PyCon sprint tutorial slides are up

2008-02-09 Thread Giampaolo Rodola'
On 4 Feb, 22:29, "Brett Cannon" <[EMAIL PROTECTED]> wrote: > The 1 MB PDF can be found > athttp://www.cs.ubc.ca/~drifty/pycon/sprint_tutorial.pdf. If you find > any bad info or some info that is really lacking, let me know. But > please realize that my slides are never really meant to be read on >