index
:
delta/python-packages/pycco.git
bugfix-indent
dependabot/pip/pygments-2.7.4
flatten-reformat
gh-pages
hypothesis
master
minor-fixes
sitemap
topic/jump-to
topic/reST
github.com: fitzgen/pycco.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pycco
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #27 from mdornseif/master
Trey Hunner
2011-09-30
1
-3
/
+3
|
\
\
|
*
|
Fix CSS path in multi-dir mode
Maximillian Dornseif
2011-01-21
1
-3
/
+3
|
*
|
make JS work by escaping the start and end symbols
Aaron Blohowiak
2011-01-21
1
-2
/
+2
*
|
|
Fix bad handling of comments that use multiline delimiters surrounding a sing...
Steve Johnson
2011-09-12
1
-0
/
+5
|
|
/
|
/
|
*
|
make JS work by escaping the start and end symbols
Aaron Blohowiak
2010-12-13
1
-2
/
+2
|
/
*
Pedantry! (delimeter -> delimiter)
Jesse Dubay
2010-12-13
1
-4
/
+4
*
Merge branch 'smartypants'
Christopher Gateley
2010-12-11
1
-4
/
+5
|
\
|
*
added smartypants html entity conversion to go alongside markdown conversion.
Christopher Gateley
2010-12-11
1
-4
/
+5
*
|
explicity disallow sections that have both empty 'doc' and empty 'code' sections
Christopher Gateley
2010-12-10
1
-4
/
+5
|
/
*
Added support for multiple header levels. Previously only h3 was allowed.
Christopher Gateley
2010-12-04
1
-4
/
+5
*
Fixing bug with interaction with pystache and recursive rendering of context ...
Nick Fitzgerald
2010-11-22
1
-3
/
+14
*
Fixing bug where languages w/out multi-line delimiters were failing
Nick Fitzgerald
2010-11-20
1
-2
/
+2
*
Adding support for erlang
Nick Fitzgerald
2010-11-20
1
-0
/
+2
*
little things to readme and sections
Nick Fitzgerald
2010-11-06
1
-4
/
+4
*
Fixing the comments sections up a litle
Nick Fitzgerald
2010-11-06
1
-1
/
+2
*
Replacing options with keyword args, and updating the preprocessor a little
Nick Fitzgerald
2010-11-06
1
-31
/
+58
*
Updating some of the comments
Nick Fitzgerald
2010-11-06
1
-5
/
+10
*
Adding a period to the end of the sentence
Nick Fitzgerald
2010-11-06
1
-1
/
+1
*
Moving the __all__ to the bottom
Nick Fitzgerald
2010-11-06
1
-2
/
+1
*
Making 'generate_html' return a string rather than dealing with files itself;...
Nick Fitzgerald
2010-11-06
1
-24
/
+27
*
Addressed the pycco as a module issue
goosemo
2010-11-04
1
-7
/
+7
*
Fixed minor conflicts.
goosemo
2010-11-04
2
-34
/
+42
|
\
|
*
Import selected functions in to the top level module
Nick Fitzgerald
2010-10-31
2
-0
/
+5
|
*
Adding --directory flag so you can specify the output directory
Nick Fitzgerald
2010-10-30
1
-18
/
+22
|
*
Remade this branch from the master
Nick Fitzgerald
2010-10-30
2
-21
/
+32
|
*
Removing unused imports
Nick Fitzgerald
2010-10-30
1
-2
/
+0
|
*
And then there was utf-8
Nick Fitzgerald
2010-10-30
1
-1
/
+1
|
*
Typo: replacing sources with source.
Nick Fitzgerald
2010-10-30
1
-1
/
+1
*
|
Merge branch 'modulize' of github.com:goosemo/pycco
goosemo
2010-11-04
2
-8
/
+19
|
\
\
|
*
|
Remade this branch from the master
Morgan Goose
2010-10-28
2
-8
/
+19
*
|
|
Merge branch 'docstrings'
goosemo
2010-11-04
1
-7
/
+5
|
\
\
\
|
*
\
\
Merge branch 'master' of git://github.com/fitzgen/pycco into docstrings
Morgan Goose
2010-10-28
1
-1
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Removed superfluous prints.
Morgan Goose
2010-10-25
1
-2
/
+0
|
*
|
|
Merge in docstrings, and good ordering
Morgan Goose
2010-10-25
1
-11
/
+47
|
|
\
\
\
|
*
|
|
|
Ok, excluded the needed thing for using multi-line delims not as comments
Morgan Goose
2010-10-25
1
-2
/
+2
|
*
|
|
|
Think that the order is good now for the docstrings.
Morgan Goose
2010-10-25
1
-3
/
+3
*
|
|
|
|
Merged in docstrings
goosemo
2010-11-04
1
-14
/
+59
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Got the scope checking working, so my doc block has the preformatted section.
goosemo
2010-10-22
1
-6
/
+20
|
*
|
|
|
Made the multiline strings and the start of preformatted markdown in blocks
goosemo
2010-10-22
1
-10
/
+32
|
|
/
/
/
|
*
|
|
Added in some test stuff, and only pushing because this is on my laptop.
Morgan Goose
2010-10-19
1
-6
/
+11
*
|
|
|
Merge branch 'languages'
goosemo
2010-11-04
1
-6
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Added in a few more languages.
goosemo
2010-10-27
1
-6
/
+10
|
|
/
/
*
|
|
Merge branch 'master' of http://github.com/fitzgen/pycco
goosemo
2010-10-27
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Using the os module's builtin methods instead of opening a subprocess.
Nick Fitzgerald
2010-10-21
1
-1
/
+2
*
|
Got a basic docstring parsed out
Morgan Goose
2010-10-18
1
-1
/
+29
|
/
*
Whitespace
Nick Fitzgerald
2010-10-15
1
-3
/
+3
*
Fixing decoding bug
Nick Fitzgerald
2010-10-15
1
-1
/
+5
*
Added a command file option for replicating the directory structure of source...
Antti Kaihola
2010-10-14
1
-8
/
+20
*
Fixed Python encoding declaration detection for 0- and 1-line files
Antti Kaihola
2010-10-14
1
-1
/
+1
*
Fixes #1: refined and applied themoken's encoding declaration patch
Antti Kaihola
2010-10-14
1
-0
/
+6
[prev]
[next]