| age |
author |
description |
| Sun, 05 Jun 2011 20:46:29 -0400 |
Peter Loshin |
againa gaindefault tip |
| Sun, 05 Jun 2011 20:41:34 -0400 |
Peter Loshin |
again |
| Sun, 05 Jun 2011 20:40:43 -0400 |
Peter Loshin |
try again. |
| Sun, 05 Jun 2011 20:38:55 -0400 |
Peter Loshin |
Add isbn searching/adding |
| Thu, 19 May 2011 20:31:49 -0400 |
Peter Loshin |
Fixed author search so it works; not using uuid for now. |
| Thu, 19 May 2011 20:21:25 -0400 |
Peter Loshin |
Added a search by author option (need to fix uuid stuff) |
| Sun, 15 May 2011 16:26:38 -0400 |
Peter Loshin |
Added random function to return a random book from the catalog. |
| Sat, 14 May 2011 10:33:46 -0400 |
Peter Loshin |
Added find a book function (enter title, get back entire book listing). |
| Thu, 12 May 2011 20:12:24 -0400 |
Peter Loshin |
Removed main() from delete function |
| Thu, 12 May 2011 19:58:22 -0400 |
Peter Loshin |
Added shelve module and using shelve.open to store BOOKS dict in |
| Thu, 12 May 2011 19:17:26 -0400 |
Peter Loshin |
Changed BOOKS[] from list to BOOKS{} dict |
| Thu, 12 May 2011 16:32:00 -0400 |
Peter Loshin |
Added option to gracefully stop adding books. |
| Thu, 12 May 2011 14:27:25 -0400 |
Peter Loshin |
Added menu in main() for choosing function, with stubs for functions. |
| Mon, 09 May 2011 12:50:33 -0400 |
Peter Loshin |
Adding two program files, pbooks.py and startingpoint-1.py. |
| Sun, 08 May 2011 12:33:41 -0400 |
Dave St.Germain |
initial files for user directory |