summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-05Squash a function prototype missing warning.Eamon Walsh1-0/+1
2008-06-05Some autotools fixes.Eamon Walsh3-1/+11
2008-06-03Remove COPYING file; this work is public domain.Eamon Walsh1-30/+0
2008-06-02Remove an autoconf macro that we don't define.Eamon Walsh1-2/+0
2008-06-02CamelCase some of the utility constants.Eamon Walsh1-3/+3
2008-06-02Update README; Add COPYING and INSTALL boilerplate.Eamon Walsh3-1/+260
2008-06-02Move constant declarations to separate file and add pre-defined atoms.Eamon Walsh4-14/+99
2008-06-02Add autogen.shEamon Walsh1-0/+12
2008-05-31Support setting attributes on connection objects.Eamon Walsh2-6/+61
2008-05-30Refactoring of extension load code.Eamon Walsh4-78/+90
2008-05-29Fix for arrays not really being buffer objects...Eamon Walsh1-1/+1
2008-05-29Implement get_setup().Eamon Walsh4-6/+30
2008-05-29Add type-padding and list length bugfix.Eamon Walsh1-8/+22
2008-05-29Add list operations to protocol object class.Eamon Walsh1-1/+76
2008-05-29Add list operations to list class.Eamon Walsh2-5/+108
2008-05-28Accept simple buffer objects as parents for new protocol objects.Eamon Walsh6-45/+13
2008-05-28Support "auth" and "fd" arguments to connect().Eamon Walsh1-4/+42
2008-05-28Add bindings for more XCB library functions.Eamon Walsh1-15/+85
2008-05-28Add some utility functions and constants.Eamon Walsh1-0/+49
2008-05-28Support nested structures and lists of structures in requests.Eamon Walsh1-12/+38
2008-05-23Add iterator that can handle arbitrarily nested sequences.Eamon Walsh4-1/+204
2008-05-22Use += operator where applicable.Eamon Walsh1-10/+10
2008-05-22Support exception subclasses.Eamon Walsh3-11/+27
2008-05-21Add extensions to Makefile.am.Eamon Walsh1-5/+113
2008-05-21Minor fixes.Eamon Walsh4-30/+14
2008-05-21Support event and error subclasses.Eamon Walsh11-63/+219
2008-05-21Support calling core protocol methods on connection objects.Eamon Walsh5-25/+68
2008-05-20Use _add_core instead of _add_ext for core's object.Eamon Walsh1-1/+4
2008-05-20Check for proper base types when receiving arguments of type Type.Eamon Walsh3-20/+22
2008-05-20First cut of .gitignore.Eamon Walsh1-0/+30
2008-05-20First cut of autoconf build infrastructure.Eamon Walsh5-0/+224
2008-05-20First cut of Python client code generator.Eamon Walsh1-0/+544
2008-05-20Add __init__ file.Eamon Walsh1-0/+3
2008-05-20Don't rely on raw data pointer in base class getattr methods.Eamon Walsh3-12/+24
2008-05-20Rework send_request to take a reply type instead of a reply instance.Eamon Walsh4-29/+29
2008-05-20Squash a missing prototype warning.Eamon Walsh1-0/+2
2008-05-20Make offset argument to constructor optional with a default of 0.Eamon Walsh1-2/+2
2008-05-20Reorder arguments to _add_ext allowing None to be passed for xproto.Eamon Walsh1-3/+3
2008-05-19Simplify request opcode handling by just adding it as a parameter.Eamon Walsh3-16/+10
2008-05-19Add a cache of previously created extension objects to each connection.Eamon Walsh3-36/+67
2008-05-19Fix base type flag in a few classes.Eamon Walsh4-4/+4
2008-05-16Add internal module function for resizing a protocol object.Eamon Walsh1-0/+25
2008-05-16Add list class.Eamon Walsh3-0/+169
2008-05-16Add struct and union base classes.Eamon Walsh5-0/+126
2008-05-10First cut of CPython components.Eamon Walsh26-0/+1568
2008-05-01Initial commit.Eamon Walsh1-0/+24