summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #455 from joernhees/release_4.2.04.2.0Jörn Hees2015-02-193-3/+66
|\
| * set version to 4.2.0 for releaseJoern Hees2015-02-191-2/+2
| * took the freedom to add me to the contributors ;)Joern Hees2015-02-191-1/+2
| * Changelog for upcoming 4.2.0 releaseJoern Hees2015-02-191-0/+62
|/
* Merge pull request #454 from joernhees/narrow_pythonJörn Hees2015-02-183-0/+48
|\
| * warnings for narrow python buildsJoern Hees2015-02-183-2/+50
| * use codecs.decode with unicode_escape instead of unichr. Fixes #453Yves-Marie Haussonne2015-02-182-2/+2
|/
* Fix mapping of ttl to turtle for guess_formatNiklas Lindström2015-02-041-2/+2
* hah, knew this would get me... it's 2015!Jörn Hees2015-01-071-1/+1
* version set to semver.org conform 4.2.0-devJörn Hees2015-01-071-2/+2
* Merge pull request #449 from joernhees/ntriples-utf8Jörn Hees2015-01-051-2/+5
|\
| * ntriples handling of utf-8 files, fixes #400Joern Hees2015-01-051-2/+5
|/
* Merge pull request #441 from jimmccusker/canonicalizationJörn Hees2014-12-114-67/+1084
|\
| * removed unintended singletonJim McCusker2014-12-101-2/+4
| * misnamed performance decoratorJim McCusker2014-12-091-1/+1
| * Fixed up some of the style adjustments to pass tests.Jim McCusker2014-12-091-2/+2
| * Merge remote-tracking branch 'joernhees/canonicalization' into canonicalizationJim McCusker2014-12-082-95/+124
| |\
| | * minor: code style guidesJoern Hees2014-12-082-93/+122
| * | Privatized some decorators and utility functions.Jim McCusker2014-12-081-9/+9
| |/
| * Updated comments and citations, removed badly performing equality measure and...Jim McCusker2014-12-071-31/+22
| * .n3() always returns unicode (right?) and the only other possible thing is in...Jim McCusker2014-12-071-2/+2
| * Another unicode tweak, works locally on python 2.7.7 (anaconda)Jim McCusker2014-12-071-1/+1
| * Support for python 2.6 and hopefully 3.xJim McCusker2014-12-071-13/+12
| * More tests working, but it looks like JSON-LD doesn't do safe roundtrip conve...Jim McCusker2014-12-071-10/+13
| * more automorphism detectionJim McCusker2014-11-303-5/+517
| * Forgot to actually put the finished tasks back out of the queue.Jim McCusker2014-11-211-3/+3
| * Forgot to actually put the finished tasks back out of the queue.Jim McCusker2014-11-211-1/+2
| * throttling the bioportal downloads to a max of 4 connections.Jim McCusker2014-11-211-11/+12
| * serial loading of ontologies.Jim McCusker2014-11-211-3/+8
| * switched to multiprocessingJim McCusker2014-11-211-11/+10
| * added multithreading to the benchmark.Jim McCusker2014-11-211-12/+40
| * further benchmark refinementsUbuntu2014-11-201-2/+2
| * added benchmark and related instrumentationJim McCusker2014-11-183-29/+163
| * naive pruning of automorphismsJim McCusker2014-11-161-1/+7
| * Final bugfixes and a round of performance improvementsJim McCusker2014-11-161-32/+24
| * First pass at a traces implementation, not full pruning yetJim McCusker2014-11-152-40/+355
* | Merge pull request #414 from RDFLib/cleanup_loggingJörn Hees2014-11-276-20/+16
|\ \
| * | cleanup logging and show logs in interactive modeJoern Hees2014-07-286-20/+16
* | | Merge pull request #437 from joernhees/fix_double_2to3Jörn Hees2014-11-241-1/+1
|\ \ \
| * | | disable double 2to3 in setup.pyJoern Hees2014-11-241-1/+1
* | | | Expose the urllib2.urlopen response as response_info in URLInputSourceNiklas Lindström2014-11-231-0/+1
|/ / /
* | | Merge pull request #426 from rory/fix-unicode-escape-n3Jörn Hees2014-11-202-6/+22
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'iri-research/master' into fix-unicode-escape-n3Rory McCann2014-11-171-4/+4
| |\ \
| | * | Complement pull request #426 https://github.com/RDFLib/rdflib/pull/426. Corre...Yves-Marie Haussonne2014-11-171-4/+4
| | * | Correctly handle \u in Notation 3 files.Rory McCann2014-11-172-2/+18
| |/ / |/| |
| * | Merge branch 'master' into fix-unicode-escape-n3Rory McCann2014-11-177-133/+113
| |\ \ | |/ / |/| |
* | | Merge pull request #434 from RinkeHoekstra/patch-2Ivan Herman2014-11-041-1/+1
|\ \ \
| * | | Extra bracketsRinke Hoekstra2014-11-041-1/+1
|/ / /
* | | Microdata parser: The handling of the <meter> and <data> elements were missingIvan Herman2014-10-311-3/+28
* | | Merge pull request #425 from lrowe/patch-1Niklas Lindström2014-09-131-0/+3
|\ \ \