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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more test to "#define FOO 0X10"
define-integer-constant
mozbugbox
2014-04-04
1
-0
/
+2
*
Refactor copy&paste of raise dup constant into method
mozbugbox
2014-04-03
1
-15
/
+9
*
"010" is not valid oct in python3. Fix it.
mozbugbox
2014-04-03
2
-1
/
+11
*
Add test to '#define DOT 0x1FF' like defines
mozbugbox
2014-04-02
1
-0
/
+18
*
Handle define constant by "#define DOT 0x1FF"
mozbugbox
2014-04-02
2
-6
/
+24
*
Merged in mozbugbox/cffi/reusable-enum-values (pull request #29)
Armin Rigo
2014-04-02
0
-0
/
+0
|
\
*
|
ffi.include update _int_constant and prevent duplicated const decl
reusable-enum-values
mozbugbox
2014-04-02
2
-14
/
+26
*
|
add test for enum which refer to previously defined enum value
mozbugbox
2014-04-01
1
-0
/
+9
*
|
Make int constant available in the following declaration.
mozbugbox
2014-04-01
1
-0
/
+6
|
/
*
Update exception args instead of use print on re-raise FFIError
mozbugbox
2014-04-01
1
-1
/
+1
*
Move try ... except outside of a for loop
mozbugbox
2014-04-01
1
-7
/
+7
*
Write out buggy line when exception during _internal_parse
mozbugbox
2014-03-31
1
-27
/
+42
*
(Lisandro Dalcin, part of issue 141)
Armin Rigo
2014-03-19
2
-18
/
+6
*
Use the word 'Note' to make it sound less ominous
Armin Rigo
2014-03-15
1
-5
/
+5
*
We're not at 0.9 yet :-) Only 0.8.2.
Armin Rigo
2014-03-07
1
-3
/
+3
*
Skip the sinf test on windows
Armin Rigo
2014-03-07
1
-0
/
+2
*
Skip a test on Windows
Armin Rigo
2014-03-07
1
-0
/
+2
*
Python 3 fix
Armin Rigo
2014-03-07
1
-4
/
+4
*
Update to 0.8.2 more officially
Armin Rigo
2014-03-07
4
-5
/
+4
*
Reindent this code to the more standard 4 spaces.
Armin Rigo
2014-03-06
1
-43
/
+43
*
Patch by Alex_Gaynor: remove usage of "Feature", which is deprecated.
Armin Rigo
2014-03-06
1
-18
/
+14
*
Clean up 'sflags'. It was failing because suddenly passing a value
Armin Rigo
2014-03-05
2
-50
/
+74
*
fix for win32
Matti Picus
2014-03-02
5
-31
/
+60
*
Two "decrefs" that are very theoretically missing (but it's not like
Armin Rigo
2014-03-01
1
-0
/
+2
*
Upgrade the version number. (One test in test_version is known to fail)
Armin Rigo
2014-02-28
4
-5
/
+6
*
Add a passing test
Armin Rigo
2014-02-28
1
-0
/
+3
*
Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX
Armin Rigo
2014-02-28
3
-25
/
+22
*
Update TODO
Armin Rigo
2014-02-28
1
-1
/
+1
*
merge heads
Antonio Cuni
2014-02-27
4
-3
/
+10
|
\
|
*
Merged in alex_gaynor/cffi-2/alex_gaynor/handle-the-case-where-someone-has-ma...
Armin Rigo
2014-02-06
0
-0
/
+0
|
|
\
|
*
|
Handle the case where someone has made `import weakref` return a weird proxy.
alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444
Alex Gaynor
2014-02-05
1
-2
/
+3
|
|
/
|
*
Skip test that crashes the interpreter on sparc
Stefano Rivera
2014-01-22
1
-0
/
+3
|
*
wchar_t is 4 byte, signed on arm64
Stefano Rivera
2014-01-22
1
-0
/
+3
|
*
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
*
An extra test
Armin Rigo
2014-01-14
1
-0
/
+21
*
Fix test
Armin Rigo
2014-01-14
1
-1
/
+2
*
Issue 131: support ffi.cdef("...", packed=True)
Armin Rigo
2014-01-14
8
-7
/
+76
*
Issue 134: add #ifdef _AIX
Armin Rigo
2014-01-13
1
-1
/
+1
*
Add trove classifiers
Armin Rigo
2014-01-07
1
-1
/
+10
*
Issue 123: force __thread off on OS/X, for now.
Armin Rigo
2014-01-07
1
-0
/
+5
*
merge heads
Armin Rigo
2014-01-07
2
-15
/
+26
|
\
|
*
Merged in vbernat/cffi/fix/sinl (pull request #23)
Armin Rigo
2013-12-22
0
-0
/
+0
|
|
\
|
*
|
Link math tests using `sin()` to `libm`
Vincent Bernat
2013-12-21
2
-15
/
+26
|
|
/
*
|
Kill is_{signed,unsigned}_type()
Armin Rigo
2013-12-15
3
-61
/
+49
|
/
*
Put back the big warning in italic.
Armin Rigo
2013-12-08
1
-0
/
+2
*
Simplify a bit this paragraph.
Armin Rigo
2013-12-08
1
-7
/
+4
*
In-progress
Armin Rigo
2013-12-08
1
-5
/
+5
[next]