Author: Armin Rigo
Branch:
Changeset: r1348:e2728981fbaa
Date: 2013-09-14 09:54 +0200
http://bitbucket.org/cffi/cffi/changeset/e2728981fbaa/
Log:Two tests from the mailing list, and fixes: bogus "const" detection,
and global array variables should never be "const".
diff --git a/cffi
Author: Armin Rigo
Branch: extradoc
Changeset: r5059:cfabe6782afc
Date: 2013-09-14 16:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/cfabe6782afc/
Log:Small change (Thanks Laura)
diff --git a/talk/pycon2014/abstract.rst b/talk/pycon2014/abstract.rst
--- a/talk/pycon2014/abstract.rst
+
Author: Armin Rigo
Branch:
Changeset: r250:f2064f256d8a
Date: 2013-09-14 19:40 +0200
http://bitbucket.org/pypy/jitviewer/changeset/f2064f256d8a/
Log:Merged in vext01/jitviewer/argparse-collect (pull request #6)
Revise README in light of recent changes to jitviewer.
diff --git a/REA
Author: Edd Barrett
Branch: argparse-collect
Changeset: r249:6b6a853e104f
Date: 2013-09-12 20:56 +0100
http://bitbucket.org/pypy/jitviewer/changeset/6b6a853e104f/
Log:Revise the README now that argparse interface is implemented.
diff --git a/README b/README
--- a/README
+++ b/README
@@ -23,1
Author: mattip
Branch: safe-win-mmap
Changeset: r66947:8a67fc795ed9
Date: 2013-09-14 23:11 +0300
http://bitbucket.org/pypy/pypy/changeset/8a67fc795ed9/
Log:pass tests
diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py
--- a/rpython/rlib/rmmap.py
+++ b/rpython/rlib/rmmap.py
@@ -583,6
Author: mattip
Branch: safe-win-mmap
Changeset: r66946:fe5c92d26b23
Date: 2013-09-14 23:07 +0300
http://bitbucket.org/pypy/pypy/changeset/fe5c92d26b23/
Log:mimic posix safe/unsafe versions of external functions
diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py
--- a/rpython/rlib/rmm
Author: Philip Jenvey
Branch: py3k
Changeset: r66948:4e8538d98f8d
Date: 2013-09-14 15:34 -0700
http://bitbucket.org/pypy/pypy/changeset/4e8538d98f8d/
Log:issue #1601: fix wide build detection, we_are_translated doesn't
work at module level!
diff --git a/pypy/module/_codecs/locale.py
Author: mattip
Branch:
Changeset: r66949:c505716d0bea
Date: 2013-09-15 01:43 +0300
http://bitbucket.org/pypy/pypy/changeset/c505716d0bea/
Log:skip test for non-implemented unicode box
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a