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
...
*
Document NetBSD
Armin Rigo
2017-07-01
1
-0
/
+11
*
Expand this paragraph
Armin Rigo
2017-06-23
1
-10
/
+20
*
List _cffi_errors.h here (oops, thanks gabriel-m)
Armin Rigo
2017-06-20
1
-1
/
+1
*
bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m...
Armin Rigo
2017-06-19
1
-1
/
+4
*
More test fixes on Windows on Python 3
Armin Rigo
2017-06-19
2
-1
/
+2
*
Probable improvement
Armin Rigo
2017-06-19
1
-8
/
+2
*
Write a copy of wchar_helper.h that uses CPython 3.3's new
Armin Rigo
2017-06-19
2
-1
/
+160
*
Don't use error capture around ffi.gc() finalizer errors
Armin Rigo
2017-06-19
1
-3
/
+6
*
Some test fixes for Python 3 on Windows
Armin Rigo
2017-06-19
6
-3
/
+44
*
Py3 compat
Armin Rigo
2017-06-19
1
-0
/
+4
*
Issue #316
Armin Rigo
2017-06-16
5
-142
/
+180
*
Windows: when a CFFI embedding attempt fails, attempt to
Armin Rigo
2017-06-16
2
-1
/
+150
*
Basic "does not crash" test for the error logic in _cffi_initialize_python
Armin Rigo
2017-06-16
2
-0
/
+24
*
Document issue #319
Armin Rigo
2017-06-16
1
-0
/
+6
*
Issue #319
Armin Rigo
2017-06-15
2
-11
/
+16
*
including <complex.h> fails on some systems with C++
Armin Rigo
2017-06-04
1
-4
/
+4
*
Didn't figure out how to cleanly define charN_t inside _cffi_include.h.
Armin Rigo
2017-06-04
6
-16
/
+34
*
Another missing Py_DECREF
Armin Rigo
2017-06-04
1
-2
/
+5
*
Figured out a memory leak in an error case
Armin Rigo
2017-06-04
1
-1
/
+5
*
Detect and complain when trying to convert a char32_t to unicode if
Armin Rigo
2017-06-04
2
-12
/
+16
*
extra test
Armin Rigo
2017-06-04
1
-0
/
+5
*
More tests for char16_t and char32_t
Armin Rigo
2017-06-02
1
-13
/
+20
*
an extra test
Armin Rigo
2017-06-02
1
-0
/
+16
*
Mention that 0.10.1 is only inside PyPy 5.8.0
Armin Rigo
2017-06-02
1
-0
/
+2
*
Document the signedness of charN_t
Armin Rigo
2017-06-02
1
-2
/
+9
*
An extra test to distinguish wchar_t from char32_t, at least on linux
Armin Rigo
2017-06-02
1
-0
/
+4
*
Fix: the type char32_t is defined by the standard as always unsigned
Armin Rigo
2017-06-02
4
-13
/
+31
*
Don't pass '-Werror' to MSVC
Armin Rigo
2017-06-02
1
-1
/
+1
*
Document char16_t and char32_t
Armin Rigo
2017-06-02
4
-16
/
+33
*
hg merge char16_char32_t
Armin Rigo
2017-06-02
17
-160
/
+599
|
\
|
*
ready to merge
char16_char32_t
Armin Rigo
2017-06-02
0
-0
/
+0
|
*
tweaks
Armin Rigo
2017-05-31
2
-8
/
+10
|
*
fixes
Armin Rigo
2017-05-31
4
-4
/
+12
|
*
in-progress
Armin Rigo
2017-05-31
7
-18
/
+130
|
*
more tests
Armin Rigo
2017-05-31
4
-2
/
+33
|
*
Tests and fixes
Armin Rigo
2017-05-31
5
-18
/
+69
|
*
fixes
Armin Rigo
2017-05-31
2
-26
/
+47
|
*
A branch for issue #315
Armin Rigo
2017-05-31
2
-113
/
+327
*
|
update
Armin Rigo
2017-05-31
1
-1
/
+1
*
|
Update the version to 1.11
Armin Rigo
2017-05-31
7
-12
/
+12
*
|
no-op, but avoids confusion because these two are always listed in the
Armin Rigo
2017-05-31
1
-1
/
+1
|
/
*
Whatsnew
Armin Rigo
2017-05-31
1
-0
/
+9
*
pypy tweak
Armin Rigo
2017-05-30
1
-3
/
+8
*
Merge branch sirtom67/float_complex, adding support for complex numbers.
Armin Rigo
2017-05-30
16
-106
/
+428
|
\
|
*
Close branch, ready to merge
sirtom67/float_complex
Armin Rigo
2017-05-30
0
-0
/
+0
|
*
Documentation
Armin Rigo
2017-05-30
3
-23
/
+40
|
*
MSVC fixes
Armin Rigo
2017-05-29
1
-3
/
+6
|
*
fix
Armin Rigo
2017-05-29
1
-1
/
+2
|
*
More tweaks, more tests, try harder to avoid including <complex.h>
Armin Rigo
2017-05-29
9
-53
/
+62
|
*
Support parsing "float _Complex" and "double _Complex" inside parse_c_type
Armin Rigo
2017-05-29
2
-0
/
+21
[prev]
[next]