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
*
Keep the original usages of the macro PyString_AS_STRING as a macro,
Armin Rigo
2012-08-12
1
-13
/
+14
*
Better error message.
Armin Rigo
2012-08-12
1
-2
/
+2
*
hack hack hack
Armin Rigo
2012-08-12
1
-10
/
+0
*
Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3.
Armin Rigo
2012-08-12
2
-95
/
+125
*
hg merge default
Armin Rigo
2012-08-12
2
-1
/
+16
|
\
|
*
More regularily in casts to floats.
Armin Rigo
2012-08-12
2
-1
/
+16
*
|
Start to tweak test_c for 3.3.
Armin Rigo
2012-08-12
1
-3
/
+9
*
|
Fixes
Armin Rigo
2012-08-12
1
-12
/
+16
*
|
Tests pass on Linux Python 2.6
Armin Rigo
2012-08-12
1
-2
/
+2
*
|
Fixes for 2.6 compat
Armin Rigo
2012-08-12
1
-17
/
+21
*
|
hg merge default, and try to resolve all conflicts.
Armin Rigo
2012-08-12
3
-335
/
+745
|
\
\
|
|
/
|
*
Fix test for Windows.
Armin Rigo
2012-08-11
1
-0
/
+3
|
*
Fix: never send NULL to PyErr_Format().
Armin Rigo
2012-08-11
1
-6
/
+9
|
*
Test for load_library(None).
Armin Rigo
2012-08-08
1
-1
/
+11
|
*
Allow weakrefs to any cdata object, prompted by issue 12.
Armin Rigo
2012-08-08
2
-60
/
+55
|
*
Tentative: allow load_library(None).
Armin Rigo
2012-08-07
1
-2
/
+6
|
*
Fix tests
Armin Rigo
2012-08-07
1
-2
/
+4
|
*
Fix the tests
Armin Rigo
2012-08-07
1
-1
/
+2
|
*
C99 has complex types as standard, at least "_Complex double" and
Armin Rigo
2012-08-06
1
-0
/
+34
|
*
Revert 0d5efadab0ac and use a different approach: reading a field
Armin Rigo
2012-08-05
2
-18
/
+28
|
*
Workaround: allow out-of-bound array indexes if the array is 'type[0]'.
Armin Rigo
2012-08-05
2
-1
/
+14
|
*
Test and fix.
Armin Rigo
2012-08-04
1
-1
/
+10
|
*
Be more precise: only 'struct *'.
Armin Rigo
2012-08-04
1
-1
/
+1
|
*
Fix the merge: I was getting confused about the numbers of testfuncs
Armin Rigo
2012-08-04
2
-9
/
+9
|
*
hg merge default
Armin Rigo
2012-08-04
3
-242
/
+544
|
|
\
|
|
*
Move a repeated piece of code before.
Armin Rigo
2012-08-04
1
-6
/
+3
|
|
*
Don't accidentally decode ints as unicodes.
Armin Rigo
2012-08-03
1
-2
/
+4
|
|
*
As discussed on the mailing list: str() -> ffi.string()
Armin Rigo
2012-08-03
2
-127
/
+161
|
|
*
Skip more things when running on py.py, because the 'c_longdouble'
Armin Rigo
2012-08-01
1
-7
/
+11
|
|
*
Adapt the tests for pypy
Armin Rigo
2012-08-01
2
-3
/
+7
|
|
*
Implement and document "long double".
Armin Rigo
2012-08-01
2
-18
/
+127
|
|
*
Add the dance of releasing the GIL.
Armin Rigo
2012-07-31
1
-0
/
+8
|
|
*
Found a slow leak on Win32. Don't know how to fix it :-(
Armin Rigo
2012-07-31
1
-1
/
+2
|
|
*
Found out how to properly generalize the "pass a Python string as
Armin Rigo
2012-07-30
2
-95
/
+201
|
|
*
Bump the version number to 0.3
Armin Rigo
2012-07-30
1
-1
/
+1
|
|
*
Add tests for the fact (implicit so far) that the backend accepts
Armin Rigo
2012-07-29
1
-0
/
+37
|
*
|
Test and fix
Armin Rigo
2012-07-27
2
-1
/
+23
|
*
|
Fix the last failure in test_verify.
Armin Rigo
2012-07-27
1
-1
/
+11
|
|
/
*
|
Disable this special case for now
Armin Rigo
2012-08-12
1
-0
/
+2
*
|
An attempt to port cffi to python3.
Amaury Forgeot d'Arc
2012-07-29
1
-116
/
+244
|
/
*
Test and fix for an obscure case that raised SystemError instead of
Armin Rigo
2012-07-27
2
-19
/
+26
*
Bump the version number to 0.2.1
Armin Rigo
2012-07-27
1
-1
/
+1
*
Fix tests
Armin Rigo
2012-07-27
1
-2
/
+3
*
Remove _get_ct_long() and a fragile detail about sizeof(ffi_arg).
Armin Rigo
2012-07-26
1
-19
/
+7
*
Test and fix.
Armin Rigo
2012-07-26
2
-1
/
+9
*
This part of the test only really makes sense if wchar_t
Armin Rigo
2012-07-26
1
-1
/
+1
*
Test an invalid cast (in this case, cast-to-struct-type)
Armin Rigo
2012-07-26
1
-0
/
+7
*
Simplify this error message
Armin Rigo
2012-07-26
2
-13
/
+5
*
Split test_errno into two parts and skip the second part if running
Armin Rigo
2012-07-26
1
-1
/
+6
*
Improve the test to check for
Armin Rigo
2012-07-25
1
-4
/
+4
[next]