summaryrefslogtreecommitdiff
path: root/networkx/classes/digraph.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-5/+4
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* rewrite add_nodes_from to relax code meant to allow ironpython pre-2.7.5 (#4200)Dan Schult2020-09-101-22/+11
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-45/+47
* Format w/ blackJarrod Millman2020-07-101-21/+29
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-8/+8
* Add method to clear edges only (#3477)Paolo Lammens2020-07-051-0/+19
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-1/+1
* Remove whitespace (#3816)Whi Kwon2020-02-061-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-6/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* remove tests of deprecated views and fix use of deprecated G.nodeDan Schult2019-10-121-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-8/+8
* replace deprecated fresh_copy with __class__ (#3278)Antoine Prouvost2018-12-241-1/+1
* Replaced deprecated usage of ReverseView with reverse_view (#3256)Øyvind Heddeland Instefjord2018-11-261-1/+1
* implemented node_attr_dict_factory and graph_attr_dict_factory. (#3205)Ramil Nugmanov2018-10-271-11/+26
* doc: extend documentation for methods predecessors and successors. (#3114)Leo Torres2018-08-071-1/+38
* Fix adjlist factory bug in DiGraph (#3101)Dan Schult2018-07-311-4/+4
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-166/+16
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-8/+7
* speedup of filters for induced subgraph (#3017)Dan Schult2018-06-171-0/+20
* Remove cyclic reference in G.root_graph (#3014)Dan Schult2018-06-161-2/+1
* Remove circular references between graphs and views. (#3011)Dan Schult2018-06-141-30/+5
* Misc. typos (#2872)luzpaz2018-02-141-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-2/+0
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-26/+26
* Adjust docs for graph class edge attrib assignment (#2817)Dan Schult2018-01-081-2/+4
* Speedups for subgraph and copy methods (#2744)Dan Schult2017-11-091-3/+3
* Fix links (#2663)Jarrod Millman2017-09-111-3/+4
* Add tests for pickle of each view and fix where needed (#2654)Dan Schult2017-09-081-0/+19
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-4/+6
* Review and update tutorial/docs due to 2.0 changes (#2650)Dan Schult2017-09-071-61/+80
* Unravel subgraph chains (#2635)Dan Schult2017-08-261-10/+14
* Comply with pep8Jarrod Millman2017-08-171-15/+15
* Update docs of base class and function modules. (#2615)Dan Schult2017-08-151-80/+158
* Simplify base classes. (#2604)Dan Schult2017-08-121-10/+8
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-155/+97
* WIP Add reversed view and to_(un)directed view (#2565)Dan Schult2017-07-311-4/+5
* Allow more flexible multigraph add_edges_from options (#2519)Dan Schult2017-07-171-1/+0
* Doc ordered graph classes (#2516)Jarrod Millman2017-07-161-29/+7
* Ensure `digraph.reverse` respects hashable objects (#2489)Jarrod Millman2017-06-281-1/+2
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-92/+107
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-259/+163
* Fix doctest ordering issues for all graph classes.Jordi Torrents2017-04-021-17/+20
* Update predecessors/successors in edge subgraphdigraph-edge-subgraphJeffrey Finkelstein2017-02-261-5/+6
* Add adjlist_outer_dict_factory.Valentin Lorentz2016-08-091-24/+33