[pypy-commit] pypy utf8-unicode2: Try to fix unicode.join([]). It passed locally but failed on the buildbot

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72717:e941f1e74248 Date: 2014-08-05 14:11 -0500 http://bitbucket.org/pypy/pypy/changeset/e941f1e74248/ Log:Try to fix unicode.join([]). It passed locally but failed on the buildbot diff --git a/rpython/rtyper/rstr.py b/rpython/rtyp

[pypy-commit] pypy utf8-unicode2: Some non-ascii Utf8Str's were being marked as ascii

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72718:f324ba27ece1 Date: 2014-08-06 21:10 -0500 http://bitbucket.org/pypy/pypy/changeset/f324ba27ece1/ Log:Some non-ascii Utf8Str's were being marked as ascii diff --git a/pypy/interpreter/test/test_utf8_codecs.py b/pypy/interpreter/test/

[pypy-commit] pypy utf8-unicode2: Refactor Utf8Builder API some; don't allow .append()

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72719:b5e27ed82427 Date: 2014-08-08 02:12 -0500 http://bitbucket.org/pypy/pypy/changeset/b5e27ed82427/ Log:Refactor Utf8Builder API some; don't allow .append() diff --git a/pypy/interpreter/test/test_utf8.py b/pypy/interpreter/test/test_u

[pypy-commit] lang-smalltalk emscripten: changes for emscripten compile

2014-08-08 Thread timfel
Author: Tim Felgentreff Branch: emscripten Changeset: r1031:e0767d248b23 Date: 2014-08-08 11:45 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e0767d248b23/ Log:changes for emscripten compile - no references to cursor stuff - async flag in interpreter diff --git

[pypy-commit] lang-smalltalk emscripten: more changes for emscripten

2014-08-08 Thread timfel
Author: Tim Felgentreff Branch: emscripten Changeset: r1032:2a78caaf3e0f Date: 2014-08-08 11:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2a78caaf3e0f/ Log:more changes for emscripten diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spyvm/display.p

[pypy-commit] lang-smalltalk emscripten: new branch

2014-08-08 Thread timfel
Author: Tim Felgentreff Branch: emscripten Changeset: r1030:a1c54c159f54 Date: 2014-08-08 17:41 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a1c54c159f54/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.p

[pypy-commit] pypy default: ensure the cffi.egg-info version is up to date

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72720:6e76708b4faf Date: 2014-08-08 12:35 -0700 http://bitbucket.org/pypy/pypy/changeset/6e76708b4faf/ Log:ensure the cffi.egg-info version is up to date diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b

[pypy-commit] pypy.org extradoc: update the values

2014-08-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r519:c5acb1ff57b7 Date: 2014-08-08 22:10 +0200 http://bitbucket.org/pypy/pypy.org/changeset/c5acb1ff57b7/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $52117 of $105000 (

[pypy-commit] pypy.org extradoc: merged upstream

2014-08-08 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r521:08ddef577737 Date: 2014-08-08 16:02 -0700 http://bitbucket.org/pypy/pypy.org/changeset/08ddef577737/ Log:merged upstream diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#prog

[pypy-commit] pypy.org extradoc: Fixed a few typos

2014-08-08 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r520:ec3445c33f07 Date: 2014-08-08 16:02 -0700 http://bitbucket.org/pypy/pypy.org/changeset/ec3445c33f07/ Log:Fixed a few typos diff --git a/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydonate.html @@ -126,7 +126,7 @@

[pypy-commit] pypy utf8-unicode2: Explictly check for negative codepoints

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72721:3a4bfe6c37ee Date: 2014-08-08 22:00 -0500 http://bitbucket.org/pypy/pypy/changeset/3a4bfe6c37ee/ Log:Explictly check for negative codepoints diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter/utf8

[pypy-commit] pypy utf8-unicode2: Fix unicode keys in (app-level) dictionaries

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72722:a97578376264 Date: 2014-08-08 22:42 -0500 http://bitbucket.org/pypy/pypy/changeset/a97578376264/ Log:Fix unicode keys in (app-level) dictionaries diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter

[pypy-commit] cffi default: avoid deprecated imp.get_suffixes on >= 3.3

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1554:7560687dfd75 Date: 2014-07-27 16:20 -0700 http://bitbucket.org/cffi/cffi/changeset/7560687dfd75/ Log:avoid deprecated imp.get_suffixes on >= 3.3 diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -

[pypy-commit] cffi default: Merged in pjenvey/cffi (pull request #44)

2014-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1556:303042482cf7 Date: 2014-08-09 08:44 +0200 http://bitbucket.org/cffi/cffi/changeset/303042482cf7/ Log:Merged in pjenvey/cffi (pull request #44) avoid deprecated imp.get_suffixes on >= 3.3 diff --git a/cffi/verifier.py b/cffi/verifier.py --

[pypy-commit] cffi default: make this not public

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1555:dfdc10d75879 Date: 2014-07-28 09:51 -0700 http://bitbucket.org/cffi/cffi/changeset/dfdc10d75879/ Log:make this not public diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -4,11 +4,11 @@ if sys

[pypy-commit] pypy utf8-unicode2: Fix mismatch between translated and untranslated behavior

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72723:d124ea9a7f3a Date: 2014-08-09 00:37 -0500 http://bitbucket.org/pypy/pypy/changeset/d124ea9a7f3a/ Log:Fix mismatch between translated and untranslated behavior diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pyp

[pypy-commit] pypy utf8-unicode2: Fix error handling in unicode_internal codec

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72725:36fc05030a2a Date: 2014-08-09 01:45 -0500 http://bitbucket.org/pypy/pypy/changeset/36fc05030a2a/ Log:Fix error handling in unicode_internal codec diff --git a/pypy/interpreter/utf8_codecs.py b/pypy/interpreter/utf8_codecs.py --- a/py

[pypy-commit] pypy utf8-unicode2: Attempt to fix some translated test failures

2014-08-08 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72724:d2ab58ed2eed Date: 2014-08-09 01:45 -0500 http://bitbucket.org/pypy/pypy/changeset/d2ab58ed2eed/ Log:Attempt to fix some translated test failures diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter