-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: bjpop/language-python
base: master
head repository: travitch/language-python
compare: master
- 15 commits
- 7 files changed
- 1 contributor
Commits on Mar 21, 2012
-
Simplify the ghc 6.12 memory usage hack
Sink this down into the affected file using CPP instead of duplicating the AST module and choosing in Cabal.
Tristan Ravitch committedMar 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 8135de7 - Browse repository at this point
Copy the full SHA 8135de7View commit details
Commits on Mar 26, 2012
-
Add a TH-style monadic AST building interface
The new module provides a set of composable monadic AST building functions that make it easy to hygienically create python identifiers.
Tristan Ravitch committedMar 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 6cfd309 - Browse repository at this point
Copy the full SHA 6cfd309View commit details -
Include the uniplate dependency
Tristan Ravitch committedMar 26, 2012 Configuration menu - View commit details
-
Copy full SHA for cad86c1 - Browse repository at this point
Copy the full SHA cad86c1View commit details -
Quote string literals in the pretty printer
Tristan Ravitch committedMar 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 2584fdc - Browse repository at this point
Copy the full SHA 2584fdcView commit details -
Tristan Ravitch committed
Mar 26, 2012 Configuration menu - View commit details
-
Copy full SHA for a2d4365 - Browse repository at this point
Copy the full SHA a2d4365View commit details
Commits on Mar 29, 2012
-
Tristan Ravitch committed
Mar 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 649a9b1 - Browse repository at this point
Copy the full SHA 649a9b1View commit details -
Add a helper for constructing dotted name expressions
Tristan Ravitch committedMar 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 628833c - Browse repository at this point
Copy the full SHA 628833cView commit details
Commits on Mar 30, 2012
-
Tweak string literal pretty printing
If the literal includes a newline character, use ''' quoted strings so that the produced code is valid.
Tristan Ravitch committedMar 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 8493b77 - Browse repository at this point
Copy the full SHA 8493b77View commit details
Commits on Mar 31, 2012
-
Include parens when pretty printing tuples
Tristan Ravitch committedMar 31, 2012 Configuration menu - View commit details
-
Copy full SHA for d40c4bc - Browse repository at this point
Copy the full SHA d40c4bcView commit details -
Version bump to avoid cabal issues
Tristan Ravitch committedMar 31, 2012 Configuration menu - View commit details
-
Copy full SHA for 8e12304 - Browse repository at this point
Copy the full SHA 8e12304View commit details
Commits on Apr 5, 2012
-
Add a pretty printer that uses blaze-builder
The pretty printer returns a Builder; the caller can do whatever they want with it. This makes composing output from the pretty printer much more efficient.
Tristan Ravitch committedApr 5, 2012 Configuration menu - View commit details
-
Copy full SHA for d2f119a - Browse repository at this point
Copy the full SHA d2f119aView commit details -
Tristan Ravitch committed
Apr 5, 2012 Configuration menu - View commit details
-
Copy full SHA for ba51d0f - Browse repository at this point
Copy the full SHA ba51d0fView commit details
Commits on Apr 10, 2012
-
Add a pretty printer case for the Starred expression
Tristan Ravitch committedApr 10, 2012 Configuration menu - View commit details
-
Copy full SHA for db9ff13 - Browse repository at this point
Copy the full SHA db9ff13View commit details
Commits on Apr 12, 2012
-
Merge branch 'master' of github.com:travitch/language-python
Tristan Ravitch committedApr 12, 2012 Configuration menu - View commit details
-
Copy full SHA for 47f5295 - Browse repository at this point
Copy the full SHA 47f5295View commit details
Commits on Apr 16, 2012
-
Remove the parens around tuples in PrettyAST
Parens are apparently supposed to be represented explicitly in the AST using Paren expressions. The tuple builder now includes a ParenE when necessary instead.
Tristan Ravitch committedApr 16, 2012 Configuration menu - View commit details
-
Copy full SHA for f9d3d8d - Browse repository at this point
Copy the full SHA f9d3d8dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master