[pypy-commit] pypy arm64: (bivab, rodolph, arigo)

2019-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95919:392250be4182 Date: 2019-02-09 16:18 + http://bitbucket.org/pypy/pypy/changeset/392250be4182/ Log:(bivab, rodolph, arigo) Make the first test of test_runner pass on ARM64. Yay! diff --git

[pypy-commit] extradoc extradoc: add sprint report

2019-02-09 Thread fijal
Author: fijal Branch: extradoc Changeset: r5944:de18def1f720 Date: 2019-02-09 16:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/de18def1f720/ Log:add sprint report diff --git a/blog/draft/2019-02-sprint.rst b/blog/draft/2019-02-sprint.rst new file mode 100644 --- /dev/null +++ b/blog

[pypy-commit] pypy arm64: (arigo, fijal, rodolph, bivab) fight until the test nearly passes

2019-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95918:dba5b910fb11 Date: 2019-02-09 14:26 + http://bitbucket.org/pypy/pypy/changeset/dba5b910fb11/ Log:(arigo, fijal, rodolph, bivab) fight until the test nearly passes diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython

[pypy-commit] pypy unicode-utf8: remove dead code

2019-02-05 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r95825:9c07b0c439aa Date: 2019-02-05 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/9c07b0c439aa/ Log:remove dead code diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py

[pypy-commit] pypy arm64: (fijal, arigo)

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95795:35539313ed06 Date: 2019-02-04 15:57 + http://bitbucket.org/pypy/pypy/changeset/35539313ed06/ Log:(fijal, arigo) slow progress diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64

[pypy-commit] pypy arm64: (fijal, arigo)

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95793:35474a89bf8d Date: 2019-02-04 14:57 + http://bitbucket.org/pypy/pypy/changeset/35474a89bf8d/ Log:(fijal, arigo) Use hypothesis diff --git a/rpython/jit/backend/aarch64/test/test_instr_builder.py b/rpython/jit/backend

[pypy-commit] pypy arm64: (arigo, fijal) Start building the scaffolding - passes STP encoding test

2019-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r95784:b24d4ad8a3c6 Date: 2019-02-04 13:49 + http://bitbucket.org/pypy/pypy/changeset/b24d4ad8a3c6/ Log:(arigo, fijal) Start building the scaffolding - passes STP encoding test diff --git a/rpython/jit/backend/aarch64/__init__

[pypy-commit] extradoc extradoc: matti is staying with us

2019-01-10 Thread fijal
Author: fijal Branch: extradoc Changeset: r5936:c65a069376b9 Date: 2019-01-10 11:23 +0100 http://bitbucket.org/pypy/extradoc/changeset/c65a069376b9/ Log:matti is staying with us diff --git a/sprintinfo/ddorf2019/people.txt b/sprintinfo/ddorf2019/people.txt --- a/sprintinfo/ddorf2019

[pypy-commit] pypy default: (arigo, fijal) improve the doc

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93825:bb02514372a2 Date: 2018-02-15 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bb02514372a2/ Log:(arigo, fijal) improve the doc diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst

[pypy-commit] pypy default: write docs

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93824:ed765f557481 Date: 2018-02-15 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/ed765f557481/ Log:write docs diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -5,8 +5,87

[pypy-commit] pypy default: fixes

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93823:df78a73afdf9 Date: 2018-02-15 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/df78a73afdf9/ Log:fixes diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -1,11 +1,12 @@ -Garbage

[pypy-commit] pypy default: fix

2018-02-08 Thread fijal
Author: fijal Branch: Changeset: r93788:30ec49b828a4 Date: 2018-02-09 08:56 +0100 http://bitbucket.org/pypy/pypy/changeset/30ec49b828a4/ Log:fix diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py --- a/rpython/memory/gctypelayout.py +++ b/rpython/memory

[pypy-commit] pypy default: maybe a fix for gc tests, we will see

2018-02-08 Thread fijal
Author: fijal Branch: Changeset: r93786:cc02e211a1a3 Date: 2018-02-08 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cc02e211a1a3/ Log:maybe a fix for gc tests, we will see diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py --- a/rpython/memory

[pypy-commit] pypy default: completely unmerge mmap-for-arenas, it's not ready

2018-02-08 Thread fijal
Author: fijal Branch: Changeset: r93785:50125437a55e Date: 2018-02-08 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/50125437a55e/ Log:completely unmerge mmap-for-arenas, it's not ready diff --git a/rpython/memory/gc/minimarkpage.py b/rpython/memory/gc/minimarkpage.py --- a/rpython

[pypy-commit] pypy default: never move changes by hand...

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93772:d209cc859e9b Date: 2018-02-06 16:08 +0100 http://bitbucket.org/pypy/pypy/changeset/d209cc859e9b/ Log:never move changes by hand... diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py +++ b/rpython/rlib/rzlib.py

[pypy-commit] pypy default: add optionality about memory pressure, defaulting to False

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93771:f59f5814a43c Date: 2018-02-06 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f59f5814a43c/ Log:add optionality about memory pressure, defaulting to False diff --git a/pypy/module/gc/app_referents.py b/pypy/module/gc/app_referents.py --- a/pypy

[pypy-commit] pypy default: cleanup

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93770:d655e2839a95 Date: 2018-02-06 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/d655e2839a95/ Log:cleanup diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -35,7 +35,7 @@ except

[pypy-commit] pypy default: document the branhc

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93769:25b0174b027f Date: 2018-02-06 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/25b0174b027f/ Log:document the branhc diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy memory-accounting: merge default

2018-02-06 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r93767:e8d1f3223393 Date: 2018-02-05 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e8d1f3223393/ Log:merge default diff too long, truncating to 2000 out of 90615 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy default: Merge memory-accounting which adds extra functions to gc that

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93768:f23eec5d0d6d Date: 2018-02-06 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f23eec5d0d6d/ Log:Merge memory-accounting which adds extra functions to gc that let you describe the whole memory diff --git a/lib_pypy/_sqlite3.py b/lib_pypy

[pypy-commit] pypy.org extradoc: regen and add new OS X build

2017-12-25 Thread fijal
Author: fijal Branch: extradoc Changeset: r907:51a69a2367a0 Date: 2017-12-25 20:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/51a69a2367a0/ Log:regen and add new OS X build diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -111,11 +111,11 @@ not support

[pypy-commit] pypy release-pypy3.5-v5.9.x: Added tag release-pypy3.5-5.10.0 for changeset a91df6163fb7

2017-12-22 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93545:09f9160b643e Date: 2017-12-22 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/09f9160b643e/ Log:Added tag release-pypy3.5-5.10.0 for changeset a91df6163fb7 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -44,3

[pypy-commit] pypy default: mention next milestones

2017-12-22 Thread fijal
Author: fijal Branch: Changeset: r93544:b5a861c01c71 Date: 2017-12-22 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b5a861c01c71/ Log:mention next milestones diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++ b/pypy/doc

[pypy-commit] pypy release-pypy3.5-v5.9.x: merge py3.5

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93543:a91df6163fb7 Date: 2017-12-22 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/a91df6163fb7/ Log:merge py3.5 diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py

[pypy-commit] pypy py3.5: I think this is how it was supposed to be, unclear how to test

2017-12-21 Thread fijal
Author: fijal Branch: py3.5 Changeset: r93542:34c63fba0bba Date: 2017-12-22 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/34c63fba0bba/ Log:I think this is how it was supposed to be, unclear how to test diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module

[pypy-commit] pypy release-pypy3.5-v5.9.x: merge py3.5

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93535:42207cd2265c Date: 2017-12-21 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/42207cd2265c/ Log:merge py3.5 diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++ b

[pypy-commit] pypy py3.5: merge default

2017-12-21 Thread fijal
Author: fijal Branch: py3.5 Changeset: r93534:4f88f2f2d3f2 Date: 2017-12-21 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/4f88f2f2d3f2/ Log:merge default diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++ b/extra_tests

[pypy-commit] pypy release-pypy3.5-v5.9.x: merge py3.5

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93528:067f612e97ae Date: 2017-12-21 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/067f612e97ae/ Log:merge py3.5 diff --git a/lib-python/3/ssl.py b/lib-python/3/ssl.py --- a/lib-python/3/ssl.py +++ b/lib-python/3/ssl.py @@ -140,6

[pypy-commit] pypy default: merge

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93488:2ac941dfb825 Date: 2017-12-19 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2ac941dfb825/ Log:merge diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++ b/pypy/doc/release-v5.10.0.rst

[pypy-commit] pypy default: go through history

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93487:c4e2adba9d2d Date: 2017-12-19 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c4e2adba9d2d/ Log:go through history diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++ b/pypy/doc/release

[pypy-commit] pypy default: start writing release notes

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93485:183901a755d3 Date: 2017-12-19 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/183901a755d3/ Log:start writing release notes diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst new file mode 100644 --- /dev/null +++ b/pypy/doc

[pypy-commit] pypy release-pypy3.5-v5.9.x: bump whatsnew

2017-12-19 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93484:636834242c92 Date: 2017-12-18 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/636834242c92/ Log:bump whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy

[pypy-commit] pypy release-pypy3.5-v5.9.x: bump the versions

2017-12-18 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93477:cb3d0a043647 Date: 2017-12-18 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cb3d0a043647/ Log:bump the versions diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -66,9 +66,9

[pypy-commit] pypy release-pypy3.5-v5.9.x: create release branch

2017-12-18 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93476:0d10fe25b245 Date: 2017-12-18 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0d10fe25b245/ Log:create release branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy unicode-utf8: fix whatsnew

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93360:f7db32ee32c8 Date: 2017-12-11 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/f7db32ee32c8/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy unicode-utf8: fix one place and remove done TODO items

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93359:8243e781313a Date: 2017-12-11 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/8243e781313a/ Log:fix one place and remove done TODO items diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,15 +1,6 @@ -* rutf8.prev_codepoint_pos

[pypy-commit] pypy unicode-utf8: fix micronumpy

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93358:fadafada40af Date: 2017-12-11 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/fadafada40af/ Log:fix micronumpy diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.py +++ b

[pypy-commit] pypy unicode-utf8: merge unicode-utf8-re

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93357:fab58fe43e4c Date: 2017-12-11 08:06 +0200 http://bitbucket.org/pypy/pypy/changeset/fab58fe43e4c/ Log:merge unicode-utf8-re ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy unicode-utf8-re: close merged branch

2017-12-10 Thread fijal
Author: fijal Branch: unicode-utf8-re Changeset: r93356:bb8932ceb392 Date: 2017-12-11 08:05 +0200 http://bitbucket.org/pypy/pypy/changeset/bb8932ceb392/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy unicode-utf8: fix _rawffi and add a todo item

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93338:93560a4f1a42 Date: 2017-12-09 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/93560a4f1a42/ Log:fix _rawffi and add a todo item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ * improve performance of splitlines

[pypy-commit] pypy unicode-utf8: random assert

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93331:86769d294fd1 Date: 2017-12-09 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/86769d294fd1/ Log:random assert diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py --- a/pypy/module/unicodedata

[pypy-commit] pypy unicode-utf8: fix struct module

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93329:0d84c39f767e Date: 2017-12-09 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/0d84c39f767e/ Log:fix struct module diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/struct

[pypy-commit] pypy unicode-utf8: fix pyexpat

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93327:7cd0df437105 Date: 2017-12-09 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7cd0df437105/ Log:fix pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexpat

[pypy-commit] pypy unicode-utf8: fix unicodedata module

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93326:b4456e64ff3b Date: 2017-12-09 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b4456e64ff3b/ Log:fix unicodedata module diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: disallow invalid unicode from array

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93325:fe927a5758d2 Date: 2017-12-09 14:45 +0200 http://bitbucket.org/pypy/pypy/changeset/fe927a5758d2/ Log:disallow invalid unicode from array diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: whack at _io module

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93308:7ffcfc6493e6 Date: 2017-12-08 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7ffcfc6493e6/ Log:whack at _io module diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/module/_io

[pypy-commit] pypy unicode-utf8: kill dead code

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93306:eb61e553bfd4 Date: 2017-12-07 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/eb61e553bfd4/ Log:kill dead code diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs

[pypy-commit] pypy unicode-utf8: more fixes

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93310:e4ed73204961 Date: 2017-12-08 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e4ed73204961/ Log:more fixes diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py

[pypy-commit] pypy unicode-utf8: fix _codecs

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93307:bf4ecad403eb Date: 2017-12-08 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bf4ecad403eb/ Log:fix _codecs diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: whack the slowpath too

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93305:a50930e1db6b Date: 2017-12-07 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a50930e1db6b/ Log:whack the slowpath too diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs

[pypy-commit] pypy unicode-utf8: fix _multibytecodec

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93309:affb72fc7cf7 Date: 2017-12-08 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/affb72fc7cf7/ Log:fix _multibytecodec diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: whack a few more places, handle surrogates correctly

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93298:8d468e08f3fe Date: 2017-12-07 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/8d468e08f3fe/ Log:whack a few more places, handle surrogates correctly diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py

[pypy-commit] pypy unicode-utf8: remove flag handling from rutf8

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93296:1a4e2f08f746 Date: 2017-12-07 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1a4e2f08f746/ Log:remove flag handling from rutf8 diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib

[pypy-commit] pypy unicode-utf8: remove the flag

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93297:db2a8c9fccf1 Date: 2017-12-07 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/db2a8c9fccf1/ Log:remove the flag diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy unicode-utf8: changes to array module before changing the world

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93295:1be16a6d5f37 Date: 2017-12-07 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/1be16a6d5f37/ Log:changes to array module before changing the world diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py

[pypy-commit] pypy unicode-utf8: add one item

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93294:2d147c5dd32c Date: 2017-12-07 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/2d147c5dd32c/ Log:add one item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -9,5 +9,6 @@ * remove assertions from W_UnicodeObject.__init__ if all

[pypy-commit] pypy unicode-utf8: use iterator and add some more obscure iterface for it

2017-12-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93293:8c2d7104d91e Date: 2017-12-07 14:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8c2d7104d91e/ Log:use iterator and add some more obscure iterface for it diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8

[pypy-commit] pypy unicode-utf8: refactor

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93290:c211485151ba Date: 2017-12-06 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/c211485151ba/ Log:refactor diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++ b

[pypy-commit] pypy unicode-utf8: try to improve latin1 handling

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93289:a6a28d7e46a8 Date: 2017-12-06 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a6a28d7e46a8/ Log:try to improve latin1 handling diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: more trivial use cases for Utf8StringIterator

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93288:0c5fc845224f Date: 2017-12-06 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0c5fc845224f/ Log:more trivial use cases for Utf8StringIterator diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py

[pypy-commit] pypy unicode-utf8: small improvements

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93287:f6b0e685b84d Date: 2017-12-06 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f6b0e685b84d/ Log:small improvements diff --git a/unicode-bench.py b/unicode-bench.py --- a/unicode-bench.py +++ b/unicode-bench.py @@ -6,6 +6,9

[pypy-commit] pypy unicode-utf8: use iterator for islower

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93286:55238fb1d18a Date: 2017-12-06 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/55238fb1d18a/ Log:use iterator for islower diff --git a/pypy/objspace/std/test/test_liststrategies.py b/pypy/objspace/std/test/test_liststrategies.py

[pypy-commit] pypy unicode-utf8: change always_inline to try_inline

2017-12-06 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93285:0e829cf58e7b Date: 2017-12-06 15:20 +0200 http://bitbucket.org/pypy/pypy/changeset/0e829cf58e7b/ Log:change always_inline to try_inline diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython

[pypy-commit] pypy unicode-utf8: whack sre until it compiles

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93268:831913dc603e Date: 2017-12-03 22:14 +0100 http://bitbucket.org/pypy/pypy/changeset/831913dc603e/ Log:whack sre until it compiles diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre

[pypy-commit] pypy unicode-utf8: some benchmarks

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93270:2d37182f156f Date: 2017-12-03 22:25 +0100 http://bitbucket.org/pypy/pypy/changeset/2d37182f156f/ Log:some benchmarks diff --git a/targetunicode-bench.py b/targetunicode-bench.py new file mode 100644 --- /dev/null +++ b/targetunicode

[pypy-commit] pypy unicode-utf8: fix the warnings module, add we_are_translated for now

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93264:f312060a4a01 Date: 2017-12-03 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/f312060a4a01/ Log:fix the warnings module, add we_are_translated for now diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi

[pypy-commit] pypy unicode-utf8: another untested part of exceptions module

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93267:9280e1159635 Date: 2017-12-03 16:40 +0100 http://bitbucket.org/pypy/pypy/changeset/9280e1159635/ Log:another untested part of exceptions module diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions

[pypy-commit] pypy unicode-utf8: fix exceptions module

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93266:afec0f2bdfff Date: 2017-12-03 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/afec0f2bdfff/ Log:fix exceptions module diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/interp_exceptions.py --- a/pypy

[pypy-commit] pypy unicode-utf8: merge

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93269:43b46a2c0239 Date: 2017-12-03 22:24 +0100 http://bitbucket.org/pypy/pypy/changeset/43b46a2c0239/ Log:merge diff --git a/extra_tests/test_textio.py b/extra_tests/test_textio.py --- a/extra_tests/test_textio.py +++ b/extra_tests

[pypy-commit] pypy unicode-utf8: "fix" the operator module

2017-12-03 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93265:cdf9331a2d41 Date: 2017-12-03 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/cdf9331a2d41/ Log:"fix" the operator module diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py --- a/pypy/module/operato

[pypy-commit] pypy memory-accounting: merge mmap-for-llarena

2017-11-30 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r93225:5ba0bf0bf684 Date: 2017-11-30 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/5ba0bf0bf684/ Log:merge mmap-for-llarena diff too long, truncating to 2000 out of 18247 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy mmap-for-arenas: merge

2017-11-30 Thread fijal
Author: fijal Branch: mmap-for-arenas Changeset: r93222:2e594f3e5237 Date: 2017-11-30 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/2e594f3e5237/ Log:merge diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py --- a/rpython/rtyper/lltypesystem

[pypy-commit] pypy mmap-for-arenas: merge default

2017-11-30 Thread fijal
Author: fijal Branch: mmap-for-arenas Changeset: r93221:6fb9f1a724da Date: 2017-11-30 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/6fb9f1a724da/ Log:merge default diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy default: backout changes that broke translation in unclear ways (thanks RPython)

2017-11-30 Thread fijal
Author: fijal Branch: Changeset: r93220:30c6fda0a499 Date: 2017-11-30 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/30c6fda0a499/ Log:backout changes that broke translation in unclear ways (thanks RPython) diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b

[pypy-commit] pypy unicode-utf8: start fixing _rawffi

2017-11-24 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93158:467a32f09dd6 Date: 2017-11-24 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/467a32f09dd6/ Log:start fixing _rawffi diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py b/pypy/module/_rawffi/alt/interp_funcptr.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: fix _ssl module

2017-11-24 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93157:8a24f68050df Date: 2017-11-24 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/8a24f68050df/ Log:fix _ssl module diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b

[pypy-commit] pypy unicode-utf8: merge

2017-11-24 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93156:8fac293591e9 Date: 2017-11-24 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8fac293591e9/ Log:merge diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_textio.py +++ b/pypy

[pypy-commit] pypy unicode-utf8: start working on pypyjson

2017-11-24 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93155:109fd5f5d4eb Date: 2017-11-23 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/109fd5f5d4eb/ Log:start working on pypyjson diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: one part of interp_sre

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93148:5a057586add0 Date: 2017-11-23 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/5a057586add0/ Log:one part of interp_sre diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py

[pypy-commit] pypy unicode-utf8: fix multibytecodec

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93146:99ca8cf9bbc4 Date: 2017-11-23 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/99ca8cf9bbc4/ Log:fix multibytecodec diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: merge default

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93144:177352fb8cf4 Date: 2017-11-23 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/177352fb8cf4/ Log:merge default diff too long, truncating to 2000 out of 7577 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore

