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
/
objspace
Commit message (
Expand
)
Author
Age
Files
Lines
*
woops
Carl Friedrich Bolz-Tereick
2021-03-02
1
-1
/
+1
*
some ascii fast paths of latin-1 encoding/decoding
Carl Friedrich Bolz-Tereick
2021-03-02
2
-0
/
+11
*
fast path for unicode.upper/lower for ascii
Carl Friedrich Bolz-Tereick
2021-03-02
2
-6
/
+29
*
fix translation
Carl Friedrich Bolz-Tereick
2021-02-26
1
-0
/
+1
*
copy an optimization from CPython: when the search string of str.replace and
Carl Friedrich Bolz-Tereick
2021-02-25
4
-2
/
+30
*
only unbox ints on 64 bit machines (otherwise there is no memory saving and
Carl Friedrich Bolz-Tereick
2021-01-31
2
-41
/
+60
*
pretty subtle bug: when iterating over a map dict, some items would go missing!
Carl Friedrich Bolz-Tereick
2021-01-30
2
-7
/
+24
*
always go through _set_mapdict_map
Carl Friedrich Bolz-Tereick
2021-01-28
1
-6
/
+10
*
fix test_unbox_reorder_bug3
Carl Friedrich Bolz-Tereick
2021-01-28
2
-51
/
+16
*
add layout comments
Carl Friedrich Bolz-Tereick
2021-01-28
1
-15
/
+14
*
this took way too long: at least reproduce the failure in a unit test
Carl Friedrich Bolz-Tereick
2021-01-27
1
-0
/
+31
*
fix a bug where the unboxed storage would grow too large
Carl Friedrich Bolz-Tereick
2021-01-27
2
-2
/
+16
*
remove debugging comment, make test_pypy_c more natural
Carl Friedrich Bolz-Tereick
2021-01-26
1
-4
/
+4
*
fix a problem with undetected type-instability: it wasn't found if the
Carl Friedrich Bolz-Tereick
2021-01-26
2
-33
/
+68
*
add missing immutable field
Carl Friedrich Bolz-Tereick
2021-01-26
1
-1
/
+1
*
another reordering bug
Carl Friedrich Bolz-Tereick
2021-01-21
2
-10
/
+23
*
fix interaction of reordering and unboxing
Carl Friedrich Bolz-Tereick
2021-01-21
2
-5
/
+48
*
expose mapdict implementation via __pypy__ to help with debugability
Carl Friedrich Bolz-Tereick
2021-01-19
1
-6
/
+22
*
fix bug in more complicated patterns of boxed and unboxed attributes
Carl Friedrich Bolz-Tereick
2021-01-19
2
-1
/
+44
*
some more tests for specialized classes
Carl Friedrich Bolz-Tereick
2021-01-01
2
-8
/
+39
*
implement immutability of UnwrappedPlainAttributes
Carl Friedrich Bolz-Tereick
2020-12-31
2
-3
/
+45
*
implement type freezing for unboxed types:
Carl Friedrich Bolz-Tereick
2020-12-31
2
-8
/
+69
*
fix remaining tests
Carl Friedrich Bolz-Tereick
2020-12-31
3
-14
/
+19
*
in progress: the simple cases of unboxing work
Carl Friedrich Bolz-Tereick
2020-12-30
4
-25
/
+180
*
erase a bit differently
Carl Friedrich Bolz-Tereick
2020-12-30
2
-20
/
+20
*
factor out some common code into helper methods
Carl Friedrich Bolz-Tereick
2020-12-29
2
-18
/
+23
*
store everything erased
Carl Friedrich Bolz-Tereick
2020-12-29
2
-39
/
+56
*
rename length and be more careful about its uses
Carl Friedrich Bolz-Tereick
2020-12-29
2
-14
/
+21
*
rename super ambiguous "index" to "attrkind"
Carl Friedrich Bolz-Tereick
2020-12-28
1
-70
/
+70
*
factor out the more common path of "increase storage by 1" into its own method
Carl Friedrich Bolz-Tereick
2020-12-28
1
-9
/
+30
*
make set.update with non-set arguments more jit-friendly by
Carl Friedrich Bolz-Tereick
2020-11-30
2
-11
/
+19
*
merge default into stdlib-2.7.18-3
Stefano Rivera
2020-10-10
1
-4
/
+10
|
\
|
*
This test failure is known MacOS issue. We'll just have to live with a more l...
Stefano Rivera
2020-10-10
1
-4
/
+10
*
|
merge default into stdlib-2.7.18-3
Stefano Rivera
2020-10-09
1
-0
/
+5
|
\
|
|
*
improve the fake objspace so that it fails if you pass a resizable list to ne...
Antonio Cuni
2020-10-04
1
-0
/
+5
*
|
test, fix error message for CPython compatibility
Stefano Rivera
2020-10-07
1
-1
/
+1
*
|
(ronan, plan_rich) fix descriptor invocation inside the descr_call of W_TypeO...
Richard Plangger
2017-02-27
2
-1
/
+10
*
|
bytearray(obj) should call obj.__index__() instead of obj.__int__().
Stefano Rivera
2015-06-05
2
-2
/
+15
|
/
*
reduce diff with py3
Ronan Lamy
2020-09-02
1
-15
/
+18
*
Issue #3255
Armin Rigo
2020-07-01
2
-1
/
+17
*
#3251
Armin Rigo
2020-06-26
1
-0
/
+6
*
Allow overridden .__int__() in subclasses of complex to actually have an effe...
Ronan Lamy
2020-06-12
2
-2
/
+10
*
Change the signature of rlib.buffer.Buffer.getslice():
Armin Rigo
2020-03-13
3
-7
/
+8
*
Manually backout 6fe99e96ea52: AppTestW_TupleObject is used in test_specialis...
Ronan Lamy
2020-03-07
2
-227
/
+230
*
Remove troublesome and unnecessary imports
Ronan Lamy
2020-03-07
1
-2
/
+0
*
moved iterobject apptests to new format
quejebo
2020-03-02
2
-117
/
+117
*
convert instmethobject applevel tests to new format
quejebo
2020-03-02
2
-38
/
+38
*
convert applevel tests for callmethod to new format
quejebo
2020-03-02
2
-110
/
+107
*
update bufferobject apptests to new format
quejebo
2020-03-02
2
-213
/
+206
*
Converted all but one of the userobject apptests to the new format
quejebo
2020-03-02
2
-224
/
+223
[next]