代码搜索结果

找到约 10,000 项符合 Python 的代码

target-test.py

#!/usr/bin/env python # # target-test.py: testing svn_path_condense_targets. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ===========

svnsync_tests.py

#!/usr/bin/env python # # svnsync_tests.py: Tests SVNSync's repository mirroring capabilities. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more informati

blame_tests.py

#!/usr/bin/env python # # blame_tests.py: testing line-by-line annotation. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ========

genctype.py

#! /usr/bin/python """getctype.py - Generate the svn_ctype character classification table. """ import string # Table of ASCII character names names = ('nul', 'soh', 'stx', 'etx', 'eot', 'enq', 'ack'

svn-bdb-view.py

#!/usr/bin/python # # This is a pretty-printer for subversion BDB repository databases. # import sys, os, re, codecs, textwrap import skel, svnfs # Parse arguments if len(sys.argv) == 2: dbhome =

mailer-tweak.py

#!/usr/bin/env python # # mailer-tweak.py: tweak the svn:date properties on all revisions # # We need constant dates for the revisions so that we can consistently # compare an output against a known q

verify-po.py

#!/usr/bin/env python """This is a pre-commit hook that checks whether the contents of PO files committed to the repository are encoded in UTF-8. """ import codecs import string import sys from svn i

case-insensitive.py

#!/usr/bin/python # A pre-commit hook to detect case-insensitive filename clashes. # # What this script does: # - Detects new paths that 'clash' with existing, or other new, paths. # - Ignores exis

target-test.py

#!/usr/bin/env python # # target-test.py: testing svn_path_condense_targets. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ===========

svnsync_tests.py

#!/usr/bin/env python # # svnsync_tests.py: Tests SVNSync's repository mirroring capabilities. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more informati