~jd/xpyb.git
2009-12-22 Julien DanjouExport API for other Python modules master
2009-12-17 Aldo CortesiFix scope error in generated definition of QueryTextExt...
2009-12-17 Eamon WalshRelease xpyb 1.2
2009-12-17 Eamon WalshInstall documentation and README files.
2009-12-17 Eamon F WalshAdd a copy of the documentation from the wiki.
2009-12-17 Eamon F WalshAdd a COPYING file.
2009-08-27 Adam JacksonMultilib install fix
2009-04-08 Eamon WalshRelease xpyb 1.1
2009-04-08 Eamon WalshRemove auto-generated file.
2009-04-08 Eamon WalshAdd a wrap() function to create a Connection object...
2008-10-22 Eamon WalshPrint the expected and actual buffer size when a list...
2008-10-17 Eamon WalshRelease xpyb 1.0
2008-09-12 Eamon WalshFix connect call when authorization info is not passed in.
2008-09-12 Eamon WalshUse correct conversion specifier for Py_ssize_t arguments.
2008-07-29 Eamon WalshAdd NEWS file for 0.9 release.
2008-06-06 Eamon WalshSquash a function prototype missing warning.
2008-06-06 Eamon WalshSome autotools fixes.
2008-06-03 Eamon WalshRemove COPYING file; this work is public domain.
2008-06-03 Eamon WalshRemove an autoconf macro that we don't define.
2008-06-02 Eamon WalshCamelCase some of the utility constants.
2008-06-02 Eamon WalshUpdate README; Add COPYING and INSTALL boilerplate.
2008-06-02 Eamon WalshMove constant declarations to separate file and add...
2008-06-02 Eamon WalshAdd autogen.sh
2008-05-31 Eamon WalshSupport setting attributes on connection objects.
2008-05-30 Eamon WalshRefactoring of extension load code.
2008-05-30 Eamon WalshFix for arrays not really being buffer objects...
2008-05-29 Eamon WalshImplement get_setup().
2008-05-29 Eamon WalshAdd type-padding and list length bugfix.
2008-05-29 Eamon WalshAdd list operations to protocol object class.
2008-05-29 Eamon WalshAdd list operations to list class.
2008-05-28 Eamon WalshAccept simple buffer objects as parents for new protoco...
2008-05-28 Eamon WalshSupport "auth" and "fd" arguments to connect().
2008-05-28 Eamon WalshAdd bindings for more XCB library functions.
2008-05-28 Eamon WalshAdd some utility functions and constants.
2008-05-28 Eamon WalshSupport nested structures and lists of structures in...
2008-05-23 Eamon WalshAdd iterator that can handle arbitrarily nested sequences.
2008-05-22 Eamon WalshUse += operator where applicable.
2008-05-22 Eamon WalshSupport exception subclasses.
2008-05-22 Eamon WalshAdd extensions to Makefile.am.
2008-05-22 Eamon WalshMinor fixes.
2008-05-22 Eamon WalshSupport event and error subclasses.
2008-05-21 Eamon WalshSupport calling core protocol methods on connection...
2008-05-21 Eamon WalshUse _add_core instead of _add_ext for core's object.
2008-05-21 Eamon WalshCheck for proper base types when receiving arguments...
2008-05-20 Eamon WalshFirst cut of .gitignore.
2008-05-20 Eamon WalshFirst cut of autoconf build infrastructure.
2008-05-20 Eamon WalshFirst cut of Python client code generator.
2008-05-20 Eamon WalshAdd __init__ file.
2008-05-20 Eamon WalshDon't rely on raw data pointer in base class getattr...
2008-05-20 Eamon WalshRework send_request to take a reply type instead of...
2008-05-20 Eamon WalshSquash a missing prototype warning.
2008-05-20 Eamon WalshMake offset argument to constructor optional with a...
2008-05-20 Eamon WalshReorder arguments to _add_ext allowing None to be passe...
2008-05-20 Eamon WalshSimplify request opcode handling by just adding it...
2008-05-20 Eamon WalshAdd a cache of previously created extension objects...
2008-05-20 Eamon WalshFix base type flag in a few classes.
2008-05-16 Eamon WalshAdd internal module function for resizing a protocol...
2008-05-16 Eamon WalshAdd list class.
2008-05-16 Eamon WalshAdd struct and union base classes.
2008-05-10 Eamon WalshFirst cut of CPython components.
2008-05-02 Eamon WalshInitial commit.