Author: Armin Rigo
Branch: extradoc
Changeset: r622:6839fa149be6
Date: 2015-06-29 09:10 +0200
http://bitbucket.org/pypy/pypy.org/changeset/6839fa149be6/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $59807 of $105000 (
Author: Armin Rigo
Branch: extradoc
Changeset: r621:64ccc87ebe06
Date: 2015-06-28 09:01 +0200
http://bitbucket.org/pypy/pypy.org/changeset/64ccc87ebe06/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
$(function() {
$("#pro
Author: Richard Plangger
Branch: vecopt
Changeset: r78342:b785c8f713af
Date: 2015-06-29 10:49 +0200
http://bitbucket.org/pypy/pypy/changeset/b785c8f713af/
Log:rpython translation issues, adding reshape operation to zjit tests
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micr
Author: Maciej Fijalkowski
Branch:
Changeset: r78343:f74ce2f72a39
Date: 2015-06-25 13:03 +0200
http://bitbucket.org/pypy/pypy/changeset/f74ce2f72a39/
Log:improve the test
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/rpython/jit/metainterp/optimizeopt/test/test
Author: Maciej Fijalkowski
Branch:
Changeset: r78346:32c897eb2152
Date: 2015-06-29 11:16 +0200
http://bitbucket.org/pypy/pypy/changeset/32c897eb2152/
Log:merge
diff --git a/pypy/module/_cffi_backend/lib_obj.py
b/pypy/module/_cffi_backend/lib_obj.py
--- a/pypy/module/_cffi_backend/lib_obj.p
Author: Maciej Fijalkowski
Branch: optresult-unroll
Changeset: r78344:18d849cece6c
Date: 2015-06-25 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/18d849cece6c/
Log:start working towards short preamble ;
diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py
b/rpython/jit/metain
Author: Maciej Fijalkowski
Branch: optresult-unroll
Changeset: r78345:54a68c9bad16
Date: 2015-06-25 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/54a68c9bad16/
Log:small fix
diff --git a/rpython/jit/metainterp/optimizeopt/pure.py
b/rpython/jit/metainterp/optimizeopt/pure.py
--- a/rpy
Author: Maciej Fijalkowski
Branch:
Changeset: r78347:d29ab3db4217
Date: 2015-06-29 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/d29ab3db4217/
Log:kill the alignment here
diff --git a/pypy/module/_vmprof/src/trampoline.asmgcc.s
b/pypy/module/_vmprof/src/trampoline.asmgcc.s
--- a/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r78348:a5b02556f0ec
Date: 2015-06-29 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/a5b02556f0ec/
Log:rename the file, it's not related to asmgcc at all
diff --git a/pypy/module/_vmprof/interp_vmprof.py
b/pypy/module/_vmprof/interp_vmprof
Author: Carl Friedrich Bolz
Branch:
Changeset: r78349:ad7bfb1386af
Date: 2015-06-29 16:22 +0200
http://bitbucket.org/pypy/pypy/changeset/ad7bfb1386af/
Log:implement file.readlines more efficiently by not wrapping every
individual string in the result (only to unwrap it again in the l
Author: Armin Rigo
Branch:
Changeset: r78350:b488a7eacab3
Date: 2015-06-29 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b488a7eacab3/
Log:Document the difference with the readline module
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/
Author: Armin Rigo
Branch:
Changeset: r78351:875e32c92da9
Date: 2015-06-29 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/875e32c92da9/
Log:grammar
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cp
Author: Maciej Fijalkowski
Branch: optresult-unroll
Changeset: r78352:fdaae9ee19c7
Date: 2015-06-29 17:19 +0200
http://bitbucket.org/pypy/pypy/changeset/fdaae9ee19c7/
Log:start passing construction of args
diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py
b/rpython/jit/metainterp
Author: Armin Rigo
Branch:
Changeset: r78353:1666e583f39f
Date: 2015-06-29 17:30 +0200
http://bitbucket.org/pypy/pypy/changeset/1666e583f39f/
Log:Drop "some of us believe", as the cpython issue links to a 29c3 talk
where knowledgeable people also believe the same thing.
diff --git a
Author: Armin Rigo
Branch:
Changeset: r78354:d7ffb316f0f2
Date: 2015-06-29 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/d7ffb316f0f2/
Log:Link to the 29c3 talk
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++
Author: Armin Rigo
Branch:
Changeset: r2195:f6fcbe96b598
Date: 2015-06-29 21:55 +0200
http://bitbucket.org/cffi/cffi/changeset/f6fcbe96b598/
Log:ffi.include(ffi) doesn't make sense and hangs right now
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -428,6 +428,
Author: Armin Rigo
Branch:
Changeset: r2196:b8538812a48b
Date: 2015-06-29 22:11 +0200
http://bitbucket.org/cffi/cffi/changeset/b8538812a48b/
Log:Issue #207: fix for anonymous enums with ffi.include()
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
Author: Armin Rigo
Branch:
Changeset: r78355:d3d07e983854
Date: 2015-06-30 08:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d3d07e983854/
Log:Mention issue #2030 in cpython_differences
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpytho
18 matches
Mail list logo