[pypy-commit] pypy default: typo

2020-01-12 Thread mattip
Author: Matti Picus Branch: Changeset: r98526:84a1f6454bd1 Date: 2020-01-12 19:37 +1100 http://bitbucket.org/pypy/pypy/changeset/84a1f6454bd1/ Log:typo diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.py +++

[pypy-commit] pypy default: typo

2019-12-04 Thread mattip
Author: Matti Picus Branch: Changeset: r98231:94907f4adb70 Date: 2019-12-04 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/94907f4adb70/ Log:typo diff --git a/pypy/test_all.py b/pypy/test_all.py --- a/pypy/test_all.py +++ b/pypy/test_all.py @@ -28,7 +28,7 @@ # Always remove the

[pypy-commit] pypy default: typo (would generate two semicolons in the C sources)

2019-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r97238:c0c361423879 Date: 2019-08-22 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c0c361423879/ Log:typo (would generate two semicolons in the C sources) diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py ---

[pypy-commit] pypy default: typo (thanks Ronan)

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97143:800256b0546d Date: 2019-08-10 22:01 +0300 http://bitbucket.org/pypy/pypy/changeset/800256b0546d/ Log:typo (thanks Ronan) diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_info.py @@

[pypy-commit] pypy default: typo

2019-05-10 Thread mattip
Author: Matti Picus Branch: Changeset: r96594:cd27c41c26b5 Date: 2019-05-10 16:47 -0700 http://bitbucket.org/pypy/pypy/changeset/cd27c41c26b5/ Log:typo diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py --- a/rpython/translator/c/gc.py +++ b/rpython/translator/c/gc.py @@

[pypy-commit] pypy default: typo (squeaky_pl)

2019-03-15 Thread mattip
Author: Matti Picus Branch: Changeset: r96324:2265117e990a Date: 2019-03-15 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/2265117e990a/ Log:typo (squeaky_pl) diff --git a/pypy/doc/release-v7.1.0.rst b/pypy/doc/release-v7.1.0.rst --- a/pypy/doc/release-v7.1.0.rst +++

[pypy-commit] pypy default: typo

2019-03-11 Thread mattip
Author: Matti Picus Branch: Changeset: r96268:9a56aa4669ee Date: 2019-03-11 08:56 +0200 http://bitbucket.org/pypy/pypy/changeset/9a56aa4669ee/ Log:typo diff --git a/pypy/module/_multiprocessing/test/test_win32.py b/pypy/module/_multiprocessing/test/test_win32.py ---

[pypy-commit] pypy default: typo

2019-02-10 Thread mattip
Author: Matti Picus Branch: Changeset: r95927:5ad9ac2d9d1e Date: 2019-02-10 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/5ad9ac2d9d1e/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@

[pypy-commit] pypy default: typo in c5c3ad13d149 ?

2019-02-06 Thread mattip
Author: Matti Picus Branch: Changeset: r95854:236bea4de5e1 Date: 2019-02-06 09:53 +0100 http://bitbucket.org/pypy/pypy/changeset/236bea4de5e1/ Log:typo in c5c3ad13d149 ? diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/module/zlib/interp_zlib.py +++

[pypy-commit] pypy default: Typo (indent mistake)

2018-09-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r95085:32f623879d94 Date: 2018-09-09 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/32f623879d94/ Log:Typo (indent mistake) diff --git a/rpython/doc/examples.rst b/rpython/doc/examples.rst --- a/rpython/doc/examples.rst +++

[pypy-commit] pypy default: typo

2018-06-01 Thread mattip
Author: Matti Picus Branch: Changeset: r94720:58cf698c9a54 Date: 2018-06-01 11:06 -0700 http://bitbucket.org/pypy/pypy/changeset/58cf698c9a54/ Log:typo diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst @@ -20,7 +20,7 @@ OS and

[pypy-commit] pypy default: typo (the method is unused)

2017-08-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92273:3868025e1ee1 Date: 2017-08-28 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/3868025e1ee1/ Log:typo (the method is unused) diff --git a/rpython/jit/metainterp/resoperation.py

[pypy-commit] pypy default: typo

2017-08-07 Thread mattip
Author: Matti Picus Branch: Changeset: r92109:8a997c17d016 Date: 2017-08-07 17:26 +0300 http://bitbucket.org/pypy/pypy/changeset/8a997c17d016/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: typo (marky1991)

