[pypy-commit] extradoc extradoc: More stuff

2015-01-29 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5493:6304fdfd89fb Date: 2015-01-30 01:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/6304fdfd89fb/ Log:More stuff diff --git a/talk/fosdem2015/talk.pdf b/talk/fosdem2015/talk.pdf index d82c099a9e525d280f1eb9a6182730411a0a206d..d6

[pypy-commit] extradoc extradoc: Add my fosdem2015 talk (WIP)

2015-01-29 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5492:48a04232f5e5 Date: 2015-01-29 22:04 +0100 http://bitbucket.org/pypy/extradoc/changeset/48a04232f5e5/ Log:Add my fosdem2015 talk (WIP) diff --git a/talk/fosdem2015/Makefile b/talk/fosdem2015/Makefile new file mode 100644 --- /dev/nul

[pypy-commit] pypy release-2.5.x: formatting, add a section to project-ideas

2015-01-29 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r75583:0cb9ead08202 Date: 2015-01-29 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/0cb9ead08202/ Log:formatting, add a section to project-ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-i

[pypy-commit] pypy release-2.5.x: update contributor list, more than 10 new people joined!

2015-01-29 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r75582:87f177acec31 Date: 2015-01-29 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/87f177acec31/ Log:update contributor list, more than 10 new people joined! diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -42,19 +42,19 @@

[pypy-commit] pypy release-2.5.x: tweak PyPy3 release name (Samureus)

2015-01-29 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r75581:b3eacc6c2a5f Date: 2015-01-29 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/b3eacc6c2a5f/ Log:tweak PyPy3 release name (Samureus) diff --git a/pypy/doc/release-2.5.0.rst b/pypy/doc/release-2.5.0.rst --- a/pypy/doc/release-2.5.0.rs

[pypy-commit] pypy default: bump version to 2.6.0

2015-01-29 Thread mattip
Author: mattip Branch: Changeset: r75579:397b96217b85 Date: 2015-01-29 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/397b96217b85/ Log:bump version to 2.6.0 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/includ

[pypy-commit] pypy release-2.5.x: document the release (graft this to default when releasing)

2015-01-29 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r75580:00c006b179d5 Date: 2015-01-29 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/00c006b179d5/ Log:document the release (graft this to default when releasing) diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++

[pypy-commit] pypy release-2.5.x: start 2.5.x release branch

2015-01-29 Thread mattip
Author: mattip Branch: release-2.5.x Changeset: r75578:1cc42435f09b Date: 2015-01-29 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1cc42435f09b/ Log:start 2.5.x release branch diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mo

[pypy-commit] extradoc extradoc: abstraxct

2015-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5491:4a4b4ae9dceb Date: 2015-01-29 15:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/4a4b4ae9dceb/ Log:abstraxct diff --git a/talk/divio-zurich-2015/abstract.rst b/talk/divio-zurich-2015/abstract.rst new file mode 100644 --- /de

[pypy-commit] pypy stmgc-c7: muuuuuch faster

2015-01-29 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75577:2b591ae2eab4 Date: 2015-01-29 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/2b591ae2eab4/ Log:much faster diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_log.py +++ b/pypy/stm/print_s

[pypy-commit] pypy vmprof: port changes from cpython

2015-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75576:5242f8505dac Date: 2015-01-29 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5242f8505dac/ Log:port changes from cpython diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/modu