代码搜索:Python

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

代码结果 10,000
www.eeworm.com/read/273660/4202481

py po-merge.py

#!/usr/bin/env python import os, sys def parse_translation(f): """Read a single translation entry from the file F and return a tuple with the comments, msgid and msgstr. The comments is ret
www.eeworm.com/read/273660/4202485

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/273660/4202491

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/273660/4202559

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/273660/4202635

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/273660/4202718

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/273660/4202719

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/273660/4202743

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/273660/4202750

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/273660/4202751

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. # #