Staging
v0.5.1
https://github.com/python/cpython
Revision b39a7481ee7e6166d6d2b252a7a514b1f6553dfa authored by Xiang Zhang on 19 June 2017, 14:12:45 UTC, committed by GitHub on 19 June 2017, 14:12:45 UTC
1 parent c3c9db8
Raw File
Tip revision: b39a7481ee7e6166d6d2b252a7a514b1f6553dfa authored by Xiang Zhang on 19 June 2017, 14:12:45 UTC
bpo-30176: Add missing curses cell attributes constants (#2278)
Tip revision: b39a748
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         exec finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top