[pypy-commit] pypy default: Update the comment from CPython's 101bf827611a.

2013-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r67160:0bb221958198 Date: 2013-10-06 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/0bb221958198/ Log:Update the comment from CPython's 101bf827611a. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++

[pypy-commit] pypy default: update the comment

2013-03-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62730:35425577893a Date: 2013-03-24 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/35425577893a/ Log:update the comment diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py --- a/rpython/annotator/classdef.py +++ b/r

[pypy-commit] pypy default: update the comment and kill the XXX, this is not really 'temporary' at all

2012-03-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r53889:842c2e057680 Date: 2012-03-22 11:02 +0100 http://bitbucket.org/pypy/pypy/changeset/842c2e057680/ Log:update the comment and kill the XXX, this is not really 'temporary' at all diff --git a/pypy/module/_socket/test/test_sock_app.py b/py