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
*
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
*
Apptest reformat for stringformat. Moved apptests from test_tupleobject and ...
quejebo
2020-03-02
4
-655
/
+640
*
Split applevel tests of test_complexobject to a new file using the new applev...
quejebo
2020-03-01
2
-556
/
+553
*
Convert apptest descroperation to new format. Split test_binop_overriding su...
quejebo
2020-03-01
4
-962
/
+802
*
convert test_descriptor to use new apptest format
quejebo
2020-03-01
2
-171
/
+170
*
fix bug
Carl Friedrich Bolz-Tereick
2020-02-29
2
-1
/
+7
*
fix for zero-length in e19783dac960
Matti Picus
2020-02-28
1
-0
/
+2
*
make less stuff alive across the merge point
Carl Friedrich Bolz-Tereick
2020-02-27
1
-1
/
+1
*
help the annotator use a more efficient comparison
Carl Friedrich Bolz-Tereick
2020-02-27
1
-1
/
+1
*
ouch, it's *not* safe to promote list strategies, due to SizeListStrategy. use
Carl Friedrich Bolz-Tereick
2020-02-24
1
-8
/
+8
*
merge default
Carl Friedrich Bolz-Tereick
2020-02-21
1
-1
/
+8
|
\
|
*
it seems that space.iteriterable is broken, because exceptions from space.next
Carl Friedrich Bolz-Tereick
2020-02-12
1
-1
/
+8
*
|
annoying: the jit main loops get split at the can_enter_jit (or
Carl Friedrich Bolz-Tereick
2020-02-19
1
-4
/
+12
*
|
various fixes
Carl Friedrich Bolz-Tereick
2020-02-09
4
-5
/
+14
*
|
- introduce space.iterator_greenkey which returns "something" that can be used
Carl Friedrich Bolz-Tereick
2020-02-09
5
-28
/
+38
|
/
*
fix translation (why does the same code work on py3.6?)
Carl Friedrich Bolz-Tereick
2020-02-08
1
-1
/
+5
*
(cfbolz) graft 4c6c15e3e3bf to get the useful names "listview_ascii", instead
Armin Rigo
2019-04-13
11
-75
/
+73
*
argh, fix bug in locale-specific string formatting: the thousands separator w...
Carl Friedrich Bolz-Tereick
2020-01-30
2
-1
/
+19
*
add missing reverse operations to set and frozenset objects
Carl Friedrich Bolz-Tereick
2020-01-30
2
-0
/
+50
*
make sure that we first check for invalid format chars before trying to get the
Carl Friedrich Bolz-Tereick
2020-01-29
2
-3
/
+17
*
correct position for errors when doing unicode formatting
Carl Friedrich Bolz-Tereick
2020-01-29
2
-1
/
+13
*
test and fix for #3146
Carl Friedrich Bolz-Tereick
2020-01-09
3
-0
/
+21
*
fix issue #3137: rsplit of unicode strings that end with a non-ascii char was...
Carl Friedrich Bolz-Tereick
2019-12-31
1
-0
/
+3
[next]