2001-09-04 18:28:03 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2004-07-15 18:30:41 -03:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
2001-09-04 18:28:03 -03:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
2001-09-11 10:01:07 -03:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>****</string>
|
|
|
|
<string>fold</string>
|
|
|
|
<string>disk</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
2001-09-04 18:28:03 -03:00
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
2003-07-04 10:06:14 -03:00
|
|
|
<string>Python</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundleGetInfoString</key>
|
Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line
#7595: fix typo in argument default constant.
........
r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line
#7487: update Pygments version.
........
r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line
We only support Windows NT derivatives now.
........
r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line
More yearly updates.
........
r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line
Fix casing.
........
r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line
Fix typo.
........
r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line
Add Stefan.
........
r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
........
r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line
#5950: document that zip files with comments are unsupported in zipimport.
........
r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line
Fix description for Py_GetPath(); it sounded like it always returned sys.path.
........
r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line
#7653: clarify how the PythonPath registry key should look like.
........
r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
#7422: make it clear that getargspec() only works on Python functions.
........
r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line
#7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
........
r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line
Add note about usage of STRINGLIB_EMPTY.
........
2010-03-21 16:16:28 -03:00
|
|
|
<string>%version%, (c) 2004-2010 Python Software Foundation.</string>
|
2002-08-28 18:27:02 -03:00
|
|
|
<key>CFBundleHelpBookFolder</key>
|
2003-03-05 12:13:19 -04:00
|
|
|
<array>
|
|
|
|
<string>Documentation</string>
|
2003-03-16 18:09:22 -04:00
|
|
|
<string>PythonDocumentation</string>
|
2003-03-05 12:13:19 -04:00
|
|
|
</array>
|
2002-08-28 18:27:02 -03:00
|
|
|
<key>CFBundleHelpBookName</key>
|
2003-03-16 18:09:22 -04:00
|
|
|
<string>MacPython Help</string>
|
2002-08-28 18:27:02 -03:00
|
|
|
<key>CFBundleHelpTOCFile</key>
|
|
|
|
<string>index.html</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>PythonInterpreter.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2009-03-30 16:58:41 -03:00
|
|
|
<string>%bundleid%</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
2004-07-15 18:30:41 -03:00
|
|
|
<key>CFBundleLongVersionString</key>
|
Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line
#7595: fix typo in argument default constant.
........
r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line
#7487: update Pygments version.
........
r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line
We only support Windows NT derivatives now.
........
r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line
More yearly updates.
........
r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line
Fix casing.
........
r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line
Fix typo.
........
r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line
Add Stefan.
........
r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
........
r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line
#5950: document that zip files with comments are unsupported in zipimport.
........
r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line
Fix description for Py_GetPath(); it sounded like it always returned sys.path.
........
r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line
#7653: clarify how the PythonPath registry key should look like.
........
r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
#7422: make it clear that getargspec() only works on Python functions.
........
r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line
#7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
........
r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line
Add note about usage of STRINGLIB_EMPTY.
........
2010-03-21 16:16:28 -03:00
|
|
|
<string>%version%, (c) 2004-2010 Python Software Foundation.</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundleName</key>
|
2002-08-28 18:27:02 -03:00
|
|
|
<string>Python</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2004-07-15 18:30:41 -03:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2009-03-30 16:58:41 -03:00
|
|
|
<string>%version%</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>PytX</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2009-03-30 16:58:41 -03:00
|
|
|
<string>%version%</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
2004-07-15 18:30:41 -03:00
|
|
|
<key>LSRequiresCarbon</key>
|
|
|
|
<true/>
|
2003-07-04 10:06:14 -03:00
|
|
|
<key>NSAppleScriptEnabled</key>
|
|
|
|
<true/>
|
2004-07-15 18:30:41 -03:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>(c) 2004 Python Software Foundation.</string>
|
2001-09-04 18:28:03 -03:00
|
|
|
</dict>
|
|
|
|
</plist>
|