Update suspicious ignore file.

This commit is contained in:
Ezio Melotti 2013-03-28 04:54:58 +02:00
commit e5caf29743
2 changed files with 22 additions and 1 deletions

View File

@ -1599,7 +1599,7 @@ UTF-8, then you need to do the following:
'ASCII section\ufeffUnicode section'
The Unicode code point ``'\feff'``, when encoded using UTF-8, will be
The Unicode code point ``'\ufeff'``, when encoded using UTF-8, will be
encoded as a UTF-8 BOM -- the byte-string ``b'\xef\xbb\xbf'``.
#. Replace the ASCII section with whatever placeholders you like, but make sure

View File

@ -17,6 +17,7 @@ faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,
faq/programming,,::,for x in sequence[::-1]:
faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
faq/windows,,:bd8afb90ebf2,"Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32"
faq/windows,229,:EOF,@setlocal enableextensions & python -x %~f0 %* & goto :EOF
faq/windows,393,:REG,.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
howto/cporting,,:add,"if (!PyArg_ParseTuple(args, ""ii:add_ints"", &one, &two))"
@ -68,6 +69,13 @@ howto/ipaddress,,:db8,'2001:db8::'
howto/ipaddress,,::,'2001:db8::'
howto/ipaddress,,:db8,'2001:db8::/96'
howto/ipaddress,,::,'2001:db8::/96'
howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')
howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')
howto/ipaddress,,:db8,'2001:db8::1'
howto/ipaddress,,::,'2001:db8::1'
howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')
howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')
howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')
howto/logging,,:And,"WARNING:And this, too"
howto/logging,,:And,"WARNING:root:And this, too"
howto/logging,,:Doing,INFO:root:Doing something
@ -99,6 +107,7 @@ howto/webservers,,.. image:,.. image:: http.png
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
library/bisect,42,:hi,all(val > x for val in a[i:hi])
library/concurrent.futures,,:url,"future_to_url = {executor.submit(load_url, url, 60):url for url in URLS}"
library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
library/configparser,,:option,${section:option}
library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
@ -120,6 +129,7 @@ library/dis,,`,TOS = `TOS`
library/doctest,,`,``factorial`` from the ``example`` module:
library/doctest,,`,The ``example`` module
library/doctest,,`,Using ``factorial``
library/exceptions,,:err,err.object[err.start:err.end]
library/functions,,:step,a[start:stop:step]
library/functions,,:stop,"a[start:stop, i]"
library/functions,,:stop,a[start:stop:step]
@ -280,6 +290,10 @@ library/urllib.request,,:close,Connection:close
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
library/urllib.request,,:password,"""joe:password@python.org"""
library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
library/venv,,:param,":param nodist: If True, Distribute is not installed into the created"
library/venv,,:param,":param nopip: If True, pip is not installed into the created"
library/venv,,:param,":param progress: If Distribute or pip are installed, the progress of the"
library/venv,,:param,:param context: The information for the environment creation request
library/xmlrpc.client,,:pass,http://user:pass@host:port/path
library/xmlrpc.client,,:pass,user:pass
library/xmlrpc.client,,:port,http://user:pass@host:port/path
@ -357,6 +371,13 @@ whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/changelog,,:platform,:platform:
whatsnew/changelog,,:password,: Unquote before b64encoding user:password during Basic
whatsnew/changelog,,:close,Connection:close header.
whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
whatsnew/changelog,,:close,: Connection:close header is sent by requests using URLOpener
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
whatsnew/changelog,,:test,: test_subprocess:test_leaking_fds_on_error no longer gives a
whatsnew/news,,:platform,:platform:
whatsnew/news,,:password,: Unquote before b64encoding user:password during Basic
whatsnew/news,,:close,Connection:close header.

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
17 faq/programming :: for x in sequence[::-1]:
18 faq/programming :reduce print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
19 faq/programming :reduce Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
20 faq/windows :bd8afb90ebf2 Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32
21 faq/windows 229 :EOF @setlocal enableextensions & python -x %~f0 %* & goto :EOF
22 faq/windows 393 :REG .py :REG_SZ: c:\<path to python>\python.exe -u %s %s
23 howto/cporting :add if (!PyArg_ParseTuple(args, "ii:add_ints", &one, &two))
69 howto/ipaddress :: '2001:db8::'
70 howto/ipaddress :db8 '2001:db8::/96'
71 howto/ipaddress :: '2001:db8::/96'
72 howto/ipaddress :db8 >>> ipaddress.ip_interface('2001:db8::1/96')
73 howto/ipaddress :: >>> ipaddress.ip_interface('2001:db8::1/96')
74 howto/ipaddress :db8 '2001:db8::1'
75 howto/ipaddress :: '2001:db8::1'
76 howto/ipaddress :db8 IPv6Address('2001:db8::ffff:ffff')
77 howto/ipaddress :: IPv6Address('2001:db8::ffff:ffff')
78 howto/ipaddress :ffff IPv6Address('2001:db8::ffff:ffff')
79 howto/logging :And WARNING:And this, too
80 howto/logging :And WARNING:root:And this, too
81 howto/logging :Doing INFO:root:Doing something
107 library/audioop :ipos # factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
108 library/bisect 32 :hi all(val >= x for val in a[i:hi])
109 library/bisect 42 :hi all(val > x for val in a[i:hi])
110 library/concurrent.futures :url future_to_url = {executor.submit(load_url, url, 60):url for url in URLS}
111 library/configparser :home my_dir: ${Common:home_dir}/twosheds
112 library/configparser :option ${section:option}
113 library/configparser :path python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
129 library/doctest ` ``factorial`` from the ``example`` module:
130 library/doctest ` The ``example`` module
131 library/doctest ` Using ``factorial``
132 library/exceptions :err err.object[err.start:err.end]
133 library/functions :step a[start:stop:step]
134 library/functions :stop a[start:stop, i]
135 library/functions :stop a[start:stop:step]
290 library/urllib.request :lang xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
291 library/urllib.request :password "joe:password@python.org"
292 library/uuid :uuid urn:uuid:12345678-1234-5678-1234-567812345678
293 library/venv :param :param nodist: If True, Distribute is not installed into the created
294 library/venv :param :param nopip: If True, pip is not installed into the created
295 library/venv :param :param progress: If Distribute or pip are installed, the progress of the
296 library/venv :param :param context: The information for the environment creation request
297 library/xmlrpc.client :pass http://user:pass@host:port/path
298 library/xmlrpc.client :pass user:pass
299 library/xmlrpc.client :port http://user:pass@host:port/path
371 whatsnew/3.2 :location zope9-location = ${zope9:location}
372 whatsnew/3.2 :prefix ... zope-conf = ${custom:prefix}/etc/zope.conf
373 whatsnew/3.2 :prefix zope-conf = ${custom:prefix}/etc/zope.conf
374 whatsnew/changelog :platform :platform:
375 whatsnew/changelog :password : Unquote before b64encoding user:password during Basic
376 whatsnew/changelog :close Connection:close header.
377 whatsnew/changelog :PythonCmd With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
378 whatsnew/changelog :close : Connection:close header is sent by requests using URLOpener
379 whatsnew/changelog :: : Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
380 whatsnew/changelog :test : test_subprocess:test_leaking_fds_on_error no longer gives a
381 whatsnew/news :platform :platform:
382 whatsnew/news :password : Unquote before b64encoding user:password during Basic
383 whatsnew/news :close Connection:close header.