GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
module
/
__pypy__
Commit message (
Expand
)
Author
Age
Files
Lines
*
disabled more in test signal (bbot seems to still timeout...), simplification...
Richard Plangger
2016-02-03
1
-2
/
+5
*
disabled blocking tests
Richard Plangger
2016-02-03
1
-0
/
+2
*
introduce a special class W_ModuleDictObject which stores the strategy as a
Carl Friedrich Bolz
2016-01-13
1
-1
/
+1
*
Add __pypy__.decode_long(), an app-level interface to
Armin Rigo
2016-01-05
3
-3
/
+29
*
fix translation
fijal
2015-11-18
1
-2
/
+4
*
implement a simple code callback
fijal
2015-11-18
3
-0
/
+25
*
Another performance boost to the common case of zip().
Armin Rigo
2015-09-28
2
-0
/
+5
*
fix fork-before=pyjitpl
Maciej Fijalkowski
2015-09-08
1
-7
/
+0
*
fix jitlogparser tests
Maciej Fijalkowski
2015-09-08
1
-0
/
+2
*
uncomment the part that checks cpumodel, but leave the note
Maciej Fijalkowski
2015-09-08
1
-14
/
+14
*
merge default
Maciej Fijalkowski
2015-08-28
3
-8
/
+67
|
\
|
*
use attach_gdb in __pypy__
Carl Friedrich Bolz
2015-08-10
2
-8
/
+5
|
*
add __pypy__.get_hidden_tb so pypy2's app_main can grab the current traceback
Philip Jenvey
2015-06-18
3
-0
/
+24
|
*
adapt to py2.7
Philip Jenvey
2015-06-18
1
-4
/
+1
|
*
hide app_main's frames. this breaks sys.exc_info but py3 offers a workaround
Philip Jenvey
2013-02-24
3
-0
/
+41
*
|
write a comment
Maciej Fijalkowski
2015-06-05
1
-0
/
+4
*
|
disable those features in favor of having a working --fork-before for now
Maciej Fijalkowski
2015-06-05
1
-13
/
+13
|
/
*
issue #1442: protect against the little-sensical reload(sys) that
Armin Rigo
2015-02-27
3
-0
/
+22
*
hg merge default
Armin Rigo
2015-01-19
2
-0
/
+15
|
\
|
*
Write docstring for __pypy__.reversed_dict().
Armin Rigo
2015-01-13
1
-0
/
+8
|
*
Implement __pypy__.reversed_dict()
Armin Rigo
2015-01-13
2
-0
/
+7
*
|
in-progress
Armin Rigo
2015-01-14
1
-5
/
+7
|
/
*
Use __class__.__name__ directly here.
Armin Rigo
2014-07-09
1
-7
/
+3
*
Unify __pypy__.list_strategy() with __pypy__.dictstrategy() and make it
Armin Rigo
2014-07-09
4
-28
/
+49
*
fix test_bytebuffer on win32
Brian Kearns
2014-04-24
1
-2
/
+3
*
unicodeobject has old buffer interface
Brian Kearns
2014-04-24
1
-0
/
+2
*
clean up buffer/memoryview setitem
Brian Kearns
2014-04-24
1
-0
/
+12
*
move buffer to rpython
Brian Kearns
2014-04-23
1
-1
/
+1
*
merge default
Brian Kearns
2014-04-22
2
-3
/
+9
|
\
|
*
Fix for 6dac6407412f. Very obscure.
Armin Rigo
2014-04-16
1
-3
/
+8
|
*
Test and fix: submodules of built-in modules had their classes
Armin Rigo
2014-04-15
1
-0
/
+1
*
|
use a readonly flag on buffers rather than separate classes
Brian Kearns
2014-03-25
1
-2
/
+5
|
/
*
more unused
Brian Kearns
2014-03-18
1
-1
/
+0
*
more buffer cleanups
Brian Kearns
2014-03-18
1
-3
/
+1
*
hg merge default
Manuel Jacob
2014-03-18
5
-3
/
+92
|
\
|
*
fix test_list_strategy
Brian Kearns
2014-03-04
1
-0
/
+2
|
*
Add __pypy__.locals_to_fast(), from an idea by Fabio Zadrozny to allow a
Armin Rigo
2014-02-06
3
-0
/
+88
|
*
shorten operationerrfmt -> oefmt to ease its use all over the place
Philip Jenvey
2014-02-03
1
-3
/
+2
*
|
hg merge default
Manuel Jacob
2014-01-28
2
-4
/
+6
|
\
|
|
*
disambiguate the 6 different uses of "index"
Carl Friedrich Bolz
2014-01-24
1
-3
/
+3
|
*
rename the String strategies and {getitems,listview,newlist}_str -> bytes to be
Philip Jenvey
2014-01-21
1
-1
/
+3
*
|
hg merge default
Manuel Jacob
2013-11-20
6
-3
/
+15
|
\
|
|
*
Wait longer in this test
Armin Rigo
2013-11-11
1
-1
/
+1
|
*
alex convinced me to kill this special case. let the jit handle it
Maciej Fijalkowski
2013-11-05
1
-9
/
+1
|
*
actually run tests
Maciej Fijalkowski
2013-11-05
1
-3
/
+1
|
*
hack a little differently. test to follow
Maciej Fijalkowski
2013-11-05
1
-1
/
+8
|
*
optimize calling with strings of length one
Maciej Fijalkowski
2013-11-05
1
-1
/
+5
|
*
Add __pypy__.debug_flush() to request a debug_flush from app-level
Armin Rigo
2013-11-03
3
-0
/
+11
|
*
Rename the flag "threadsafe" to rffi.llexternal() into "releasegil", which
Armin Rigo
2013-09-15
1
-2
/
+2
*
|
Fix __pypy__.bytebuffer.
Manuel Jacob
2013-08-28
1
-1
/
+2
|
/
[next]