[pypy-commit] stmgc default: hg merge c7-full-profiling

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r1455:cc49f150515a Date: 2014-10-05 11:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/cc49f150515a/ Log:hg merge c7-full-profiling Change the way we get profiling information: now we get all events invoking a callback (transaction st

[pypy-commit] stmgc c7-full-profiling: Works, merging

2014-10-05 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1454:a6344eb3dbdd Date: 2014-10-05 11:07 +0200 http://bitbucket.org/pypy/stmgc/changeset/a6344eb3dbdd/ Log:Works, merging ___ pypy-commit mailing list [email protected] https://mail.pyth

[pypy-commit] stmgc default: Forgot to generate these events

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r1456:903f2a6c1ed9 Date: 2014-10-05 11:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/903f2a6c1ed9/ Log:Forgot to generate these events diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -17

[pypy-commit] pypy stmgc-c7: Forgot to "hg add" these files

2014-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73778:9a2d8c9e9c98 Date: 2014-10-04 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9a2d8c9e9c98/ Log:Forgot to "hg add" these files diff --git a/rpython/translator/stm/src_stm/stm/prof.c b/rpython/translator/stm/src_stm/stm/prof.c new fi

[pypy-commit] pypy stmgc-c7: import stmgc/903f2a6c1ed9

2014-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73779:baee254ae5d2 Date: 2014-10-05 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/baee254ae5d2/ Log:import stmgc/903f2a6c1ed9 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] stmgc default: Some tests for 903f2a6c1ed9

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r1457:f89f44ca1dc9 Date: 2014-10-05 12:07 +0200 http://bitbucket.org/pypy/stmgc/changeset/f89f44ca1dc9/ Log:Some tests for 903f2a6c1ed9 diff --git a/c7/test/test_marker.py b/c7/test/test_marker.py --- a/c7/test/test_marker.py +++ b/c7/test/test_marker.p

[pypy-commit] stmgc default: Must also dump the number of the other thread.

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r1458:32dbfbd04b6f Date: 2014-10-05 14:50 +0200 http://bitbucket.org/pypy/stmgc/changeset/32dbfbd04b6f/ Log:Must also dump the number of the other thread. diff --git a/c7/stm/prof.c b/c7/stm/prof.c --- a/c7/stm/prof.c +++ b/c7/stm/prof.c @@ -14,6 +14,7

[pypy-commit] pypy stmgc-c7: import stmgc/32dbfbd04b6f

2014-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73780:c7d8dc261e28 Date: 2014-10-05 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c7d8dc261e28/ Log:import stmgc/32dbfbd04b6f diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c7: Reporting a summary of a PYPYSTM file

2014-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73781:e51b6e693dec Date: 2014-10-05 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/e51b6e693dec/ Log:Reporting a summary of a PYPYSTM file diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py new file mode 100755 --- /dev/nu

[pypy-commit] pypy stmgc-c7: Print the source code line, if found

2014-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r73782:34ec42503109 Date: 2014-10-05 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/34ec42503109/ Log:Print the source code line, if found diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_log.py +

[pypy-commit] pypy refine-testrunner: merge from default

2014-10-05 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r73784:27f5610c0e09 Date: 2014-10-05 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/27f5610c0e09/ Log:merge from default diff too long, truncating to 2000 out of 11590 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE ++

[pypy-commit] pypy default: Remove the extra "lock" argument to two functions from rlib.rpython.

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r73785:a86675035c46 Date: 2014-10-05 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a86675035c46/ Log:Remove the extra "lock" argument to two functions from rlib.rpython. Instead, use internal logic to create a lock if necessary. diff --gi

[pypy-commit] pypy refine-testrunner: Fix Tests

2014-10-05 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r73783:d37fb439e6b2 Date: 2014-10-05 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/d37fb439e6b2/ Log:Fix Tests diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py

[pypy-commit] pypy default: not needed any more

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r73786:e1d48c6b8f2a Date: 2014-10-05 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e1d48c6b8f2a/ Log:not needed any more diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socket/__init__.py --- a/pypy/module/_socket/__init__.py +++ b/py

