Author: Armin Rigo
Branch:
Changeset: r90359:78cdf1e8c131
Date: 2017-02-26 12:31 +0100
http://bitbucket.org/pypy/pypy/changeset/78cdf1e8c131/
Log:Oops, fix translation
diff --git a/rpython/jit/metainterp/optimizeopt/info.py
b/rpython/jit/metainterp/optimizeopt/info.py
--- a/rpython/jit/met
Author: Armin Rigo
Branch:
Changeset: r90360:75edc48a7774
Date: 2017-02-26 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/75edc48a7774/
Log:update the faq about the gil
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -156,19 +156,30 @@
Author: Armin Rigo
Branch:
Changeset: r90361:d696e7a41931
Date: 2017-02-26 12:44 +0100
http://bitbucket.org/pypy/pypy/changeset/d696e7a41931/
Log:tweaks
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -170,15 +170,15 @@
(i.e. the Python pro
Author: Manuel Jacob
Branch:
Changeset: r2014:ee3e379fac1e
Date: 2017-02-26 14:46 +0100
http://bitbucket.org/pypy/stmgc/changeset/ee3e379fac1e/
Log:Update gcc-seg-gs instructions.
Users still need to disable some buggy GCC passes.
GCC 7.x fixes some of these bugs, but there
Author: Ronan Lamy
Branch:
Changeset: r90363:92b4fb5b9e58
Date: 2017-02-26 14:57 +0100
http://bitbucket.org/pypy/pypy/changeset/92b4fb5b9e58/
Log:Fix issue 2289 (hopefully)
diff --git a/pypy/module/unicodedata/interp_ucd.py
b/pypy/module/unicodedata/interp_ucd.py
--- a/pypy/module/unicoded
Author: Ronan Lamy
Branch:
Changeset: r90362:bba953a1075b
Date: 2017-02-26 10:35 +0100
http://bitbucket.org/pypy/pypy/changeset/bba953a1075b/
Log:Interp-level version on extra_test/test_unicode.py
diff --git a/pypy/module/unicodedata/test/test_hyp.py
b/pypy/module/unicodedata/test/test_hyp
Author: Ronan Lamy
Branch:
Changeset: r90364:e28dd1841ff7
Date: 2017-02-26 14:57 +0100
http://bitbucket.org/pypy/pypy/changeset/e28dd1841ff7/
Log:merge heads
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -156,19 +156,30 @@
Does PyPy have
Author: Armin Rigo
Branch:
Changeset: r90366:4b4ca32b2aa3
Date: 2017-02-26 18:08 +0100
http://bitbucket.org/pypy/pypy/changeset/4b4ca32b2aa3/
Log:merge heads
diff --git a/pypy/module/unicodedata/interp_ucd.py
b/pypy/module/unicodedata/interp_ucd.py
--- a/pypy/module/unicodedata/interp_ucd.
Author: Armin Rigo
Branch: py3.5
Changeset: r90367:4618cb6fc961
Date: 2017-02-26 18:10 +0100
http://bitbucket.org/pypy/pypy/changeset/4618cb6fc961/
Log:hg merge default
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -156,19 +156,30 @@
Does
Author: Armin Rigo
Branch:
Changeset: r90365:740872e8e466
Date: 2017-02-26 18:05 +0100
http://bitbucket.org/pypy/pypy/changeset/740872e8e466/
Log:(stevie, arigo)
Test and fix: outdentation errors (only!) were missing a 'filename'
diff --git a/pypy/interpreter/astcompiler/test/test_
Author: Carl Friedrich Bolz
Branch:
Changeset: r90368:f7f4d72c69da
Date: 2017-02-26 19:33 +0100
http://bitbucket.org/pypy/pypy/changeset/f7f4d72c69da/
Log:an FAQ entry about PyPy2
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -437,3 +437,1
Author: fijal
Branch: unicode-utf8
Changeset: r90373:77af71423e68
Date: 2017-02-26 23:41 +0100
http://bitbucket.org/pypy/pypy/changeset/77af71423e68/
Log:fixes
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pypy/module/_codecs/interp_codecs.py
Author: fijal
Branch: unicode-utf8
Changeset: r90369:50071ee2bad7
Date: 2017-02-26 20:07 +0100
http://bitbucket.org/pypy/pypy/changeset/50071ee2bad7/
Log:* whack whack whack
* have a more sensible 'check for utf8' and a slower version if we
pass something awkward as errorhandle
Author: fijal
Branch: unicode-utf8
Changeset: r90371:1c4b1dc9e28e
Date: 2017-02-26 21:35 +0100
http://bitbucket.org/pypy/pypy/changeset/1c4b1dc9e28e/
Log:remove dead code and fix obscure length tracking bug
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a
Author: fijal
Branch: unicode-utf8
Changeset: r90370:b0612e5cd9da
Date: 2017-02-26 20:45 +0100
http://bitbucket.org/pypy/pypy/changeset/b0612e5cd9da/
Log:sort out wrappers
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.
Author: fijal
Branch: unicode-utf8
Changeset: r90372:cab3a879c6cb
Date: 2017-02-26 22:44 +0100
http://bitbucket.org/pypy/pypy/changeset/cab3a879c6cb/
Log:more consistency
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.p
Author: Robert Zaremba
Branch:
Changeset: r90374:3fbdd036db1c
Date: 2017-02-26 23:05 +0100
http://bitbucket.org/pypy/pypy/changeset/3fbdd036db1c/
Log:Build docs: fix fedora dependencies installation snippet.
In fedora the sqlite dependency should be sqlite-devel (lib-
sqlite
Author: Tom Krauss
Branch: sirtom67/float_complex
Changeset: r2893:7b2c8b6072c2
Date: 2017-02-26 19:17 -0600
http://bitbucket.org/cffi/cffi/changeset/7b2c8b6072c2/
Log:in test_c.py, add a test_call_function24 which calls a C function
that returns a "float _Complex"
diff --git a/c/_cf
Author: Armin Rigo
Branch:
Changeset: r2894:85738d162c4f
Date: 2017-02-27 08:46 +0100
http://bitbucket.org/cffi/cffi/changeset/85738d162c4f/
Log:Issue #310: pycparser was recently made stricter and no longer
parses ``typedef int __dotdotdot__ foo_t;``. I think this fixes it
diff --g
19 matches
Mail list logo