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
/
doc
/
source
/
ref.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write explicitly that byte strings passed to `char *` arguments are not meant...
Armin Rigo
2021-12-03
1
-5
/
+20
*
doc: Turn ffi.new() references into links in Overview page
Rasmus Bondesson
2021-07-17
1
-0
/
+2
*
Remove trailing whitespace in doc/*
Rasmus Bondesson
2021-07-17
1
-1
/
+1
*
'bitbucket => heptapod' for most links
Armin Rigo
2020-08-08
1
-2
/
+2
*
The point of this example is that it doesn't work with a variable, only with a
Armin Rigo
2020-01-31
1
-1
/
+1
*
Simplify the implementation, cut down the explanations, and allow
Armin Rigo
2019-06-03
1
-9
/
+5
*
Document the new ffi.from_buffer("type *")
Armin Rigo
2019-06-03
1
-4
/
+27
*
typo
Armin Rigo
2019-02-22
1
-1
/
+1
*
Issue #402
Armin Rigo
2019-02-22
1
-14
/
+22
*
Issue #402
Armin Rigo
2019-02-21
1
-3
/
+4
*
tweak docs
Armin Rigo
2019-01-27
1
-2
/
+3
*
Implement a limited form of from_buffer-release() on pypy
Armin Rigo
2019-01-08
1
-1
/
+3
*
Implement ffi.from_buffer("foo[]", x)
Armin Rigo
2019-01-07
1
-27
/
+61
*
ffi.release()
Armin Rigo
2019-01-05
1
-1
/
+46
*
Issue #394
Armin Rigo
2018-12-16
1
-1
/
+14
*
Document for issue 340
Armin Rigo
2017-10-13
1
-0
/
+5
*
Write down an explicit example of what not to do
Armin Rigo
2017-08-31
1
-0
/
+3
*
Expand the docs about wchar_t/char16_t/char32_t
Armin Rigo
2017-08-31
1
-14
/
+65
*
Document ffi.gc(..., size)
Armin Rigo
2017-08-02
1
-12
/
+32
*
Didn't figure out how to cleanly define charN_t inside _cffi_include.h.
Armin Rigo
2017-06-04
1
-4
/
+14
*
Document the signedness of charN_t
Armin Rigo
2017-06-02
1
-2
/
+9
*
Document char16_t and char32_t
Armin Rigo
2017-06-02
1
-12
/
+14
*
Documentation
Armin Rigo
2017-05-30
1
-13
/
+25
*
tweaks
Armin Rigo
2017-05-29
1
-2
/
+2
*
Document the missing add_memory_pressure in PyPy <= 5.6
Armin Rigo
2017-03-10
1
-17
/
+25
*
typo
Armin Rigo
2017-03-07
1
-1
/
+1
*
Document more explicitly the difference between CompiledFFI and FFI.
Armin Rigo
2017-02-28
1
-0
/
+8
*
issue #255: comparing primitive cdatas
Armin Rigo
2017-02-19
1
-7
/
+7
*
Make 'ffi.buffer' be the type of minibuffers returned by cffi, and
Armin Rigo
2017-02-04
1
-0
/
+7
*
issue300: return _Bool as Python booleans; related fixes
Armin Rigo
2017-01-23
1
-5
/
+15
*
Tweaks the docs
Armin Rigo
2017-01-04
1
-13
/
+13
*
merge strbuf-as-buffer
Richard Plangger
2017-01-04
1
-4
/
+22
|
\
|
*
Document explicit calls to lib.malloc()
Armin Rigo
2016-12-22
1
-2
/
+20
|
*
typos
Armin Rigo
2016-12-12
1
-2
/
+2
*
|
kill invalid_input_buffer_type, update docs to state that now only unicode ob...
Richard Plangger
2017-01-03
1
-3
/
+2
|
/
*
add warning
Armin Rigo
2016-12-09
1
-1
/
+1
*
Document 'FILE *'
Armin Rigo
2016-12-09
1
-0
/
+32
*
Document should_clear_after_alloc a bit more
Armin Rigo
2016-11-28
1
-1
/
+15
*
Add a note
Armin Rigo
2016-10-29
1
-1
/
+3
*
Decided to fix ffi.sizeof() too. Update the documentation.
Armin Rigo
2016-10-27
1
-1
/
+10
*
Docs: remove "char *" from the special casing in the reference
Armin Rigo
2016-09-15
1
-3
/
+3
*
Update the docs according to issue #281
Armin Rigo
2016-08-22
1
-1
/
+1
*
Update docs
Armin Rigo
2016-08-06
1
-3
/
+3
*
The null_byte_after_str branch of PyPy makes ffi.from_buffer(str)
Armin Rigo
2016-08-02
1
-1
/
+4
*
english attempts
Armin Rigo
2016-06-06
1
-2
/
+2
*
Rewrite the code more clearly, and fix the wrong comment
Armin Rigo
2016-06-06
1
-4
/
+6
*
Write down a typical ffi.new_handle() usage example
Armin Rigo
2016-06-06
1
-0
/
+29
*
Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, when
Armin Rigo
2016-06-05
1
-1
/
+1
*
Add a warning
Armin Rigo
2016-06-03
1
-0
/
+3
*
Document 61e03368485c and 4d6671385e08. Remove the "new in version 0.9"
Armin Rigo
2016-06-03
1
-4
/
+11
[next]