summaryrefslogtreecommitdiff
path: root/src/module.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-09Make xpybConn a base typeEamon Walsh1-69/+10
2010-01-09Export API for other Python modulesJulien Danjou1-0/+7
2009-04-07Add a wrap() function to create a Connection object from a raw C pointer.Eamon Walsh1-0/+45
2008-09-12Fix connect call when authorization info is not passed in.Eamon Walsh1-2/+4
2008-09-12Use correct conversion specifier for Py_ssize_t arguments.Eamon Walsh1-1/+1
2008-06-05Squash a function prototype missing warning.Eamon Walsh1-0/+1
2008-06-02Move constant declarations to separate file and add pre-defined atoms.Eamon Walsh1-13/+1
2008-05-30Refactoring of extension load code.Eamon Walsh1-13/+11
2008-05-29Implement get_setup().Eamon Walsh1-5/+12
2008-05-28Support "auth" and "fd" arguments to connect().Eamon Walsh1-4/+42
2008-05-28Add some utility functions and constants.Eamon Walsh1-0/+49
2008-05-23Add iterator that can handle arbitrarily nested sequences.Eamon Walsh1-0/+4
2008-05-21Support event and error subclasses.Eamon Walsh1-28/+43
2008-05-21Support calling core protocol methods on connection objects.Eamon Walsh1-4/+14
2008-05-20Check for proper base types when receiving arguments of type Type.Eamon Walsh1-6/+16
2008-05-20Reorder arguments to _add_ext allowing None to be passed for xproto.Eamon Walsh1-3/+3
2008-05-19Add a cache of previously created extension objects to each connection.Eamon Walsh1-7/+16
2008-05-16Add internal module function for resizing a protocol object.Eamon Walsh1-0/+25
2008-05-16Add list class.Eamon Walsh1-0/+3
2008-05-16Add struct and union base classes.Eamon Walsh1-0/+6
2008-05-10First cut of CPython components.Eamon Walsh1-0/+145