##// END OF EJS Templates
Expose IPython machinery for testing code completeness
Thomas Kluyver -
r17624:067fcae9
Show More
Name Size Modified Last Commit Author
/ docs / source / whatsnew
pr
development.rst 3.3 KiB
r17297:d6c918ae9ef7
Thomas Kluyver
github-stats-0.11.rst 50.2 KiB
r11729:5cc341839594
Paul Ivanov
github-stats-0.12.rst 57.7 KiB
r13595:41d387eea538
Thomas Kluyver
github-stats-0.13.rst 70.2 KiB
r11729:5cc341839594
Paul Ivanov
github-stats-1.0.rst 100.8 KiB
r13595:41d387eea538
Thomas Kluyver
github-stats-2.0.rst 79.1 KiB
r16796:25a9192a7e21
MinRK
index.rst 1.1 KiB
r16144:0b18c8e34b46
MinRK
version0.10.rst 15.1 KiB
r11729:5cc341839594
Paul Ivanov
version0.11.rst 34.1 KiB
r15353:96be11b169f3
Paul Ivanov
version0.12.rst 16.3 KiB
r11729:5cc341839594
Paul Ivanov
version0.13.rst 27.8 KiB
r16163:8d60fad0ad8a
Thomas Kluyver
version0.8.rst 912 B
r11729:5cc341839594
Paul Ivanov
version0.9.rst 12.2 KiB
r11729:5cc341839594
Paul Ivanov
version1.0.rst 12.7 KiB
r12091:1b186fa7b654
Thomas Kluyver
version2.0.rst 12.8 KiB
r16796:25a9192a7e21
MinRK

Documenting What's New

When making a new pull request that either adds a new feature, or makes a
backwards-incompatible change to IPython, please add a new .rst file in this
directory documenting this change as a part of your Pull Request.

This will allow multiple Pull Requests to do the same without conflicting with
one another. Periodically, IPython developers with commit rights will run a
script and populate development.rst
with the contents of this directory, and clean it up.

Files which describe new features can have any name, such as
antigravity-feature.rst, whereas backwards incompatible changes must have
have a filename starting with incompat-, such as
incompat-switching-to-perl.rst. Our "What's new" files always have two
sections, and this prefix scheme will make sure that the backwards incompatible
changes get routed to their proper section.