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 (
Expand
)
Author
Age
Files
Lines
*
fix merge
release-5.1
mattip
2016-04-19
1
-1
/
+1
*
merge default into branch
mattip
2016-04-19
92
-1244
/
+2292
|
\
|
*
update for 5.1 release
mattip
2016-04-19
2
-7
/
+5
|
*
PyEval_ThreadsInitialized(): don't return always 1
Armin Rigo
2016-04-19
4
-1
/
+18
|
*
Uh, the test was not doing anything
Armin Rigo
2016-04-19
1
-0
/
+2
|
*
Mention the issue in the crash message
Armin Rigo
2016-04-19
1
-1
/
+3
|
*
c_forkpty() must have the same "raw" declaration as c_fork().
Armin Rigo
2016-04-19
1
-3
/
+9
|
*
import this too
Armin Rigo
2016-04-19
1
-3
/
+15
|
*
Update to cffi/eeef3869b994
Armin Rigo
2016-04-19
4
-10
/
+33
|
*
print the progress uppon test failure (test_gil), increased the time it sleep...
Richard Plangger
2016-04-19
1
-1
/
+6
|
*
don't store line and column on Nonterminal, introduce a special one-child
Carl Friedrich Bolz
2016-04-19
3
-30
/
+74
|
*
try to reduce the size of concrete syntax tree nodes
Carl Friedrich Bolz
2016-04-19
4
-439
/
+504
|
*
add
mattip
2016-04-19
1
-0
/
+1
|
*
fix isinstance(deque(), Hashable) on the pure python deque
Philip Jenvey
2016-04-18
2
-2
/
+7
|
*
fix annotation error reporting for stat_result.__getitem__
Ronan Lamy
2016-04-19
1
-1
/
+2
|
*
untabbify
mattip
2016-04-18
1
-14
/
+14
|
*
use TempInt instead of TempVar, the latter has not type property
Richard Plangger
2016-04-18
1
-2
/
+2
|
*
List _resource_cffi here
Armin Rigo
2016-04-18
1
-2
/
+3
|
*
Kill ctypes_config_cache
Armin Rigo
2016-04-18
8
-260
/
+1
|
*
port _pypy_wait
Armin Rigo
2016-04-18
5
-109
/
+76
|
*
Rewrite resource.py to use cffi instead of ctypes_config_cache
Armin Rigo
2016-04-18
4
-166
/
+213
|
*
(s390x) overwrote already defined variable, lead to wrong assignment
Richard Plangger
2016-04-18
1
-21
/
+20
|
*
rewritten test, sleeping up to ~25 second to wait for the initial thread to s...
Richard Plangger
2016-04-18
1
-5
/
+6
|
*
import cffi/5d45c8d8df09 and add missing file
Armin Rigo
2016-04-18
5
-23
/
+78
|
*
(s390x) marked two tests to be brittle, they some times fail only on one mach...
Richard Plangger
2016-04-18
1
-0
/
+4
|
*
(s390x) prevent setting the key none in reg_bindings
Richard Plangger
2016-04-18
1
-0
/
+11
|
*
was missing: ffi.list_types()
Armin Rigo
2016-04-17
2
-0
/
+180
|
*
update the version number of cffi to 1.6.0 and import the current
Armin Rigo
2016-04-17
12
-28
/
+253
|
*
Sandbox didn't work in 5.0
Stefano Rivera
2016-04-17
1
-0
/
+2
|
*
That was a bug-fix to the NEON bug-fix
Stefano Rivera
2016-04-17
1
-2
/
+0
|
*
update contributors
mattip
2016-04-17
2
-13
/
+25
|
*
document merged branches
mattip
2016-04-17
1
-0
/
+9
|
*
merge branch which provides numpy.broadcast
mattip
2016-04-17
4
-0
/
+210
|
|
\
|
|
*
close branch to be merged
mattip
2016-04-17
0
-0
/
+0
|
|
*
merge default into branch
mattip
2016-04-17
113
-3274
/
+2339
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
merge heads
Armin Rigo
2016-04-17
1
-3
/
+2
|
|
\
\
|
|
*
|
Try to fix OS X translation
Ronan Lamy
2016-04-17
1
-3
/
+2
|
*
|
|
Fast paths for unpack()
Armin Rigo
2016-04-17
6
-24
/
+46
|
*
|
|
Implement ffi.unpack(); the fast-paths are coming next
Armin Rigo
2016-04-17
9
-57
/
+127
|
|
/
/
|
*
|
fix the detection code (probably) for ARM
Armin Rigo
2016-04-16
1
-1
/
+4
|
*
|
fix for test_file
Armin Rigo
2016-04-16
1
-4
/
+4
|
*
|
clarify UINT handling
Philip Jenvey
2016-04-15
1
-9
/
+9
|
*
|
Add ffi.rawstring()
Armin Rigo
2016-04-15
7
-1
/
+78
|
*
|
Merged in rposix-for-3 (pull request #427)
Ronan Lamy
2016-04-15
2
-13
/
+33
|
|
\
\
|
|
*
|
Close branch rposix-for-3
Ronan Lamy
2016-04-15
0
-0
/
+0
|
|
*
|
Add wrapper for fstatat()
Ronan Lamy
2016-04-06
2
-0
/
+28
|
|
*
|
Reuse rposix definition of TIMESPEC in rposix_stat
Ronan Lamy
2016-04-06
1
-13
/
+5
|
|
*
|
hg merge default
Ronan Lamy
2016-04-06
137
-2054
/
+3606
|
|
|
\
\
|
*
|
|
|
Two tests and two related fixes in typeobject (segfaults the translated
Armin Rigo
2016-04-15
2
-3
/
+27
|
*
|
|
|
translation issue resolved
Richard Plangger
2016-04-15
1
-4
/
+7
[next]