Author: Armin Rigo
Branch: extradoc
Changeset: r515:8e87d836c8d9
Date: 2014-07-05 10:48 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8e87d836c8d9/
Log:Mention that the Ubuntu 12.04 binary works well on 14.04 too
diff --git a/download.html b/download.html
--- a/download.html
+++ b/downl
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r72360:b2f768401d32
Date: 2014-07-05 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/b2f768401d32/
Log:Print "PyPy-STM" instead of "PyPy" in the banner, to distinguish the
two more easily.
diff --git a/pypy/module/sys/version.py b/p
Author: Armin Rigo
Branch:
Changeset: r1534:057515cfe543
Date: 2014-07-05 16:47 +0200
http://bitbucket.org/cffi/cffi/changeset/057515cfe543/
Log:prepare for 0.8.3
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5504,7 +5504,7 @@
if
Author: Armin Rigo
Branch: release-0.8
Changeset: r1535:1f0fc199c139
Date: 2014-07-05 16:47 +0200
http://bitbucket.org/cffi/cffi/changeset/1f0fc199c139/
Log:hg merge default
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5,7 +5,6 @@
#i
Author: Armin Rigo
Branch: release-0.8
Changeset: r1536:91e72d4a59d9
Date: 2014-07-05 17:05 +0200
http://bitbucket.org/cffi/cffi/changeset/91e72d4a59d9/
Log:Update MD5/SHA
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -92,9
Author: Armin Rigo
Branch:
Changeset: r72361:85672cabac67
Date: 2014-07-05 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/85672cabac67/
Log:One more ignored instruction
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/transl
Author: Armin Rigo
Branch: release-0.8
Changeset: r1537:c63026a567f1
Date: 2014-07-05 18:40 +0200
http://bitbucket.org/cffi/cffi/changeset/c63026a567f1/
Log:A workaround by Alex Gaynor for a bug in distutils that shows up on
OS/X
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/
Author: Armin Rigo
Branch: release-0.8
Changeset: r1538:39abae73cbd4
Date: 2014-07-05 18:53 +0200
http://bitbucket.org/cffi/cffi/changeset/39abae73cbd4/
Log:Update to 0.8.4
diff --git a/cffi/__init__.py b/cffi/__init__.py
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -4,5 +4,5 @@
from .a
Author: Armin Rigo
Branch:
Changeset: r1540:41a3446cfe40
Date: 2014-07-05 18:55 +0200
http://bitbucket.org/cffi/cffi/changeset/41a3446cfe40/
Log:hg merge release-0.8
diff --git a/cffi/__init__.py b/cffi/__init__.py
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -4,5 +4,5 @@
from .api imp
Author: Armin Rigo
Branch: release-0.8
Changeset: r1539:19a9c5b072f3
Date: 2014-07-05 18:55 +0200
http://bitbucket.org/cffi/cffi/changeset/19a9c5b072f3/
Log:Add the MD5/SHA
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -92,9
Author: Armin Rigo
Branch: release-0.8
Changeset: r1541:9b86d5f7007f
Date: 2014-07-05 19:12 +0200
http://bitbucket.org/cffi/cffi/changeset/9b86d5f7007f/
Log:Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8",
but not "0.8.3". As a result, the release 0.8.4 is completely
Author: Armin Rigo
Branch:
Changeset: r1543:76f18e78b377
Date: 2014-07-05 19:16 +0200
http://bitbucket.org/cffi/cffi/changeset/76f18e78b377/
Log:hg merge release-0.8
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5504,7 +5504,7 @@
Author: Armin Rigo
Branch: release-0.8
Changeset: r1542:9c34ce4ba70e
Date: 2014-07-05 19:16 +0200
http://bitbucket.org/cffi/cffi/changeset/9c34ce4ba70e/
Log:MD5/SHA
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -92,9 +92,9 @
Author: Armin Rigo
Branch:
Changeset: r1544:079492211215
Date: 2014-07-05 19:41 +0200
http://bitbucket.org/cffi/cffi/changeset/079492211215/
Log:Fix for Windows, which doesn't have a reasonable snprintf()
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b
Author: Armin Rigo
Branch:
Changeset: r1548:59fd1de71875
Date: 2014-07-05 20:08 +0200
http://bitbucket.org/cffi/cffi/changeset/59fd1de71875/
Log:hg merge release-0.8
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5504,7 +5504,7 @@
Author: Armin Rigo
Branch: release-0.8
Changeset: r1545:4573982bcf68
Date: 2014-07-05 19:49 +0200
http://bitbucket.org/cffi/cffi/changeset/4573982bcf68/
Log:hg merge default
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
@@ -435,14
Author: Armin Rigo
Branch: release-0.8
Changeset: r1547:ca52363ff6ac
Date: 2014-07-05 20:08 +0200
http://bitbucket.org/cffi/cffi/changeset/ca52363ff6ac/
Log:update MD5/SHA
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -92,9
Author: Armin Rigo
Branch: release-0.8
Changeset: r1546:452a1c1a5005
Date: 2014-07-05 20:06 +0200
http://bitbucket.org/cffi/cffi/changeset/452a1c1a5005/
Log:Prepare release 0.8.6
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5504,7 +55
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r72363:640b6e023555
Date: 2014-07-05 22:42 +0200
http://bitbucket.org/pypy/pypy/changeset/640b6e023555/
Log:Close head (the parent of this commit was pushed by accident).
___
pypy-comm
Author: Manuel Jacob
Branch: closed-branches
Changeset: r72365:52d662f367bc
Date: 2014-07-05 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/52d662f367bc/
Log:Merge closed head d79aec73fa3c on branch gc-two-end-nursery
___
pypy-commit mailing l
Author: Manuel Jacob
Branch: closed-branches
Changeset: r72366:b8457b91c09a
Date: 2014-07-05 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/b8457b91c09a/
Log:Merge closed head 640b6e023555 on branch llvm-translation-backend
___
pypy-commit mai
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r72362:5a07adb52ffb
Date: 2014-07-05 22:38 +0200
http://bitbucket.org/pypy/pypy/changeset/5a07adb52ffb/
Log:Rename gc_header -> needs_gc_header.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/translator/llvm/genllvm.
Author: Manuel Jacob
Branch: closed-branches
Changeset: r72364:a9e0f15c33e3
Date: 2014-07-05 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/a9e0f15c33e3/
Log:Merge closed head 32435d62aa33 on branch gc-pinning
___
pypy-commit mailing list
pypy
Author: Manuel Jacob
Branch: closed-branches
Changeset: r72367:613891c5da29
Date: 2014-07-05 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/613891c5da29/
Log:re-close this branch
___
pypy-commit mailing list
[email protected]
https://mail
24 matches
Mail list logo