Author: Armin Rigo
Branch: extradoc
Changeset: r4518:15bf2ab97053
Date: 2012-08-09 10:20 +0200
http://bitbucket.org/pypy/extradoc/changeset/15bf2ab97053/
Log:Final version
diff --git a/blog/draft/stm-jul2012.rst b/blog/draft/stm-jul2012.rst
--- a/blog/draft/stm-jul2012.rst
+++ b/blog/draft/s
Author: Maciej Fijalkowski
Branch:
Changeset: r56703:ed726861a277
Date: 2012-08-11 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/ed726861a277/
Log:fix apptests
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -186,6 +186,9 @@
def
Author: Maciej Fijalkowski
Branch: vref-copy
Changeset: r56704:86d4d71f2652
Date: 2012-08-11 13:34 +0200
http://bitbucket.org/pypy/pypy/changeset/86d4d71f2652/
Log:a branch to experiment with speeding up sys._getframe and friends.
diff --git a/pypy/rlib/_jit_vref.py b/pypy/rlib/_jit_vref.py
Author: Armin Rigo
Branch:
Changeset: r794:80489089e5a2
Date: 2012-08-11 19:48 +0200
http://bitbucket.org/cffi/cffi/changeset/80489089e5a2/
Log:Fix: never send NULL to PyErr_Format().
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2482
Author: Armin Rigo
Branch:
Changeset: r56705:6d3ff1148dce
Date: 2012-08-11 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/6d3ff1148dce/
Log:Test and fix: corner case shown by Alex Gaynor.
diff --git a/pypy/rpython/rbuiltin.py b/pypy/rpython/rbuiltin.py
--- a/pypy/rpython/rbuiltin.py
+
Author: Armin Rigo
Branch:
Changeset: r795:0ecde33a2a8f
Date: 2012-08-11 20:36 +0200
http://bitbucket.org/cffi/cffi/changeset/0ecde33a2a8f/
Log:Fix test for Windows.
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -301,6 +301,9 @@
assert p[0][0] == 43
d
Author: Armin Rigo
Branch:
Changeset: r796:3a8e50bbdb3c
Date: 2012-08-11 20:37 +0200
http://bitbucket.org/cffi/cffi/changeset/3a8e50bbdb3c/
Log:Attempting to collect export_symbols correctly, as needed for
Windows
diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
--- a/cffi/ven
Author: Armin Rigo
Branch:
Changeset: r797:a4b97b2b2234
Date: 2012-08-11 20:45 +0200
http://bitbucket.org/cffi/cffi/changeset/a4b97b2b2234/
Log:Windows tests start to pass with this hack.
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen
Author: Armin Rigo
Branch:
Changeset: r798:ae26d1c131b7
Date: 2012-08-11 20:59 +0200
http://bitbucket.org/cffi/cffi/changeset/ae26d1c131b7/
Log:A test, passing on Linux, checking that all nonstandard integer
types are indeed defined.
diff --git a/testing/test_verify.py b/testing/tes
Author: Armin Rigo
Branch:
Changeset: r799:b37c55a1b922
Date: 2012-08-11 21:11 +0200
http://bitbucket.org/cffi/cffi/changeset/b37c55a1b922/
Log:Fix for test_vgen:test_nonstandard_integer_types on Windows.
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b
Author: Armin Rigo
Branch:
Changeset: r800:9a2d6397d1aa
Date: 2012-08-11 21:18 +0200
http://bitbucket.org/cffi/cffi/changeset/9a2d6397d1aa/
Log:A #define for the use of snprintf below.
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
Author: Armin Rigo
Branch:
Changeset: r801:a9e784979795
Date: 2012-08-11 21:21 +0200
http://bitbucket.org/cffi/cffi/changeset/a9e784979795/
Log:Bah, handle_t is some kind of keyword on Windows. Can't use it in
the test.
diff --git a/testing/test_verify.py b/testing/test_verify.py
--
Author: Armin Rigo
Branch:
Changeset: r802:4e862a194ce1
Date: 2012-08-11 21:27 +0200
http://bitbucket.org/cffi/cffi/changeset/4e862a194ce1/
Log:Pom pom pom
diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
--- a/cffi/vengine_cpy.py
+++ b/cffi/vengine_cpy.py
@@ -605,6 +605,17 @@
#inclu
Author: Armin Rigo
Branch:
Changeset: r803:a50dd89d37a1
Date: 2012-08-11 21:40 +0200
http://bitbucket.org/cffi/cffi/changeset/a50dd89d37a1/
Log:This test runs twice (in two subclasses), so we need to avoid the
file name collision for Windows.
diff --git a/testing/test_zdistutils.py
Author: Armin Rigo
Branch:
Changeset: r804:558767afbc68
Date: 2012-08-11 21:43 +0200
http://bitbucket.org/cffi/cffi/changeset/558767afbc68/
Log:Bah. Can't put the skip() in setup_method(), because
test_ffi_backend subclasses this class.
diff --git a/testing/test_ownlib.py b/testing/
Author: mattip
Branch: python-numpy
Changeset: r56706:3b1313ffa0b4
Date: 2012-08-11 23:45 +0300
http://bitbucket.org/pypy/pypy/changeset/3b1313ffa0b4/
Log:add test, implementation of fromiter, needs more tests
diff --git a/lib_pypy/numpypy/multiarray/__init__.py
b/lib_pypy/numpypy/multiarra
Author: mattip
Branch: python-numpy
Changeset: r56707:8f807206aeb7
Date: 2012-08-11 23:46 +0300
http://bitbucket.org/pypy/pypy/changeset/8f807206aeb7/
Log:add document
diff --git a/HOW_TO_CONTRIBUTE.txt b/HOW_TO_CONTRIBUTE.txt
new file mode 100644
--- /dev/null
+++ b/HOW_TO_CONTRIBUTE.txt
@@
Author: mattip
Branch: python-numpy
Changeset: r56708:401cb595cff6
Date: 2012-08-11 23:57 +0300
http://bitbucket.org/pypy/pypy/changeset/401cb595cff6/
Log:more tests
diff --git a/lib_pypy/numpypy/multiarray/__init__.py
b/lib_pypy/numpypy/multiarray/__init__.py
--- a/lib_pypy/numpypy/multiar
Author: Romain Guillebert
Branch: py3k
Changeset: r56709:2d068c87d468
Date: 2012-08-11 23:58 +0200
http://bitbucket.org/pypy/pypy/changeset/2d068c87d468/
Log:Adapt test_proxy_iter.py to Python 3's syntax
diff --git a/pypy/objspace/std/test/test_proxy_iter.py
b/pypy/objspace/std/test/test_pr
19 matches
Mail list logo