summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modffi.c
Commit message (Expand)AuthorAge
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
* unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.Paul Sokolovsky2014-04-22
* unix: OSError's args[0] should be errno numeric value.Paul Sokolovsky2014-04-22
* modffi: Don't use OSError for clearly unrelated errors.Paul Sokolovsky2014-04-22
* modffi: Describe typecodes where they differ from used by struct module.Paul Sokolovsky2014-04-22
* modffi: Update for MP_OBJ_STOP_ITERATION refactor.Paul Sokolovsky2014-04-19
* modffi: Mark 'p' type spec deprecated, replace with 'P'.Paul Sokolovsky2014-04-19
* unix: Update to use new buffer protocol interface with typecode.Damien George2014-04-18
* unix modffi: Convert to static module structures.Paul Sokolovsky2014-04-18
* modffi: Support float types.Paul Sokolovsky2014-04-17
* modffi: Update for latest binary API refactors.Paul Sokolovsky2014-04-11
* unix modffi: Support any object implementing buffer protocol as a native arg.Paul Sokolovsky2014-04-08
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04