root/python-musicbrainz2/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @10149 [10149] 2008-07-23 04:54:28 luks Use c_void_p, not c_int, otherwise it crashes on 64-bit systems where …
(edit) @9873 [9873] 2008-06-15 20:00:47 matt Added a trackCount parameter to ReleaseFilter (fixes #3781).
(edit) @9740 [9740] 2008-03-09 14:08:45 matt Incremented version number to 0.6.0.
(edit) @9724 [9724] 2008-03-09 08:34:11 matt Relation.DIR_BOTH is no longer used since the web service doesn't support …
(edit) @9715 [9715] 2008-03-01 09:21:28 matt Added some more documentation to submitUserTags().
(edit) @9714 [9714] 2008-03-01 09:05:48 matt Changed getUserTags()/submitUserTags() to accept only absolute URIs. Added …
(edit) @9713 [9713] 2008-02-28 22:37:23 luks Add tags includes
(edit) @9711 [9711] 2008-02-28 22:20:35 luks Ooops
(edit) @9710 [9710] 2008-02-28 22:19:06 luks Support both Tag instances and strings in Query.submitUserTags
(edit) @9709 [9709] 2008-02-28 18:38:13 matt UTF-8 encode tags before sending them to the server.
(edit) @9708 [9708] 2008-02-28 17:36:41 matt Added tagging support (patch by Philipp Wolfer, #3285).
(edit) @9707 [9707] 2008-02-26 17:48:32 matt Added tag support to the XML parser (patch by outsidecontext, #3285).
(edit) @9706 [9706] 2008-02-25 20:53:45 matt Added tagging support to the model. Still to be done: Query class and XML …
(edit) @9608 [9608] 2007-11-26 06:16:57 matt Added WaxCylinder and PianoRoll to ReleaseEvent's format constants.
(edit) @9607 [9607] 2007-11-25 17:39:06 matt Added support for the format attribute on ReleaseEvent (implements #3231).
(edit) @9320 [9320] 2007-08-11 08:47:35 matt Export the Label class to make it show in the docs. Print labels in the …
(edit) @9317 [9317] 2007-08-11 07:42:59 matt Incremented the version number to 0.5.0.
(edit) @9314 [9314] 2007-08-10 16:08:29 matt Update to MbXmlWriter to support labels and some bug fixes.
(edit) @9313 [9313] 2007-08-10 09:44:50 matt Renamed Alias to AbstractAlias. Added Alias support to the getlabel.py …
(edit) @9310 [9310] 2007-08-09 20:25:03 matt Bug fix: Label.code now works even if no label code is available.
(edit) @9309 [9309] 2007-08-09 19:41:27 matt Implemented the missing LabelAlias class (test suite works again). Created …
(edit) @9086 [9086] 2007-04-29 14:07:16 matt Implemented label sortName, disambiguation, code, and country. Added a …
(edit) @9084 [9084] 2007-04-29 09:08:10 matt Added barcode support to the ReleaseEvent class. Added test cases for the …
(edit) @9083 [9083] 2007-04-29 08:08:25 matt More features and bug fixes to the label support code: * Implemented …
(edit) @9045 [9045] 2007-04-12 06:49:15 matt Fixed a compilation error due to a non-terminated doc string.
(edit) @9039 [9039] 2007-04-08 08:14:13 matt Added label support, based on the patch from #2671. Still needed: Unit …
(edit) @8781 [8781] 2007-01-07 13:46:03 matt Added "offset" and "count" attributes to the Metadata class. Changed …
(edit) @8779 [8779] 2007-01-07 10:01:52 matt Added the 'offset' and 'query' parameters to the IFilter subclasses.
(edit) @8732 [8732] 2006-12-18 09:02:01 matt Incremented the version number to 0.4.1. Updated the change log. Fixed a …
(edit) @8728 [8728] 2006-12-17 23:42:30 luks Added 'Pseudo-Release'
(edit) @8725 [8725] 2006-12-17 22:39:07 luks Merge log:python-musicbrainz2/branches/picard@8517:8650
(edit) @8507 [8507] 2006-09-30 19:04:27 luks Pass deviceName to discid_read(). Sorry for not spotting this before the …
(edit) @8490 [8490] 2006-09-20 17:30:54 matt Incremented the version number to 0.4.0. Minor documentation updates.
(edit) @8483 [8483] 2006-09-18 13:06:51 matt Some tiny documentation improvements.
(edit) @8476 [8476] 2006-09-09 15:58:42 matt Changed the IFilter subclasses to properly encode strings (see …
(edit) @8461 [8461] 2006-09-04 06:51:20 matt Updated the docs to refer to libdiscid instead of libmusicbrainz.
(edit) @8459 [8459] 2006-09-03 15:02:47 luks Changed library name from 'libdiscid.dll' to 'discid.dll'.
(edit) @8458 [8458] 2006-09-03 13:25:21 matt Audio CD access is now done using libdiscid. libmusicbrainz2 is no longer …
(edit) @8456 [8456] 2006-09-03 08:52:14 matt Implemented some offset and count related methods in the model. Changed …
(edit) @7496 [7496] 2006-05-09 16:52:40 matt Added the Entity.getRelationTargets() method for easier relation …
(edit) @7484 [7484] 2006-05-08 21:27:17 matt Added more parameters to Entity.getRelations().
(edit) @7386 [7386] 2006-04-30 11:12:55 matt Temporary fix to make the package work inside a zip file for py2exe. Based …
(edit) @7308 [7308] 2006-04-20 20:36:59 matt Added the Result classes to the public interface (closes #1365).
(edit) @7301 [7301] 2006-04-19 12:49:19 matt Fixed libmb loading using ctypes >= 0.9.9.3 on windows (patch from luks).
(edit) @218 [218] 2006-04-07 22:20:04 matt Incremented the version number to 0.3.1. Added more information to the …
(edit) @217 [217] 2006-04-06 17:34:56 matt Fixed the broken Query.submitPuids(). Thanks Luks!
(edit) @214 [214] 2006-04-05 14:32:59 matt Set the version number to 0.3.0.
(edit) @210 [210] 2006-04-03 20:55:20 matt Implemented model.Release.getEarliestReleaseDate() (#1260).
(edit) @208 [208] 2006-04-02 12:56:25 matt Recode strings manually because Python's csv module doesn't support …
(edit) @207 [207] 2006-04-02 08:58:00 matt Updated the country table with the latest server changes (Thanks, …
(edit) @206 [206] 2006-04-01 13:25:20 matt Added the utils.get*Name() functions. The csv data files which contain the …
(edit) @204 [204] 2006-03-29 11:16:56 matt Changed utils back to a module, I don't like how the docs would look.
(edit) @203 [203] 2006-03-29 09:15:17 matt Moved the utils module to a package. We will need this later for package …
(edit) @201 [201] 2006-03-27 14:43:13 matt Merging the changes made in branches/preparing-0.3.0 to trunk.
(edit) @184 [184] 2006-03-19 10:54:45 matt Preparing things for release 0.2.2.
(edit) @183 [183] 2006-03-19 10:24:02 matt Added the utils module which might be needed for picard-0.7.0beta2. This …
(edit) @173 [173] 2006-03-16 19:34:53 matt Preparing things for release 0.2.1. Renamed a test case class.
(edit) @171 [171] 2006-03-16 15:24:55 matt Added alias type and script support to ArtistAlias and MbXmlParser.
(edit) @169 [169] 2006-03-15 07:37:37 matt Patch from Luks: Fix invalid date checking regex (#1181). Added a test …
(edit) @166 [166] 2006-03-13 13:59:58 matt Added support for ctypes 0.9.9.3 (and probably later versions too).
(edit) @165 [165] 2006-03-13 12:27:25 matt Fixed the HTTP redirect handling bug (#1166). Added a demo script for …
(edit) @163 [163] 2006-03-12 17:36:03 matt Preparing for the 0.2.0 release.
(edit) @162 [162] 2006-03-12 17:07:31 matt Changed everything from TRMs to PUIDs. Based on a patch by Luks.
(edit) @160 [160] 2006-03-12 08:02:00 matt Replaced httplib's constants (unavailable in 2.3) with hardcoded numeric …
(edit) @157 [157] 2006-03-11 15:02:28 matt Minor documentation fix. Link to the wiki page.
(edit) @155 [155] 2006-03-08 11:44:37 matt Query.getUserByName() didn't work. Closing #1134, thanks to luks.
(edit) @150 [150] 2006-03-05 21:08:31 matt Fix and invalid method call. Thanks to luks for catching this!
(edit) @148 [148] 2006-03-04 16:42:30 matt Namespace cleanup: Moved some constants from model to model.Relation.
(edit) @147 [147] 2006-03-04 16:19:15 matt The release filter now supports URIs for the releaseType parameter.
(edit) @146 [146] 2006-03-04 15:16:23 matt Implemented the new 'sa-*' and 'va-' artist include tags.
(edit) @141 [141] 2006-02-27 14:52:37 matt Re-added the artist collection's release+va-release parameters. Removed …
(edit) @126 [126] 2006-02-23 11:58:49 matt ReleaseFilter has now a releaseTypes attribute. ArtistIncludes now longer …
(copy) @122 [122] 2006-02-22 21:57:52 matt Renamed the source package.
copied from python-webservice/trunk/src:
(edit) @121 [121] 2006-02-22 19:01:05 matt Fixed relations types: return fully qualified URIs now. Allow filtering by …
Note: See TracRevisionLog for help on using the revision log.