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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
document branch
Carl Friedrich Bolz-Tereick
2021-01-27
1
-0
/
+7
*
remove debugging comment, make test_pypy_c more natural
Carl Friedrich Bolz-Tereick
2021-01-26
4
-10
/
+8
*
stop field optimizations in a few of the existing tests
Carl Friedrich Bolz-Tereick
2021-01-26
4
-0
/
+7
*
fix a problem with undetected type-instability: it wasn't found if the
Carl Friedrich Bolz-Tereick
2021-01-26
3
-34
/
+124
*
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
3
-8
/
+37
*
fix bug in more complicated patterns of boxed and unboxed attributes
Carl Friedrich Bolz-Tereick
2021-01-19
2
-1
/
+44
*
merge default
Carl Friedrich Bolz-Tereick
2021-01-19
7
-20
/
+87
|
\
|
*
add str2constcharp for tests
Matti Picus
2021-01-04
1
-11
/
+11
|
*
test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)
Matti Picus
2021-01-03
3
-3
/
+61
|
*
happy new year
Matti Picus
2021-01-01
1
-1
/
+1
|
*
trivial test fixes, backport Py_NAN fix
Matti Picus
2020-12-31
2
-7
/
+10
|
*
document and close branch to be merged
Matti Picus
2020-12-30
1
-0
/
+6
*
|
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
*
detail
Armin Rigo
2020-12-28
1
-1
/
+2
*
PyPy3 port of this paragraph in the documentation
Armin Rigo
2020-12-28
1
-5
/
+8
*
wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refact...
Matti Picus
2020-12-28
3
-0
/
+27
*
fix test, since importing re no longer imports types (via copy_reg)
Matti Picus
2020-12-27
1
-1
/
+1
*
fix translation
Matti Picus
2020-12-27
1
-0
/
+1
*
hack at app_main and importing of types until test_proper_sys_path passes on ...
Matti Picus
2020-12-26
2
-2
/
+30
*
fix 64-bit windows translation (nulano)
Matti Picus
2020-12-26
1
-1
/
+1
*
make order of arguments consistent with CPython, related to issue 2267
Matti Picus
2020-12-24
1
-2
/
+3
*
more tweaks to windows documentation
Matti Picus
2020-12-24
1
-9
/
+6
*
update icon
Matti Picus
2020-12-24
1
-0
/
+0
*
copy manifest from cpython and link it into pypy.exe (issue 3363)
Matti Picus
2020-12-24
2
-6
/
+38
*
merge branch that updates documentation now that win64 is merged
Matti Picus
2020-12-23
6
-75
/
+97
|
\
|
*
document and close branch to be merged
Matti Picus
2020-12-23
1
-0
/
+4
|
*
refactor the win64 work into a separate page, fix some warnings
Matti Picus
2020-12-23
4
-75
/
+89
|
*
adopt review changes
Matti Picus
2020-12-23
1
-8
/
+8
|
*
convert the win64 plan from future tense to past tense
Matti Picus
2020-12-21
2
-38
/
+42
*
|
remove balnk lines
Matti Picus
2020-12-23
1
-5
/
+0
*
|
minimize diff to py3.7
Matti Picus
2020-12-23
2
-4
/
+21
*
|
remove redundant PyUnicodeCheck* since they are macros in unicode.h
Matti Picus
2020-12-23
3
-22
/
+30
*
|
mention other tasks after releasing a version
Matti Picus
2020-12-20
1
-1
/
+5
|
/
[next]