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
*
add parsing of constant with unary +
schwarz
2014-07-27
1
-1
/
+5
*
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
*
Don't check MS_WIN32, it's not always defined even on MSVC.
Armin Rigo
2014-06-24
2
-2
/
+2
*
Add stdint.h as an explicit include on non-Windows too.
Armin Rigo
2014-06-24
2
-0
/
+2
*
Unify (manually) the three blocks of #ifs for Windows. Add a comment
Armin Rigo
2014-06-24
2
-31
/
+43
*
tweak for Windows (msvc versus mingw)
Armin Rigo
2014-05-30
2
-1
/
+3
*
issue #156: _Bool type already included in VS2013
Taewook Kang
2014-05-01
1
-0
/
+2
*
issue #154: Mingw32 fixes
Armin Rigo
2014-04-26
2
-1
/
+2
*
CPython: Better C -> Python conversion for integer constants
Lisandro Dalcin
2014-04-25
1
-7
/
+10
*
CPython: Add explicit typecasts in _cffi_to_c_int()
Lisandro Dalcin
2014-04-23
1
-8
/
+8
*
CPython: Initialize all slots of PyMethodDef table
Lisandro Dalcin
2014-04-23
1
-5
/
+5
*
Issue 153: Generate same C code for CPython 2 and 3
Lisandro Dalcin
2014-04-23
1
-33
/
+51
*
Issue #144: copy the "#if...#include <alloca.h>" done in _cffi_backend.c.
Armin Rigo
2014-04-04
1
-0
/
+4
*
Issue #142: don't generate C files that use '$' in identifiers.
Armin Rigo
2014-04-04
2
-3
/
+13
*
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
1
-1
/
+9
*
Handle define constant by "#define DOT 0x1FF"
mozbugbox
2014-04-02
2
-6
/
+24
*
ffi.include update _int_constant and prevent duplicated const decl
reusable-enum-values
mozbugbox
2014-04-02
1
-0
/
+10
*
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
*
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
1
-2
/
+2
*
Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX
Armin Rigo
2014-02-28
1
-8
/
+13
*
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
*
Issue 131: support ffi.cdef("...", packed=True)
Armin Rigo
2014-01-14
4
-5
/
+19
*
Kill is_{signed,unsigned}_type()
Armin Rigo
2013-12-15
2
-44
/
+32
*
Update to version 0.8.1
Armin Rigo
2013-11-24
1
-2
/
+2
*
Add ffi.getwinerror().
Armin Rigo
2013-11-12
1
-0
/
+3
*
Issue #116: give out a warning when we're doing that
Armin Rigo
2013-11-10
1
-8
/
+11
*
Issue #118: improve the detection and error message, jumping
Armin Rigo
2013-11-10
2
-9
/
+31
*
Due to a CPython bug, we cannot use setdefault() here
Armin Rigo
2013-11-10
1
-3
/
+10
*
Bah, setdefault() is not atomic on WeakValueDictionary.
Armin Rigo
2013-11-10
1
-2
/
+9
*
Small tweaks
Armin Rigo
2013-11-10
2
-7
/
+9
*
Test and fix: a remaining deadlock
Armin Rigo
2013-11-09
1
-1
/
+2
*
Merge the 'thread-safe' branch: adds locks in a few hopeful places.
Armin Rigo
2013-11-09
5
-59
/
+130
|
\
|
*
Add locking. Not really tested, apart from the absence of double locking.
thread-safe
Armin Rigo
2013-11-09
5
-59
/
+118
|
*
hg merge default
Armin Rigo
2013-11-09
1
-0
/
+12
|
|
\
|
|
*
Add the basic file exporting locks
Armin Rigo
2013-11-09
1
-0
/
+12
*
|
|
Update the version number
Armin Rigo
2013-11-09
1
-2
/
+2
|
/
/
*
|
Clean up. (May also fix an obscure bug...)
Armin Rigo
2013-11-09
2
-29
/
+25
|
/
*
Fix vengine_cpy too.
Armin Rigo
2013-11-08
1
-8
/
+36
*
Fix vengine_gen for global arrays with [...].
Armin Rigo
2013-11-08
1
-1
/
+21
*
Fix some tests
Armin Rigo
2013-11-08
3
-10
/
+14
[next]