[pypy-commit] pypy default: Update to cffi/dd928004c3bf (release-0.4).

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r59022:51fdf5d0ffd5 Date: 2012-11-21 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/51fdf5d0ffd5/ Log:Update to cffi/dd928004c3bf (release-0.4). diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++

[pypy-commit] cffi default: Added tag release-0.4 for changeset bd4b6090aea0

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1058:dd928004c3bf Date: 2012-11-21 00:49 +0100 http://bitbucket.org/cffi/cffi/changeset/dd928004c3bf/ Log:Added tag release-0.4 for changeset bd4b6090aea0 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@ a8636625e33b0f84c3744

[pypy-commit] cffi default: Python 3 confusionness and jumping though hoops.

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1057:bd4b6090aea0 Date: 2012-11-21 00:35 +0100 http://bitbucket.org/cffi/cffi/changeset/bd4b6090aea0/ Log:Python 3 confusionness and jumping though hoops. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.

[pypy-commit] cffi default: Skip test

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1056:b8678b78116d Date: 2012-11-20 23:54 +0100 http://bitbucket.org/cffi/cffi/changeset/b8678b78116d/ Log:Skip test diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -1309,6 +1309,

[pypy-commit] cffi default: Bah, the warning was about the previous line.

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1055:50dc0319cb18 Date: 2012-11-20 23:50 +0100 http://bitbucket.org/cffi/cffi/changeset/50dc0319cb18/ Log:Bah, the warning was about the previous line. diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -125,7 +12

[pypy-commit] cffi default: Remove it from here ("benign redefinition of type")

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1054:fe5260da9b8c Date: 2012-11-20 23:50 +0100 http://bitbucket.org/cffi/cffi/changeset/fe5260da9b8c/ Log:Remove it from here ("benign redefinition of type") diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -126

[pypy-commit] cffi default: Move around the _Bool declaration

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1053:15cc29368735 Date: 2012-11-20 23:48 +0100 http://bitbucket.org/cffi/cffi/changeset/15cc29368735/ Log:Move around the _Bool declaration diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -215,10 +2

[pypy-commit] pypy py3k: Make most zipimport tests pass with -A

2012-11-20 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59020:a50947880a7a Date: 2012-11-20 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a50947880a7a/ Log:Make most zipimport tests pass with -A diff --git a/pypy/module/zipimport/test/test_undocumented.py b/pypy/module/zipimport/test/t

[pypy-commit] pypy py3k: zipimport.get_source() returns a unicode string. Test and fix.

2012-11-20 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59021:ca4dcce7e9f7 Date: 2012-11-20 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/ca4dcce7e9f7/ Log:zipimport.get_source() returns a unicode string. Test and fix. diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/modul

[pypy-commit] pypy py3k: Improve error messages in tuple unpacking

2012-11-20 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59019:b7eeb81b0412 Date: 2012-11-20 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b7eeb81b0412/ Log:Improve error messages in tuple unpacking diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/py

[pypy-commit] cffi default: Move this special-case logic after the code above, which is

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1052:0b90939873ae Date: 2012-11-20 17:38 +0100 http://bitbucket.org/cffi/cffi/changeset/0b90939873ae/ Log:Move this special-case logic after the code above, which is still useful to check for error cases. diff --git a/c/_cffi_backend.c b/c/_cff

[pypy-commit] cffi default: Windows needs the standard types

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1051:8478932880c2 Date: 2012-11-20 17:24 +0100 http://bitbucket.org/cffi/cffi/changeset/8478932880c2/ Log:Windows needs the standard types diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -115,6 +115,20 @@

[pypy-commit] cffi default: Tweaks tweaks

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1050:9aa3de9e7096 Date: 2012-11-20 17:07 +0100 http://bitbucket.org/cffi/cffi/changeset/9aa3de9e7096/ Log:Tweaks tweaks diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3950,7 +3950,7 @@ return

[pypy-commit] cffi default: Backed out changeset d103c60de201: needs to test on top of Python 3.3

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1049:330f2ce70855 Date: 2012-11-20 16:36 +0100 http://bitbucket.org/cffi/cffi/changeset/330f2ce70855/ Log:Backed out changeset d103c60de201: needs to test on top of Python 3.3 and on Windows first. diff --git a/.hgtags b/.hgtags --- a/.hgtags +

[pypy-commit] cffi default: Added tag release-0.4 for changeset 2f3a42e203c4

2012-11-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1048:d103c60de201 Date: 2012-11-20 16:33 +0100 http://bitbucket.org/cffi/cffi/changeset/d103c60de201/ Log:Added tag release-0.4 for changeset 2f3a42e203c4 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@ a8636625e33b0f84c3744

[pypy-commit] pypy default: Add quotes around the PYPYDIR path in the generated Makefile, in case there are spaces in the path

2012-11-20 Thread bivab
Author: David Schneider Branch: Changeset: r59018:b4e4017909ba Date: 2012-11-20 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b4e4017909ba/ Log:Add quotes around the PYPYDIR path in the generated Makefile, in case there are spaces in the path diff --git a/pypy/translator/plat

[pypy-commit] extradoc extradoc: Two old files.

2012-11-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4925:df2ad1a7814a Date: 2012-11-20 09:31 +0100 http://bitbucket.org/pypy/extradoc/changeset/df2ad1a7814a/ Log:Two old files. diff --git a/talk/dls2006/talk-long.txt b/talk/dls2006/talk-long.txt new file mode 100644 --- /dev/null +++ b/talk/dls2