<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>74e114002fb977c0500a8c49199cc0a599474e1d</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/8c6f4e3512f4f912644318583690da3bb73a619f</url>
    <id>8c6f4e3512f4f912644318583690da3bb73a619f</id>
    <committed-date>2008-08-12T17:54:59-07:00</committed-date>
    <authored-date>2008-08-12T17:54:59-07:00</authored-date>
    <message>Allow &quot;show name s01 e02.avi&quot; filenames [#13 state:resolved]</message>
    <tree>8b1fd6ca055f7aa2903a92bca769c53aa4fcd08b</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a220e844b50fd5b3481318400b924dcc8d00079</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/74e114002fb977c0500a8c49199cc0a599474e1d</url>
    <id>74e114002fb977c0500a8c49199cc0a599474e1d</id>
    <committed-date>2008-08-07T09:32:26-07:00</committed-date>
    <authored-date>2008-08-07T09:32:26-07:00</authored-date>
    <message>Handle the tvdb_error (generally connection refused/time-out etc)</message>
    <tree>288ba7bd3809677ab54d8c28ea222f9794ece3b6</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1a532eaa36efd416d8e7c0f2828a99fa109a9f8</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/8a220e844b50fd5b3481318400b924dcc8d00079</url>
    <id>8a220e844b50fd5b3481318400b924dcc8d00079</id>
    <committed-date>2008-08-03T07:10:31-07:00</committed-date>
    <authored-date>2008-08-03T07:10:31-07:00</authored-date>
    <message>Fixed error introduced with retrieving mode tvdb data changes</message>
    <tree>645fb30b9fcb9d3c437b42f91ce4509cd4c2bf52</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d213c2a6fdc7b8c360044c624edad9de503e69c2</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/a1a532eaa36efd416d8e7c0f2828a99fa109a9f8</url>
    <id>a1a532eaa36efd416d8e7c0f2828a99fa109a9f8</id>
    <committed-date>2008-08-03T06:39:37-07:00</committed-date>
    <authored-date>2008-08-03T06:39:37-07:00</authored-date>
    <message>Now retrive all episode data from thetvdb into Episode() instance. Important change to API: to get the episode name, you now request the attribute ['episodename'] instead of ['name'] (this has been updated in tvnamer, and all the docstrings in previous commits)
Names are now retrived as unicode (from BeautifulSoup) instead of being str()'d</message>
    <tree>a9db21fa3bd2710e6ec27c4f5ebb2cc0b29e4780</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>797ba7b72dfb1b2dbab60b96b089cc4aa86b4770</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/d213c2a6fdc7b8c360044c624edad9de503e69c2</url>
    <id>d213c2a6fdc7b8c360044c624edad9de503e69c2</id>
    <committed-date>2008-08-03T06:37:48-07:00</committed-date>
    <authored-date>2008-08-03T06:37:48-07:00</authored-date>
    <message>Modified tests to use new ['episodename'] attribute, not the old ['name']. Also added test for checking additional data being retrived</message>
    <tree>bf671dba5ae9663317196b9f170368b77fdfe22b</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f2d3c92945313906aebfb14c3f9029d282b7962</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/797ba7b72dfb1b2dbab60b96b089cc4aa86b4770</url>
    <id>797ba7b72dfb1b2dbab60b96b089cc4aa86b4770</id>
    <committed-date>2008-08-03T06:36:32-07:00</committed-date>
    <authored-date>2008-08-03T06:36:32-07:00</authored-date>
    <message>Updated docstrings to use t['Scrubs'][1][24]['episodename'] in examples (instead of ['name'])</message>
    <tree>519ed965bd2cc67c9d2526a76057e8fb1595151d</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e71baa294b5bce4e828d4521b75b02ca9fc22ea</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/1f2d3c92945313906aebfb14c3f9029d282b7962</url>
    <id>1f2d3c92945313906aebfb14c3f9029d282b7962</id>
    <committed-date>2008-07-25T12:10:41-07:00</committed-date>
    <authored-date>2008-07-25T12:10:41-07:00</authored-date>
    <message>Fixed searching when a numeric key or string was supplied</message>
    <tree>ca0fb208ab45a3be3efd16021a16df0a88689e04</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c6f92154aedb1a95b328a5dd235c31b5f8490b5</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/0e71baa294b5bce4e828d4521b75b02ca9fc22ea</url>
    <id>0e71baa294b5bce4e828d4521b75b02ca9fc22ea</id>
    <committed-date>2008-07-25T12:10:07-07:00</committed-date>
    <authored-date>2008-07-25T12:10:07-07:00</authored-date>
    <message>Each t['show'][1][2] instance now has a ['seasonnumber'] and ['episode'] element, and no longer always has ['name'] set to None if no name is found</message>
    <tree>e84d57e085a52fd9563966d126bdedb4ef140c0c</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8306d494e44ee833bc71ea5ce9c931f606bd1418</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/8c6f92154aedb1a95b328a5dd235c31b5f8490b5</url>
    <id>8c6f92154aedb1a95b328a5dd235c31b5f8490b5</id>
    <committed-date>2008-07-25T10:19:42-07:00</committed-date>
    <authored-date>2008-07-25T10:19:42-07:00</authored-date>
    <message>Fixed up docstring examples, and added a doctstring test (everything currently passing)</message>
    <tree>54fcdc5f699b570adf28018a347b9981732440fe</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e60dd2d8887c79bca1c26e076318f158df8d2069</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/8306d494e44ee833bc71ea5ce9c931f606bd1418</url>
    <id>8306d494e44ee833bc71ea5ce9c931f606bd1418</id>
    <committed-date>2008-07-25T10:18:54-07:00</committed-date>
    <authored-date>2008-07-25T10:18:54-07:00</authored-date>
    <message>Removed now unused _Ddict class (it was replaced with the ShowContainer/Shows/Seasons/Episode classes)</message>
    <tree>84726c88a0759cf3e278603e049cc409b3968368</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef69f9093dd0ad485947637e2a6ba75d38a8c2e4</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/e60dd2d8887c79bca1c26e076318f158df8d2069</url>
    <id>e60dd2d8887c79bca1c26e076318f158df8d2069</id>
    <committed-date>2008-07-25T10:17:22-07:00</committed-date>
    <authored-date>2008-07-25T10:17:22-07:00</authored-date>
    <message>Added test for search</message>
    <tree>c73b7a08c43da5b7bdb7e8cb73468ffacaa73396</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6a1addf82e3c22ed8f6deaa0213ed0a6db7bc14</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/ef69f9093dd0ad485947637e2a6ba75d38a8c2e4</url>
    <id>ef69f9093dd0ad485947637e2a6ba75d38a8c2e4</id>
    <committed-date>2008-07-25T10:15:22-07:00</committed-date>
    <authored-date>2008-07-25T10:15:22-07:00</authored-date>
    <message>Can now search by doing t=Tvdb(); t['Scrubs'].search('my first', key='name') and get an array of matching Episode() instances</message>
    <tree>a93276e473e9fd48c864b3df35ceaf1cc5d82ca2</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a7ab15a80c59de17fe674ed4af77213f5cce1e5</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/a6a1addf82e3c22ed8f6deaa0213ed0a6db7bc14</url>
    <id>a6a1addf82e3c22ed8f6deaa0213ed0a6db7bc14</id>
    <committed-date>2008-07-24T18:40:22-07:00</committed-date>
    <authored-date>2008-07-24T18:40:22-07:00</authored-date>
    <message>Bumped to v0.3 in preperation for first proper release (v0.2 was put on PyPi mostly as a test, v0.1 was the time before I considered releasing it properly).</message>
    <tree>50a8663cb010612eaa808f0565cd0b8cb6de4cb2</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f090b074c70f6e6185e1b754ad01d941e3b7ce8</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/3a7ab15a80c59de17fe674ed4af77213f5cce1e5</url>
    <id>3a7ab15a80c59de17fe674ed4af77213f5cce1e5</id>
    <committed-date>2008-07-24T17:37:27-07:00</committed-date>
    <authored-date>2008-07-24T17:37:27-07:00</authored-date>
    <message>Added classifiers to setup.py, stopped it putting the tvdb_api.py script in $PATH</message>
    <tree>b38732426332ba4fac273477d130fe127bab1bc7</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29d94a30dfd0aa74aa976a89b79d2e92a80ad065</id>
      </parent>
      <parent>
        <id>1883717ea67b7bcceceeaa614390e3e3622b3d75</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/1f090b074c70f6e6185e1b754ad01d941e3b7ce8</url>
    <id>1f090b074c70f6e6185e1b754ad01d941e3b7ce8</id>
    <committed-date>2008-07-24T06:24:47-07:00</committed-date>
    <authored-date>2008-07-24T06:24:47-07:00</authored-date>
    <message>Merge branch 'master' into egg</message>
    <tree>9750dfd7a1f330d75c5c95896a3d9070c15ca63f</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>411e60529cfa8fd0199ed49786499f8c24072c87</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/1883717ea67b7bcceceeaa614390e3e3622b3d75</url>
    <id>1883717ea67b7bcceceeaa614390e3e3622b3d75</id>
    <committed-date>2008-07-24T06:22:13-07:00</committed-date>
    <authored-date>2008-07-24T06:22:13-07:00</authored-date>
    <message>tvnamer.py now exits with exit-code 2 if no files are found, and consistently with exit-code 1 when the user aborts the command</message>
    <tree>43d72f12ee7f0d4cbb9dfab092ccaf4087592b58</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2c312811601ed233d33931f7c3a0b03817d18bbd</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/411e60529cfa8fd0199ed49786499f8c24072c87</url>
    <id>411e60529cfa8fd0199ed49786499f8c24072c87</id>
    <committed-date>2008-07-24T06:21:33-07:00</committed-date>
    <authored-date>2008-07-24T06:21:33-07:00</authored-date>
    <message>If the debug flag is used, it now shows the regex match information</message>
    <tree>bd1a664d95682365829ff5689ab3e19d318f857f</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c9c9feefeb4ced375fcb71665d718262aaf55c1</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/2c312811601ed233d33931f7c3a0b03817d18bbd</url>
    <id>2c312811601ed233d33931f7c3a0b03817d18bbd</id>
    <committed-date>2008-07-24T06:20:50-07:00</committed-date>
    <authored-date>2008-07-24T06:20:50-07:00</authored-date>
    <message>Commented break statement in processNames, whitespace after file-showname cleanup</message>
    <tree>6dc79f842176835d1e4df38ef6b405afcb7359de</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f2afb8517ef0b6024cb3878f38592c9c0781c45</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/4c9c9feefeb4ced375fcb71665d718262aaf55c1</url>
    <id>4c9c9feefeb4ced375fcb71665d718262aaf55c1</id>
    <committed-date>2008-07-24T06:19:50-07:00</committed-date>
    <authored-date>2008-07-24T06:19:50-07:00</authored-date>
    <message>Moved extension-dot stripping to processNames so the extension never has that dot anywhere in the script</message>
    <tree>e9eef3a62b0e37fd35fd6eeb9e8f6c6fca6d4819</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38bfb31aa7074a38d0b6e41f76194d804853e125</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/6f2afb8517ef0b6024cb3878f38592c9c0781c45</url>
    <id>6f2afb8517ef0b6024cb3878f38592c9c0781c45</id>
    <committed-date>2008-07-24T05:59:34-07:00</committed-date>
    <authored-date>2008-07-24T05:59:34-07:00</authored-date>
    <message>Stray debugging message</message>
    <tree>7e1637077e12bbf2ea70f8458ee02259b1f7d838</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4feb6ef0d64e62c7cabb4bc8b544fd44edc4608</id>
      </parent>
    </parents>
    <author>
      <name>Doris</name>
      <email>doris@dorisbox.(none)</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/38bfb31aa7074a38d0b6e41f76194d804853e125</url>
    <id>38bfb31aa7074a38d0b6e41f76194d804853e125</id>
    <committed-date>2008-07-23T23:20:12-07:00</committed-date>
    <authored-date>2008-07-23T23:20:12-07:00</authored-date>
    <message>Fixed bug with script not knowing the orginal filename so was unable to rename the file.</message>
    <tree>29a0e1da72c8021f1baaa9813d94594ab8e76834</tree>
    <committer>
      <name>Doris</name>
      <email>doris@dorisbox.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d643ad5a744c0848c71e6a7c92625c7437fbf5f</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/b4feb6ef0d64e62c7cabb4bc8b544fd44edc4608</url>
    <id>b4feb6ef0d64e62c7cabb4bc8b544fd44edc4608</id>
    <committed-date>2008-07-23T19:46:15-07:00</committed-date>
    <authored-date>2008-07-23T19:46:15-07:00</authored-date>
    <message>Fixed a few sytnax problems (trying to call exit() from os), added a docstring to the unittests setUp call, made all the aborts use sys.exit(1) instead of one using break, removed redundant line</message>
    <tree>620a414c3cfb2e5406817e696d4c604da69cf85f</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f18b5977c16004be3fd79ab1d3ddc498d5594e5</id>
      </parent>
      <parent>
        <id>eb2536e75c335a5e9e73f02921ff442b6a64f419</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/29d94a30dfd0aa74aa976a89b79d2e92a80ad065</url>
    <id>29d94a30dfd0aa74aa976a89b79d2e92a80ad065</id>
    <committed-date>2008-07-23T18:55:06-07:00</committed-date>
    <authored-date>2008-07-23T18:55:06-07:00</authored-date>
    <message>Merge branch 'master' into egg</message>
    <tree>af7270d180483588e867be28d558b8f2ab3e4f85</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d643ad5a744c0848c71e6a7c92625c7437fbf5f</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/eb2536e75c335a5e9e73f02921ff442b6a64f419</url>
    <id>eb2536e75c335a5e9e73f02921ff442b6a64f419</id>
    <committed-date>2008-07-23T18:52:17-07:00</committed-date>
    <authored-date>2008-07-23T18:52:17-07:00</authored-date>
    <message>Fixed a few sytnax problems (trying to call exit() from os), added a docstring to the unittests setUp call, made all the aborts use sys.exit(1) instead of one using break</message>
    <tree>ece5b45b97c4dfe816a7fa292531b1480de5ebb2</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30d96e163ea0f197b90621f09e39e860f848a110</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/1d643ad5a744c0848c71e6a7c92625c7437fbf5f</url>
    <id>1d643ad5a744c0848c71e6a7c92625c7437fbf5f</id>
    <committed-date>2008-07-23T18:50:57-07:00</committed-date>
    <authored-date>2008-07-23T18:50:57-07:00</authored-date>
    <message>Made the regex-tests only run on numbers 0-10 (running 0-99 was rather redundant, and didn't prove anything, and took about 30 seconds extra to run..)</message>
    <tree>8bc4cee316a33f8f0273b149e9b106c2d7a5ede6</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e731b73a0851103516a78c26f3b38d76a75f4eac</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/30d96e163ea0f197b90621f09e39e860f848a110</url>
    <id>30d96e163ea0f197b90621f09e39e860f848a110</id>
    <committed-date>2008-07-23T18:49:48-07:00</committed-date>
    <authored-date>2008-07-23T18:49:48-07:00</authored-date>
    <message>Fixed parsing of &quot;123 2008 - 0203.avi&quot; (ugh) and such formats, where it was treating the show name year as the episode/season number (made regex for showname greedy, so it found the last set of matching numbers, and also made them the lowest priority  regexs)</message>
    <tree>27ee1c13b6843ec11eccc33440b18a73f611559c</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5261f6210dbcaa3d1cc3d3c81c10e0423188b5a9</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/e731b73a0851103516a78c26f3b38d76a75f4eac</url>
    <id>e731b73a0851103516a78c26f3b38d76a75f4eac</id>
    <committed-date>2008-07-23T18:39:11-07:00</committed-date>
    <authored-date>2008-07-23T18:39:11-07:00</authored-date>
    <message>Handle incorrect input into the &quot;Rename? y/n/a/q&quot; prompt by allowing the user to reenter</message>
    <tree>a72f35b58304dfb5a0b08be30975e94fd18e268b</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8af8a378f693b5b2ed110ed7eb1afd125cb75c7</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/5261f6210dbcaa3d1cc3d3c81c10e0423188b5a9</url>
    <id>5261f6210dbcaa3d1cc3d3c81c10e0423188b5a9</id>
    <committed-date>2008-07-23T18:38:26-07:00</committed-date>
    <authored-date>2008-07-23T18:38:26-07:00</authored-date>
    <message>Using the new exceptions to better handle show/episode/name not found sitations, far cleaner!</message>
    <tree>0e937dda68fd46a9f94703f1d02a9cd408348182</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e8610c40d6cce24924084894e3e2ca148fdcf69</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/d8af8a378f693b5b2ed110ed7eb1afd125cb75c7</url>
    <id>d8af8a378f693b5b2ed110ed7eb1afd125cb75c7</id>
    <committed-date>2008-07-23T18:37:42-07:00</committed-date>
    <authored-date>2008-07-23T18:37:42-07:00</authored-date>
    <message>Import new exceptions</message>
    <tree>f96b67c8c505c1096b9016674e01ae9660f0a233</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ed8c28d33abc60cd48d7312ac40b7d08fd6ec05</id>
      </parent>
    </parents>
    <author>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </author>
    <url>http://github.com/dbr/tvdb_api/commit/4e8610c40d6cce24924084894e3e2ca148fdcf69</url>
    <id>4e8610c40d6cce24924084894e3e2ca148fdcf69</id>
    <committed-date>2008-07-23T18:37:28-07:00</committed-date>
    <authored-date>2008-07-23T18:37:28-07:00</authored-date>
    <message>Improved tests and test-docstrings, and the cleaned up the main() methods</message>
    <tree>7a577d96b737bd2f1636c920533423c94e8abfe8</tree>
    <committer>
      <name>dbr</name>
      <email>dbr.onix@gmail.com</email>
    </committer>
  </commit>
</commits>
