summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add files to install listpy3kJohn Ehresman2010-04-181-1/+3
* Missing , in keyword listJohn Ehresman2010-04-171-1/+1
* Better support for GFile.set_attribute, but it still could use workJohn Ehresman2010-04-171-5/+227
* Merge branch master into py3kJohn Ehresman2010-04-1610-60/+111
|\
| * Add build docs for windowsJohn Stowers2010-04-162-0/+25
| * Setup.py cosmetic tidyJohn Stowers2010-04-162-42/+40
| * Fix crash when importing gioJohn Stowers2010-04-161-0/+3
| * Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-166-62/+71
| * Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-162-18/+116
| * Include pygsource.hJohn Stowers2010-04-161-0/+1
* | Fix python 2.5 regressionsJohn Ehresman2010-04-165-13/+17
* | Rename _PyLong macros to PYGLIB_PyLongJohn Ehresman2010-04-1617-141/+141
* | Rename _PyUnicode macros to PYGLIB_PyUnicodeJohn Ehresman2010-04-1630-177/+179
* | Fix reference to longJohn Ehresman2010-04-161-1/+1
* | Fixed long value conversionJohn Ehresman2010-04-161-13/+1
* | Make the option callback failure selftest work with both Python 2 and 3David Malcolm2010-04-161-4/+5
* | Fix various selftests when building against python 3.1David Malcolm2010-04-167-46/+71
* | Fix pyg_pid_new on python 3David Malcolm2010-04-161-4/+4
* | 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-151-1/+7
* | Test for basestring and use str if not presentJohn Ehresman2010-04-151-2/+7
* | A working _bytes for python 3kJohn Ehresman2010-04-151-3/+4
* | Common _bytes & _unicode namesJohn Ehresman2010-04-151-0/+10
* | Use bytes rather than bytearray and use PYGLIB_ macro prefixJohn Ehresman2010-04-155-34/+34
* | 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 ( ).José Alburquerque2010-04-131-0/+1