summaryrefslogtreecommitdiffstats
path: root/bindings/python
Commit message (Expand)AuthorAgeFilesLines
* ignore reserved (and chapterdata) attributes which are returned as gpointerstmzullinger2007-07-311-3/+8
* merge changes from the bug-1723660 branchtmzullinger2007-07-316-77/+257
* ensure that bindings/python/examples/save_photos.py is included in tarballstmzullinger2007-07-161-4/+9
* Add version and version_info attributes to the Python bindingsnicholas2007-07-122-1/+13
* make the test for xsltproc more robust (read as: make it suck less)tmzullinger2007-07-121-1/+1
* try to convert the xml docs into python docstrings even when ENABLE_GTK_DOC i...tmzullinger2007-07-111-5/+5
* include tests.py in EXTRA_DISTtmzullinger2007-06-291-1/+3
* Remove hard coding of _proxied_attributesnicholas2007-06-281-18/+3
* update a few more CVS references for Subversiontmzullinger2007-06-031-1/+1
* change CVS references and links to SVNtmzullinger2007-05-301-1/+1
* treat time_t as longtmzullinger2007-05-131-2/+2
* treat time_t as inttmzullinger2007-05-121-0/+2
* Namespace cleanup part II (python bindings and documentation).jcsjcs2007-04-272-3/+3
* put down the pipe and commit something that should actually work...tmzullinger2007-04-161-2/+4
* use the mac-style path for filename_ipod in the extended info file, like gtkp...tmzullinger2007-04-161-1/+1
* Add missing tests/Makefile.am filenicholas2007-03-271-0/+11
* Use build-tree libraries for Python test, not the installed set.nicholas2007-03-262-3/+4
* Add some PhotoDB reading features, thanks to John Carr for prompting.nicholas2007-03-263-3/+428
* * ChangeLogjcsjcs2007-02-124-130/+118
* Translate track attributes to UTF-8 (dropping any chars we can't do), and if ...nicholas2007-02-101-2/+2
* Cope with invalid/not available mp3 tagsnicholas2007-02-101-13/+24
* Correction to how we fall back to using md5_hash entry from ext database if s...nicholas2007-01-231-3/+9
* add support files for converting gtk-docs to python docstringstmzullinger2007-01-152-0/+140
* At a suggestion from Todd, attempt to fix writing unicode values. Ideally, th...nicholas2007-01-141-1/+15
* Correction to 1.4 - sha1/md5_hash handling in ext db. Also, don't write filen...nicholas2007-01-141-4/+9
* If the Database was garbage collected, then any Tracks would be corrupt. Keep...nicholas2007-01-141-3/+9
* Support sha1_hash entries in the extended database as well as md5_hash. Thank...nicholas2007-01-141-8/+17
* Use gtkdoc documentation for python docstrings, topped up with docstrings by ...nicholas2007-01-145-18/+279
* Add prototypes for wrapper functions. Thanks to Todd Zullinger.nicholas2007-01-141-0/+15
* don't include any swig built files in the tarballs.tmzullinger2007-01-131-5/+6
* fix more make distcheck issuestmzullinger2007-01-121-25/+18
* * bindings/python/Makefile.am: correct 'make dist' failure (patchjcsjcs2007-01-101-8/+8
* * configure.actmzullinger2007-01-042-31/+32
* Reverse tr and sort so that output of grep/awk is sorted before changing newl...nicholas2006-12-181-1/+1
* Install Python libraries to pyexecdir instead; which is not equal to pythondi...nicholas2006-12-131-6/+6
* USe /mnt/ipod as the default mountpoint, to match rest of gtkpodnicholas2006-12-111-1/+1
* Add README.in - thanks to Todd Zullingernicholas2006-12-112-0/+54
* Remove unused hash-bang in gtkpod.pynicholas2006-11-271-1/+0
* Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r...nicholas2006-05-301-17/+7
* Don't remove required files when we make clean.nicholas2006-05-291-1/+2
* Add a couple of simple unit tests; use Make test to run. Runs against _instal...nicholas2006-05-232-0/+68
* Fix some Playlist handling - len(), creating without kwargs.nicholas2006-05-231-5/+5
* Initial version.nicholas2006-05-194-0/+3
* Assume local if localdb is specifiednicholas2006-05-191-1/+1
* Config file for Doxygennicholas2006-05-172-1/+237
* sw_get_playlist() seems to have also (?) become lost. Maybe I've just lost a ...nicholas2006-05-171-0/+11
* Have errors reported with the correct path for anyone that's building package...nicholas2006-05-171-2/+2
* Support for removing tracks and playlists, local databases, checking if a tra...nicholas2006-05-152-48/+129
* Allow searching for playlists by id, name and numbernicholas2006-05-151-5/+63
* Another attempt at fixing gint64 and guint64 handling. 'Seems to work', this ...nicholas2006-05-151-10/+12