summaryrefslogtreecommitdiff
path: root/unix/modffi.c
AgeCommit message (Collapse)Author
2014-04-22modffi: Don't use OSError for clearly unrelated errors.Paul Sokolovsky
2014-04-22modffi: Describe typecodes where they differ from used by struct module.Paul Sokolovsky
Exact behavior of typecodes may be not yet enforced.
2014-04-19modffi: Update for MP_OBJ_STOP_ITERATION refactor.Paul Sokolovsky
2014-04-19modffi: Mark 'p' type spec deprecated, replace with 'P'.Paul Sokolovsky
'p' in struct module is "pascal string". 'P' is void*.
2014-04-18unix: Update to use new buffer protocol interface with typecode.Damien George
2014-04-18unix modffi: Convert to static module structures.Paul Sokolovsky
2014-04-17modffi: Support float types.Paul Sokolovsky
2014-04-11modffi: Update for latest binary API refactors.Paul Sokolovsky
2014-04-08unix modffi: Support any object implementing buffer protocol as a native arg.Paul Sokolovsky
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
This does not affect code size or performance when debugging turned off. To address issue #420.
2014-04-04unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky