# vgrind is a prety-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 . 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: o' rowspan='2'>cgit logo index : cpython.git
https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Issue #5835: Deprecate PyOS_ascii_formatd.Eric Smith2009-04-261-3/+19
* Merged revisions 71976 via svnmerge fromMark Dickinson2009-04-261-2/+2
* Internal plumbing changes for float parsing:Mark Dickinson2009-04-261-30/+57
* Issue #5816: Simplify code for parsing and printing of complex numbers.Mark Dickinson2009-04-231-10/+13
* Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775.Eric Smith2009-04-211-27/+41
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-18