[pypy-commit] pypy var-in-Some: hg merge default

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73788:d47b22ad6792 Date: 2014-10-05 04:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d47b22ad6792/ Log:hg merge default diff --git a/rpython/tool/uid.py b/rpython/tool/uid.py --- a/rpython/tool/uid.py +++ b/rpython/tool/uid.py @@ -1,18 +

[pypy-commit] pypy var-in-Some: pass the annotator object down to the specialised operation analysers

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73789:49ee4640237d Date: 2014-10-05 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/49ee4640237d/ Log:pass the annotator object down to the specialised operation analysers diff --git a/rpython/annotator/binaryop.py b/rpython/ann

[pypy-commit] pypy var-in-Some: Don't put AnnotatedValues in ._is_type_of

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73787:0660898bd1b3 Date: 2014-10-04 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/0660898bd1b3/ Log:Don't put AnnotatedValues in ._is_type_of diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython

[pypy-commit] pypy default: Pass more systematically around the ports as an RPython int. It now

2014-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r73790:aa5d6556e1f1 Date: 2014-10-05 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/aa5d6556e1f1/ Log:Pass more systematically around the ports as an RPython int. It now gets casted to USHORT only when stored into the structure fields. dif

[pypy-commit] pypy var-in-Some: kill 3rd argument of RPythonAnnotator.binding()

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73791:61604ad10046 Date: 2014-10-05 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/61604ad10046/ Log:kill 3rd argument of RPythonAnnotator.binding() Create RPythonAnnotator.annotation() diff --git a/rpython/annotator/annrpytho

[pypy-commit] pypy decimal-libmpdec: Add Decimal.compare()

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73800:0c6834800875 Date: 2014-09-27 17:43 +0200 http://bitbucket.org/pypy/pypy/changeset/0c6834800875/ Log:Add Decimal.compare() diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py ---

[pypy-commit] pypy decimal-libmpdec: Decimal.real and .imag

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73804:18a9e5d3a851 Date: 2014-09-28 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/18a9e5d3a851/ Log:Decimal.real and .imag diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py --

[pypy-commit] pypy decimal-libmpdec: More methods

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73805:669e787ee92e Date: 2014-09-28 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/669e787ee92e/ Log:More methods diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py --- a/pypy/m

[pypy-commit] pypy decimal-libmpdec: hg merge py3.3

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73796:0bc729d9c30e Date: 2014-09-19 01:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0bc729d9c30e/ Log:hg merge py3.3 diff --git a/pypy/module/faulthandler/interp_faulthandler.py b/pypy/module/faulthandler/interp_faulthan

[pypy-commit] pypy decimal-libmpdec: Progress

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73806:f9ce042d71da Date: 2014-09-28 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/f9ce042d71da/ Log:Progress diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py --- a/pypy/modul

[pypy-commit] pypy decimal-libmpdec: Ensure that _decimal exception types have a __module__, otherwise this confuses traceback.py.

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73793:bef69d4879cd Date: 2014-09-18 00:52 +0200 http://bitbucket.org/pypy/pypy/changeset/bef69d4879cd/ Log:Ensure that _decimal exception types have a __module__, otherwise this confuses traceback.py. diff --git a/pypy

[pypy-commit] pypy decimal-libmpdec: more methods

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73812:7fc8de349403 Date: 2014-10-02 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7fc8de349403/ Log:more methods diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py --- a/pypy/m

[pypy-commit] pypy decimal-libmpdec: Implement Decimal.__format__.

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73799:874ecb09ba3b Date: 2014-09-24 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/874ecb09ba3b/ Log:Implement Decimal.__format__. diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decima

[pypy-commit] pypy decimal-libmpdec: Decimal.to_eng_string()

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73803:7838c75545bd Date: 2014-09-28 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/7838c75545bd/ Log:Decimal.to_eng_string() diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py -

[pypy-commit] pypy decimal-libmpdec: Implement Context.__reduce__ to fix copy.copy()

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73797:e08246460e6a Date: 2014-09-19 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e08246460e6a/ Log:Implement Context.__reduce__ to fix copy.copy() diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_dec

[pypy-commit] pypy decimal-libmpdec: Fix, and add pickle support.

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73809:5cbebee1fe07 Date: 2014-09-30 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/5cbebee1fe07/ Log:Fix, and add pickle support. diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context