2017-04-03 Thread mattip
Author: Matti Picus Branch: Changeset: r90934:5a015a054c16 Date: 2017-04-03 19:44 +0300 http://bitbucket.org/pypy/pypy/changeset/5a015a054c16/ Log:typo (marky1991) diff --git a/pypy/doc/release-v5.7.1.rst b/pypy/doc/release-v5.7.1.rst ---

[pypy-commit] pypy default: typo in project ideas

2017-03-08 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90586:63b4c36d026f Date: 2017-03-08 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/63b4c36d026f/ Log:typo in project ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst ---

[pypy-commit] pypy default: typo

2017-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r90582:02c99087b39c Date: 2017-03-07 07:10 +0100 http://bitbucket.org/pypy/pypy/changeset/02c99087b39c/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++

[pypy-commit] pypy default: typo

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90440:8a379af198e4 Date: 2017-03-01 14:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8a379af198e4/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++

[pypy-commit] pypy default: typo

2016-11-12 Thread mattip
Author: Matti Picus Branch: Changeset: r88335:f563b743a65c Date: 2016-11-12 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/f563b743a65c/ Log:typo diff --git a/rpython/doc/examples.rst b/rpython/doc/examples.rst --- a/rpython/doc/examples.rst +++

[pypy-commit] pypy default: typo (Tiberium)

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88181:3b5d41df3e1f Date: 2016-11-07 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3b5d41df3e1f/ Log:typo (Tiberium) diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst ---

[pypy-commit] pypy default: typo (marberi)

2016-10-22 Thread mattip
Author: Matti Picus Branch: Changeset: r87913:f7d69cd47b5f Date: 2016-10-22 23:58 +0300 http://bitbucket.org/pypy/pypy/changeset/f7d69cd47b5f/ Log:typo (marberi) diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++

[pypy-commit] pypy default: typo

2016-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r86410:85dea6f34028 Date: 2016-08-22 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/85dea6f34028/ Log:typo diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.py +++ b/rpython/rlib/rmmap.py @@

[pypy-commit] pypy default: typo

2016-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r86066:20f28e81988a Date: 2016-08-07 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/20f28e81988a/ Log:typo diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy default: typo (thanks LarstiQ)

2016-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r85616:ba2081b41a4f Date: 2016-07-09 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ba2081b41a4f/ Log:typo (thanks LarstiQ) diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py ---

[pypy-commit] pypy default: typo (thanks LarstiQ)

2016-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r85615:54735c1e0e5d Date: 2016-07-09 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/54735c1e0e5d/ Log:typo (thanks LarstiQ) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -353,7

[pypy-commit] pypy default: typo

2016-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r84831:01cdc4bae6d5 Date: 2016-05-30 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/01cdc4bae6d5/ Log:typo diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++

[pypy-commit] pypy default: typo (thanks LarstiQ)

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r83845:35301c9c4051 Date: 2016-04-24 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/35301c9c4051/ Log:typo (thanks LarstiQ) diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---

[pypy-commit] pypy default: typo in release notes

2016-04-20 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83787:1bb1fd1183fb Date: 2016-04-20 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/1bb1fd1183fb/ Log:typo in release notes diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst ---

[pypy-commit] pypy default: typo

2016-04-05 Thread Raemi
Author: Remi Meier Branch: Changeset: r83521:9da0c82687ed Date: 2016-04-05 15:32 +0300 http://bitbucket.org/pypy/pypy/changeset/9da0c82687ed/ Log:typo diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py --- a/rpython/rlib/rvmprof/rvmprof.py

[pypy-commit] pypy default: typo

2016-03-08 Thread mattip
Author: mattip Branch: Changeset: r82887:169da91b21a2 Date: 2016-03-08 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/169da91b21a2/ Log:typo diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py --- a/rpython/doc/conf.py +++ b/rpython/doc/conf.py @@ -121,7

[pypy-commit] pypy default: typo

2016-03-05 Thread mattip
Author: mattip Branch: Changeset: r82797:e4e1ee3ba512 Date: 2016-03-05 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/e4e1ee3ba512/ Log:typo diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++

[pypy-commit] pypy default: typo

2016-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r81850:551b7fdef1dd Date: 2016-01-19 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/551b7fdef1dd/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Typo (thanks Vincent)

