[pypy-commit] pypy py3k_add_terminal_size: Slight tweaks

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86524:007aa1dff8cb Date: 2016-08-24 21:34 -0400 http://bitbucket.org/pypy/pypy/changeset/007aa1dff8cb/ Log:Slight tweaks diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k_add_terminal_size: Whitespace fix.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86525:090a7002785e Date: 2016-08-24 21:37 -0400 http://bitbucket.org/pypy/pypy/changeset/090a7002785e/ Log:Whitespace fix. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy py3k_add_terminal_size: get_terminal_size lib-python tests pass on windows after translation.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86523:8d4194d34b83 Date: 2016-08-24 13:37 -0400 http://bitbucket.org/pypy/pypy/changeset/8d4194d34b83/ Log:get_terminal_size lib-python tests pass on windows after translation. diff --git

[pypy-commit] pypy py3k_add_terminal_size: Posting what I have so far.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86521:7cf5e409328e Date: 2016-08-23 19:41 -0400 http://bitbucket.org/pypy/pypy/changeset/7cf5e409328e/ Log:Posting what I have so far. diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3k_add_terminal_size: lib-python test passes for linux now at least.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86522:8befc19a63b8 Date: 2016-08-24 09:55 -0400 http://bitbucket.org/pypy/pypy/changeset/8befc19a63b8/ Log:lib-python test passes for linux now at least. diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3k_add_terminal_size: Fix translation.

2016-08-25 Thread marky1991
Author: Mark Young Branch: py3k_add_terminal_size Changeset: r86526:8af26ef17f86 Date: 2016-08-24 22:42 -0400 http://bitbucket.org/pypy/pypy/changeset/8af26ef17f86/ Log:Fix translation. diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: Merging with upstream 3k

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86468:159ee4a5dd97 Date: 2016-08-23 17:46 -0400 http://bitbucket.org/pypy/pypy/changeset/159ee4a5dd97/ Log:Merging with upstream 3k diff too long, truncating to 2000 out of 35449 lines diff --git a/dotviewer/graphparse.py

[pypy-commit] pypy py3k: Merging from windows with linux side

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86467:c78024f7ecad Date: 2016-08-23 17:40 -0400 http://bitbucket.org/pypy/pypy/changeset/c78024f7ecad/ Log:Merging from windows with linux side diff too long, truncating to 2000 out of 5058 lines diff --git

[pypy-commit] pypy py3k: Define clock_t on windows too.

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86466:9f32d69d4211 Date: 2016-08-23 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/9f32d69d4211/ Log:Define clock_t on windows too. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy py3k: Reapply the fix from issue 2348. Translation works now.

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86151:94394e83a162 Date: 2016-08-09 16:17 + http://bitbucket.org/pypy/pypy/changeset/94394e83a162/ Log:Reapply the fix from issue 2348. Translation works now. diff --git a/rpython/translator/c/src/precommondefs.h

[pypy-commit] pypy py3k: Working on fixing freebsd.

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86146:a7a048ffb511 Date: 2016-08-02 10:54 -0400 http://bitbucket.org/pypy/pypy/changeset/a7a048ffb511/ Log:Working on fixing freebsd. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Reduce diff with cpython. (thanks for pointing this out, David\!)

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86150:51fa15119324 Date: 2016-08-04 11:08 -0400 http://bitbucket.org/pypy/pypy/changeset/51fa15119324/ Log:Reduce diff with cpython. (thanks for pointing this out, David\!) diff --git

[pypy-commit] pypy py3k: Fixed translation for freebsd.

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86149:575f3ed5760a Date: 2016-08-02 21:40 + http://bitbucket.org/pypy/pypy/changeset/575f3ed5760a/ Log:Fixed translation for freebsd. diff --git a/pypy/module/_posixsubprocess/_posixsubprocess.c