[pypy-commit] pypy decimal-libmpdec: Add _decimal.__version__ and __libmpdec_version__

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73795:d7400a663d3b Date: 2014-09-19 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/d7400a663d3b/ Log:Add _decimal.__version__ and __libmpdec_version__ diff --git a/pypy/module/_decimal/__init__.py b/pypy/module/_decimal/

[pypy-commit] pypy decimal-libmpdec: Fix cross-pickling between _decimal and decimal.py

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73810:0bde01cb23ae Date: 2014-10-01 19:08 +0200 http://bitbucket.org/pypy/pypy/changeset/0bde01cb23ae/ Log:Fix cross-pickling between _decimal and decimal.py diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_

[pypy-commit] pypy decimal-libmpdec: Fix Context traps when passed as a dictionary.

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73798:8ca6f0d4f9a2 Date: 2014-09-19 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/8ca6f0d4f9a2/ Log:Fix Context traps when passed as a dictionary. diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_deci

[pypy-commit] pypy decimal-libmpdec: Refresh libmpdec with the version shipped with cpython-3.3.5

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73794:a9f2aa1662c0 Date: 2014-09-19 00:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a9f2aa1662c0/ Log:Refresh libmpdec with the version shipped with cpython-3.3.5 diff --git a/rpython/translator/c/src/libmpdec/basearith.c

[pypy-commit] pypy py3.3: Add "all_threads" parameter to faulthandler.enable().

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r73792:827283240a44 Date: 2014-09-18 00:33 +0200 http://bitbucket.org/pypy/pypy/changeset/827283240a44/ Log:Add "all_threads" parameter to faulthandler.enable(). diff --git a/pypy/module/faulthandler/interp_faulthandler.py b/pypy/module/

[pypy-commit] pypy decimal-libmpdec: More functions

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73802:f104883f9752 Date: 2014-09-28 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f104883f9752/ Log:More functions diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.py --- a/pypy

[pypy-commit] pypy decimal-libmpdec: Not tested, does not translate: remove code.

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73801:c43923fde747 Date: 2014-09-27 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c43923fde747/ Log:Not tested, does not translate: remove code. diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decima

[pypy-commit] pypy py3.3: merge heads

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r73816:4b30aa9e63e5 Date: 2014-10-05 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/4b30aa9e63e5/ Log:merge heads diff --git a/pypy/module/faulthandler/interp_faulthandler.py b/pypy/module/faulthandler/interp_faulthandler.py --- a/

[pypy-commit] pypy decimal-libmpdec: More methods

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73807:a75ccd9fcb14 Date: 2014-09-30 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a75ccd9fcb14/ Log:More methods diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py --- a/pypy/m

[pypy-commit] pypy decimal-libmpdec: add Decimal.same_quantum

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73811:95ba229db13d Date: 2014-10-01 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/95ba229db13d/ Log:add Decimal.same_quantum diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py

[pypy-commit] pypy decimal-libmpdec: Fix comparison with complex

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73808:37fcab3a88c9 Date: 2014-09-30 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/37fcab3a88c9/ Log:Fix comparison with complex diff --git a/pypy/module/_decimal/interp_decimal.py b/pypy/module/_decimal/interp_decimal.

[pypy-commit] pypy decimal-libmpdec: more methods

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73813:468148ab Date: 2014-10-02 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/468148ab/ Log:more methods diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py --- a/pypy/m

[pypy-commit] pypy decimal-libmpdec: hg merge py3.3

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73817:8f8d7ad8360d Date: 2014-10-05 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/8f8d7ad8360d/ Log:hg merge py3.3 diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-pyth

[pypy-commit] pypy decimal-libmpdec: More fixes

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73815:ce9baaf3a921 Date: 2014-10-05 20:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ce9baaf3a921/ Log:More fixes diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py --- a/pypy/mod

[pypy-commit] pypy decimal-libmpdec: More methods

2014-10-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: decimal-libmpdec Changeset: r73814:5a97de386f52 Date: 2014-10-04 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/5a97de386f52/ Log:More methods diff --git a/pypy/module/_decimal/interp_context.py b/pypy/module/_decimal/interp_context.py --- a/pypy/m

