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
*
Turn off the UserWarning when implicitly trying to convert between
Armin Rigo
2017-09-30
2
-2
/
+16
*
ImportError
Armin Rigo
2017-09-30
1
-0
/
+1
*
Issue #337
Armin Rigo
2017-09-30
1
-1
/
+4
*
More fun with _PyThreadState_Current becoming undefined in 3.7.
Armin Rigo
2017-09-27
1
-9
/
+17
*
"char *" => "const char *" until Python 3.7 is happy
Armin Rigo
2017-09-27
6
-12
/
+14
*
Update version to 1.11.1
Armin Rigo
2017-09-27
2
-2
/
+2
*
Apply the same patch as everyone else
Armin Rigo
2017-09-27
1
-0
/
+8
*
Some more module-like behavior hacks
Armin Rigo
2017-09-21
1
-0
/
+7
*
Get rid of deprecated Python C API functions
Armin Rigo
2017-09-20
2
-6
/
+15
*
Update the comment.
Armin Rigo
2017-09-14
1
-2
/
+3
*
Should call GC_UnTrack before Py_DECREF()
Armin Rigo
2017-08-20
1
-0
/
+1
*
Add an optional 'size' argument to ffi.gc(). So far, it has no effect
Armin Rigo
2017-08-02
2
-4
/
+11
*
Minor fix
Armin Rigo
2017-07-31
1
-2
/
+2
*
Issue #300
Armin Rigo
2017-07-21
1
-0
/
+1
*
Apply the patch of issue 321 if __NetBSD__ is defined.
Armin Rigo
2017-07-08
1
-12
/
+73
*
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
1
-0
/
+4
*
Issue #316
Armin Rigo
2017-06-16
1
-10
/
+24
*
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
*
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
3
-12
/
+30
*
hg merge char16_char32_t
Armin Rigo
2017-06-02
6
-138
/
+382
|
\
|
*
fixes
Armin Rigo
2017-05-31
2
-1
/
+3
|
*
in-progress
Armin Rigo
2017-05-31
2
-2
/
+7
|
*
Tests and fixes
Armin Rigo
2017-05-31
1
-16
/
+18
|
*
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
2
-2
/
+2
|
/
*
Documentation
Armin Rigo
2017-05-30
1
-0
/
+6
*
MSVC fixes
Armin Rigo
2017-05-29
1
-3
/
+6
*
More tweaks, more tests, try harder to avoid including <complex.h>
Armin Rigo
2017-05-29
2
-5
/
+6
*
Support parsing "float _Complex" and "double _Complex" inside parse_c_type
Armin Rigo
2017-05-29
1
-0
/
+14
*
comment
Armin Rigo
2017-05-29
1
-0
/
+2
*
MSVC might not support _Complex (and the include <complex.h>).
Armin Rigo
2017-05-29
1
-2
/
+7
*
Tweaks
Armin Rigo
2017-05-29
1
-49
/
+33
*
Test explicitly that if we try to call a function in ABI mode with a
Armin Rigo
2017-05-29
2
-26
/
+35
*
Fix test, fix all abort()
Armin Rigo
2017-05-29
2
-20
/
+18
*
Minor style clean-ups. Update the test to conform more closely to the
Armin Rigo
2017-05-29
2
-44
/
+56
*
merge in default again. All tests pass in 2.7 on linux.
Tom Krauss
2017-04-02
1
-6
/
+1
|
\
|
*
Pull request #79 by xwang
Armin Rigo
2017-03-28
1
-6
/
+1
*
|
tests pass. Had to #include <complex.h> - might want to make that optional
Tom Krauss
2017-03-27
2
-2
/
+12
*
|
fix test (now apparently cast(p, -1.1j) == cast(p, -1.1j))
Tom Krauss
2017-03-12
2
-2
/
+1
[next]