[pypy-commit] pypy py3k: Merging.

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86147:a5d44d8c7857 Date: 2016-08-02 10:54 -0400 http://bitbucket.org/pypy/pypy/changeset/a5d44d8c7857/ Log:Merging. diff too long, truncating to 2000 out of 4974 lines diff --git a/lib-python/conftest.py

[pypy-commit] pypy py3k: Mostly fix translation on freebsd. A failure still happens late in translation, but rtyping works at least.

2016-08-11 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86148:2d01427fae77 Date: 2016-08-02 18:57 + http://bitbucket.org/pypy/pypy/changeset/2d01427fae77/ Log:Mostly fix translation on freebsd. A failure still happens late in translation, but rtyping works at least.

[pypy-commit] pypy py3k-finish_time: Make all tests pass for the time module. lib-python/test_time.py still fails test_mktime_error when run untranslated, but this test is skipped when run translated

2016-08-02 Thread marky1991
Author: Mark Young Branch: py3k-finish_time Changeset: r85996:80df0bb39be6 Date: 2016-07-17 23:51 -0400 http://bitbucket.org/pypy/pypy/changeset/80df0bb39be6/ Log:Make all tests pass for the time module. lib-python/test_time.py still fails test_mktime_error when

[pypy-commit] pypy py3k: Figured out I was wrongly inverting the meaning of the flag returned by QueryPerformanceCounter.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85806:edfdbc91c877 Date: 2016-07-16 22:49 -0400 http://bitbucket.org/pypy/pypy/changeset/edfdbc91c877/ Log:Figured out I was wrongly inverting the meaning of the flag returned by QueryPerformanceCounter. diff --git

[pypy-commit] pypy py3k: Get rid of HAVE_CLOCK as it should be present for all supported platforms.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85805:1cb5b55f850c Date: 2016-07-16 18:07 -0400 http://bitbucket.org/pypy/pypy/changeset/1cb5b55f850c/ Log:Get rid of HAVE_CLOCK as it should be present for all supported platforms. diff --git

[pypy-commit] pypy py3k: Went through all flows and everything seems to match cpython now. Tested everything on windows and it appears to be okay. Now just to test post-translation.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85804:80a2afe8903f Date: 2016-07-08 01:29 -0400 http://bitbucket.org/pypy/pypy/changeset/80a2afe8903f/ Log:Went through all flows and everything seems to match cpython now. Tested everything on windows and it appears to

[pypy-commit] pypy py3k: Fix a few silly typos.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85802:c67f0979fc8a Date: 2016-07-07 23:11 -0400 http://bitbucket.org/pypy/pypy/changeset/c67f0979fc8a/ Log:Fix a few silly typos. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Figuring out what was going wrong.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85803:7af8f789512b Date: 2016-07-07 23:57 -0400 http://bitbucket.org/pypy/pypy/changeset/7af8f789512b/ Log:Figuring out what was going wrong. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Hopefully final tweaks to match all fallback scenarios with cpython for time.get_clock_info .

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85801:6cec221f8473 Date: 2016-07-07 21:53 -0400 http://bitbucket.org/pypy/pypy/changeset/6cec221f8473/ Log:Hopefully final tweaks to match all fallback scenarios with cpython for time.get_clock_info . diff --git

[pypy-commit] pypy py3k: Trying something. (Working on my linux box so as to avoid work in cmd.exe)

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85268:3fa9246938e2 Date: 2016-05-22 14:43 -0400 http://bitbucket.org/pypy/pypy/changeset/3fa9246938e2/ Log:Trying something. (Working on my linux box so as to avoid work in cmd.exe) diff --git

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85279:ae756a654002 Date: 2016-05-29 11:56 -0400 http://bitbucket.org/pypy/pypy/changeset/ae756a654002/ Log:Merge with upstream. diff too long, truncating to 2000 out of 3066 lines diff --git

[pypy-commit] pypy py3k: Let's try this.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85273:577eaa27faf2 Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/577eaa27faf2/ Log:Let's try this. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85272:abc95a8adea5 Date: 2016-05-24 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/abc95a8adea5/ Log:Merge with upstream. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py

