Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the builtin role to link to peps | Alex Gaynor | 2014-02-03 | 1 | -2/+1 |
| | |||||
* | Merge pull request #551 from public/pep8-link | Alex Gaynor | 2014-02-03 | 1 | -1/+1 |
|\ | | | | | Use python.org instead of peps.io | ||||
| * | Use python.org instead of peps.io | Alex Stapleton | 2014-02-03 | 1 | -1/+1 |
| | | |||||
* | | Reword for clarity | Alex Gaynor | 2014-01-27 | 1 | -5/+5 |
| | | |||||
* | | DOcument that verify() apis should be provided | Alex Gaynor | 2014-01-27 | 1 | -0/+6 |
| | | |||||
* | | Capital S is the canonical URL | Alex Gaynor | 2014-01-23 | 1 | -1/+1 |
|/ | |||||
* | expand tox backend example | Paul Kehrer | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | docs for explicit backend selection and document name attribute of backend | Paul Kehrer | 2014-01-18 | 1 | -0/+10 |
| | |||||
* | Fixed #428 -- added a changelog | Alex Gaynor | 2014-01-08 | 1 | -0/+2 |
| | |||||
* | String literals are const char*. | Alex Stapleton | 2013-12-28 | 1 | -6/+6 |
| | | | | | | GCC won't whine with -Wall because so much code isn't const correct but writing to a string literal is undefined. -Wwrite-strings is the warning flag to enable to spot these. | ||||
* | Fix docs | Paul Kehrer | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Convert #defines to explicit type declaration for consistency | Paul Kehrer | 2013-12-27 | 1 | -0/+17 |
| | |||||
* | update style guide docs to reflect change to (void) | Paul Kehrer | 2013-12-27 | 1 | -3/+3 |
| | |||||
* | Document our API stability policy. Fixes #312 | Alex Gaynor | 2013-12-24 | 1 | -1/+0 |
| | |||||
* | Merge pull request #329 from alex/reccomend-versioning | Paul Kehrer | 2013-12-22 | 1 | -0/+4 |
|\ | | | | | Recommend that recipes include a version | ||||
| * | Recommend that recipes include a version | Alex Gaynor | 2013-12-21 | 1 | -0/+4 |
| | | |||||
* | | English, how does it work? | Alex Gaynor | 2013-12-21 | 1 | -1/+1 |
| | | |||||
* | | A handful of cleanups and rewordings to the docs | Alex Gaynor | 2013-12-21 | 1 | -8/+8 |
|/ | |||||
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | Document the need for test coverage | Alex Gaynor | 2013-12-13 | 1 | -0/+1 |
| | |||||
* | Fixed a mis-spelled word | Alex Gaynor | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Several policy reccomendations for API design | Alex Gaynor | 2013-12-12 | 1 | -0/+34 |
| | |||||
* | Fixed headers in docs | Alex Gaynor | 2013-12-12 | 1 | -3/+3 |
| | |||||
* | Improved the docs -- more glossary entries, more advice for writing docs | Alex Gaynor | 2013-12-08 | 1 | -0/+3 |
| | |||||
* | Two more fixes | Alex Gaynor | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | typo | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Clearer! | Alex Gaynor | 2013-11-13 | 1 | -2/+2 |
| | |||||
* | typo fix | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Explain ways in which we can make our docs stronger | Alex Gaynor | 2013-11-13 | 1 | -0/+12 |
| | |||||
* | Refer to the sphinx site, rather than the docutils one, for a reST primer | Alex Gaynor | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Document that you should use the hazmat directive | Alex Gaynor | 2013-10-29 | 1 | -4/+11 |
| | |||||
* | Merge pull request #145 from reaperhulk/struct-style | Alex Gaynor | 2013-10-19 | 1 | -0/+10 |
|\ | | | | | Add struct style info to docs | ||||
| * | add struct style info to docs | Paul Kehrer | 2013-10-19 | 1 | -0/+10 |
| | | |||||
* | | Start better documenting our security procedure | Alex Gaynor | 2013-10-19 | 1 | -5/+2 |
|/ | |||||
* | DOcument the use of spaces here | Alex Gaynor | 2013-10-18 | 1 | -0/+9 |
| | |||||
* | Document our style guide for C bindings | Alex Gaynor | 2013-10-18 | 1 | -2/+35 |
| | |||||
* | This is a comment, not a command run in a root shell | Alex Gaynor | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Use the right lexer for these examples | Alex Gaynor | 2013-10-06 | 1 | -4/+4 |
| | |||||
* | Switch all repositories over to the new location | Donald Stufft | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | Reflow some paragraphs in the contributing docs | Alex Gaynor | 2013-10-01 | 1 | -13/+11 |
| | |||||
* | address dreids review comments | Richard Wall | 2013-10-01 | 1 | -41/+7 |
| | |||||
* | Address review comments. Better headings. More documentation build options | Richard Wall | 2013-10-01 | 1 | -37/+60 |
| | |||||
* | add some more links | Richard Wall | 2013-10-01 | 1 | -8/+13 |
| | |||||
* | some narrative documentation explaining how to set up a development environment | Richard Wall | 2013-10-01 | 1 | -0/+81 |
| | |||||
* | Captitalize GH properly | Alex Gaynor | 2013-09-09 | 1 | -2/+2 |
| | |||||
* | More fully document the contribution process, move most of the details from | Alex Gaynor | 2013-09-09 | 1 | -0/+80 |
CONTRIBUTING.rst to sphinx. |