summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/test_multigraph.py
Commit message (Expand)AuthorAgeFilesLines
* Allow .remove_edges_from() to work with 4-tuples (u,v,k,d) for multi(di)graph.Dan Schult2012-06-201-1/+16
* Add tests to classes to cover missing cases.Aric Hagberg2011-11-181-0/+18
* Split Graph class tests that rely on data structure or edge attributes.Dan Schult2011-07-281-122/+103
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+0
* Change subgraph to create a copy of the connectivitydschult2010-03-051-23/+20
* Add documentation and adjust tests for remove_edge() change.aric2009-10-161-6/+10
* Update docstrings... add default values for optional argumentsdschult2009-08-131-0/+11
* Merge attrgraph branch into trunkaric2009-08-111-42/+122
* Merged multigraph-dict branch 1138:1161 into trunk. Addresses #225aric2009-02-271-28/+40
* Fix case in MultiGraph and MultiDiGraph where twoaric2009-01-121-0/+10
* Rename get_edge() to get_edge_data(). Now returns None asaric2008-12-221-3/+4
* Unify tests and code in add_edges_from() for all classes.dschult2008-12-021-2/+8
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+111