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
/
module
/
_rawffi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge
nulano
2020-10-14
1
-13
/
+16
|
\
|
*
differentiate in tests between sys.maxunicode and sizeof(w_char_t)
Matti Picus
2020-07-23
1
-13
/
+16
*
|
merge default into branch
Matti Picus
2020-10-05
1
-2
/
+2
|
\
|
|
*
get rid of mentions of bitbucket
Matti Picus
2020-09-24
1
-2
/
+2
*
|
skip 32-bit specific test in _rawffi
nulano
2020-08-10
1
-2
/
+3
*
|
fix rffi.LONG vs rffi.SIGNED in _rawffi/alt
nulano
2020-07-24
5
-41
/
+63
*
|
fix test_clibffi.py::test_callback, test__rawffi.py::test_callback, _rawffi/c...
nulano
2020-07-18
2
-5
/
+5
|
/
*
Add common base class for SimpleView and RawBufferView
Ronan Lamy
2020-05-14
1
-1
/
+1
*
Move ArrayView to pypy.interpreter.buffer.RawBufferView
Ronan Lamy
2020-05-14
1
-59
/
+2
*
Fix format and itemsize in buffer protocol implementation for _rawffi.ArrayIn...
Ronan Lamy
2020-05-14
4
-18
/
+79
*
fix
Ronan Lamy
2020-05-14
1
-1
/
+1
*
Add 2 failing tests
Ronan Lamy
2020-05-13
1
-0
/
+9
*
Reduce diff with py3.6
Ronan Lamy
2020-05-13
5
-65
/
+51
*
test, fix CDLL(None) on win32 should raise TypeError
Matti Picus
2019-09-17
2
-7
/
+14
*
hg merge default
Ronan Lamy
2019-07-24
2
-7
/
+49
|
\
|
*
fix translation: %d in oefmt must be int
Matti Picus
2019-04-29
1
-2
/
+2
|
*
detail
Armin Rigo
2019-04-29
1
-1
/
+1
|
*
Test and fix
Armin Rigo
2019-04-29
2
-2
/
+22
|
*
Unicode characters out of range(0x11000): fix a few docstrings, and try to more
Armin Rigo
2019-03-27
2
-5
/
+27
*
|
hg merge default
Ronan Lamy
2019-03-12
6
-26
/
+33
|
\
|
|
*
test, fix for '\x00' in wcharp2utf8n
Matti Picus
2019-01-01
1
-3
/
+4
|
*
check for ascii field name
Matti Picus
2018-12-24
1
-1
/
+5
|
*
merge default into branch
Matti Picus
2018-12-09
1
-5
/
+3
|
|
\
|
*
\
merge default into branch
Matti Picus
2018-04-29
1
-4
/
+5
|
|
\
\
|
*
|
|
fix _rawffi and add a todo item
fijal
2017-12-09
2
-8
/
+9
|
*
|
|
translation fixes
Ronan Lamy
2017-12-09
2
-6
/
+6
|
*
|
|
remove the flag
fijal
2017-12-07
1
-2
/
+1
|
*
|
|
fix the warnings module, add we_are_translated for now
fijal
2017-12-03
1
-2
/
+2
|
*
|
|
start fixing _rawffi
fijal
2017-11-24
4
-15
/
+17
*
|
|
|
hg merge default
Ronan Lamy
2018-11-20
1
-5
/
+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Simplify tests
Ronan Lamy
2018-11-17
1
-5
/
+3
|
|
|
/
|
|
/
|
*
|
|
Fix translation
Ronan Lamy
2018-05-08
3
-20
/
+20
*
|
|
Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.py
Ronan Lamy
2018-11-07
2
-58
/
+58
|
/
/
*
|
fix for linux32 (how did it ever pass???)
Matti Picus
2018-04-11
1
-4
/
+5
*
|
Backport test additions and cleanups from unicode-utf8
Ronan Lamy
2017-12-12
1
-3
/
+3
|
/
*
patches from issue 2694, implement ctypes.CDLL(... handle=n)
Matti Picus
2017-11-01
1
-11
/
+11
*
WIP: hg merge default: lots of conflicts due to the merge of Pybuffer-backpor...
Antonio Cuni
2017-05-15
2
-2
/
+3
|
\
|
*
fix _rawffi
Ronan Lamy
2017-05-11
1
-0
/
+6
|
*
progress
Ronan Lamy
2017-05-08
2
-8
/
+4
*
|
use RawBuffer for all the various raw-memory backed buffers we have
Antonio Cuni
2017-05-09
1
-2
/
+2
|
/
*
Partial back-out of changeset 4b63e7093115
Armin Rigo
2017-04-05
27
-0
/
+0
*
conditionally call vmp_native_enable/disable (only if platform supports it), ...
Richard Plangger
2017-04-03
27
-0
/
+0
*
windows fix
Armin Rigo
2017-03-14
1
-1
/
+4
*
Replace space.realstr_w -> space.realtext_w and 'str_or_None' ->
Armin Rigo
2017-02-22
2
-3
/
+3
*
Remove space.str_w() and space.str0_w() in RPython code.
Armin Rigo
2017-02-22
1
-1
/
+1
*
more str unwrap_spec removed
Carl Friedrich Bolz
2016-12-06
4
-14
/
+14
*
progress: remove space.w_str completely (replaced by space.w_bytes and
Carl Friedrich Bolz
2016-12-02
2
-2
/
+2
*
replace more w_str and str_w instances
Carl Friedrich Bolz
2016-12-01
6
-14
/
+14
*
fix the annoying wrap in _rawffi
Carl Friedrich Bolz
2016-11-29
1
-2
/
+5
*
a number of fixes
Carl Friedrich Bolz
2016-11-22
1
-1
/
+1
[next]