[pypy-commit] pypy release-2.4.x: merge default into release

2014-09-18 Thread mattip
Author: mattip Branch: release-2.4.x Changeset: r73601:f5dcc2477b97 Date: 2014-09-18 14:28 +0300 http://bitbucket.org/pypy/pypy/changeset/f5dcc2477b97/ Log:merge default into release diff --git a/lib-python/2.7/test/test_mmap.py b/lib-python/2.7/test/test_mmap.py --- a/lib-python/2.7/test/te

[pypy-commit] stmgc c8-small-uniform: add some dummies to make duhton-rpython translate

2014-09-18 Thread Raemi
Author: Remi Meier Branch: c8-small-uniform Changeset: r1390:28b87c884221 Date: 2014-09-18 13:55 +0200 http://bitbucket.org/pypy/stmgc/changeset/28b87c884221/ Log:add some dummies to make duhton-rpython translate diff --git a/c8/stmgc.h b/c8/stmgc.h --- a/c8/stmgc.h +++ b/c8/stmgc.h @@ -232,

[pypy-commit] stmgc c8-new-page-handling: setting up the initial configuration

2014-09-18 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1391:085233d40f72 Date: 2014-09-18 15:16 +0200 http://bitbucket.org/pypy/stmgc/changeset/085233d40f72/ Log:setting up the initial configuration diff --git a/c8/stm/core.h b/c8/stm/core.h --- a/c8/stm/core.h +++ b/c8/stm/core.h @@ -2

[pypy-commit] stmgc c8-new-page-handling: some progress

2014-09-18 Thread Raemi
Author: Remi Meier Branch: c8-new-page-handling Changeset: r1392:5e2059e06b18 Date: 2014-09-18 16:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/5e2059e06b18/ Log:some progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -39,9 +39,8 @@ char

[pypy-commit] pypy.org extradoc: misleading typo

2014-09-18 Thread mattip
Author: mattip Branch: extradoc Changeset: r536:61102321c9cb Date: 2014-09-18 18:46 +0300 http://bitbucket.org/pypy/pypy.org/changeset/61102321c9cb/ Log:misleading typo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -54,7 +54,7 @@ the Python2.7 compa

[pypy-commit] pypy py3k: merge default

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73603:45600f667251 Date: 2014-09-17 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/45600f667251/ Log:merge default diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py --- a/pypy/interpreter/pyp

[pypy-commit] pypy default: pep8/cleanup

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73602:832991d1e798 Date: 2014-09-17 16:54 -0700 http://bitbucket.org/pypy/pypy/changeset/832991d1e798/ Log:pep8/cleanup diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py --- a/rpython/rtyper/lltypesystem/llt

[pypy-commit] pypy py3k: fix

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73604:e27f287735af Date: 2014-09-18 10:00 -0700 http://bitbucket.org/pypy/pypy/changeset/e27f287735af/ Log:fix diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py --- a/rpython/rtyper/module/ll_win32file.p

[pypy-commit] pypy gc_zero_array: Write the ZERO_ARRAY operation, with specific support in the x86 backend.

2014-09-18 Thread arigo
Author: Armin Rigo Branch: gc_zero_array Changeset: r73605:3ba8153e7746 Date: 2014-09-18 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/3ba8153e7746/ Log:Write the ZERO_ARRAY operation, with specific support in the x86 backend. Missing tests for ZERO_PTR_FIELD in runner_test, an

[pypy-commit] pypy py3k: fix translation

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73606:95c3cb767044 Date: 2014-09-18 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/95c3cb767044/ Log:fix translation diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py --- a/rpython/rtyper/module/ll

[pypy-commit] pypy release-2.4.x: Added tag release-2.4.0 for changeset f5dcc2477b97

2014-09-18 Thread mattip
Author: mattip Branch: release-2.4.x Changeset: r73607:6e3fbf0ef860 Date: 2014-09-18 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/6e3fbf0ef860/ Log:Added tag release-2.4.0 for changeset f5dcc2477b97 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -15,3 +15,4 @@ 32f3506

[pypy-commit] pypy py3k: another translation fix attempt

2014-09-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73608:c8117677797e Date: 2014-09-18 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/c8117677797e/ Log:another translation fix attempt diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py --- a/rpython/

[pypy-commit] pypy gc_no_cleanup_nursery: hg merge gc_zero_array

2014-09-18 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73610:526a7075bba7 Date: 2014-09-19 07:55 +0200 http://bitbucket.org/pypy/pypy/changeset/526a7075bba7/ Log:hg merge gc_zero_array diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy gc_zero_array: close

2014-09-18 Thread arigo
Author: Armin Rigo Branch: gc_zero_array Changeset: r73609:94a6aadbcab7 Date: 2014-09-19 07:54 +0200 http://bitbucket.org/pypy/pypy/changeset/94a6aadbcab7/ Log:close ___ pypy-commit mailing list [email protected] https://mail.python.org/mailma

[pypy-commit] extradoc extradoc: slides for brno php, draft

2014-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5406:4ce93a3cd8a0 Date: 2014-09-19 08:32 +0200 http://bitbucket.org/pypy/extradoc/changeset/4ce93a3cd8a0/ Log:slides for brno php, draft diff --git a/talk/brno-php-2014/talk.rst b/talk/brno-php-2014/talk.rst new file mode 100644 --- /de

[pypy-commit] extradoc extradoc: merge

2014-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5407:7adbccfa295d Date: 2014-09-19 08:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/7adbccfa295d/ Log:merge diff --git a/talk/pycon-uk-2014/Makefile b/talk/pycon-uk-2014/Makefile new file mode 100644 --- /dev/null +++ b/talk/pyc