Staging
v0.8.1
https://github.com/python/cpython
Revision 59e6eb1c3b8170f20754e5d863e7c2316212d59a authored by Benjamin Peterson on 11 June 2009, 22:59:12 UTC, committed by Benjamin Peterson on 11 June 2009, 22:59:12 UTC
........
  r73145 | kristjan.jonsson | 2009-06-02 08:14:08 -0500 (Tue, 02 Jun 2009) | 2 lines

  http://bugs.python.org/issue6117
  Fix O(n**2) performance problem in socket._fileobject
........
1 parent 87c8d87
Raw File
Tip revision: 59e6eb1c3b8170f20754e5d863e7c2316212d59a authored by Benjamin Peterson on 11 June 2009, 22:59:12 UTC
Blocked revisions 73145 via svnmerge
Tip revision: 59e6eb1
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\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top