index
:
delta/python-packages/cffi.git
AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197
HERE-in-paths
Luke-Rogers/add-license-to-trove-classifiers-1578493878065
adapt-tests-for-python3.11
add-float-dotdotdot
alex_gaynor/added-a-long-description-for-pypi-1374279083916
alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444
auto-types
bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737
binary_enum
buffer_richcompare
build-with-xcode-only
c99-array
calculate_variable_array_length
cffi-1.0
cffi-1.0.0b3
char16_char32_t
cmacros
complx/indexrst-edited-online-with-bitbucket-1403535394739
cpy-extension
create-tmp-homedir
ctypesdef
define-integer-constant
demo-cleanup
doc
doc-improvements
doc-index
doc-set_source
edbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587
eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984
embedding-pypy-win32
enum-as-int
ffi_closure_alloc
find-vcvars
fix-attribute-error-test-3.10
fix-multiple-sources-arguments
fix-typo
fix-zdist-test
fix/sinl
fix/unaligned-access
fix_filelike_flush
fix_missing_ffi_lib
hppa
int128
issue547
jasonandersonmyers/fix-broken-link-to-weave-1397835057617
less-partial-curses-demo
library-module
license_files
linux-only
load-from-exe-dir
macos11
master
memset
methane/homebrew-makes-symlink-for-current-versi-1412966022079
msvcrt
new_struct_allocated_size
ofekmeister/windows-support-py_limited_api-1534700268692
openvms
osx-tests
osx_use_homebrew
parse_constant_plus
podshumok/add-source_extnsion-param-to-verifier-1417477338819
project-links
py.code
py.test
py3.8-interp-dict
python3-port
python3.11.0b4
qualtypes
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
release-1.0
release-1.1
release-1.10
release-1.11
release-1.12
release-1.13
release-1.14
release-1.15
release-1.2
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
release-1.9
reusable-enum-values
setuptools_test_macos_fix
shortername
sirtom67/float_complex
slicing
split-verify
static-callback
static-callback-embedding
strbuf-as-buffer
the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138
thread-safe
tmpdir-from-environ
typos
update_libffi_arm64
verifier2
warn-no-ref-kept
wchar_t
win32
win32-callback
win32-ownlib
win32-stdcall
win32-zintegration
win64
windows
windows-tls
foss.heptapod.net: pypy/cffi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip a couple of new tests on Windows, because this method doesn't seem
Armin Rigo
2015-12-07
1
-0
/
+3
*
py3k compat
Armin Rigo
2015-12-07
4
-12
/
+26
*
hg merge default
Armin Rigo
2015-11-23
3
-1
/
+72
|
\
|
*
Copy the PyPy behavior on CPython too: two calls to new_handle(x),
Armin Rigo
2015-11-23
1
-0
/
+5
|
*
issue #233: ffi.init_once()
Armin Rigo
2015-11-23
2
-0
/
+66
|
*
fix
Armin Rigo
2015-11-17
1
-1
/
+1
*
|
Change the @ffi.def_extern() decorator to not automatically replace the
Armin Rigo
2015-11-20
1
-14
/
+16
*
|
Write one error message directly to stderr instead of sys.stderr. This
Armin Rigo
2015-11-18
3
-37
/
+44
*
|
update the code to use 'extern "Python"'
Armin Rigo
2015-11-18
1
-62
/
+64
*
|
Fix cparser
Armin Rigo
2015-11-18
1
-8
/
+22
*
|
hg merge default
Armin Rigo
2015-11-16
1
-2
/
+5
|
\
\
|
|
/
|
*
Skip this test when run inside pypy, where there is no ../c/commontypes.c
Armin Rigo
2015-11-16
1
-2
/
+5
*
|
More tests for what I thought would work because it uses the same code
Armin Rigo
2015-11-15
1
-1
/
+42
*
|
tests tests tests
Armin Rigo
2015-11-13
1
-8
/
+61
*
|
more tests
Armin Rigo
2015-11-13
1
-7
/
+38
*
|
More tests, make the name optional in ffi.call_python()
Armin Rigo
2015-11-13
1
-2
/
+42
*
|
ffi.call_python()
Armin Rigo
2015-11-13
1
-0
/
+10
*
|
passing test
Armin Rigo
2015-11-13
1
-2
/
+11
*
|
in-progress
Armin Rigo
2015-11-13
1
-0
/
+1
*
|
tweak tweak tweak until we can at least read the function pointer out of
Armin Rigo
2015-11-13
1
-0
/
+1
*
|
'long double' is the only primitive type that doesn't necessarily fit
Armin Rigo
2015-11-13
1
-0
/
+10
*
|
Pass and return structs
Armin Rigo
2015-11-13
1
-0
/
+12
*
|
Finally found a way to arrange the generated code
Armin Rigo
2015-11-13
1
-0
/
+11
*
|
Parsing CFFI_CALL_PYTHON in the cdef
Armin Rigo
2015-11-12
1
-0
/
+14
|
/
*
Give a warning instead of crashing; in this way we can call the next
Armin Rigo
2015-11-06
1
-0
/
+3
*
Complain more readily about opaque enums, by refusing to guess which
Armin Rigo
2015-11-05
1
-1
/
+10
*
One of the Windows common types was lost somehow. Add a test
Armin Rigo
2015-11-03
1
-2
/
+18
*
Show <ctype 'FILE'> instead of <ctype 'struct _IO_FILE'>
Armin Rigo
2015-11-03
1
-1
/
+1
*
Allow different formattings of the underlying "%p"
Armin Rigo
2015-11-03
1
-1
/
+2
*
Issue #228: do the same for "FILE". Only remaining case now is the
Armin Rigo
2015-11-03
2
-0
/
+29
*
Issue #228: "bool" not working in out-of-line FFI objects. Same problem
Armin Rigo
2015-11-02
5
-38
/
+39
*
Found a pycparser issue. Work around it by adding some parentheses in
Armin Rigo
2015-11-02
2
-0
/
+40
*
Propagate "volatile" in addition to "const" and "restrict"
Armin Rigo
2015-11-02
1
-3
/
+10
*
Fix the error we get for 'int f(unknown_type);'
Armin Rigo
2015-11-02
1
-0
/
+7
*
wchar_t can be signed or not, apparently, even on the same platform (arm
Armin Rigo
2015-10-22
2
-6
/
+8
*
Backed out changeset fbe55ed7e5e2
Armin Rigo
2015-10-21
1
-7
/
+0
*
Issue #225: Ignore basic SAL annotations on Windows.
Armin Rigo
2015-10-20
1
-0
/
+7
*
fix corner case of writing "typdef char INT8, *PINT8;" on Windows
Armin Rigo
2015-10-18
1
-0
/
+6
*
py3 and no-g++ fixes
Armin Rigo
2015-10-16
1
-2
/
+2
*
win32 fix
Armin Rigo
2015-10-16
1
-1
/
+2
*
win32 fix
Armin Rigo
2015-10-16
1
-1
/
+4
*
win64 fixes
Armin Rigo
2015-10-16
1
-5
/
+5
*
win64 fix
Armin Rigo
2015-10-16
1
-1
/
+1
*
win64 fix
Armin Rigo
2015-10-16
1
-2
/
+2
*
win64 fix
Armin Rigo
2015-10-16
1
-1
/
+1
*
win64 fix
Armin Rigo
2015-10-16
1
-7
/
+13
*
Comment out the prints (not py3)
Armin Rigo
2015-10-08
2
-9
/
+9
*
ffi.memmove()
Armin Rigo
2015-10-08
2
-0
/
+106
*
remove the debug printfs
Armin Rigo
2015-10-06
2
-24
/
+24
*
Parse __cdecl and __stdcall in the built-in parser
Armin Rigo
2015-10-06
3
-20
/
+41
[next]