summaryrefslogtreecommitdiff
path: root/networkx/classes/tests/test_graph.py
Commit message (Expand)AuthorAgeFilesLines
* Expand data keyword in G.edges and add default dataDan Schult2015-01-171-0/+5
* Add tests to classes to cover missing cases.Aric Hagberg2011-11-181-0/+10
* Split Graph class tests that rely on data structure or edge attributes.Dan Schult2011-07-281-322/+329
* Fix typos in tests for edge methods that call neighbors.Dan Schult2011-06-181-4/+6
* Change degree() and friends to accept weight= keyword instead of weighted=Dan Schult2011-06-181-6/+11
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-161-1/+1
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+0
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-6/+6
* Remove with_labels keyword from *degree() methods.aric2010-04-151-9/+9
* Revert "view" testing - now moved to brancharic2010-04-141-2/+2
* I'm committing an attempt to give the base classes a methoddschult2010-04-131-2/+2
* Update tests and documentation for the graph classes due todschult2010-03-251-1/+19
* Allow add_nodes_from to accept (node,attrdict) 2-tuple pairs.dschult2010-03-251-0/+23
* Change subgraph to create a copy of the connectivitydschult2010-03-051-27/+56
* Attribute not correctly added to node when passed an dictionary.aric2009-08-271-0/+9
* Update docstrings... add default values for optional argumentsdschult2009-08-131-9/+5
* Merge attrgraph branch into trunkaric2009-08-111-49/+257
* Rename get_edge() to get_edge_data(). Now returns None asaric2008-12-221-5/+6
* Switch has_edge API back to previous version where it optionally checks for e...dschult2008-12-091-0/+2
* Unify tests and code in add_edges_from() for all classes.dschult2008-12-021-7/+3
* provide selfloop_edges() with a data=True|False keyword to match edges()aric2008-11-131-1/+1
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+298