2016-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r81570:06434f97e9c6 Date: 2016-01-05 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/06434f97e9c6/ Log:Typo (thanks Vincent) diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy default: typo

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80688:65f9f2765e42 Date: 2015-11-15 16:40 +0100 http://bitbucket.org/pypy/pypy/changeset/65f9f2765e42/ Log:typo diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py ---

[pypy-commit] pypy default: typo

2015-11-07 Thread fijal
Author: fijal Branch: Changeset: r80574:6756dcc87ae5 Date: 2015-11-07 13:35 + http://bitbucket.org/pypy/pypy/changeset/6756dcc87ae5/ Log:typo diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++

[pypy-commit] pypy default: typo

2015-08-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r79075:59d9c4addd35 Date: 2015-08-19 21:20 +0300 http://bitbucket.org/pypy/pypy/changeset/59d9c4addd35/ Log:typo diff --git a/pypy/doc/whatsnew-2.6.1.rst b/pypy/doc/whatsnew-2.6.1.rst --- a/pypy/doc/whatsnew-2.6.1.rst +++

[pypy-commit] pypy default: Typo-tracking, and some extra explaining here and there

2015-03-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r76402:6022cd1339ad Date: 2015-03-16 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/6022cd1339ad/ Log:Typo-tracking, and some extra explaining here and there diff --git a/rpython/doc/jit/optimizer.rst

[pypy-commit] pypy default: typo

2015-01-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r75589:dfd917c9f15c Date: 2015-01-30 20:29 +0100 http://bitbucket.org/pypy/pypy/changeset/dfd917c9f15c/ Log:typo diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py

[pypy-commit] pypy default: typo

2014-06-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72036:56d1c343a38c Date: 2014-06-12 20:20 +0300 http://bitbucket.org/pypy/pypy/changeset/56d1c343a38c/ Log:typo diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py @@ -234,7

[pypy-commit] pypy default: typo

2014-05-14 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r71518:3920cce43114 Date: 2014-05-14 22:45 +0300 http://bitbucket.org/pypy/pypy/changeset/3920cce43114/ Log:typo diff --git a/rpython/translator/c/test/test_extfunc.py b/rpython/translator/c/test/test_extfunc.py ---

[pypy-commit] pypy default: typo

2014-04-30 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r7:6dcb8c27710f Date: 2014-04-30 19:49 -0400 http://bitbucket.org/pypy/pypy/changeset/6dcb8c27710f/ Log:typo diff --git a/rpython/jit/metainterp/test/test_string.py b/rpython/jit/metainterp/test/test_string.py ---

[pypy-commit] pypy default: typo (jodal)

2014-04-29 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r71063:6f62316b9343 Date: 2014-04-29 22:39 +0300 http://bitbucket.org/pypy/pypy/changeset/6f62316b9343/ Log:typo (jodal) diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst --- a/pypy/doc/release-2.3.0.rst +++

[pypy-commit] pypy default: typo

2014-04-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r70852:d9b1c16461ba Date: 2014-04-22 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/d9b1c16461ba/ Log:typo diff --git a/pypy/doc/whatsnew-2.3.0.rst b/pypy/doc/whatsnew-2.3.0.rst --- a/pypy/doc/whatsnew-2.3.0.rst +++

[pypy-commit] pypy default: typo

2014-03-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r69750:2186a2662299 Date: 2014-03-06 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/2186a2662299/ Log:typo diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++

[pypy-commit] pypy default: typo angered test_whatsnew

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69182:00f906eb59a1 Date: 2014-02-17 02:03 +0100 http://bitbucket.org/pypy/pypy/changeset/00f906eb59a1/ Log:typo angered test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: Typo fix

2014-01-12 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r68628:66480af0be6b Date: 2014-01-12 14:37 -0800 http://bitbucket.org/pypy/pypy/changeset/66480af0be6b/ Log:Typo fix diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

[pypy-commit] pypy default: typo

2013-09-17 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r66987:6ecf84f62231 Date: 2013-09-17 09:43 +0300 http://bitbucket.org/pypy/pypy/changeset/6ecf84f62231/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: typo

2013-08-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65876:9d4bbb3734b2 Date: 2013-08-01 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9d4bbb3734b2/ Log:typo diff --git a/pypy/doc/release-2.1.0.rst b/pypy/doc/release-2.1.0.rst --- a/pypy/doc/release-2.1.0.rst +++

