On Dec 11, 2007 12:26 AM, Will Maier <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 10, 2007 at 11:59:14PM +0100, Benoit Chesneau wrote:
> > -- start
> > import os, socket
> > from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
> > import threading
> >
> > h
On Sun, 9 Dec 2007, Deanna Phillips wrote:
I can. It happens while attempting to write a message window
saying "You lose" when the population falls to zero. This is
game over, so not as evil a bug as it seemed.
Workaround: win. :)
Reproduce by building a house and waiting for everyone to di
On Mon, Dec 10, 2007 at 11:59:14PM +0100, Benoit Chesneau wrote:
> -- start
> import os, socket
> from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
> import threading
>
> host = socket.getfqdn('127.0.0.1')
> port = (os.getpid() % 31000) + 1024
> ser
On Dec 9, 2007 12:17 AM, Martynas Venckus <[EMAIL PROTECTED]> wrote:
> Good day,
>
> - The PKGNAME should be py-openid.
> - I think security would be a better category for it (with a secondary
> category devel).
> - You've set NO_REGRESS, but there are regression tests at openid/test.
> - It (or at
Hi,
While porting python-openid and doing regress tests I had a strange behavior
with getsockname function and threads. One test (test_fetchers) create an http
server with HTTPServer class and put it in a thread before lauching
tests. Theses
tests get the server port thanks to getsockname() funct
Hi,
I had this in my local tree for a while; I refreshed it a bit.
GDAL is a translator library for raster geospatial data formats that
is released under an Open Source license. As a library, it presents a
single abstract data model to the calling application for all
supported formats.
GDAL is
Hi there,
it turns out that on the default OpenBSD installation of nethack,
normal users were able to cheat by doing the following:
- play a little while
- copy away your savegame
- die eventually because of own stupidness
Then, they would do the following:
- cre
Good day,
> Here is a port of python httplib2 module, "a comprehensive HTTP client
> library that supports many features left out of other HTTP libraries".
> ( http://code.google.com/p/httplib2/ ). Tested on amd64. ok ?
- Better PKGNAME.
- I think www should be the primary category.
- Install doc
On Monday 10 December 2007, Marc Espie wrote:
> On Sun, Dec 09, 2007 at 06:41:49PM -0800, J.C. Roberts wrote:
> > Assuming you're going to do something like this:
> >
> > EXDIR= ${PREFIX}/share/examples/${}
> >
> > pre-fake:
> > ${INSTALL_DATA_DIR} ${EXDIR}
> >
Hi,
Here is a port of python httplib2 module, "a comprehensive HTTP client
library that supports many features left out of other HTTP libraries".
( http://code.google.com/p/httplib2/ ). Tested on amd64. ok ?
- benoît
py-httplib2.tar.gz
Description: GNU Zip compressed data
On Sun, Dec 09, 2007 at 06:41:49PM -0800, J.C. Roberts wrote:
> Assuming you're going to do something like this:
>
> EXDIR= ${PREFIX}/share/examples/${}
>
> pre-fake:
> ${INSTALL_DATA_DIR} ${EXDIR}
> ${INSTALL_DATA} ${WRKSRC}/README ${EXDIR}
>
11 matches
Mail list logo