[pypy-commit] pypy py3k: Merging with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85283:3509fa74996d Date: 2016-06-03 01:00 -0400 http://bitbucket.org/pypy/pypy/changeset/3509fa74996d/ Log:Merging with upstream. diff too long, truncating to 2000 out of 5949 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy py3k: Commit to ask about the error.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85281:610233617927 Date: 2016-05-31 10:28 -0400 http://bitbucket.org/pypy/pypy/changeset/610233617927/ Log:Commit to ask about the error. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Add fallbacks to gettimeofday.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85282:d77c43d58ade Date: 2016-06-03 00:43 -0400 http://bitbucket.org/pypy/pypy/changeset/d77c43d58ade/ Log:Add fallbacks to gettimeofday. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Testing

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85276:4e492dd30bf2 Date: 2016-05-24 22:06 -0400 http://bitbucket.org/pypy/pypy/changeset/4e492dd30bf2/ Log:Testing diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Merging with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85280:853abe86c4e9 Date: 2016-05-30 12:46 -0400 http://bitbucket.org/pypy/pypy/changeset/853abe86c4e9/ Log:Merging with upstream. diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

[pypy-commit] pypy py3k: Committing so I can diff between mine and upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85278:aa738befc92c Date: 2016-05-29 11:16 -0400 http://bitbucket.org/pypy/pypy/changeset/aa738befc92c/ Log:Committing so I can diff between mine and upstream. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k: Let's try this.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85274:4c460de3aa2a Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/4c460de3aa2a/ Log:Let's try this. diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py --- a/lib-python/3/sysconfig.py +++

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85266:1f829b014269 Date: 2016-05-20 21:22 -0400 http://bitbucket.org/pypy/pypy/changeset/1f829b014269/ Log:Merge with upstream. diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -22,3 +22,4 @@

[pypy-commit] pypy py3k: Fixes and useless logs. Will remove useles logs later.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85270:0dcaec29c001 Date: 2016-05-22 18:43 -0400 http://bitbucket.org/pypy/pypy/changeset/0dcaec29c001/ Log:Fixes and useless logs. Will remove useles logs later. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k: Merge with upstream I hope.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85267:57b204adccaa Date: 2016-05-22 13:06 -0400 http://bitbucket.org/pypy/pypy/changeset/57b204adccaa/ Log:Merge with upstream I hope. diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py ---

[pypy-commit] pypy py3k: Commit what I have for now.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85277:2932c4d0829b Date: 2016-05-27 01:22 -0400 http://bitbucket.org/pypy/pypy/changeset/2932c4d0829b/ Log:Commit what I have for now. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Implement dynamic lookup properly.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85275:c16046ea79d3 Date: 2016-05-24 21:30 -0400 http://bitbucket.org/pypy/pypy/changeset/c16046ea79d3/ Log:Implement dynamic lookup properly. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Commit what I have so far so I can test on windows. Everything added might not work properly. (Tests certainly don't pass)

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85265:b00ce92dc54f Date: 2016-05-17 00:07 -0400 http://bitbucket.org/pypy/pypy/changeset/b00ce92dc54f/ Log:Commit what I have so far so I can test on windows. Everything added might not work properly. (Tests certainly

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85271:96a0f86b3857 Date: 2016-05-23 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/96a0f86b3857/ Log:Merge with upstream. diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k-clock_get_info: Testing

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84766:76ff06b4ab05 Date: 2016-05-24 22:06 -0400 http://bitbucket.org/pypy/pypy/changeset/76ff06b4ab05/ Log:Testing diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-clock_get_info: Let's try this.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84763:359e77a154cf Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/359e77a154cf/ Log:Let's try this. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-clock_get_info: Fixes and useless logs. Will remove useles logs later.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84760:0b80c5cf783b Date: 2016-05-22 18:43 -0400 http://bitbucket.org/pypy/pypy/changeset/0b80c5cf783b/ Log:Fixes and useless logs. Will remove useles logs later. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-clock_get_info: Merge with upstream.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84761:3e0bda2343b6 Date: 2016-05-23 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/3e0bda2343b6/ Log:Merge with upstream. diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py ---