[pypy-commit] extradoc extradoc: More slides

2014-10-05 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5422:2e225431af6a Date: 2014-10-01 16:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/2e225431af6a/ Log:More slides diff --git a/talk/pyconie2014/talk.rst b/talk/pyconie2014/talk.rst --- a/talk/pyconie2014/talk.rst +++ b/talk/pycon

[pypy-commit] extradoc extradoc: Final (hopefully) version

2014-10-05 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5423:a2242bbae59d Date: 2014-10-05 20:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/a2242bbae59d/ Log:Final (hopefully) version diff --git a/talk/pyconie2014/talk.rst b/talk/pyconie2014/talk.rst --- a/talk/pyconie2014/talk.rst ++

[pypy-commit] extradoc extradoc: Update accomodation

2014-10-05 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5425:e020c4c36d7f Date: 2014-10-05 21:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/e020c4c36d7f/ Log:Update accomodation diff --git a/sprintinfo/warsaw-2014/people.txt b/sprintinfo/warsaw-2014/people.txt --- a/sprintinfo/warsaw

[pypy-commit] extradoc extradoc: Merge heads

2014-10-05 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5424:12b314a72e1f Date: 2014-10-05 21:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/12b314a72e1f/ Log:Merge heads diff --git a/sprintinfo/warsaw-2014/announcement.txt b/sprintinfo/warsaw-2014/announcement.txt --- a/sprintinfo/wa

[pypy-commit] extradoc extradoc: Move the "future" slide to the end

2014-10-05 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5426:52815725aaa2 Date: 2014-10-05 22:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/52815725aaa2/ Log:Move the "future" slide to the end diff --git a/talk/pyconie2014/talk.rst b/talk/pyconie2014/talk.rst --- a/talk/pyconie2014/ta

[pypy-commit] extradoc extradoc: add myself

2014-10-05 Thread mattip
Author: mattip Branch: extradoc Changeset: r5427:bd935d2329f9 Date: 2014-10-05 23:28 +0300 http://bitbucket.org/pypy/extradoc/changeset/bd935d2329f9/ Log:add myself diff --git a/sprintinfo/warsaw-2014/people.txt b/sprintinfo/warsaw-2014/people.txt --- a/sprintinfo/warsaw-2014/people.txt +++

[pypy-commit] pypy var-in-Some: kill AnnotatedValue; store the annotation directly on the Variable

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73818:d41673491dc8 Date: 2014-10-05 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/d41673491dc8/ Log:kill AnnotatedValue; store the annotation directly on the Variable diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/an

[pypy-commit] pypy var-in-Some: replace unsimplify.copyvar() with Variable.copy()

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73819:831df4bed8a4 Date: 2014-10-06 01:57 +0100 http://bitbucket.org/pypy/pypy/changeset/831df4bed8a4/ Log:replace unsimplify.copyvar() with Variable.copy() diff --git a/rpython/flowspace/model.py b/rpython/flowspace/model.py --- a/rpython/f

[pypy-commit] pypy var-in-Some: fix dotviewer

2014-10-05 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r73820:433946e5b1de Date: 2014-10-06 04:04 +0100 http://bitbucket.org/pypy/pypy/changeset/433946e5b1de/ Log:fix dotviewer diff --git a/rpython/translator/tool/graphpage.py b/rpython/translator/tool/graphpage.py --- a/rpython/translator/tool/

[pypy-commit] pypy default: test for valid fd earlier

2014-10-05 Thread mattip
Author: mattip Branch: Changeset: r73821:ab66c5140bd6 Date: 2014-10-06 00:09 +0300 http://bitbucket.org/pypy/pypy/changeset/ab66c5140bd6/ Log:test for valid fd earlier diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext

[pypy-commit] pypy default: change order

2014-10-05 Thread mattip
Author: Matti Picus Branch: Changeset: r73822:5c0e512cf6dc Date: 2014-10-06 08:00 +0300 http://bitbucket.org/pypy/pypy/changeset/5c0e512cf6dc/ Log:change order diff --git a/pypy/module/cpyext/eval.py b/pypy/module/cpyext/eval.py --- a/pypy/module/cpyext/eval.py +++ b/pypy/module/cpyext/eval