.. |
2to3.rst
|
|
|
__future__.rst
|
|
|
__main__.rst
|
|
|
_dummy_thread.rst
|
|
|
_thread.rst
|
|
|
abc.rst
|
|
|
aifc.rst
|
|
|
allos.rst
|
|
|
archiving.rst
|
|
|
argparse.rst
|
Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@)
|
2013-10-06 09:50:36 +02:00 |
array.rst
|
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
|
2013-06-09 01:04:21 +03:00 |
ast.rst
|
|
|
asynchat.rst
|
|
|
asyncore.rst
|
|
|
atexit.rst
|
|
|
audioop.rst
|
|
|
base64.rst
|
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
|
2013-05-28 15:27:29 +03:00 |
bdb.rst
|
|
|
binary.rst
|
|
|
binascii.rst
|
#16518: use "bytes-like object" throughout the docs.
|
2013-05-04 18:06:34 +03:00 |
binhex.rst
|
|
|
bisect.rst
|
|
|
builtins.rst
|
|
|
bz2.rst
|
|
|
calendar.rst
|
|
|
cgi.rst
|
|
|
cgitb.rst
|
|
|
chunk.rst
|
|
|
cmath.rst
|
|
|
cmd.rst
|
|
|
code.rst
|
|
|
codecs.rst
|
Issue #18336. Fix a link to StreamReader's read() method.
|
2013-07-11 18:26:13 +03:00 |
codeop.rst
|
|
|
collections.abc.rst
|
Update code examples using collections.abc classes.
|
2013-04-14 10:50:05 +02:00 |
collections.rst
|
|
|
colorsys.rst
|
|
|
compileall.rst
|
Fix example ignoring ".svn" directories in compileall.
|
2013-04-14 12:02:43 +02:00 |
concurrency.rst
|
#17771: fix typo. Patch by Andriy Mysyk.
|
2013-04-17 07:34:13 +03:00 |
concurrent.futures.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
concurrent.rst
|
|
|
configparser.rst
|
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
|
2013-07-14 12:43:16 -07:00 |
constants.rst
|
|
|
contextlib.rst
|
I was confused before. It's correct to not call .close() inside the with
|
2013-05-10 11:35:38 -04:00 |
copy.rst
|
|
|
copyreg.rst
|
|
|
crypt.rst
|
|
|
crypto.rst
|
|
|
csv.rst
|
|
|
ctypes.rst
|
Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes.
|
2013-10-06 10:51:01 +02:00 |
curses.ascii.rst
|
|
|
curses.panel.rst
|
|
|
curses.rst
|
|
|
custominterp.rst
|
|
|
datatypes.rst
|
|
|
datetime.rst
|
Remove errant fourth '.' from ellipsis in datetime documentation.
|
2013-08-14 14:41:48 -04:00 |
dbm.rst
|
|
|
debug.rst
|
|
|
decimal.rst
|
|
|
depgraph-output.png
|
|
|
development.rst
|
|
|
difflib.rst
|
#18601: fix error made when difflib example was converted to use 'with'.
|
2013-07-30 15:37:11 -04:00 |
dis.rst
|
|
|
distutils.rst
|
|
|
doctest.rst
|
|
|
dummy_threading.rst
|
|
|
email-examples.rst
|
|
|
email.charset.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.encoders.rst
|
|
|
email.errors.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.generator.rst
|
|
|
email.header.rst
|
|
|
email.headerregistry.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.iterators.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.message.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.mime.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.parser.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.policy.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.util.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
errno.rst
|
|
|
exceptions.rst
|
|
|
faulthandler.rst
|
|
|
fcntl.rst
|
|
|
filecmp.rst
|
|
|
fileformats.rst
|
|
|
fileinput.rst
|
|
|
filesys.rst
|
|
|
fnmatch.rst
|
|
|
formatter.rst
|
|
|
fpectl.rst
|
|
|
fractions.rst
|
Document Fraction's numerator and denominator properties.
|
2013-09-09 19:57:37 -07:00 |
frameworks.rst
|
|
|
ftplib.rst
|
|
|
functional.rst
|
|
|
functions.rst
|
Emphasize that people should not override __import__.
|
2013-08-23 10:58:49 -04:00 |
functools.rst
|
Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two.
|
2013-04-06 20:27:33 -07:00 |
gc.rst
|
Issue #18589: fix hyperlinking of type slots (tp_*)
|
2013-08-01 21:12:45 +02:00 |
getopt.rst
|
|
|
getpass.rst
|
|
|
gettext.rst
|
|
|
glob.rst
|
|
|
grp.rst
|
|
|
gzip.rst
|
Fix typo.
|
2013-10-06 12:33:20 +02:00 |
hashlib.rst
|
Close #19160: Inconsistent size for GIL release in hashlib
|
2013-10-04 04:20:37 +02:00 |
heapq.rst
|
Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
|
2013-07-15 19:08:13 -07:00 |
hmac.rst
|
Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call.
|
2013-10-06 09:48:47 +02:00 |
html.entities.rst
|
|
|
html.parser.rst
|
|
|
html.rst
|
|
|
http.client.rst
|
|
|
http.cookiejar.rst
|
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
|
2013-05-23 05:27:38 -07:00 |
http.cookies.rst
|
|
|
http.rst
|
|
|
http.server.rst
|
|
|
i18n.rst
|
|
|
idle.rst
|
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
|
2013-07-01 00:42:52 -04:00 |
imaplib.rst
|
|
|
imghdr.rst
|
|
|
imp.rst
|
Closes #18272: use 'builtins' for 3.3 instead of __builtin__
|
2013-06-20 21:17:41 -04:00 |
importlib.rst
|
[issue19152] Revert 832579dbafd6.
|
2013-10-03 15:03:29 -06:00 |
index.rst
|
|
|
inspect.rst
|
|
|
internet.rst
|
|
|
intro.rst
|
|
|
io.rst
|
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
|
2013-04-15 19:08:31 +03:00 |
ipaddress.rst
|
|
|
ipc.rst
|
|
|
itertools.rst
|
Issue 18752: Make chain.from_iterable() more visible in the documentation.
|
2013-09-09 02:01:35 -05:00 |
json.rst
|
Documenting that json.load may raise a ValueError.
|
2013-08-12 17:39:51 -04:00 |
keyword.rst
|
|
|
language.rst
|
|
|
linecache.rst
|
|
|
locale.rst
|
|
|
logging.config.rst
|
Issue #18933: Added links to source code.
|
2013-09-05 23:01:07 +01:00 |
logging.handlers.rst
|
Issue #18933: Added links to source code.
|
2013-09-05 23:01:07 +01:00 |
logging.rst
|
Issue #18933: Added links to source code.
|
2013-09-05 23:01:07 +01:00 |
lzma.rst
|
|
|
macpath.rst
|
|
|
mailbox.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
mailcap.rst
|
|
|
markup.rst
|
|
|
marshal.rst
|
|
|
math.rst
|
|
|
mimetypes.rst
|
|
|
misc.rst
|
|
|
mm.rst
|
|
|
mmap.rst
|
Clarify mmap.close method behavior. Addresses issue #18815
|
2013-09-09 22:39:28 -07:00 |
modulefinder.rst
|
|
|
modules.rst
|
|
|
msilib.rst
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
|
2013-08-27 19:40:23 +03:00 |
msvcrt.rst
|
|
|
multiprocessing.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
netdata.rst
|
|
|
netrc.rst
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
|
2013-09-17 21:04:50 -04:00 |
nis.rst
|
|
|
nntplib.rst
|
|
|
numbers.rst
|
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
|
2013-04-14 11:58:54 +02:00 |
numeric.rst
|
|
|
operator.rst
|
#16523: improve attrgetter/itemgetter/methodcaller documentation.
|
2013-05-08 10:53:11 +03:00 |
optparse.rst
|
|
|
os.path.rst
|
Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time
|
2013-10-06 09:52:55 +02:00 |
os.rst
|
Correcting the mistake in 14ba90816930
|
2013-09-19 00:08:56 -07:00 |
ossaudiodev.rst
|
Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@).
|
2013-10-06 10:11:12 +02:00 |
othergui.rst
|
|
|
parser.rst
|
|
|
pdb.rst
|
|
|
persistence.rst
|
|
|
pickle.rst
|
|
|
pickletools.rst
|
|
|
pipes.rst
|
|
|
pkgutil.rst
|
|
|
platform.rst
|
|
|
plistlib.rst
|
#17881: clarify documentation of plistlib.
|
2013-04-30 16:34:04 +03:00 |
poplib.rst
|
|
|
posix.rst
|
|
|
pprint.rst
|
|
|
profile.rst
|
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
|
2013-10-06 09:17:43 +02:00 |
pty.rst
|
|
|
pwd.rst
|
|
|
py_compile.rst
|
|
|
pyclbr.rst
|
|
|
pydoc.rst
|
|
|
pyexpat.rst
|
Clarify pyexpat documentation in StartElementHandler
|
2013-08-25 19:05:55 -07:00 |
python.rst
|
|
|
queue.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
quopri.rst
|
|
|
random.rst
|
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
|
2013-08-16 19:19:40 +02:00 |
re.rst
|
Closes #15956: improve documentation of named groups and how to reference them.
|
2013-10-06 12:08:14 +02:00 |
readline.rst
|
|
|
reprlib.rst
|
|
|
resource.rst
|
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
|
2013-04-20 13:37:34 -04:00 |
rlcompleter.rst
|
|
|
runpy.rst
|
|
|
sched.rst
|
|
|
select.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
shelve.rst
|
|
|
shlex.rst
|
|
|
shutil.rst
|
|
|
signal.rst
|
|
|
site.rst
|
|
|
smtpd.rst
|
|
|
smtplib.rst
|
Issue 18724: Fix typo noticed by Susan Tan.
|
2013-08-13 01:12:41 -07:00 |
sndhdr.rst
|
|
|
socket.rst
|
#17740: fix links to the socket function. Initial patch by Zachary Ware.
|
2013-04-17 04:10:26 +03:00 |
socketserver.rst
|
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
|
2013-04-12 19:19:21 +03:00 |
spwd.rst
|
|
|
sqlite3.rst
|
|
|
ssl.rst
|
#18311: fix typo.
|
2013-06-26 15:11:12 -04:00 |
stat.rst
|
|
|
stdtypes.rst
|
Issue #18589: fix hyperlinking of type slots (tp_*)
|
2013-08-01 21:12:45 +02:00 |
string.rst
|
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.
|
2013-04-15 09:51:54 -04:00 |
stringprep.rst
|
|
|
struct.rst
|
|
|
subprocess.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
sunau.rst
|
|
|
symbol.rst
|
|
|
symtable.rst
|
|
|
sys.rst
|
Issue #17953: document that sys.modules shouldn't be replaced (thanks
|
2013-05-24 08:05:07 -04:00 |
sysconfig.rst
|
|
|
syslog.rst
|
|
|
tabnanny.rst
|
|
|
tarfile.rst
|
|
|
telnetlib.rst
|
|
|
tempfile.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
termios.rst
|
|
|
test.rst
|
Close #18952: correctly download test support data
|
2013-09-08 11:40:34 +10:00 |
text.rst
|
|
|
textwrap.rst
|
|
|
threading.rst
|
Closes #18927: Lock.acquire only accepts -1 or positive values for timeout.
|
2013-10-06 10:48:08 +02:00 |
time.rst
|
|
|
timeit.rst
|
|
|
tk.rst
|
|
|
tkinter.rst
|
Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@)
|
2013-10-06 09:32:03 +02:00 |
tkinter.scrolledtext.rst
|
|
|
tkinter.tix.rst
|
|
|
tkinter.ttk.rst
|
|
|
token.rst
|
|
|
tokenize.rst
|
|
|
trace.rst
|
|
|
traceback.rst
|
|
|
tty.rst
|
|
|
turtle-star.pdf
|
|
|
turtle-star.png
|
|
|
turtle-star.ps
|
|
|
turtle.rst
|
|
|
types.rst
|
|
|
undoc.rst
|
|
|
unicodedata.rst
|
|
|
unittest.mock-examples.rst
|
|
|
unittest.mock.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
unittest.rst
|
#18951: use consistent names in unittest docs.
|
2013-09-13 22:17:40 +03:00 |
unix.rst
|
|
|
urllib.error.rst
|
|
|
urllib.parse.rst
|
Minor doc fix in urllib.parse.rst
|
2013-09-30 22:12:16 -07:00 |
urllib.request.rst
|
- Issue #17977: The documentation for the cadefault argument's default value
|
2013-05-14 11:35:16 -04:00 |
urllib.robotparser.rst
|
|
|
urllib.rst
|
|
|
uu.rst
|
|
|
uuid.rst
|
|
|
venv.rst
|
Issue #18939: Updated venv documentation with some clarifications.
|
2013-09-06 09:50:43 +01:00 |
warnings.rst
|
|
|
wave.rst
|
|
|
weakref.rst
|
|
|
webbrowser.rst
|
|
|
windows.rst
|
|
|
winreg.rst
|
|
|
winsound.rst
|
|
|
wsgiref.rst
|
|
|
xdrlib.rst
|
|
|
xml.dom.minidom.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
xml.dom.pulldom.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.dom.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.etree.elementtree.rst
|
Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@)
|
2013-10-06 09:23:03 +02:00 |
xml.rst
|
|
|
xml.sax.handler.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.reader.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.utils.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xmlrpc.client.rst
|
#18267: make whitespace consistent and fix an operator.
|
2013-08-08 15:45:56 +03:00 |
xmlrpc.rst
|
|
|
xmlrpc.server.rst
|
|
|
zipfile.rst
|
|
|
zipimport.rst
|
|
|
zlib.rst
|
|
|