[pypy-commit] pypy py3k-clock_get_info: Commit what I have for now.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84767:4d48d9b4edba Date: 2016-05-27 01:22 -0400 http://bitbucket.org/pypy/pypy/changeset/4d48d9b4edba/ Log:Commit what I have for now. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-clock_get_info: Implement dynamic lookup properly.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84765:336db4a60686 Date: 2016-05-24 21:30 -0400 http://bitbucket.org/pypy/pypy/changeset/336db4a60686/ Log:Implement dynamic lookup properly. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-clock_get_info: Trying something. (Working on my linux box so as to avoid work in cmd.exe)

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84758:5c772ebbe6a3 Date: 2016-05-22 14:43 -0400 http://bitbucket.org/pypy/pypy/changeset/5c772ebbe6a3/ Log:Trying something. (Working on my linux box so as to avoid work in cmd.exe) diff --git

[pypy-commit] pypy py3k-clock_get_info: Let's try this.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84764:e7720cf7a556 Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/e7720cf7a556/ Log:Let's try this. diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py ---

[pypy-commit] pypy py3k-clock_get_info: Merge heads

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84759:31765d8f2c2c Date: 2016-05-22 14:44 -0400 http://bitbucket.org/pypy/pypy/changeset/31765d8f2c2c/ Log:Merge heads diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py ---

[pypy-commit] pypy py3k-clock_get_info: Merge with upstream.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84762:4ebf50fbc945 Date: 2016-05-24 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/4ebf50fbc945/ Log:Merge with upstream. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy py3k-clock_get_info: Merge with upstream I hope.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84757:556883029e83 Date: 2016-05-22 13:06 -0400 http://bitbucket.org/pypy/pypy/changeset/556883029e83/ Log:Merge with upstream I hope. diff --git a/lib-python/3/test/test_descr.py

[pypy-commit] pypy py3k-clock_get_info: Merge with upstream.

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84756:a491593ec0e7 Date: 2016-05-20 21:22 -0400 http://bitbucket.org/pypy/pypy/changeset/a491593ec0e7/ Log:Merge with upstream. diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -22,3 +22,4 @@

