cpython/Doc/library
Mark Dickinson 895d181128 Issue #12245 merge. 2011-11-19 16:27:22 +00:00
..
2to3.rst note callable is back in 3.2 2011-10-24 08:51:15 -04:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Issue #13191: typo in argparse docs 2011-11-11 10:58:36 +02:00
array.rst Remove mention of narrow/wide builds and update array doc, add a test. 2011-10-25 10:05:34 +03:00
ast.rst
asynchat.rst
asyncore.rst
atexit.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
audioop.rst
base64.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst Few typos in the documentation. 2011-11-11 19:55:21 +01:00
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst Fix some mentions of IOError 2011-10-12 19:10:10 +02:00
cmath.rst
cmd.rst
code.rst
codecs.rst Fix and deprecated the unicode_internal codec 2011-11-10 20:56:30 +01:00
codeop.rst
collections.abc.rst
collections.rst Issue #13121: Support in-place math operators for collections.Counter(). 2011-10-19 13:40:37 -07:00
colorsys.rst
compileall.rst
concurrent.futures.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
configparser.rst
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
curses.ascii.rst
curses.panel.rst
curses.rst (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, 2011-11-02 23:47:58 +01:00
custominterp.rst
datatypes.rst
datetime.rst merge with 3.2 2011-11-01 10:32:22 +01:00
dbm.rst
debug.rst
decimal.rst
depgraph-output.png
development.rst
difflib.rst
dis.rst
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.iterators.rst
email.message.rst Remove duplication. 2011-10-19 10:58:56 +03:00
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
errno.rst
exceptions.rst Update doc for BlockingIOError and its alias in the io module 2011-10-12 18:57:23 +02:00
faulthandler.rst
fcntl.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
filecmp.rst
fileformats.rst
fileinput.rst This shameful limitation of the fileinput module is not relevant anymore. 2011-10-12 19:11:12 +02:00
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Documentation typo. 2011-10-23 22:23:57 +02:00
functional.rst
functions.rst add introspection to range objects (closes #9896) 2011-11-05 15:17:52 -04:00
functools.rst Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). 2011-10-20 08:57:45 -07:00
gc.rst
getopt.rst
getpass.rst
gettext.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
glob.rst
grp.rst
gzip.rst
hashlib.rst
heapq.rst Clean-up and improve the priority queue example in the heapq docs. 2011-10-09 17:28:14 +01:00
hmac.rst
html.entities.rst
html.parser.rst #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. 2011-11-01 14:12:22 +02:00
html.rst
http.client.rst Remove duplication. 2011-10-19 10:58:56 +03:00
http.cookiejar.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
http.cookies.rst
http.server.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
i18n.rst
idle.rst
imaplib.rst Merge 3.2, doc typos. 2011-11-11 19:58:53 +01:00
imghdr.rst
imp.rst
importlib.rst
index.rst
inspect.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
internet.rst
intro.rst
io.rst Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). 2011-10-31 20:34:46 +02:00
ipc.rst
itertools.rst Merge 2011-10-30 15:07:01 -07:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst Issue #3067: Enhance the documentation and docstring of locale.setlocale() 2011-11-05 10:21:16 +02:00
logging.config.rst
logging.handlers.rst
logging.rst Avoid relying on the default reST role in logging library doc 2011-11-03 04:35:20 +01:00
macpath.rst
mailbox.rst Remove duplication. 2011-10-19 10:58:56 +03:00
mailcap.rst
markup.rst
marshal.rst
math.rst meth.log2 doc: add a link to int.bit_length() 2011-09-21 03:35:18 +02:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
multiprocessing.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. 2011-09-22 02:09:17 +08:00
optparse.rst fixing typos in optparse doc 2011-11-16 06:02:21 +02:00
os.path.rst
os.rst Refactor functions signatures in the doc. 2011-11-09 00:25:47 +02:00
ossaudiodev.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
othergui.rst
packaging-misc.rst
packaging.command.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
packaging.compiler.rst Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
packaging.database.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
packaging.depgraph.rst
packaging.dist.rst
packaging.fancy_getopt.rst
packaging.install.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
packaging.metadata.rst
packaging.pypi.dist.rst
packaging.pypi.rst
packaging.pypi.simple.rst Merge 3.2, doc typos. 2011-11-11 19:58:53 +01:00
packaging.pypi.xmlrpc.rst Merge 3.2, doc typos. 2011-11-11 19:58:53 +01:00
packaging.rst
packaging.tests.pypi_server.rst
packaging.util.rst Remove obsolete verbose arguments from packaging. 2011-11-15 11:43:20 +01:00
packaging.version.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst #13426: fix typos in pickle doc. 2011-11-18 13:51:10 +02:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst merge doc fixes from 3.2 2011-09-17 20:40:35 +02:00
re.rst #13219: merge with 3.2. 2011-10-20 19:40:44 +03:00
readline.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst #13278: fix typo. 2011-10-28 12:22:25 +03:00
select.rst reST fixes for /dev/poll 2011-11-15 05:42:59 +01:00
shelve.rst
shlex.rst
shutil.rst Merge 3.2 2011-11-07 18:11:27 +01:00
signal.rst Mention InterruptedError in the doc for new function signal.sigwaitinfo 2011-10-23 23:52:23 +02:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. 2011-11-10 19:21:37 +01:00
socketserver.rst Merge 3.2, doc typos. 2011-11-11 19:58:53 +01:00
someos.rst
spwd.rst
sqlite3.rst Merge with 3.2. 2011-10-19 11:06:26 +03:00
ssl.rst Fix typo 2011-10-28 00:01:03 +02:00
stat.rst
stdtypes.rst Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein 2011-11-11 10:44:22 +02:00
string.rst Remove duplication. 2011-10-19 10:58:56 +03:00
stringprep.rst
strings.rst
struct.rst Issue #3163: The struct module gets new format characters 'n' and 'N' 2011-10-06 15:27:40 +02:00
subprocess.rst Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 2011-11-08 22:11:21 +10:00
sunau.rst
symbol.rst
symtable.rst
sys.rst Issue #12245 merge. 2011-11-19 16:27:22 +00:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
telnetlib.rst Replace mentions of socket.error. 2011-10-12 17:53:43 +02:00
tempfile.rst
termios.rst
test.rst Close issue 12958 by flagging expected failures in test_socket on Mac OS X 2011-09-19 20:26:31 +10:00
textwrap.rst
threading.rst Issue 12767: document the argument of threading.Condition.notify 2011-11-12 20:46:54 +02:00
time.rst Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 2011-10-25 13:06:09 +02:00
timeit.rst
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst Remove duplication. 2011-10-19 10:58:56 +03:00
token.rst
tokenize.rst Issue #12943: python -m tokenize support has been added to tokenize. 2011-10-07 08:53:38 -05:00
trace.rst
traceback.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst document turtle done() function; thanks to Csaba Szepesvari from docs@ 2011-10-31 10:12:43 +01:00
types.rst
undoc.rst
unicodedata.rst #12753: Add support for Unicode name aliases and named sequences. 2011-10-21 21:57:36 +03:00
unittest.rst #13387: merge with 3.2. 2011-11-18 19:01:01 +02:00
unix.rst
urllib.error.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
urllib.parse.rst
urllib.request.rst Merge 3.2 2011-10-28 22:16:23 +02:00
urllib.robotparser.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst Replace mentions of WindowsError 2011-10-12 18:53:23 +02:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst #13138: add missing versionadded. 2011-10-10 00:02:03 +03:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst Closes #13297: use bytes type to send and receive binary data through XMLRPC. 2011-11-15 20:53:25 +01:00
xmlrpc.server.rst
zipfile.rst 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated 2011-10-20 01:46:00 +08:00
zipimport.rst Replace mentions of IOError 2011-10-12 20:10:51 +02:00
zlib.rst