Author: Armin Rigo
Branch: extradoc
Changeset: r684:7d0b56d34dce
Date: 2015-12-24 10:03 +0100
http://bitbucket.org/pypy/pypy.org/changeset/7d0b56d34dce/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $61615 of $105000 (
Author: Armin Rigo
Branch:
Changeset: r2497:f52d1e25624c
Date: 2015-12-24 11:14 +0100
http://bitbucket.org/cffi/cffi/changeset/f52d1e25624c/
Log:Clarify a little bit 'cffi_allocator_t'. Motivation: obscure gcc bug
(issue #240)
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a
Author: Armin Rigo
Branch:
Changeset: r81441:3946dcea6531
Date: 2015-12-24 15:10 +0100
http://bitbucket.org/pypy/pypy/changeset/3946dcea6531/
Log:update version number (thanks vlegoll)
diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO
--- a/lib_pypy/cffi.egg-inf
Author: Armin Rigo
Branch:
Changeset: r81442:c6be1b27fa1d
Date: 2015-12-24 16:02 +0100
http://bitbucket.org/pypy/pypy/changeset/c6be1b27fa1d/
Log:Caching the file descriptor in rurandom is a mess. CPython has a 99%
solution and hopes for the remaining 1% not to occur. For now, we
Author: mattip
Branch:
Changeset: r81443:29e5f94db9b6
Date: 2015-12-24 17:24 +0200
http://bitbucket.org/pypy/pypy/changeset/29e5f94db9b6/
Log:fix translation
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/pypy/module/cpyext/slotdefs.py
+++ b/pypy/module/c
Author: mattip
Branch: cpyext-ext
Changeset: r81444:3baca7226714
Date: 2015-12-24 17:26 +0200
http://bitbucket.org/pypy/pypy/changeset/3baca7226714/
Log:merge default into branch
diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO
--- a/lib_pypy/cffi.egg-info/PKG-I
Author: Armin Rigo
Branch:
Changeset: r81445:39e277d9a468
Date: 2015-12-24 22:37 +0100
http://bitbucket.org/pypy/pypy/changeset/39e277d9a468/
Log:clean-up: reduce the frequency of 'gc_(load,store)_indexed', which
right now is used even for get/setfield, which makes little sense
diff
Author: Armin Rigo
Branch:
Changeset: r81446:04af6667c794
Date: 2015-12-24 22:46 +0100
http://bitbucket.org/pypy/pypy/changeset/04af6667c794/
Log:clarify the fact that gc_store does *not* uses a negative size
diff --git a/rpython/jit/backend/arm/regalloc.py
b/rpython/jit/backend/arm/regall