Paul Sokolovsky
|
acb13886fc
|
unix: OSError's args[0] should be errno numeric value.
Well, Python3 also defines an attribute for that, but that's bloat.
|
2014-04-22 00:02:51 +03:00 |
Paul Sokolovsky
|
b418b6fb0d
|
modffi: Don't use OSError for clearly unrelated errors.
|
2014-04-22 00:02:51 +03:00 |
Paul Sokolovsky
|
88972b0d94
|
modffi: Describe typecodes where they differ from used by struct module.
Exact behavior of typecodes may be not yet enforced.
|
2014-04-22 00:02:51 +03:00 |
Paul Sokolovsky
|
9ae0912496
|
modffi: Update for MP_OBJ_STOP_ITERATION refactor.
|
2014-04-19 20:05:47 +03:00 |
Paul Sokolovsky
|
752d2080b7
|
modffi: Mark 'p' type spec deprecated, replace with 'P'.
'p' in struct module is "pascal string". 'P' is void*.
|
2014-04-19 03:18:14 +03:00 |
Damien George
|
738bdeb73a
|
unix: Update to use new buffer protocol interface with typecode.
|
2014-04-18 22:31:24 +01:00 |
Paul Sokolovsky
|
4abaa1b12b
|
unix modffi: Convert to static module structures.
|
2014-04-18 00:05:27 +03:00 |
Paul Sokolovsky
|
f200c30d53
|
modffi: Support float types.
|
2014-04-17 03:38:45 +03:00 |
Paul Sokolovsky
|
263853ef84
|
modffi: Update for latest binary API refactors.
|
2014-04-11 05:17:41 +03:00 |
Paul Sokolovsky
|
f898a95cba
|
unix modffi: Support any object implementing buffer protocol as a native arg.
|
2014-04-08 19:08:34 +03:00 |
Damien George
|
ea13f407a3
|
py: Change nlr_jump to nlr_raise, to aid in debugging.
This does not affect code size or performance when debugging turned off.
To address issue #420.
|
2014-04-05 18:32:08 +01:00 |
Paul Sokolovsky
|
c39368427c
|
unix: Rename module sources per latest naming conventions (mod*.c).
|
2014-04-04 20:34:10 +03:00 |