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
/
cffi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare release 0.9.2
Armin Rigo
2015-03-13
1
-2
/
+2
*
Prepare release 0.9.1
Armin Rigo
2015-03-08
1
-2
/
+2
*
Prepare release 0.9.0
Armin Rigo
2015-03-03
1
-2
/
+2
*
Copy from pypy/6e64507f2a09
Armin Rigo
2015-02-13
1
-1
/
+2
*
Move to version number "0.8.6+", to distinguish from the last
Armin Rigo
2015-02-12
1
-2
/
+2
*
Python 3 fixes
Armin Rigo
2015-01-31
1
-11
/
+10
*
Simplify the structure of this function, and fix NativeIO
Armin Rigo
2015-01-31
1
-21
/
+26
*
Actually test the file contents instead of the filename
Donald Stufft
2015-01-29
1
-11
/
+32
*
Actually check if the file exists rather than assume it doesn't
Donald Stufft
2015-01-29
1
-3
/
+4
*
Change again ffi.offsetof() and ffi.addressof(), generalizing them.
Armin Rigo
2015-01-11
2
-27
/
+52
*
Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", but
Armin Rigo
2015-01-11
3
-59
/
+104
*
typo
Armin Rigo
2015-01-09
1
-1
/
+1
*
Issue #173
Armin Rigo
2015-01-08
2
-2
/
+18
*
Clarify the error we get if we try to use TCHAR & friends before calling
Armin Rigo
2015-01-07
2
-0
/
+13
*
Document ffi.set_unicode()
Armin Rigo
2015-01-07
1
-5
/
+5
*
issue #172
Armin Rigo
2015-01-07
2
-8
/
+40
*
improve error message a bit
Armin Rigo
2015-01-02
1
-1
/
+1
*
Recognize more literal constants, notably octals and chars
Armin Rigo
2014-12-31
1
-1
/
+12
*
Document ffi.from_buffer()
Armin Rigo
2014-12-30
1
-3
/
+3
*
issue #169: offsetof('struct', 'a.b.c')
Armin Rigo
2014-12-30
1
-3
/
+14
*
Must also make 'sources' relative.
Armin Rigo
2014-12-30
1
-1
/
+1
*
Disossiate the version encoded in the verifier module file names
Armin Rigo
2014-12-29
2
-3
/
+8
*
Silence the new gcc warnings when comparing 'unsigned >= 0' or 'unsigned < 0'.
Armin Rigo
2014-12-28
2
-8
/
+8
*
Fight a lot the CPython buffer/memoryview interface until we get a
Armin Rigo
2014-12-28
2
-0
/
+13
*
Update the copies of that block of #ifs
Armin Rigo
2014-12-24
2
-0
/
+36
*
Add the keyword "relative_to=..." to verify(), as per
Armin Rigo
2014-12-24
2
-2
/
+19
*
Merged in dalcinl/python-cffi (pull request #52)
Armin Rigo
2014-12-22
2
-2
/
+10
|
\
|
*
Silence GCC/Clang -Wunused-parameter warnings
Lisandro Dalcin
2014-11-24
2
-2
/
+10
*
|
Merge heads
Romain Guillebert
2014-12-17
3
-5
/
+16
|
\
\
|
*
|
Make sure the flags kwarg of verify has no effect on Windows
Romain Guillebert
2014-12-17
1
-3
/
+5
|
*
|
Fix failing tests
Romain Guillebert
2014-10-21
2
-4
/
+8
|
*
|
Import verify dlopen flags for cpython
Romain Guillebert
2014-10-21
1
-1
/
+5
|
*
|
Add dlopen flags to verify on pypy
Romain Guillebert
2014-10-21
2
-4
/
+5
*
|
|
add source_extnsion param to Verifier
podshumok/add-source_extnsion-param-to-verifier-1417477338819
podshumok
2014-12-01
1
-2
/
+3
|
|
/
|
/
|
*
|
CPython: Add explicit typecasts in _cffi_from_c_int()
Lisandro Dalcin
2014-11-21
1
-6
/
+9
*
|
CPython: Silent GCC -Wconversion warnings
Lisandro Dalcin
2014-04-26
1
-4
/
+5
*
|
Revert a side-effect of f31f43f81992: allow again multiple declarations
Armin Rigo
2014-11-18
1
-0
/
+2
|
/
*
Ensured that enums cannot be declared with ...
the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138
Omer Katz
2014-09-16
1
-1
/
+2
*
Add support for 'CFFI_TMPDIR' environment variable
malthe
2014-09-02
1
-1
/
+1
*
The 'Verifier' class already falls back to '_caller_dir_pycache'
malthe
2014-09-02
1
-2
/
+1
*
Merged in pjenvey/cffi (pull request #44)
Armin Rigo
2014-08-09
1
-1
/
+5
|
\
|
*
add parsing of constant with unary +
schwarz
2014-07-27
1
-1
/
+5
*
|
make this not public
Philip Jenvey
2014-07-28
1
-3
/
+3
*
|
avoid deprecated imp.get_suffixes on >= 3.3
Philip Jenvey
2014-07-27
1
-6
/
+12
|
/
*
Prepare release 0.8.6
Armin Rigo
2014-07-05
1
-2
/
+2
*
Fix for Windows, which doesn't have a reasonable snprintf()
Armin Rigo
2014-07-05
1
-4
/
+4
*
Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", but
Armin Rigo
2014-07-05
2
-4
/
+3
*
Update to 0.8.4
Armin Rigo
2014-07-05
1
-2
/
+2
*
prepare for 0.8.3
Armin Rigo
2014-07-05
1
-2
/
+2
*
Avoid using ssize_t here
Armin Rigo
2014-06-24
1
-3
/
+3
[next]