summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-24better logging for /trans/raw fetchesmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@31 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2008-01-23remove a stray print statementmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@30 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-12-11bump version to 0.2.2mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@29 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-12-11fix for python 2.4mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@28 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-12-07allow cookie file to be specified by filename instead of cookiejarmjtnix
object git-svn-id: http://freebase-python.googlecode.com/svn/trunk@27 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-12-07better handling of httplib2 errors. parsing the json responsesmjtnix
is untested. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@26 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-11-21version number for bugfix releasemjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@24 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-11-21use single-query forms of mqlread and mqlwritemjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@23 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-11-05improved debug messages.mjtnix
make upload service handle documents properly. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@22 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-30installation bug fix - add freebase.api to install package list.mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@21 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-21disallow whitespace and other magic characters in identifiers.mjtnix
update js code and testcase accordingly. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@20 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-16svn:ignore *.pycmjtnix
add cheeseshop metadata. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@16 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-15allow the cookiejar to be passed in, so it can be persistentmjtnix
across different commands if necessary. the trans() method now returns the response object as well. unfortunately the type of the response object depends on the underlying http library. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@15 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-14documentation and api cleanup.mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@14 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-14hack for commas in cookiesmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@13 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12encode invalid uri charactersmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@12 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12pull in test cases from the perl URI::Template module.mjtnix
fix quoting to pass those test cases. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@11 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12not enought testsmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@10 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12if httplib2 and httplib2cookie are available, then use httplib2mjtnix
instead of urllib2. httplib2 is cleaner and supports keepalives and a local cache. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@9 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12dummy classes to allow cookielib.CookieJar to work with httplib2mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@8 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12uri templating in pythonmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@7 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12license notice. hope to slim this down later.mjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@6 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12mql key quoting and unquoting routinesmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@5 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-10-12some code cleanup and bug fixes.mjtnix
preparation for optional use of httplib2 instead of urllib2. mqlflush() entry point to catch up with other writers. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@4 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-09-19remove extra trunk/ in directory pathmjtnix
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@3 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-09-17Initial import of sources copied from Metaweb internal source control.kientzle
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@2 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
2007-09-17Initial directory structure.(no author)
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@1 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2