[pypy-commit] cffi default: Hashes.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1070:6cffa0931c5c Date: 2012-11-25 01:05 +0100 http://bitbucket.org/cffi/cffi/changeset/6cffa0931c5c/ Log:Hashes. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -96,9 +96,9 @@ - Ver

[pypy-commit] cffi default: Added tag release-0.4.1 for changeset 037096d1bdaa

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1069:692e764f16bd Date: 2012-11-25 01:02 +0100 http://bitbucket.org/cffi/cffi/changeset/692e764f16bd/ Log:Added tag release-0.4.1 for changeset 037096d1bdaa diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -3,3 +3,4 @@ 6a0f0a476101210a76f

[pypy-commit] cffi default: Fix these tests for Python 3.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1068:037096d1bdaa Date: 2012-11-25 01:01 +0100 http://bitbucket.org/cffi/cffi/changeset/037096d1bdaa/ Log:Fix these tests for Python 3. diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/te

[pypy-commit] cffi default: Update the version number to 0.4.1, but keep 0.4 everywhere else, as it

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1067:5109c40ea801 Date: 2012-11-25 00:50 +0100 http://bitbucket.org/cffi/cffi/changeset/5109c40ea801/ Log:Update the version number to 0.4.1, but keep 0.4 everywhere else, as it just fixes installation issues. Write it down in the docs. diff --

[pypy-commit] cffi default: Fix for Win32.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1066:afef8684ef13 Date: 2012-11-25 00:33 +0100 http://bitbucket.org/cffi/cffi/changeset/afef8684ef13/ Log:Fix for Win32. diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py --- a/cffi/vengine_gen.py +++ b/cffi/vengine_gen.py @@ -39,7 +39,12 @@

[pypy-commit] cffi default: Add the .DLL after KERNEL32.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1065:37a7857b50e1 Date: 2012-11-25 00:30 +0100 http://bitbucket.org/cffi/cffi/changeset/37a7857b50e1/ Log:Add the .DLL after KERNEL32. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2491,7 +2491,7 @@ if sys.platform

[pypy-commit] cffi default: Win32 fix in the test

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1064:409556327fb6 Date: 2012-11-25 00:05 +0100 http://bitbucket.org/cffi/cffi/changeset/409556327fb6/ Log:Win32 fix in the test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2394,8 +2394,11 @@ # XXX hack if sys.vers

[pypy-commit] cffi default: Python 3.2 compatibility.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1063:90ea9158b0cd Date: 2012-11-24 19:14 +0100 http://bitbucket.org/cffi/cffi/changeset/90ea9158b0cd/ Log:Python 3.2 compatibility. diff --git a/c/file_emulator.h b/c/file_emulator.h --- a/c/file_emulator.h +++ b/c/file_emulator.h @@ -32,16 +32,13 @@

[pypy-commit] pypy default: make stats a bit more useful\

2012-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59080:cdd3773b42c4 Date: 2012-11-24 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/cdd3773b42c4/ Log:make stats a bit more useful\ diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/p

[pypy-commit] pypy default: improve docs slightly

2012-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59079:4e98c87b6d15 Date: 2012-11-24 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/4e98c87b6d15/ Log:improve docs slightly diff --git a/pypy/doc/jit-hooks.rst b/pypy/doc/jit-hooks.rst --- a/pypy/doc/jit-hooks.rst +++ b/pypy/doc/jit-hooks.

[pypy-commit] pypy default: make the key available

2012-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59081:1674d1dcc65d Date: 2012-11-24 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/1674d1dcc65d/ Log:make the key available diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/

[pypy-commit] cffi default: Trying blindly a fix for Python 3 on Windows.

2012-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1062:787eed4dde30 Date: 2012-11-24 16:57 +0100 http://bitbucket.org/cffi/cffi/changeset/787eed4dde30/ Log:Trying blindly a fix for Python 3 on Windows. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @