[pypy-commit] pypy utf8-unicode2: Fix the unicode strategy of list.find

2014-08-09 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72727:c80352ad6379 Date: 2014-08-09 02:42 -0500 http://bitbucket.org/pypy/pypy/changeset/c80352ad6379/ Log:Fix the unicode strategy of list.find diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objs

[pypy-commit] pypy utf8-unicode2: Typo

2014-08-09 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72728:da24f2c93b5b Date: 2014-08-09 02:43 -0500 http://bitbucket.org/pypy/pypy/changeset/da24f2c93b5b/ Log:Typo diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter/utf8.py +++ b/pypy/interpreter/utf8.py

[pypy-commit] pypy utf8-unicode2: str._formatter_parser is apparently part of the public api

2014-08-09 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72726:7f527aa7b8f1 Date: 2014-08-09 02:12 -0500 http://bitbucket.org/pypy/pypy/changeset/7f527aa7b8f1/ Log:str._formatter_parser is apparently part of the public api diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat

[pypy-commit] pypy utf8-unicode2: Fix crash when using an incomplete format specific (ie u'%(foo' % {})

2014-08-09 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72729:31e5deb73708 Date: 2014-08-09 04:04 -0500 http://bitbucket.org/pypy/pypy/changeset/31e5deb73708/ Log:Fix crash when using an incomplete format specific (ie u'%(foo' % {}) diff --git a/pypy/interpreter/utf8.py b/pypy/interpret

