代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/273662/4201667
py special_tests.py
#!/usr/bin/env python
#
# special_tests.py: testing special file handling
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =========
www.eeworm.com/read/273662/4201670
py svnversion_tests.py
#!/usr/bin/env python
#
# svnversion_tests.py: testing the 'svnversion' tool.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =====
www.eeworm.com/read/273662/4201671
py cat_tests.py
#!/usr/bin/env python
#
# cat_tests.py: testing cat cases.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ========================
www.eeworm.com/read/273662/4201691
py svnadmin_tests.py
#!/usr/bin/env python
#
# svnadmin_tests.py: testing the 'svnadmin' tool.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =========
www.eeworm.com/read/273662/4201693
py stat_tests.py
#!/usr/bin/env python
#
# stat_tests.py: testing the svn stat command
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =============
www.eeworm.com/read/273662/4201696
py diff_tests.py
#!/usr/bin/env python
#
# diff_tests.py: some basic diff tests
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ====================
www.eeworm.com/read/273662/4202029
py svn_fs.py
#
# Copyright (C) 2005 Edgewall Software
# Copyright (C) 2005 Christopher Lenz
#
# This software is licensed as described in the file
# LICENSE_FOR_PYTHON_BINDINGS, which you should ha
www.eeworm.com/read/273662/4202031
py main.py
#
# Copyright (C) 2005 Edgewall Software
# Copyright (C) 2005 Christopher Lenz
#
# This software is licensed as described in the file
# LICENSE_FOR_PYTHON_BINDINGS, which you should ha
www.eeworm.com/read/273662/4202032
py svn_fs.py
#
# Copyright (C) 2005 Edgewall Software
# Copyright (C) 2005 Christopher Lenz
#
# This software is licensed as described in the file
# LICENSE_FOR_PYTHON_BINDINGS, which you should ha
www.eeworm.com/read/273660/4202436
py skel.py
# Python parser for Subversion skels
import string, re
from types import *
def parse(s):
if s[0] != '(' and s[-1] != ')':
raise ValueError("Improperly bounded skel: '%s'" % s)
wholeskel = s