- 12 2月, 2016 2 次提交
-
-
由 Harrison G 提交于
Contains private configuration. Equivalent to Django's local_settings.py.
-
由 Harrison G 提交于
-
- 08 2月, 2016 1 次提交
-
-
由 Austin J. Alexander 提交于
-
- 13 12月, 2015 1 次提交
-
-
由 Richard K 提交于
-
- 02 10月, 2015 1 次提交
-
-
由 Edson Dota 提交于
-
- 29 7月, 2015 1 次提交
-
-
由 Manav Mandhani 提交于
-
- 11 5月, 2015 1 次提交
-
- 29 4月, 2015 1 次提交
-
-
由 Geoffrey Sneddon 提交于
-
- 16 3月, 2015 1 次提交
-
-
由 Lucretiel 提交于
Added missing wildcard to the `*,cover` coverage annotation.
-
- 06 3月, 2015 1 次提交
-
-
由 Lucretiel 提交于
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
-
- 12 2月, 2015 1 次提交
-
-
由 Rolf Erik Lekang 提交于
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
-
- 03 2月, 2015 1 次提交
-
-
由 Stephan Kuschel 提交于
-
- 15 8月, 2014 1 次提交
-
-
由 Mateusz Jagiełło 提交于
-
- 15 6月, 2014 1 次提交
-
-
由 Michael Gruber 提交于
-
- 06 3月, 2014 1 次提交
-
-
由 hugovk 提交于
coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage
-
- 23 2月, 2014 1 次提交
-
-
由 Metallicow 提交于
-
- 22 2月, 2014 2 次提交
-
-
由 Metallicow 提交于
-
由 Metallicow 提交于
# PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.exe.manifest *.manifest Example template ``` <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="SourceCoder" version="14.2.22.0" processorArchitecture="x86" /> <description>Description</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /> </dependentAssembly> </dependency> </assembly> ```
-
- 21 2月, 2014 3 次提交
-
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
- 19 2月, 2014 1 次提交
-
-
由 Arjun Sreedharan 提交于
-
- 08 1月, 2014 1 次提交
-
-
- 14 12月, 2013 1 次提交
-
-
- 13 11月, 2013 3 次提交
-
-
由 Kevin Deldycke 提交于
Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default.
-
由 Jordi Llonch 提交于
-
由 Sam Clements 提交于
`.cache` is generated when unittests are run with py.test
-
- 12 11月, 2013 2 次提交
-
-
由 Carl Suster 提交于
-
由 Visgean Skeloru 提交于
-
- 08 11月, 2013 1 次提交
-
-
由 Chris Jerdonek 提交于
This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section).
-
- 22 10月, 2013 1 次提交
-
-
由 Changjian Gao 提交于
-
- 14 4月, 2013 1 次提交
-
-
由 Ray Shan 提交于
Commenting the only ignore that isn't commented.
-
- 14 1月, 2013 1 次提交
-
-
由 Sam van Kampen 提交于
-
- 24 8月, 2012 1 次提交
-
-
由 Matheus 提交于
-
- 19 8月, 2012 1 次提交
-
-
由 Honza Javorek 提交于
-
- 09 8月, 2012 1 次提交
-
-
由 Eduard Carreras 提交于
-
- 28 4月, 2012 1 次提交
-
-
由 Sam van Kampen 提交于
-
- 13 4月, 2012 2 次提交
-
-
由 Matheus dos Santos Lima 提交于
-
由 Matheus dos Santos Lima 提交于
-
- 09 9月, 2011 1 次提交
-
-
由 Reinout van Rees 提交于
nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
-