[pypy-commit] pypy improve-docs: Merged in numerodix/pypy/improve-docs-fixes (pull request #265)

2014-08-09 Thread arigo
Author: Armin Rigo Branch: improve-docs Changeset: r72734:03113237ccb6 Date: 2014-08-09 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/03113237ccb6/ Log:Merged in numerodix/pypy/improve-docs-fixes (pull request #265) more simple doc fixes diff --git a/rpython/doc/windows.rst b

[pypy-commit] pypy improve-docs-fixes: fix typo

2014-08-09 Thread numerodix
Author: Martin Matusiak Branch: improve-docs-fixes Changeset: r72730:17a069157969 Date: 2014-08-03 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/17a069157969/ Log:fix typo diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst +++ b/rpython/doc/wi

[pypy-commit] pypy improve-docs-fixes: fix typo

2014-08-09 Thread numerodix
Author: Martin Matusiak Branch: improve-docs-fixes Changeset: r72731:c6f8542c472b Date: 2014-08-03 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c6f8542c472b/ Log:fix typo diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst +++ b/rpython/doc/wi

[pypy-commit] pypy improve-docs-fixes: use a different wording

2014-08-09 Thread numerodix
Author: Martin Matusiak Branch: improve-docs-fixes Changeset: r72733:af71f724922c Date: 2014-08-04 06:10 +0200 http://bitbucket.org/pypy/pypy/changeset/af71f724922c/ Log:use a different wording diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst +++ b

[pypy-commit] pypy improve-docs-fixes: fix some typos

2014-08-09 Thread numerodix
Author: Martin Matusiak Branch: improve-docs-fixes Changeset: r72732:7f2b23211785 Date: 2014-08-03 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/7f2b23211785/ Log:fix some typos diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst +++ b/rpython/

[pypy-commit] pypy default: Manual transplant of 03113237ccb6

2014-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r72735:b7a27fbe3da4 Date: 2014-08-09 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/b7a27fbe3da4/ Log:Manual transplant of 03113237ccb6 diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst

[pypy-commit] stmgc default: Merge the branch 'card-marking'. Adds card-marking support similar

2014-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1274:34c8006bc1e2 Date: 2014-08-09 14:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/34c8006bc1e2/ Log:Merge the branch 'card-marking'. Adds card-marking support similar to PyPy's, i.e. it's optional for large enough arrays, whereas we

[pypy-commit] stmgc rewind_setjmp: Import and adapt the test file

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1277:6659f9eaeeb5 Date: 2014-08-09 16:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/6659f9eaeeb5/ Log:Import and adapt the test file diff --git a/c7/test/test_rewind.c b/c7/test/test_rewind.c new file mode 100644 --- /dev/null +++ b/c

[pypy-commit] stmgc rewind_setjmp: Adapt the API for rewind_jmpbuf.

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1276:327596f0760e Date: 2014-08-09 16:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/327596f0760e/ Log:Adapt the API for rewind_jmpbuf. diff --git a/c7/stm/rewind_setjmp.c b/c7/stm/rewind_setjmp.c new file mode 100644 --- /dev/null +++

[pypy-commit] stmgc rewind_setjmp: A branch in which we use a custom setjmp() that remains valid even

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1275:0fd9e73b7c70 Date: 2014-08-09 14:31 +0200 http://bitbucket.org/pypy/stmgc/changeset/0fd9e73b7c70/ Log:A branch in which we use a custom setjmp() that remains valid even after we returned from the frame that calls it __

[pypy-commit] stmgc rewind_setjmp: fixing tests, in-progress

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1278:5aef14b3bb77 Date: 2014-08-09 17:06 +0200 http://bitbucket.org/pypy/stmgc/changeset/5aef14b3bb77/ Log:fixing tests, in-progress diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -324,14 +324,14 @@

[pypy-commit] stmgc rewind_setjmp: Progress

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1279:c872897a138f Date: 2014-08-09 17:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/c872897a138f/ Log:Progress diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -1003,6 +1003,14 @@ #ifdef STM_NO_

[pypy-commit] stmgc rewind_setjmp: Pass the demo2 tests

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1280:60f41b3b754a Date: 2014-08-09 17:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/60f41b3b754a/ Log:Pass the demo2 tests diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@ -71,9 +71,8 @@ {

[pypy-commit] stmgc rewind_setjmp: Extra test here

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1281:289aaa8b6fda Date: 2014-08-09 17:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/289aaa8b6fda/ Log:Extra test here diff --git a/c7/test/test_rewind.c b/c7/test/test_rewind.c --- a/c7/test/test_rewind.c +++ b/c7/test/test_rewind.c @

[pypy-commit] stmgc rewind_setjmp: Adapt demo_random. Fails obscurely for now

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1282:3378f3c9e327 Date: 2014-08-09 17:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/3378f3c9e327/ Log:Adapt demo_random. Fails obscurely for now diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c --- a/c7/demo/demo_random.c ++

[pypy-commit] stmgc rewind_setjmp: Fix demo_simple

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1283:52742cabf3a2 Date: 2014-08-09 17:43 +0200 http://bitbucket.org/pypy/stmgc/changeset/52742cabf3a2/ Log:Fix demo_simple diff --git a/c7/demo/demo_simple.c b/c7/demo/demo_simple.c --- a/c7/demo/demo_simple.c +++ b/c7/demo/demo_simple.c @

[pypy-commit] stmgc rewind_setjmp: Re-enable and fix forksupport.c

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1284:37c19d87b177 Date: 2014-08-09 18:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/37c19d87b177/ Log:Re-enable and fix forksupport.c diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/for

[pypy-commit] stmgc default: Fix demo_random.c: there was indeed an issue with markers

2014-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1285:e5fe5d362c60 Date: 2014-08-09 18:07 +0200 http://bitbucket.org/pypy/stmgc/changeset/e5fe5d362c60/ Log:Fix demo_random.c: there was indeed an issue with markers diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c --- a/c7/demo/demo_random.c

[pypy-commit] stmgc rewind_setjmp: hg merge default

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1286:2db7026f8f85 Date: 2014-08-09 18:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/2db7026f8f85/ Log:hg merge default diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/forksupport.c @@ -

[pypy-commit] stmgc rewind_setjmp: Fix demo_largemalloc.

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1288:b011940794d7 Date: 2014-08-09 18:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/b011940794d7/ Log:Fix demo_largemalloc. diff --git a/c7/demo/demo_largemalloc.c b/c7/demo/demo_largemalloc.c --- a/c7/demo/demo_largemalloc.c +++ b/c7

[pypy-commit] stmgc rewind_setjmp: Fix demo_random in this branch

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1287:8b798ea89719 Date: 2014-08-09 18:17 +0200 http://bitbucket.org/pypy/stmgc/changeset/8b798ea89719/ Log:Fix demo_random in this branch diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/fork

[pypy-commit] stmgc rewind_setjmp: hg merge default

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1291:9ac9ce9d8d37 Date: 2014-08-09 18:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/9ac9ce9d8d37/ Log:hg merge default diff --git a/duhton/object.c b/duhton/object.c --- a/duhton/object.c +++ b/duhton/object.c @@ -34,8 +34,19 @@

[pypy-commit] stmgc rewind_setjmp: Adapt duhton, step 1

2014-08-09 Thread arigo
Author: Armin Rigo Branch: rewind_setjmp Changeset: r1289:58a9c340002a Date: 2014-08-09 18:22 +0200 http://bitbucket.org/pypy/stmgc/changeset/58a9c340002a/ Log:Adapt duhton, step 1 diff --git a/duhton/transaction.c b/duhton/transaction.c --- a/duhton/transaction.c +++ b/duhton/transaction.c

[pypy-commit] stmgc default: Fix for duhton

2014-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1290:4b4a86384381 Date: 2014-08-09 18:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/4b4a86384381/ Log:Fix for duhton diff --git a/duhton/object.c b/duhton/object.c --- a/duhton/object.c +++ b/duhton/object.c @@ -34,8 +34,19 @@ if (trace)

[pypy-commit] pypy default: Try to prefer the py3k friendly syntax

2014-08-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72736:5329e5dde957 Date: 2014-08-09 10:14 -0700 http://bitbucket.org/pypy/pypy/changeset/5329e5dde957/ Log:Try to prefer the py3k friendly syntax diff --git a/rpython/rtyper/test/test_llinterp.py b/rpython/rtyper/test/test_llinterp.py --- a/rpython/r

[pypy-commit] pypy default: merged upstream

2014-08-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72737:c714037175c4 Date: 2014-08-09 10:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c714037175c4/ Log:merged upstream diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -296,7 +296,7

[pypy-commit] pypy pytest-25: hg merge default

2014-08-09 Thread rlamy
Author: Ronan Lamy Branch: pytest-25 Changeset: r72738:dbad1355c128 Date: 2014-08-09 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/dbad1355c128/ Log:hg merge default diff too long, truncating to 2000 out of 71845 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -6,