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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Lisandro Dalcin, part of issue 141)
Armin Rigo
2014-03-19
1
-1
/
+0
*
Skip a test on Windows
Armin Rigo
2014-03-07
1
-0
/
+2
*
Update to 0.8.2 more officially
Armin Rigo
2014-03-07
2
-2
/
+2
*
Clean up 'sflags'. It was failing because suddenly passing a value
Armin Rigo
2014-03-05
2
-50
/
+74
*
Add a passing test
Armin Rigo
2014-02-28
1
-0
/
+3
*
merge heads
Antonio Cuni
2014-02-27
1
-1
/
+1
|
\
|
*
Maybe a better error message
Armin Rigo
2014-01-21
1
-1
/
+1
*
|
newer versions of PyPy emit a slightly different error message
Antonio Cuni
2014-02-27
1
-2
/
+4
|
/
*
Raise a NotImplementedError in one messy corner case
Armin Rigo
2014-01-20
2
-0
/
+18
*
Fix
Armin Rigo
2014-01-18
1
-0
/
+1
*
Issue 131: support ffi.cdef("...", packed=True)
Armin Rigo
2014-01-14
2
-2
/
+31
*
Issue 134: add #ifdef _AIX
Armin Rigo
2014-01-13
1
-1
/
+1
*
Kill the __unicode__ method and let it behave as it does normally
Armin Rigo
2013-12-06
2
-20
/
+6
*
Fix for issue #129: 'bytes(buffer)' needs to work on Python 2,
Armin Rigo
2013-12-06
2
-1
/
+33
*
Include <alloca.h> on Solaris. Uses the same hack as CPython's
Armin Rigo
2013-12-06
1
-0
/
+3
*
An extra test
Armin Rigo
2013-11-30
1
-0
/
+6
*
Skip these tests on FreeBSD too
Armin Rigo
2013-11-18
1
-3
/
+9
*
Carefully write the Python 3 version of getwinerror(). I have no way to
Armin Rigo
2013-11-12
1
-0
/
+49
*
Add ffi.getwinerror().
Armin Rigo
2013-11-12
3
-0
/
+61
*
Update the version number
Armin Rigo
2013-11-09
2
-2
/
+2
*
Fix a segfault
Armin Rigo
2013-11-09
2
-7
/
+7
*
Support "number + pointer" too, like in C
Armin Rigo
2013-11-09
2
-2
/
+10
*
Arithmetic using "void *" should work; at least it does in gcc without
Armin Rigo
2013-11-09
2
-13
/
+32
*
Test and fix for issue #99.
Armin Rigo
2013-11-08
2
-0
/
+35
*
Allow varsized arrays to appear at a non-last position in case of a
Armin Rigo
2013-11-08
2
-1
/
+40
*
Implementation: support a few extra ways to give initialization arguments to ...
Armin Rigo
2013-11-08
2
-79
/
+240
*
Add PyPy support for big-endian bitfields
Armin Rigo
2013-10-23
1
-2
/
+0
*
A redo of pull request 19: dynamically determine if the C compiler
Armin Rigo
2013-09-25
2
-6
/
+3
*
Fix bitfields on big-endian machines
Armin Rigo
2013-09-01
2
-8
/
+61
*
Fix for win64
Armin Rigo
2013-08-01
1
-1
/
+6
*
Py3k fix
Armin Rigo
2013-08-01
1
-2
/
+2
*
I have seriously no clue how Win64 ctypes work
Armin Rigo
2013-08-01
1
-2
/
+2
*
Backed out changeset a0bbd364d7a2
Armin Rigo
2013-08-01
1
-3
/
+0
*
Fix
Armin Rigo
2013-08-01
1
-0
/
+3
*
Attempted fix
Armin Rigo
2013-08-01
1
-0
/
+5
*
Bah?
Armin Rigo
2013-08-01
1
-1
/
+1
*
I fail to see how "cif->bytes ? cif->bytes : 40" means "at least 40".
Armin Rigo
2013-08-01
2
-2
/
+7
*
Add three tests about callbacks receiving inlined structure arguments
Armin Rigo
2013-07-18
1
-0
/
+55
*
Add a test
Armin Rigo
2013-07-18
1
-0
/
+17
*
Attempt a fix for Win64
Armin Rigo
2013-07-18
1
-0
/
+9
*
Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc.
Armin Rigo
2013-07-18
3
-20
/
+18
*
Check in win64.obj, thanks Matti :-)
Armin Rigo
2013-07-18
1
-0
/
+0
*
Found and fixed the bug.
Armin Rigo
2013-07-18
1
-0
/
+2
*
I think that this should clean up the (relative) mess of the GC on
Armin Rigo
2013-07-18
1
-38
/
+91
*
A test, and start to work on a fix, which doesn't work so far
Armin Rigo
2013-07-16
2
-1
/
+33
*
Finish the fix for issue #91.
Armin Rigo
2013-06-19
2
-12
/
+12
*
merge heads
Armin Rigo
2013-06-19
2
-69
/
+67
|
\
|
*
Attack issue 91; first step.
Armin Rigo
2013-06-19
2
-69
/
+67
*
|
extend and fix test_c.py for ARM
David Schneider
2013-06-16
1
-5
/
+16
*
|
check for ARM using a flag like it is done for MSVC
David Schneider
2013-06-16
1
-3
/
+6
|
/
[next]