summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the option callback failure selftest work with both Python 2 and 3HEADpy3kDavid Malcolm2010-04-161-4/+5
* Fix various selftests when building against python 3.1David Malcolm2010-04-167-46/+71
* Test fixes for bytesJohn Ehresman2010-04-163-9/+12
* Need to mark class as modified if modify tp_dict directly in 2.6+John Ehresman2010-04-161-0/+4
* Allow GPid instances to be createdJohn Ehresman2010-04-161-1/+7
* Test for basestring and use str if not presentJohn Ehresman2010-04-161-2/+7
* A working _bytes for python 3kJohn Ehresman2010-04-161-3/+4
* Common _bytes & _unicode namesJohn Ehresman2010-04-161-0/+10
* Use bytes rather than bytearray and use PYGLIB_ macro prefixJohn Ehresman2010-04-165-34/+34
* Fix pyg_pid_new on python 3David Malcolm2010-04-161-4/+4
* Initial working enum/flags/pid subclasses of longJohn Ehresman2010-04-153-47/+67
* add some needed constantsJohn (J5) Palmieri2010-04-151-0/+16
* add test for python 3 _thread libraryJohn (J5) Palmieri2010-04-151-2/+3
* fixed autotools buildJohn (J5) Palmieri2010-04-153-9/+17
* Hack to disable thread check in configureJohn Ehresman2010-04-151-1/+1
* Python 3 support for setup.pyJohn Ehresman2010-04-1521-2909/+2626
* Changes for tests to run in python 3John Ehresman2010-04-157-28/+54
* No long under python 3John Ehresman2010-04-151-1/+4
* METH_KEYWORDS w/o METH_VARARGS is invalid in python 3John Ehresman2010-04-153-18/+18
* Don't del a name that doesn't existJohn Ehresman2010-04-151-1/+0
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-1512-158/+187
* Partially working setup.pyJohn Ehresman2010-04-152-20/+118
* Don't pregenerate numerical constants in constants.py; adapted from a John St...John Ehresman2010-04-155-60/+32
* Use _PyLong and Py_TYPEJohn Ehresman2010-04-152-3/+3
* Run under both Python 2.x and 3.xJohn Ehresman2010-04-152-6/+5
* More PyString to _PyUnicode or _PyByteArrayJohn Ehresman2010-04-155-10/+11
* Modify codegen code to run under either Python 2.x or 3.xJohn Ehresman2010-04-151-2/+2
* Use _PyUnicode or _PyByteArray macrosJohn Ehresman2010-04-1510-33/+33
* Return byte array from read_chars iff encoding is NULL, otherwise return a un...John Ehresman2010-04-151-6/+22
* Add PyByteArray macrosJohn Ehresman2010-04-151-1/+7
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-155-20/+20
* Make pyglib-python-compat.h a public header and include in pygobject.h Also #...John Ehresman2010-04-157-4/+16
* Fix reference leak when using repr in exception stringsJohn Ehresman2010-04-153-23/+58
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-1520-85/+251
* codegen/docextract_to_xml.py: One more &...; replacement ( ).masterJosé Alburquerque2010-04-131-0/+1
* codegen/docextract_to_xml.py: Replace some &..; that cause errors.José Alburquerque2010-04-131-0/+4
* codegen/docextract_to_xml.py: Handle C++ multi-line comments.José Alburquerque2010-04-111-0/+9
* codegen/docextract.py: Stop final section processing on first match.José Alburquerque2010-04-111-0/+4
* Update doc extraction tool to handle GObjectIntrospection annotations.José Alburquerque2010-04-112-112/+414
* Docs: replace gio.IO_ERROR_* with gio.ERROR_*Paul Bolle2010-04-083-45/+45
* Bug 613341 - pygobject tests seem to require pygtk causing a circularGian Mario Tagliaretti2010-04-054-718/+0
* Don't raise an error in _pygi_import if pygi support is disabledSimon van der Linden2010-02-024-16/+3
* Initialize PyGPollFD_Type.fd_obj to NULLTomeu Vizoso2010-01-101-0/+1
* Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distccGian Mario Tagliaretti2010-01-041-14/+13
* Wrap gio.Cancellable.make_pollfd() and add a testGian Mario Tagliaretti2010-01-034-0/+56
* Make cancellable an optional parameter in many methodsGian Mario Tagliaretti2010-01-021-51/+51
* Post release version bump to 2.21.2Gian Mario Tagliaretti2010-01-021-1/+1
* Update NEWS and release PyGObject-2.21.1PYGOBJECT_2_21_1Gian Mario Tagliaretti2010-01-021-0/+55
* Wrap gio.Volume.eject_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* gio.Mount.unmount_with_operation() fix a copy/paste leftoverGian Mario Tagliaretti2010-01-011-2/+2