[pypy-commit] pypy default: Reduce comment

2015-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r76380:cbeb09d22625 Date: 2015-03-15 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/cbeb09d22625/ Log:Reduce comment diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py +++ b/rpython/rlib/rsocket.py @@ -5,1

[pypy-commit] pypy default: Link to the bug report

2015-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r76381:385a53dacc1c Date: 2015-03-15 10:34 +0100 http://bitbucket.org/pypy/pypy/changeset/385a53dacc1c/ Log:Link to the bug report diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py +++ b/rpython/rlib/rsocket.py

[pypy-commit] pypy release-2.5.x: document critical fix for issue #1996

2015-03-15 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r76382:2b4de661d01c Date: 2015-03-14 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2b4de661d01c/ Log:document critical fix for issue #1996 diff --git a/pypy/doc/whatsnew-2.5.1.rst b/pypy/doc/whatsnew-2.5.1.rst --- a/pypy/doc/whatsnew-2.5

[pypy-commit] pypy default: Added tag release-2.5.1 for changeset 8e24dac0b8e2

2015-03-15 Thread mattip
Author: mattip Branch: Changeset: r76383:057b18ffac61 Date: 2015-03-15 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/057b18ffac61/ Log:Added tag release-2.5.1 for changeset 8e24dac0b8e2 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -11,3 +11,4 @@ 32f35069a16d819b58c1

[pypy-commit] pypy default: merge default

2015-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r76386:58059c786617 Date: 2015-03-15 21:41 +0100 http://bitbucket.org/pypy/pypy/changeset/58059c786617/ Log:merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -11,3 +11,4 @@ 32f35069a16d819b58c1b6efb17c44e3e53397b2 release-2.2=

[pypy-commit] pypy release-2.5.x: Codename proposal (feel free to change :-)

2015-03-15 Thread arigo
Author: Armin Rigo Branch: release-2.5.x Changeset: r76385:25201636ecff Date: 2015-03-15 21:40 +0100 http://bitbucket.org/pypy/pypy/changeset/25201636ecff/ Log:Codename proposal (feel free to change :-) diff --git a/pypy/doc/release-2.5.1.rst b/pypy/doc/release-2.5.1.rst --- a/pypy/doc/relea

[pypy-commit] pypy release-2.5.x: merge heads

2015-03-15 Thread arigo
Author: Armin Rigo Branch: release-2.5.x Changeset: r76387:9cf558f55103 Date: 2015-03-15 21:41 +0100 http://bitbucket.org/pypy/pypy/changeset/9cf558f55103/ Log:merge heads diff --git a/pypy/doc/release-2.5.1.rst b/pypy/doc/release-2.5.1.rst --- a/pypy/doc/release-2.5.1.rst +++ b/pypy/doc/rel

[pypy-commit] pypy default: more doc

2015-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r76384:b2066f697580 Date: 2015-03-15 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b2066f697580/ Log:more doc diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -216,27 +216,50 @@ behavior did not c

[pypy-commit] pypy py3.3: Fix test_numeric_tower.

2015-03-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76388:e7a9dfa4ec76 Date: 2015-03-11 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/e7a9dfa4ec76/ Log:Fix test_numeric_tower. Probably an overlook in CPython _decimal.c diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/

[pypy-commit] pypy py3.3: Add support for "named sequences" in unicode database

2015-03-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76390:81b82168c663 Date: 2015-03-13 18:56 +0100 http://bitbucket.org/pypy/pypy/changeset/81b82168c663/ Log:Add support for "named sequences" in unicode database diff too long, truncating to 2000 out of 176971 lines diff --git a/pypy/mod

[pypy-commit] pypy py3.3: Refactor a bit generate_unicodedb.

2015-03-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76389:8144addb7b8d Date: 2015-03-13 14:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8144addb7b8d/ Log:Refactor a bit generate_unicodedb. More objects. diff --git a/rpython/rlib/unicodedata/generate_unicodedb.py b/rpython/rlib/unico

[pypy-commit] pypy py3.3: Unicodedb: Add support for Aliases.

2015-03-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r76391:06f9a5ad6287 Date: 2015-03-16 01:15 +0100 http://bitbucket.org/pypy/pypy/changeset/06f9a5ad6287/ Log:Unicodedb: Add support for Aliases. diff too long, truncating to 2000 out of 172399 lines diff --git a/pypy/module/unicodedata/in