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
/
cffi1
Commit message (
Expand
)
Author
Age
Files
Lines
*
complain clearly if set_source() is given a /-separated name
Armin Rigo
2017-01-26
1
-0
/
+5
*
Add '#pragma GCC visibility push(default)' in case the user
Armin Rigo
2017-01-17
1
-0
/
+13
*
py3 test fix
Armin Rigo
2017-01-02
1
-1
/
+1
*
Python 2.6 compat
Armin Rigo
2016-12-30
1
-1
/
+5
*
Explicitly flush the import machinery cache, in case the filesystem doesn't h...
Stefano Rivera
2016-12-30
1
-0
/
+3
*
Detect packed structs. Improve error messages and test them.
Armin Rigo
2016-12-22
2
-13
/
+84
*
A failing test
Armin Rigo
2016-12-22
1
-0
/
+22
*
Fix/test/expand the error messages we get by using structs/unions as
Armin Rigo
2016-12-22
1
-0
/
+76
*
fix test
Armin Rigo
2016-12-07
1
-1
/
+2
*
Fix: the condition "offsetof == sizeof" for being a var-sized array
Armin Rigo
2016-10-29
2
-3
/
+7
*
One more case, this time in CompiledFFI.sizeof().
Armin Rigo
2016-10-28
1
-4
/
+9
*
Fix test
Armin Rigo
2016-10-25
1
-5
/
+8
*
Fix what is hopefully the last remaining issues with calculate_variable_array...
Armin Rigo
2016-10-25
1
-1
/
+10
*
typedef int foo_t[...];
Armin Rigo
2016-09-20
2
-0
/
+30
*
Windows fun
Armin Rigo
2016-09-03
1
-3
/
+3
*
Add two tests for 34b29a139894
Armin Rigo
2016-08-22
1
-0
/
+18
*
Avoid a combination where we end up with two incompatible "typedef xxx
Armin Rigo
2016-08-06
1
-0
/
+12
*
Test and fix: refuse to 'recompile' a cdef that declares a struct
Armin Rigo
2016-07-31
1
-0
/
+32
*
Use Py_LIMITED_API in the generated C extension modules, because doing
Armin Rigo
2016-07-19
1
-3
/
+6
*
Test and fix: the "bool" type in C++
Armin Rigo
2016-06-05
1
-0
/
+7
*
Haaaack! Have 'lib.__class__' return &PyModule_Type. It makes
Armin Rigo
2016-05-25
1
-2
/
+2
*
Fix tests in 'testing' to account for e7ca388b0197 (I only fixed the
Armin Rigo
2016-05-08
1
-3
/
+9
*
Re-add this hack, removed in 51f1337c9b4c; but this time only in tests
Armin Rigo
2016-04-21
1
-0
/
+8
*
Windows fix: 'struct a' is a great name for being predefined and not reusable
Armin Rigo
2016-04-21
1
-9
/
+9
*
Support help(lib.foo)
Armin Rigo
2016-04-19
1
-3
/
+15
*
Issue #254: extern "Python+C"
Armin Rigo
2016-04-18
1
-1
/
+32
*
Remove again ffi.rawstring(), and implement instead ffi.unpack().
Armin Rigo
2016-04-16
1
-9
/
+4
*
Python3 compat
Armin Rigo
2016-04-15
1
-3
/
+3
*
ffi.rawstring(), with a minimal interface
Armin Rigo
2016-04-15
1
-0
/
+12
*
Change the API of ffi.list_types()
Armin Rigo
2016-03-30
1
-10
/
+10
*
ffi.list_types()
Armin Rigo
2016-03-27
2
-13
/
+124
*
Issue #245: __stdcall not generated correctly on extern "Python" functions
Armin Rigo
2016-02-04
1
-0
/
+30
*
Allow testing against installed package (which has egg_info already)
Stefano Rivera
2016-01-17
1
-1
/
+2
*
fix when running this test in the same process as ../cffi0/test_verify.py (fo...
Armin Rigo
2016-01-16
1
-5
/
+5
*
here too
Armin Rigo
2016-01-16
1
-2
/
+2
*
win32
Armin Rigo
2016-01-16
1
-1
/
+1
*
Trying a different hack: stop patching SO and EXT_SUFFIX in
Armin Rigo
2016-01-16
1
-22
/
+6
*
refactor details, start writing docs
Armin Rigo
2016-01-13
1
-4
/
+61
*
Add a passing test about "from mymodule import *"
Armin Rigo
2016-01-06
1
-0
/
+7
*
Add a __class__ attribute on lib objects
Armin Rigo
2015-12-11
2
-0
/
+3
*
py3k compat
Armin Rigo
2015-12-09
1
-1
/
+5
*
hg merge static-callback
Armin Rigo
2015-12-07
2
-4
/
+224
|
\
|
*
py3k compat
Armin Rigo
2015-12-07
2
-9
/
+14
|
*
hg merge default
Armin Rigo
2015-11-23
1
-0
/
+39
|
|
\
|
*
|
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
1
-10
/
+2
|
*
|
update the code to use 'extern "Python"'
Armin Rigo
2015-11-18
1
-62
/
+64
|
*
|
hg merge default
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
[next]