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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixes
Armin Rigo
2020-11-24
2
-3
/
+6
|
*
back-port the rpython bits of "py3.7-rsre"
Armin Rigo
2020-11-24
8
-129
/
+327
|
*
update how-to-release document
Matti Picus
2020-11-21
1
-2
/
+6
|
*
document 7.3.3 release
Matti Picus
2020-11-21
2
-13
/
+7
|
*
Added tag release-pypy3.7-v7.3.3 for changeset 7e6e2bb30ac5
Matti Picus
2020-11-21
1
-0
/
+1
|
*
Added tag release-pypy3.6-v7.3.3 for changeset db1e853f94de
Matti Picus
2020-11-21
1
-0
/
+1
|
*
Added tag release-pypy2.7-v7.3.3 for changeset a29ef73f9b32
Matti Picus
2020-11-21
1
-0
/
+1
|
*
merge branch to fix xml default attribute assignment into default
Matti Picus
2020-11-20
3
-2
/
+24
|
\
|
*
test, fix xml default attribute values (issue 3333) (thanks obfusk)
Matti Picus
2020-11-20
3
-2
/
+24
|
/
*
document merged branch
Matti Picus
2020-11-20
1
-0
/
+3
|
*
try to simplify and clarify contributing instructions
Matti Picus
2020-11-20
1
-21
/
+10
|
*
Merge branch 'branch/new-ci-image' into 'branch/default'
Antonio Cuni
2020-11-20
3
-3
/
+42
|
\
|
|
|
|
|
|
|
|
|
|
Use the heptapod docker registry See merge request pypy/pypy!776
|
*
CI: Add a Dockerfile for CI
Christoph Reiter
2020-11-20
3
-3
/
+42
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can be uploaded to the heptapod/gitlab package registry and pulled in the CI runner from there. Prevents hitting pull limits on docker hub.
|
*
branch where to fix the docker image
Antonio Cuni
2020-11-20
0
-0
/
+0
|
|
*
|
Added tag release-pypy3.7-v7.3.3rc2 for changeset 7e6e2bb30ac5
Matti Picus
2020-11-18
1
-0
/
+1
|
|
*
|
Added tag release-pypy3.6-v7.3.3rc2 for changeset db1e853f94de
Matti Picus
2020-11-18
1
-0
/
+1
|
|
*
|
Added tag release-pypy2.7-v7.3.3rc2 for changeset a29ef73f9b32
Matti Picus
2020-11-18
1
-0
/
+1
|
|
*
|
update repackage script
Matti Picus
2020-11-18
1
-2
/
+2
|
/
*
update release note
Matti Picus
2020-11-18
1
-3
/
+10
|
*
Update project-ideas, more work needed.
Matti Picus
2020-11-18
1
-18
/
+16
|
*
clarify CCHARP vs CWCHARP in rwinreg
Matti Picus
2020-11-15
1
-18
/
+22
|
*
Find a hackish way to parse enums
Ronan Lamy
2020-08-08
2
-0
/
+40
|
|
|
|
(grafted from 6b1670dc58b96b676437fa875b2b0d6e38828d76)
*
Added tag release-pypy3.7-v7.3.3rc1 for changeset 6cf8fa20a7f6
Matti Picus
2020-11-11
1
-0
/
+1
|
*
Added tag release-pypy3.6-v7.3.3rc1 for changeset fab92f174c77
Matti Picus
2020-11-11
1
-0
/
+1
|
*
Added tag release-pypy2.7-v7.3.3rc1 for changeset a29ef73f9b32
Matti Picus
2020-11-11
1
-0
/
+1
|
*
fix link for topaz
Matti Picus
2020-11-05
1
-1
/
+1
|
*
update test
Matti Picus
2020-11-04
1
-3
/
+2
|
*
move test
Matti Picus
2020-11-04
1
-0
/
+0
|
*
document hpy as part of the release
Matti Picus
2020-11-03
2
-4
/
+5
|
*
Ensure compatibility of r_singlefloat/r_longfloat hashes with equality
Ronan Lamy
2020-11-02
1
-0
/
+6
|
*
typo in macro name
Matti Picus
2020-11-02
1
-1
/
+1
|
*
add missing include, needs sychronization with upstream
Matti Picus
2020-11-01
1
-0
/
+1
|
*
add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2
Matti Picus
2020-11-01
3
-0
/
+22
|
*
2to3 makecontributor.py, update contributors
Matti Picus
2020-10-31
4
-450
/
+455
|
*
start 7.3.3 release cycle
Matti Picus
2020-10-31
8
-10
/
+19
|
*
move whatsnew-head
Matti Picus
2020-10-31
1
-0
/
+0
|
*
tweak struct, adapt test to new struct layout
Matti Picus
2020-10-30
2
-26
/
+27
|
*
update release note
Matti Picus
2020-10-30
1
-0
/
+2
|
*
revert these files to remove os.prlimit from 2.7
Matti Picus
2020-10-30
3
-75
/
+1
|
*
test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307)
Matti Picus
2020-10-29
2
-1
/
+17
|
*
update release note
Matti Picus
2020-10-29
1
-18
/
+69
|
*
fix translation
Matti Picus
2020-10-29
1
-6
/
+10
|
*
add draft release note
Matti Picus
2020-10-29
1
-0
/
+140
|
*
merge cptpcrd-resource-prlimit, which provides resource.prlimit
Matti Picus
2020-10-29
4
-1
/
+79
|
\
|
*
document, close branch to be merged
Matti Picus
2020-10-29
1
-0
/
+4
|
|
|
*
my_prlimit -> _prlimit (in _resource_build)
cptpcrd
2020-10-29
2
-3
/
+3
|
|
|
*
only compile my_prlimit header on Linux
cptpcrd
2020-10-28
1
-2
/
+6
|
|
|
*
add resource.prlimit() (added in CPython 3.4)
cptpcrd
2020-10-28
3
-1
/
+71
|
|
*
|
dynamically allocate Py_buffer.format if needed, issue 3336
Matti Picus
2020-10-29
4
-30
/
+10
|
|
*
|
backport changes from py3.6
Matti Picus
2020-10-23
1
-0
/
+5
|
|
[next]