[pypy-commit] pypy py3k-clock_get_info: Commit what I have so far so I can test on windows. Everything added might not work properly. (Tests certainly don't pass)

2016-05-27 Thread marky1991
Author: Mark Young Branch: py3k-clock_get_info Changeset: r84755:855624d777e9 Date: 2016-05-17 00:07 -0400 http://bitbucket.org/pypy/pypy/changeset/855624d777e9/ Log:Commit what I have so far so I can test on windows. Everything added might not work properly.

[pypy-commit] pypy py3k: Fix test_inspect.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84462:d9251d36a77d Date: 2016-05-14 01:47 -0400 http://bitbucket.org/pypy/pypy/changeset/d9251d36a77d/ Log:Fix test_inspect. diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3/inspect.py +++

[pypy-commit] pypy py3k: Review changes.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84465:9326980087ef Date: 2016-05-14 23:27 -0400 http://bitbucket.org/pypy/pypy/changeset/9326980087ef/ Log:Review changes. diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3/inspect.py +++

[pypy-commit] pypy py3k: Merge from upstream.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84464:71dbedca9ddf Date: 2016-05-14 23:16 -0400 http://bitbucket.org/pypy/pypy/changeset/71dbedca9ddf/ Log:Merge from upstream. diff too long, truncating to 2000 out of 8017 lines diff --git a/dotviewer/graphserver.py

[pypy-commit] pypy py3k: Respond to feedback. Matches cpython's intent more closely.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84463:7808db43d429 Date: 2016-05-14 23:09 -0400 http://bitbucket.org/pypy/pypy/changeset/7808db43d429/ Log:Respond to feedback. Matches cpython's intent more closely. diff --git a/lib-python/3/inspect.py

[pypy-commit] pypy py3k: Restore 975377190519 and 177135a9fa92, making the two pickle test suites pass.

2016-05-14 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84441:41ca20fe9080 Date: 2016-05-14 19:52 -0400 http://bitbucket.org/pypy/pypy/changeset/41ca20fe9080/ Log:Restore 975377190519 and 177135a9fa92, making the two pickle test suites pass. diff --git

[pypy-commit] pypy py3k: Match cpython's inconsistent warning about the now-deprecated unicode_internal codec.

2016-05-07 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84281:3c339639fd2f Date: 2016-05-07 16:29 -0400 http://bitbucket.org/pypy/pypy/changeset/3c339639fd2f/ Log:Match cpython's inconsistent warning about the now-deprecated unicode_internal codec. diff --git

[pypy-commit] pypy py3k: Fix deque as I meant to do before. Added tests specifically testing pickleability of deque iterators.

2016-05-06 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84266:e31a3547aa90 Date: 2016-05-06 01:13 -0400 http://bitbucket.org/pypy/pypy/changeset/e31a3547aa90/ Log:Fix deque as I meant to do before. Added tests specifically testing pickleability of deque iterators. diff

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #444)

2016-05-06 Thread marky1991
Author: Mark Young <marky1...@gmail.com> Branch: py3k Changeset: r84268:5624ae62ac73 Date: 2016-05-06 10:19 -0400 http://bitbucket.org/pypy/pypy/changeset/5624ae62ac73/ Log:Merged in marky1991/pypy_new/py3k (pull request #444) Py3k Finish Deque Fix diff --git a/lib-

[pypy-commit] pypy py3k: Fix the message to report the type correctly.

2016-05-06 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84267:1248da245a30 Date: 2016-05-06 10:04 -0400 http://bitbucket.org/pypy/pypy/changeset/1248da245a30/ Log:Fix the message to report the type correctly. diff --git a/pypy/module/_collections/interp_deque.py

[pypy-commit] pypy py3k: Move deque fixes to py3k so I don't have to merge with upstream again.

2016-05-05 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84233:a01ca77166d6 Date: 2016-05-03 14:07 -0400 http://bitbucket.org/pypy/pypy/changeset/a01ca77166d6/ Log:Move deque fixes to py3k so I don't have to merge with upstream again. diff --git

[pypy-commit] pypy py3k: Update islice to not accept floats to match cpython and update own tests to match islice's reference-holding behavior in cpython.

2016-05-03 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84170:acbc6e257771 Date: 2016-05-01 15:58 -0400 http://bitbucket.org/pypy/pypy/changeset/acbc6e257771/ Log:Update islice to not accept floats to match cpython and update own tests to match islice's reference-holding

[pypy-commit] pypy py3k: Hopefully merged correctly.

2016-05-03 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84172:230df15b48da Date: 2016-05-03 10:36 -0400 http://bitbucket.org/pypy/pypy/changeset/230df15b48da/ Log:Hopefully merged correctly. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy py3k: Fix pep 8 issue.

2016-05-03 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84171:6db07c7d7059 Date: 2016-05-02 06:53 -0400 http://bitbucket.org/pypy/pypy/changeset/6db07c7d7059/ Log:Fix pep 8 issue. diff --git a/pypy/module/itertools/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Fix infinite loop bug in reduce.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84042:dfeff15ecc62 Date: 2016-04-25 02:05 -0400 http://bitbucket.org/pypy/pypy/changeset/dfeff15ecc62/ Log:Fix infinite loop bug in reduce. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy 33_fix_itertools: Use support.gc_collect instead of regular gc.collect

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84046:a940916c3f40 Date: 2016-04-29 15:08 -0400 http://bitbucket.org/pypy/pypy/changeset/a940916c3f40/ Log:Use support.gc_collect instead of regular gc.collect diff --git a/lib-python/3/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Get rid of out-of-date comment.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84044:3dae50cc472c Date: 2016-04-29 07:47 -0400 http://bitbucket.org/pypy/pypy/changeset/3dae50cc472c/ Log:Get rid of out-of-date comment. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy 33_fix_itertools: Fix the islice test.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84037:40a29d6f9028 Date: 2016-04-22 00:24 -0400 http://bitbucket.org/pypy/pypy/changeset/40a29d6f9028/ Log:Fix the islice test. diff --git a/lib-python/3/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Respond to review.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84045:4608f2a4e438 Date: 2016-04-29 15:01 -0400 http://bitbucket.org/pypy/pypy/changeset/4608f2a4e438/ Log:Respond to review. diff --git a/lib-python/3/test/test_itertools.py b/lib-python/3/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Get rid of all of the changes in test_itertools I never meant to actually commit.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84041:5adbc0348e12 Date: 2016-04-25 02:03 -0400 http://bitbucket.org/pypy/pypy/changeset/5adbc0348e12/ Log:Get rid of all of the changes in test_itertools I never meant to actually commit. diff --git

[pypy-commit] pypy 33_fix_itertools: Sort of fix the remaining itertools tests. Translation is currently broken and I had to use a lot of isinstance assertions to make the annotator happy. Committing

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84038:b8b4f1dbd1bc Date: 2016-04-24 19:28 -0400 http://bitbucket.org/pypy/pypy/changeset/b8b4f1dbd1bc/ Log:Sort of fix the remaining itertools tests. Translation is currently broken and I had to use a lot of

[pypy-commit] pypy 33_fix_itertools: Got rid of unnecessary space.wrap calls and was then able to get rid of two of the three type assertions.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84040:9f7cb7aded10 Date: 2016-04-24 23:57 -0400 http://bitbucket.org/pypy/pypy/changeset/9f7cb7aded10/ Log:Got rid of unnecessary space.wrap calls and was then able to get rid of two of the three type

[pypy-commit] pypy 33_fix_itertools: Fix translation. (Thanks ronan)

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84039:c84d7d8227be Date: 2016-04-24 21:06 -0400 http://bitbucket.org/pypy/pypy/changeset/c84d7d8227be/ Log:Fix translation. (Thanks ronan) diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy 33_fix_itertools: Fix final two failing tests.

2016-04-29 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r84043:94204cd7d00d Date: 2016-04-28 20:48 -0400 http://bitbucket.org/pypy/pypy/changeset/94204cd7d00d/ Log:Fix final two failing tests. diff --git a/pypy/module/itertools/__init__.py

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/33_fix_itertools (pull request #437)

2016-04-29 Thread marky1991
Author: Mark Young <marky1...@gmail.com> Branch: py3k Changeset: r84047:e16f720c6101 Date: 2016-04-29 17:02 -0400 http://bitbucket.org/pypy/pypy/changeset/e16f720c6101/ Log:Merged in marky1991/pypy_new/33_fix_itertools (pull request #437) 33_fix_itertools diff --git a/lib-py

[pypy-commit] pypy 33_fix_itertools: That 'unnecessary' change was required to make translation not fail. Add it back.

2016-04-13 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83652:ca1b4e9652e6 Date: 2016-04-12 16:43 -0400 http://bitbucket.org/pypy/pypy/changeset/ca1b4e9652e6/ Log:That 'unnecessary' change was required to make translation not fail. Add it back. diff --git

[pypy-commit] pypy 33_fix_itertools: Add newlines to match PEP8 and as requested.

2016-04-13 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83653:2822467985c4 Date: 2016-04-12 16:56 -0400 http://bitbucket.org/pypy/pypy/changeset/2822467985c4/ Log:Add newlines to match PEP8 and as requested. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy 33_fix_itertools: Fix itertools failures.

2016-04-12 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83630:5b4752980288 Date: 2016-04-10 01:12 -0400 http://bitbucket.org/pypy/pypy/changeset/5b4752980288/ Log:Fix itertools failures. diff --git a/lib-python/3/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Get rid of some unnecessary changes.

2016-04-12 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83631:c5325898e2ae Date: 2016-04-11 22:14 -0400 http://bitbucket.org/pypy/pypy/changeset/c5325898e2ae/ Log:Get rid of some unnecessary changes. diff --git a/lib-python/3/test/test_itertools.py

[pypy-commit] pypy 33_fix_itertools: Work on adding pickling support for the itertools classes. (Doesn't work yet for product)

2016-04-12 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83627:f5e53a56f323 Date: 2016-03-13 10:57 -0400 http://bitbucket.org/pypy/pypy/changeset/f5e53a56f323/ Log:Work on adding pickling support for the itertools classes. (Doesn't work yet for product) diff

[pypy-commit] pypy 33_fix_itertools: Fixed it in pyinteractive (and fixed a correctness issue), but translation is still broken.

2016-04-12 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83628:5d1307ba83ee Date: 2016-03-13 13:31 -0400 http://bitbucket.org/pypy/pypy/changeset/5d1307ba83ee/ Log:Fixed it in pyinteractive (and fixed a correctness issue), but translation is still broken. diff

[pypy-commit] pypy 33_fix_itertools: Oops. Didn't mean to commit those changes to test_itertools. Backing that out.

2016-04-12 Thread marky1991
Author: Mark Young Branch: 33_fix_itertools Changeset: r83633:bb52bf6d26bf Date: 2016-04-11 22:30 -0400 http://bitbucket.org/pypy/pypy/changeset/bb52bf6d26bf/ Log:Oops. Didn't mean to commit those changes to test_itertools. Backing that out.

[pypy-commit] pypy fix_magic_reload: Skip all that checking when we're just trying to replace the initialdict with the current dict.

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82605:f573ee8d305a Date: 2016-02-28 18:42 -0500 http://bitbucket.org/pypy/pypy/changeset/f573ee8d305a/ Log:Skip all that checking when we're just trying to replace the initialdict with the current dict.

[pypy-commit] pypy fix_magic_reload: Rename the parameter to something (hopefully) more clear.

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82603:a63321cb4f25 Date: 2016-02-27 09:08 -0500 http://bitbucket.org/pypy/pypy/changeset/a63321cb4f25/ Log:Rename the parameter to something (hopefully) more clear. diff --git a/pypy/interpreter/mixedmodule.py

[pypy-commit] pypy fix_magic_reload: Merge py3.3 in

2016-02-28 Thread marky1991
gradov + Jeremy Thurgood Pawe Piotr Przeradowski + Spenser Bauman Paul deGrandis Ilya Osadchiy + marky1991 Tobias Oberstein Adrian Kuhn Boris Feigin @@ -134,14 +139,12 @@ Georg Brandl Bert Freudenberg Stian Andreassen - Edd Barrett + Tobias Pape Wanja Saatkamp

[pypy-commit] pypy fix_magic_reload: Add new parm to save_module_content_for_reload to allow explicit calls to save the entire current module.w_dict into initialdict. (Fixes test_magic)

2016-02-28 Thread marky1991
Author: Mark Young Branch: fix_magic_reload Changeset: r82602:486605b16836 Date: 2016-02-23 00:09 -0500 http://bitbucket.org/pypy/pypy/changeset/486605b16836/ Log:Add new parm to save_module_content_for_reload to allow explicit calls to save the entire current

[pypy-commit] pypy py3.3: If the module is already in sys.modules, it must be a reload, so just initialize the existing module instance and return it. (Fixes test_reload_builtin)

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82469:afa0092349e3 Date: 2016-02-13 10:12 -0500 http://bitbucket.org/pypy/pypy/changeset/afa0092349e3/ Log:If the module is already in sys.modules, it must be a reload, so just initialize the existing module instance

[pypy-commit] pypy py3.3: Translation still not fixed. Committing so I can ask about the problem.

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82471:4678e88f7915 Date: 2016-02-14 11:28 -0500 http://bitbucket.org/pypy/pypy/changeset/4678e88f7915/ Log:Translation still not fixed. Committing so I can ask about the problem. diff --git

[pypy-commit] pypy fix_module_repr: Respond to feedback.

2016-02-24 Thread marky1991
Author: Mark Young Branch: fix_module_repr Changeset: r82475:02c4b715132b Date: 2016-02-21 12:40 -0500 http://bitbucket.org/pypy/pypy/changeset/02c4b715132b/ Log:Respond to feedback. diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py ---

[pypy-commit] pypy py3.3: Fix translation.

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82472:6aef6089a236 Date: 2016-02-14 12:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6aef6089a236/ Log:Fix translation. diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3/importlib/_bootstrap.py ---

[pypy-commit] pypy fix_module_repr: Respond to mjacob's feedback.

2016-02-24 Thread marky1991
Author: Mark Young Branch: fix_module_repr Changeset: r82476:97351ee2ac6f Date: 2016-02-22 22:27 -0500 http://bitbucket.org/pypy/pypy/changeset/97351ee2ac6f/ Log:Respond to mjacob's feedback. diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py ---

[pypy-commit] pypy py3.3: Fix Module.repr to use space.builtin_modules to determine if a module is builtin. (Fixes regression in test_shadow_extension_2.)

2016-02-24 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82470:1139cf119d2a Date: 2016-02-13 11:46 -0500 http://bitbucket.org/pypy/pypy/changeset/1139cf119d2a/ Log:Fix Module.repr to use space.builtin_modules to determine if a module is builtin. (Fixes regression in

[pypy-commit] pypy fix_module_repr: Add a comment and fix an unintended change in the comment.

2016-02-24 Thread marky1991
Author: Mark Young Branch: fix_module_repr Changeset: r82474:5f69cc129429 Date: 2016-02-20 15:27 -0500 http://bitbucket.org/pypy/pypy/changeset/5f69cc129429/ Log:Add a comment and fix an unintended change in the comment. diff --git a/pypy/interpreter/module.py

[pypy-commit] pypy fix_module_repr: Fix module repr as per PEP 420.

2016-02-24 Thread marky1991
Author: Mark Young Branch: fix_module_repr Changeset: r82473:89cec61d8f3d Date: 2016-02-20 13:46 -0500 http://bitbucket.org/pypy/pypy/changeset/89cec61d8f3d/ Log:Fix module repr as per PEP 420. diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py ---

[pypy-commit] pypy py3.3: Fix translation.

2016-02-13 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82206:00c150ed026d Date: 2016-02-13 00:20 -0500 http://bitbucket.org/pypy/pypy/changeset/00c150ed026d/ Log:Fix translation. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py ---

[pypy-commit] pypy py3.3: Make my changes respect proper rpython convention. Also, change to a items() based approach for save_module_content_for_reload.

2016-02-12 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82197:0832f3abe320 Date: 2016-02-12 20:51 -0500 http://bitbucket.org/pypy/pypy/changeset/0832f3abe320/ Log:Make my changes respect proper rpython convention. Also, change to a items() based approach for

[pypy-commit] pypy py3.3: Fix test_reimport_builtin again.

2016-02-12 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82196:38a9de4803aa Date: 2016-02-11 23:48 -0500 http://bitbucket.org/pypy/pypy/changeset/38a9de4803aa/ Log:Fix test_reimport_builtin again. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py ---

[pypy-commit] pypy py3.3: Don't do an O(n) membership check on the dict's keys. Just do the O(1) membership check in the dict itself.

2016-02-12 Thread marky1991
Author: Mark Young Branch: py3.3 Changeset: r82199:41b2dabb978a Date: 2016-02-12 21:16 -0500 http://bitbucket.org/pypy/pypy/changeset/41b2dabb978a/ Log:Don't do an O(n) membership check on the dict's keys. Just do the O(1) membership check in the dict itself.

  1   2   >