[pypy-commit] pypy default: typo

2013-07-27 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r65722:807a599758e3 Date: 2013-07-27 22:35 +0300 http://bitbucket.org/pypy/pypy/changeset/807a599758e3/ Log:typo diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: typo fix

2013-07-11 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65363:ecfd8b3da646 Date: 2013-07-12 13:02 +1000 http://bitbucket.org/pypy/pypy/changeset/ecfd8b3da646/ Log:typo fix diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpython.py ---

[pypy-commit] pypy default: typo

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65287:ed1a1f167370 Date: 2013-07-09 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ed1a1f167370/ Log:typo diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] pypy default: typo

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65288:5195aa291e6d Date: 2013-07-09 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5195aa291e6d/ Log:typo diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] pypy default: Typo (thanks Skip)

2013-07-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65258:ea7a73c5a2ba Date: 2013-07-07 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ea7a73c5a2ba/ Log:Typo (thanks Skip) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -319,7

[pypy-commit] pypy default: typo

2013-06-19 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64937:ec54480e12ef Date: 2013-06-18 03:58 -0500 http://bitbucket.org/pypy/pypy/changeset/ec54480e12ef/ Log:typo diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] pypy default: typo

2013-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64737:699be6433207 Date: 2013-06-03 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/699be6433207/ Log:typo diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -201,7

[pypy-commit] pypy default: Typo

2013-06-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64722:a5b60f700b88 Date: 2013-06-02 22:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b60f700b88/ Log:Typo diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -2,7 +2,7

[pypy-commit] pypy default: Typo (to test the bitbucket hook)

2013-05-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64687:4ad4bedaf5a5 Date: 2013-05-31 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/4ad4bedaf5a5/ Log:Typo (to test the bitbucket hook) diff --git a/pypy/doc/rffi.rst b/pypy/doc/rffi.rst --- a/pypy/doc/rffi.rst +++

[pypy-commit] pypy default: typo

2013-05-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64396:f752335dabb7 Date: 2013-05-21 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f752335dabb7/ Log:typo diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy default: typo

2013-05-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64234:9c28835d3e50 Date: 2013-05-16 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9c28835d3e50/ Log:typo diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst --- a/pypy/doc/release-2.0.1.rst +++

[pypy-commit] pypy default: typo

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r63865:ad2acb2c1076 Date: 2013-05-05 11:54 -0700 http://bitbucket.org/pypy/pypy/changeset/ad2acb2c1076/ Log:typo diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__.py +++

[pypy-commit] pypy default: typo

2013-04-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r63052:13d908d37509 Date: 2013-04-05 14:04 +0300 http://bitbucket.org/pypy/pypy/changeset/13d908d37509/ Log:typo diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst ---

[pypy-commit] pypy default: typo

2013-03-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62598:7c63dc3c19ab Date: 2013-03-20 20:58 -0400 http://bitbucket.org/pypy/pypy/changeset/7c63dc3c19ab/ Log:typo diff --git a/lib-python/2/collections.py b/lib-python/2/collections.py --- a/lib-python/2/collections.py +++

[pypy-commit] pypy default: typo

2013-02-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r61404:a49ec2df7e48 Date: 2013-02-18 13:34 +0100 http://bitbucket.org/pypy/pypy/changeset/a49ec2df7e48/ Log:typo diff --git a/rpython/bin/translatorshell.py b/rpython/bin/translatorshell.py ---

[pypy-commit] pypy default: typo

2013-02-12 Thread mattip
Author: mattip Branch: Changeset: r61137:24d0ce574830 Date: 2013-02-12 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/24d0ce574830/ Log:typo diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++

[pypy-commit] pypy default: Typo in C sources, which only gave warnings.

2012-12-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59475:78665ad2c44e Date: 2012-12-18 00:45 +0100 http://bitbucket.org/pypy/pypy/changeset/78665ad2c44e/ Log:Typo in C sources, which only gave warnings. diff --git a/pypy/module/cpyext/src/pythread.c b/pypy/module/cpyext/src/pythread.c

[pypy-commit] pypy default: typo

2012-09-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r57394:219f1f487600 Date: 2012-09-19 09:43 -0700 http://bitbucket.org/pypy/pypy/changeset/219f1f487600/ Log:typo diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst --- a/pypy/doc/jit/pyjitpl5.rst +++