[pypy-commit] pypy unicode-utf8: more tests

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93143:e4a568e4514c Date: 2017-11-23 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a568e4514c/ Log:more tests diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8.py +++ b

[pypy-commit] pypy unicode-utf8: fix tests on narrow host

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93142:fa3bcbe5b09f Date: 2017-11-23 16:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fa3bcbe5b09f/ Log:fix tests on narrow host diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8

[pypy-commit] pypy unicode-utf8: fix test on narrow host

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93141:eb564d44a7c8 Date: 2017-11-23 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/eb564d44a7c8/ Log:fix test on narrow host diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test/test_rutf8

[pypy-commit] pypy unicode-utf8: provide explicit examples

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93140:d24fe4f59c96 Date: 2017-11-23 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/d24fe4f59c96/ Log:provide explicit examples diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/test/test_rutf8.py --- a/rpython/rlib/test

[pypy-commit] pypy unicode-utf8: merge

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93139:3e45feebc910 Date: 2017-11-23 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/3e45feebc910/ Log:merge diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/module/_cffi_backend/ctypearray.py --- a/pypy/module/_cffi_backend

[pypy-commit] pypy unicode-utf8: Utf8StringBuilder

2017-11-23 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93138:9ede67aee27e Date: 2017-11-23 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9ede67aee27e/ Log:Utf8StringBuilder diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py

[pypy-commit] pypy unicode-utf8: in progress io

2017-11-22 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93126:559a0a0bb302 Date: 2017-11-22 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/559a0a0bb302/ Log:in progress io diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy unicode-utf8: whack at cffi

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93119:c6537b6d453f Date: 2017-11-21 21:09 +0100 http://bitbucket.org/pypy/pypy/changeset/c6537b6d453f/ Log:whack at cffi diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -7,3 +7,5 @@ * better flag handling in split/splitlines maybe

[pypy-commit] pypy unicode-utf8: fix checking for unichr range

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93116:0021cc161b99 Date: 2017-11-21 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0021cc161b99/ Log:fix checking for unichr range diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py --- a/pypy/module

[pypy-commit] pypy unicode-utf8: general progress

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93114:cefc9ed0b4c5 Date: 2017-11-21 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/cefc9ed0b4c5/ Log:general progress diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: some rpython fixes

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93113:5ffbd0a736d9 Date: 2017-11-21 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/5ffbd0a736d9/ Log:some rpython fixes diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: some improvements for xmlcharrefreplace

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93112:fd1b64ce9b80 Date: 2017-11-21 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/fd1b64ce9b80/ Log:some improvements for xmlcharrefreplace diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy

[pypy-commit] pypy unicode-utf8: simple fixes in fake objspace

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93111:df28f6398687 Date: 2017-11-21 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/df28f6398687/ Log:simple fixes in fake objspace diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: fix all the tests in codecs until test_ztranslation

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93110:c7109cb7f6be Date: 2017-11-21 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/c7109cb7f6be/ Log:fix all the tests in codecs until test_ztranslation diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: interpreter fixes

2017-11-21 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93109:86548802b11b Date: 2017-11-21 10:29 +0100 http://bitbucket.org/pypy/pypy/changeset/86548802b11b/ Log:interpreter fixes diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: work on formatting

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93106:b2f3bd9151c0 Date: 2017-11-20 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b2f3bd9151c0/ Log:work on formatting diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter

[pypy-commit] pypy unicode-utf8: fixes until we get to formatting problems

2017-11-20 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93101:f074b4987d57 Date: 2017-11-20 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/f074b4987d57/ Log:fixes until we get to formatting problems diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy

[pypy-commit] pypy default: merge

2017-11-20 Thread fijal
Author: fijal Branch: Changeset: r93100:21fd35c44d66 Date: 2017-11-20 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/21fd35c44d66/ Log:merge diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py +++ b/rpython/annotator

[pypy-commit] pypy default: silence a warning on OS X

2017-11-20 Thread fijal
Author: fijal Branch: Changeset: r93099:6c9c3791d06a Date: 2017-11-20 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/6c9c3791d06a/ Log:silence a warning on OS X diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py

<    1   2   3   4   5   6   7   8   9   10   >