summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* formattingflatten-reformatZach Smith2016-04-042-5/+6
* Including a test for _flatten_sourcesMorgan Goose2016-03-261-0/+22
* Feature addition to allow directory argumentsMorgan Goose2016-03-261-1/+18
* Merge branch 'master' of github.com:goosemo/pyccoMorgan Goose2016-03-2517-309/+862
|\
| * Point correctly to stylesheetZach Smith2015-12-282-3/+2
| * Set max path length in testZach Smith2015-12-281-1/+1
| * (0.4)0.4Zach Smith2015-12-284-15/+11
| * Unicode-proof index generationZach Smith2015-12-282-2/+3
| * Merge branch 'sitemap'Zach Smith2015-12-285-26/+137
| |\
| | * added optional index/sitemap generationSteffen Kampmann2014-02-231-3/+66
| | * added c headers to available languagesskampm2s2014-02-211-0/+3
| | * added opencl and improved some debug outputskampm2s2014-02-211-2/+6
| * | Make indent test usefulZach Smith2015-12-281-3/+4
| * | Change references to new home at pycco-docsZach Smith2015-12-281-2/+2
| * | (minor) Update hypothesis versions, insert needed newline in docsZach Smith2015-12-284-14/+28
| * | Bump version number -> 0.3.1v0.3.1Zach Smith2015-11-191-15/+15
| * | Formatting cleanup after merge.Zach Smith2015-11-192-21/+20
| * | cleanup whitespace alignmentAndrew Trask2015-11-141-0/+1
| * | mergeAndrew Trask2015-11-142-17/+1
| * | mergeAndrew Trask2015-11-144-2/+40
| |\ \
| | * \ Merge pull request #82 from textbook/cross-refZach Smith2015-11-082-1/+8
| | |\ \
| | | * | Added test for parsing of comments with only cross-referencesJonathan Sharpe2015-11-081-0/+7
| | | * | Resynced whitespaceJonathan Sharpe2015-11-081-1/+0
| | | * | Merged latest changes from upstream/masterJonathan Sharpe2015-11-089-89/+288
| | | |\ \ | | | |/ / | | |/| |
| | * | | Unwrap comprehension in testZach Smith2015-11-071-1/+2
| | * | | Merge pull request #89 from fitzgen/hypothesisZach Smith2015-11-079-89/+286
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Basic Python 3 supportzax2015-11-074-28/+51
| | | * | Factor out file handling in generate_documentationzax2015-11-071-11/+17
| | | * | Basic CI with Travis and Coveralls.zax2015-11-079-41/+153
| | | * | Requirements, cleanup and testszax2015-11-075-44/+87
| | | * | (formatting) pep8zax2015-10-282-36/+49
| | |/ /
| | | * Handle comments that contain only cross-referencesjonrsharpe2015-01-191-10/+10
| | |/
| * | fixed pyco testAndrew Trask2015-11-147-90/+294
| * | newline string bugfix in issue #17Andrew Trask2015-11-031-11/+28
| |/
| * Merge pull request #67 from bryfry/patch-1Trey Hunner2013-04-271-1/+2
| |\
| | * add .c multilinebryfry2013-04-271-1/+2
| |/
| * Add CONTRIBUTING.md file noting project statusTrey Hunner2013-03-071-0/+12
| * Merge pull request #65 from theerik/masterTrey Hunner2013-03-071-0/+2
| |\
| | * Add language hook to support TclErik Johnson2013-03-051-0/+2
| |/
| * Merge pull request #61 from kzfm/haskell-supportTrey Hunner2012-06-231-0/+3
| |\
| | * supported HaskellKazufumi Ohkawa2012-06-211-0/+3
| |/
| * Merge pull request #60 from jeamland/masterTrey Hunner2012-06-131-15/+25
| |\
| | * Allow language to be forced from the command line.Benno Rice2012-06-131-6/+20
| | * Move language detection up into generate_documentation so we only do it once.Benno Rice2012-06-131-10/+6
| | * Read in the code in the generate_documentation function.Benno Rice2012-06-131-2/+2
| |/
| * Merge pull request #58 from avleen/masterTrey Hunner2012-05-291-1/+1
| |\
| | * docstrings can occur at the end of lines, as well as the start - the PEP does...Avleen Vig2012-05-251-1/+1
| |/
| * Merge pull request #55 from x3ro/background-fixTrey Hunner2012-04-071-3/+7
| |\
| | * Fix background not staying behind the code when scrolling horizontallyLucas Jenss2012-04-051-3/+7
| |/
| * Fix regular expression grouping (missing period)Trey Hunner2012-03-311-2/+2