[pypy-commit] pypy default: Typo

2012-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r56713:0b93935ed71d Date: 2012-08-12 22:35 +0200 http://bitbucket.org/pypy/pypy/changeset/0b93935ed71d/ Log:Typo diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py ---

[pypy-commit] pypy default: Typo (thanks dmalcolm)

2012-07-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55944:65bcf491c400 Date: 2012-07-06 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/65bcf491c400/ Log:Typo (thanks dmalcolm) diff --git a/pypy/rpython/rmodel.py b/pypy/rpython/rmodel.py --- a/pypy/rpython/rmodel.py +++

[pypy-commit] pypy default: typo, and explain better

2012-06-08 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r55495:ebb6f5b42d0b Date: 2012-06-08 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ebb6f5b42d0b/ Log:typo, and explain better diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst ---

[pypy-commit] pypy default: Typo. Mark one of the few branches I did and merged as non-interesting.

2012-05-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55129:6378d049ae6a Date: 2012-05-17 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/6378d049ae6a/ Log:Typo. Mark one of the few branches I did and merged as non- interesting. diff --git a/pypy/doc/whatsnew-1.9.rst

[pypy-commit] pypy default: Typo

2012-05-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54967:bde231739ac6 Date: 2012-05-08 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/bde231739ac6/ Log:Typo diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/pypy/jit/metainterp/optimizeopt/rewrite.py ---

[pypy-commit] pypy default: typo

2012-03-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r53793:2be2535ad44a Date: 2012-03-18 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/2be2535ad44a/ Log:typo diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py ---

[pypy-commit] pypy default: 'typo'. The directory hierarchy created by the test is put in sys.path[0], not [-1]. This test has been silently skipped for ages probably

2012-02-27 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52922:b081147f76f3 Date: 2012-02-27 11:41 +0100 http://bitbucket.org/pypy/pypy/changeset/b081147f76f3/ Log:'typo'. The directory hierarchy created by the test is put in sys.path[0], not [-1]. This test has been silently

[pypy-commit] pypy default: typo

2012-02-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52540:b0a6accd6d37 Date: 2012-02-16 09:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b0a6accd6d37/ Log:typo diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy default: typo, USE FLYMAKE AND RUN TESTS IT WILL GLOW RED

2012-01-30 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r51985:2c2944d51e51 Date: 2012-01-31 02:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2c2944d51e51/ Log:typo, USE FLYMAKE AND RUN TESTS IT WILL GLOW RED diff --git a/pypy/interpreter/astcompiler/optimize.py

[pypy-commit] pypy default: typo fix

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50233:648537e5b016 Date: 2011-12-06 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/648537e5b016/ Log:typo fix diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy default: Typo

2011-10-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48459:89631bbf04fe Date: 2011-10-25 22:38 +0200 http://bitbucket.org/pypy/pypy/changeset/89631bbf04fe/ Log:Typo diff --git a/pypy/jit/backend/test/test_ll_random.py b/pypy/jit/backend/test/test_ll_random.py ---

[pypy-commit] pypy default: typo fix in pyjitpl5 doc

2011-08-30 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: Changeset: r46923:09e6278b548c Date: 2011-08-30 09:55 -0600 http://bitbucket.org/pypy/pypy/changeset/09e6278b548c/ Log:typo fix in pyjitpl5 doc diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst ---

[pypy-commit] pypy default: typo in a docstring.

2011-07-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45957:f3f9ce087f0c Date: 2011-07-24 16:32 -0700 http://bitbucket.org/pypy/pypy/changeset/f3f9ce087f0c/ Log:typo in a docstring. diff --git a/pypy/objspace/std/identitydict.py b/pypy/objspace/std/identitydict.py ---

[pypy-commit] pypy default: typo?

2011-06-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r45084:9d4650930387 Date: 2011-06-23 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9d4650930387/ Log:typo? diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py ---

[pypy-commit] pypy default: typo

2011-06-04 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r44694:082471699815 Date: 2011-06-04 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/082471699815/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++

[pypy-commit] pypy default: Typo.

2011-06-03 Thread Armin Rigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r44682:a98d7b4c1f16 Date: 2011-06-04 06:46 +0200 http://bitbucket.org/pypy/pypy/changeset/a98d7b4c1f16/ Log:Typo. diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/pypy/module/cpyext/intobject.py +++