summaryrefslogtreecommitdiff
path: root/networkx/readwrite/pajek.py
Commit message (Expand)AuthorAgeFilesLines
* Better exception handling, simpler testAric Hagberg2014-06-031-2/+2
* Adjust author email, copyright yearAric Hagberg2014-06-021-2/+2
* Pajek reader can't handle encoded dataAric Hagberg2014-06-021-2/+12
* Allow a blank name when reading Pajek files.chebee7i2013-09-141-19/+24
* Remove generation of "name" line from Pajek writer since many Pajek readers c...Aric Hagberg2012-09-191-3/+5
* Update pajek to use @open_fileBen Edwards2011-08-171-6/+6
* Double quote all string with space for Pajek writer.Aric Hagberg2011-07-201-15/+18
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-3/+3
* Add double quotes if attribute contains spaces.Aric Hagberg2011-05-241-0/+4
* Read files that specify both Arcs and Edges. Without a spec we are really ju...Aric Hagberg2011-05-151-7/+6
* Allow arbitirary node and edge attributes to be written to pajek format files...Aric Hagberg2011-05-151-6/+6
* Remove statements that do nothing.Loïc Séguin-C.2011-02-111-4/+3
* Clean up doctest temporary example files.Aric Hagberg2010-09-201-0/+5
* Don't generate \n'saric2010-08-201-9/+19
* Add some documentation to read/write functionsaric2010-08-201-3/+6
* Fix typoaric2010-08-171-1/+1
* Update pajek documentation and testsaric2010-08-171-52/+81
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-2/+2
* Use standard "import networkx as nx" in all modulesaric2010-04-171-3/+3
* License change to BSD.aric2009-08-261-2/+2
* Merge attrgraph branch into trunkaric2009-08-111-40/+25
* Better handling of edge data in read_pajek().aric2008-12-141-7/+22
* update to handle versions of "Pajek" files that do not havearic2008-11-261-4/+14
* Convert pajek to MultiGraph and MultiDiGraph for new API.aric2008-11-251-26/+57
* Add Pajek format reader and writer.aric2008-05-291-0/+136