代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/273662/4201408
py lock-check.py
#!/usr/bin/env python
### Repository lock checker. Gets and exclusive lock on the provided
### repository, then runs db_stat to see if the lock counts have been
### reset to 0. If not, prints the t
www.eeworm.com/read/273662/4201414
py random-commits.py
#!/usr/bin/env python
#
# USAGE: random-commits.py
#
# Using the FILELIST (see config below), a series of COUNT commits will be
# constructed, each changing up to MAXFILES files per commit. The comman
www.eeworm.com/read/273662/4201482
py header_wrappers.py
#!/usr/bin/env python
#
# header_wrappers.py: Generates SWIG proxy wrappers around Subversion
# header files
#
import os, re, string, sys, glob, shutil
if __name__ == "__main__":
www.eeworm.com/read/273662/4201558
py svnmerge_test.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2005, Giovanni Bajo
# All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms o
www.eeworm.com/read/273662/4201640
py commit_tests.py
#!/usr/bin/env python
#
# commit_tests.py: testing fancy commit cases.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ============
www.eeworm.com/read/273662/4201641
py externals_tests.py
#!/usr/bin/env python
#
# module_tests.py: testing modules / external sources.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ====
www.eeworm.com/read/273662/4201665
py actions.py
#!/usr/bin/env python
#
# actions.py: routines that actually run the svn client.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =======
www.eeworm.com/read/273662/4201672
py trans_tests.py
#!/usr/bin/env python
#
# trans_tests.py: testing eol conversion and keyword substitution
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/273662/4201673
py getopt_tests.py
#!/usr/bin/env python
#
# getopt_tests.py: testing the svn command line processing
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
#
www.eeworm.com/read/273662/4201695
py history_tests.py
#!/usr/bin/env python
#
# history_tests.py: testing history-tracing code
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ==========