summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-02-14This handily explains why everything was really confusing in autodocJeff Forcier
2014-02-14Remove autodoc boilerplate flags from automodule directivesJeff Forcier
2014-02-14Tweak conf.py in prep for less boilerplatey versions of module filesJeff Forcier
2014-02-14Swap out all-in-one file with sphinx-apidoc generated stuffJeff Forcier
2014-02-14Merge branch '1.10' into sphinx-256Jeff Forcier
2014-02-14Hook API doc into index/toctreeJeff Forcier
2014-02-14Changelog re hash comparison bugfixJeff Forcier
2014-02-14Use constant time hash comparisons for improved security.Jeff Forcier
See e.g. http://codahale.com/a-lesson-in-timing-attacks/ Mega thanks to Alex Gaynor for the original patch.
2014-02-14Cut 1.10.6Jeff Forcier
2014-02-11Bump to releases bugfixJeff Forcier
2014-02-11Start reverting explicit-release stuff in favor of release-line specifiers ↵Jeff Forcier
on bugs.
2014-02-11Add coverage command as Invoke taskJeff Forcier
2014-02-11Clean up a list-comp (also fixes race condition)Jeff Forcier
2014-02-10Herp and a derpJeff Forcier
2014-02-10WhitespaceJeff Forcier
2014-02-10Future import for with: under py25Jeff Forcier
2014-02-10Replace incorrect import of generic test runner w/ custom taskJeff Forcier
2014-02-10Merge remote-tracking branch 'ewxrjk/issue34' into sftp-reordering-34Jeff Forcier
2014-02-10Changelog re #35Jeff Forcier
2014-02-10Fix extra colon in changelogJeff Forcier
2014-02-03Simplify www page footer.Jeff Forcier
Robey copyright remains in source code but this site is brand new & the footer was real noisy. Eh.
2014-02-03Update to new Alabaster version for footer/extension stuffJeff Forcier
2014-01-30Don't preseed releases, ughJeff Forcier
2014-01-30Fix broken link formatJeff Forcier
2014-01-30Remove blog link for nowJeff Forcier
2014-01-30Nuke sphinx-changelogg'd materialJeff Forcier
2014-01-30Backport changelog bugfix from 1.12Jeff Forcier
2014-01-29Missed a spot w/ SnRJeff Forcier
2014-01-29Forgot to update backticks for Sphinx, derpJeff Forcier
2014-01-29Comment out intersphinx pending #256Jeff Forcier
2014-01-29Move API doc sister link to www site only, derpJeff Forcier
2014-01-28Prevent warning about unlinked blog pageJeff Forcier
2014-01-28Stricter/more useful doc builds in TravisJeff Forcier
2014-01-28Add sites/docs building to TravisJeff Forcier
2014-01-28Bump Invoke requirement to newly released version w/ better ↵Jeff Forcier
Collection.from_module
2014-01-28Don't display blog for nowJeff Forcier
2014-01-28Update to new alabaster-driven nav sidebarJeff Forcier
2014-01-28Tweak logo settings (& rely on new alabaster defaults)Jeff Forcier
2014-01-23Set up Intersphinx so www can ref docsJeff Forcier
2014-01-23Epydoc -> Sphinx.Olle Lundberg
2014-01-22Nuke extraneous colons, add 'major' notesJeff Forcier
2014-01-22Migrate 1.10.x NEWS entries to Sphinx changelogJeff Forcier
2014-01-22Blog only used/exists in www, don't import it in docs siteJeff Forcier
2014-01-21Rename 'main' doctree to 'www'; refactor sphinx task confJeff Forcier
2014-01-21Use new behavior from newer InvokeJeff Forcier
2014-01-21Start fleshing out two-site setupJeff Forcier
2014-01-21Meta prep work (reqs.txt, tasks.py)Jeff Forcier
2014-01-21Import paramiko.org repository @ 3ac370054ef10fb060fe75fff25fe3a70ecc02c0Jeff Forcier
2014-01-21Add coveralls.Olle Lundberg
2014-01-21Clean up thread ident import/exec a bit.Jeff Forcier