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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make ffi.callback work both in normal mode and in "decorator mode".
Armin Rigo
2012-09-18
1
-0
/
+7
*
Improve sentence
Armin Rigo
2012-09-13
1
-2
/
+2
*
_Bool.
Armin Rigo
2012-09-13
1
-4
/
+10
*
"_Bool" is missing.
Armin Rigo
2012-09-13
1
-2
/
+5
*
Support for "typedef ... *foo_p".
Armin Rigo
2012-09-11
1
-1
/
+3
*
Add the keyword argument verify(tag='foo') and document it.
Armin Rigo
2012-09-08
1
-3
/
+8
*
Mention versionadded 0.4.
Armin Rigo
2012-09-07
1
-2
/
+5
*
Allow the _cffi_crcchecksum module to be installed in a subpackage,
Armin Rigo
2012-09-07
1
-7
/
+31
*
Add ffi.CData and ffi.CType.
Armin Rigo
2012-09-04
1
-0
/
+7
*
Document the change of the default directory.
Armin Rigo
2012-09-04
1
-7
/
+20
*
Add 'sources', which can now be passed explicitly too.
Armin Rigo
2012-09-04
1
-2
/
+4
*
Also mention libfoo.so.X.Y.
Armin Rigo
2012-08-30
1
-4
/
+4
*
Add some minimal documentation
Armin Rigo
2012-08-30
1
-1
/
+6
*
Bah, all unions crash verify(). Fixed.
Armin Rigo
2012-08-26
1
-0
/
+3
*
Another attempt at saying "a pointer to anything is fine", with bold
Armin Rigo
2012-08-26
1
-5
/
+6
*
Document the alternative enum syntax.
Armin Rigo
2012-08-25
1
-2
/
+4
*
Reformulate.
Armin Rigo
2012-08-24
1
-3
/
+4
*
Document this as a new feature.
Armin Rigo
2012-08-23
1
-2
/
+4
*
#include <Python.h> is bogus.
Armin Rigo
2012-08-19
1
-0
/
+6
*
Detail
Armin Rigo
2012-08-13
1
-3
/
+2
*
Update with the checksums of the distribution.
Armin Rigo
2012-08-13
1
-6
/
+10
*
Update status.
Armin Rigo
2012-08-13
1
-2
/
+5
*
Update the doc to mention that it also mostly works on PyPy.
Armin Rigo
2012-08-13
1
-11
/
+10
*
"Seems to work" non-statement.
Armin Rigo
2012-08-12
1
-1
/
+2
*
Python 3 documentation.
Armin Rigo
2012-08-12
1
-8
/
+27
*
Fix the documentation: the module file names are no longer based
Armin Rigo
2012-08-12
1
-3
/
+4
*
Finally found out the "right" way to implement ffi.gc(), in just a
Armin Rigo
2012-08-09
1
-0
/
+8
*
Add an example of using a WeakKeyDictionary to keep alive
Armin Rigo
2012-08-08
1
-1
/
+14
*
Workaround: allow out-of-bound array indexes if the array is 'type[0]'.
Armin Rigo
2012-08-05
1
-0
/
+5
*
Unimplemented features
Armin Rigo
2012-08-05
1
-0
/
+18
*
Side-effect: the ctypes backend now supports verify().
Armin Rigo
2012-08-04
1
-2
/
+1
*
ffi.string() is "New in version 0.3."
Armin Rigo
2012-08-04
1
-1
/
+3
*
detail
Armin Rigo
2012-08-03
1
-1
/
+1
*
update doc
Armin Rigo
2012-08-03
1
-1
/
+1
*
ReST fix
Armin Rigo
2012-08-03
1
-7
/
+7
*
Update documentation for ffi.string().
Armin Rigo
2012-08-03
1
-26
/
+40
*
Documentation.
Armin Rigo
2012-08-02
1
-1
/
+2
*
More doc for 'long double'.
Armin Rigo
2012-08-01
1
-2
/
+3
*
Precision
Armin Rigo
2012-08-01
1
-1
/
+2
*
Implement and document "long double".
Armin Rigo
2012-08-01
1
-1
/
+13
*
typo (thanks Alex Gaynor)
Armin Rigo
2012-08-01
1
-1
/
+1
*
Document the GIL release.
Armin Rigo
2012-07-31
1
-1
/
+4
*
More explanation
Armin Rigo
2012-07-30
1
-4
/
+5
*
Add a (*) in the base pointer case too.
Armin Rigo
2012-07-30
1
-1
/
+1
*
Blank lines kill us.
Armin Rigo
2012-07-30
1
-3
/
+1
*
Document with a versionchanged the changes.
Armin Rigo
2012-07-30
1
-7
/
+16
*
Found out how to properly generalize the "pass a Python string as
Armin Rigo
2012-07-30
1
-20
/
+45
*
Bump the version number to 0.3
Armin Rigo
2012-07-30
2
-5
/
+5
*
Mention py.test in the 'requirements' section.
Armin Rigo
2012-07-27
1
-0
/
+4
*
Write the MD5/SHA sums
Armin Rigo
2012-07-27
1
-1
/
+2
[prev]
[next]