cpython/Doc/library
Nick Coghlan 50c48b89e3 Close #17916: dis.Bytecode based replacement for distb
- Bytecode.from_traceback() alternate constructor
- current_offset parameter and attribute

Patch by Claudiu Popa
2013-11-23 00:57:00 +10:00
..
2to3.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
__future__.rst #14494: Document that absolute imports became default in 3.0 instead of 2.7. 2012-05-19 18:36:33 +03:00
__main__.rst
_dummy_thread.rst
_thread.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
abc.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
aifc.rst Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
allos.rst Logging documentation reorganised. 2010-12-19 12:56:57 +00:00
archiving.rst
argparse.rst merge with 3.3 2013-10-06 19:34:19 +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 Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
atexit.rst
audioop.rst Issue #16685: Added support for any bytes-like objects in the audioop module. 2013-11-10 21:44:36 +02:00
base64.rst Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 2013-11-17 23:52:25 +01:00
bdb.rst
binary.rst
binascii.rst #19411: Clarify that b2a_hex/hexlify returns a bytes object. 2013-11-03 13:21:38 -05:00
binhex.rst
bisect.rst
builtins.rst Few typos in the documentation. 2011-11-11 19:55:21 +01:00
bz2.rst Issue #19223: Add support for the 'x' mode to the bz2 module. 2013-10-19 00:11:06 +02:00
calendar.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
cgi.rst Issue #19198: Improved cross-references in the cgi module documentation. 2013-10-13 18:28:26 +03:00
cgitb.rst
chunk.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
cmath.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 2010-07-11 19:47:37 +00:00
cmd.rst
code.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
codecs.rst Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. 2013-11-19 11:32:41 +02:00
codeop.rst
collections.abc.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
collections.rst Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. 2013-10-20 20:42:07 -07:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell. 2013-10-26 04:49:55 +11:00
concurrent.rst
configparser.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
constants.rst
contextlib.rst Close #19403: make contextlib.redirect_stdout reentrant 2013-11-03 17:00:51 +10:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst #19319: fix ctypes docs: sizeof is an operator in C, not a function. 2013-10-21 04:41:40 +03:00
curses.ascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.panel.rst
curses.rst Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. 2013-10-29 08:10:36 +01:00
custominterp.rst
datatypes.rst
datetime.rst merge with 3.3 2013-10-29 08:17:08 +01:00
dbm.rst Close #19282: Native context management in dbm 2013-11-17 15:59:51 +10:00
debug.rst Issue #11393: Add the new faulthandler module 2011-03-31 01:31:06 +02:00
decimal.rst
depgraph-output.png
development.rst Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
difflib.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
dis.rst Close #17916: dis.Bytecode based replacement for distb 2013-11-23 00:57:00 +10:00
distribution.rst Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
distutils.rst Fix typo. Spotted by Bo Bayles on docs@. 2013-10-06 13:24:49 +02:00
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.contentmanager.rst #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04: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
email.iterators.rst Issue #18761: Improved cross-references in email documentation. 2013-08-19 09:59:18 +03:00
email.message.rst #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
email.mime.rst
email.parser.rst Issue #18761: Improved cross-references in email documentation. 2013-08-19 09:59:18 +03:00
email.policy.rst #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
email.rst #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
email.util.rst
ensurepip.rst Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
enum.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
errno.rst
exceptions.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
faulthandler.rst Update faulthandler docs. 2013-10-20 19:15:19 -07:00
fcntl.rst #18985: Improve fcntl documentation. 2013-11-07 10:51:07 -05:00
filecmp.rst
fileformats.rst Issue 10499: Modular interpolation in configparser 2010-12-03 16:28:00 +00:00
fileinput.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
filesys.rst Merged revisions 84827-84829 via svnmerge from 2010-09-15 11:25:11 +00:00
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
functional.rst
functions.rst Issue #19190: Improve cross-references in builtin types and functions documentation. 2013-10-09 14:03:24 +03:00
functools.rst Fix functools.partialmethod docs and __all__ 2013-11-04 23:32:16 +10:00
gc.rst
getopt.rst
getpass.rst
gettext.rst #1098749: re-word gettext docs to not encourage using pygettext so much. 2013-11-19 11:05:20 -05:00
glob.rst Issue #8402: Added the escape() function to the glob module. 2013-11-18 13:06:43 +02:00
grp.rst
gzip.rst Issue #19222: Add support for the 'x' mode to the gzip module. 2013-10-19 00:11:13 +02:00
hashlib.rst Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 2013-10-19 14:24:44 +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 Issue #18775: Add name and block_size attribute to HMAC object. They now 2013-11-20 17:35:06 +01:00
html.entities.rst #2927: Added the unescape() function to the html module. 2013-11-19 20:28:45 +02:00
html.parser.rst #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. 2013-11-02 17:08:24 +02:00
html.rst #2927: Added the unescape() function to the html module. 2013-11-19 20:28:45 +02:00
http.client.rst merge with 3.3 2013-10-27 07:46:09 +01:00
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
i18n.rst
idle.rst
imaplib.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
imghdr.rst
imp.rst merge from 3.3 2013-10-25 13:49:20 -04:00
importlib.rst Issue #19410: Put back in special-casing of '' for 2013-11-01 10:37:57 -04:00
index.rst Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
inspect.rst Assorted 3.4 What's New updates 2013-10-27 01:57:34 +10:00
internet.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 2012-10-06 13:49:34 +02:00
intro.rst Merged revisions 74055 via svnmerge from 2009-08-13 12:26:19 +00:00
io.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
ipaddress.rst #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS 2013-10-24 09:47:10 -07:00
ipc.rst
itertools.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 2013-03-28 13:28:44 +01:00
logging.config.rst Closes #18933: Merged update from 3.3. 2013-09-05 23:02:45 +01:00
logging.handlers.rst Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:58:47 +00:00
logging.rst Issue #19504: Used American spelling for 'customize'. 2013-11-15 20:58:13 +00:00
lzma.rst Issue #19201: Add support for the 'x' mode to the lzma module. 2013-10-19 00:06:19 +02:00
macpath.rst
mailbox.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
mailcap.rst
markup.rst
marshal.rst
math.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
mimetypes.rst Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) 2013-10-22 19:27:34 +01:00
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
msvcrt.rst
multiprocessing.rst Merge. 2013-11-17 17:03:19 +00:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst merge with 3.3 2013-10-29 08:17:08 +01:00
numbers.rst
numeric.rst Issue #18606: Add the new "statistics" module (PEP 450). Contributed 2013-10-19 11:50:09 -07:00
operator.rst merge with 3.3 2013-10-06 19:14:46 +02:00
optparse.rst
os.path.rst Issue #19207: Improved cross-references in the os, os.path, and posix modules 2013-10-13 20:13:37 +03:00
os.rst doc: fix typo 2013-11-06 01:48:45 +01:00
ossaudiodev.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
othergui.rst Wing IDE is switching to PyQt... 2013-10-13 22:23:27 +02:00
parser.rst
pdb.rst #18764: p(rint) -> p in pdb docs. 2013-10-10 17:33:43 -04:00
persistence.rst
pickle.rst Merge from 3.3 2013-11-12 10:03:20 -05:00
pickletools.rst Issue #9268: Documented -m pickletools usage. 2011-01-13 21:58:44 +00:00
pipes.rst
pkgutil.rst
platform.rst Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. 2013-10-06 19:19:18 +02:00
plistlib.rst Issue #14455: plistlib now supports binary plists and has an updated API. 2013-11-21 15:46:49 +01:00
poplib.rst
posix.rst Issue #19207: Improved cross-references in the os, os.path, and posix modules 2013-10-13 20:12:43 +03:00
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 2011-07-04 11:28:30 -07:00
pydoc.rst More source links 2011-01-27 20:38:46 +00:00
pyexpat.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
python.rst Close #19406: Initial implementation of ensurepip 2013-11-11 22:11:55 +10:00
queue.rst Issue #18757: Improved cross-references in the concurrent package. 2013-08-24 00:23:38 +03:00
quopri.rst
random.rst
re.rst Back out accidentally pushed changeset b51218966201. 2013-10-13 09:32:59 +02:00
readline.rst
reprlib.rst
resource.rst Issue #16595: prlimit() needs Linux kernel 2.6.36+ 2013-10-25 08:31:19 +02:00
rlcompleter.rst
runpy.rst
sched.rst
select.rst Issue #16853: Mention the new selectors module in the select module 2013-09-04 20:40:13 +02:00
selectors.rst Issue #19172: Add a get_map() method to selectors. 2013-10-30 20:31:04 +01:00
shelve.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
shlex.rst Issue #19197: Improved cross-references in the shlex module documentation. 2013-10-13 21:19:00 +03:00
shutil.rst
signal.rst Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. 2013-10-06 21:22:42 +02:00
site.rst Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. 2013-10-25 21:39:26 +02:00
smtpd.rst Merge from 3.3 2013-11-12 10:03:20 -05:00
smtplib.rst
sndhdr.rst
socket.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
socketserver.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
spwd.rst #18678: Correct names of spwd struct members. 2013-11-03 19:54:05 -05:00
sqlite3.rst merge with 3.3 2013-10-06 12:38:57 +02:00
ssl.rst Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). 2013-11-22 02:22:51 +01:00
stat.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
statistics.rst Note that examples are sorted only for convenience. 2013-11-04 07:30:50 +01:00
stdtypes.rst #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). 2013-11-16 19:10:57 +02:00
string.rst #19238: fix typo in documentation. 2013-11-17 02:47:12 +02:00
stringprep.rst
struct.rst
subprocess.rst Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. 2013-11-05 12:57:25 +00:00
sunau.rst Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
symbol.rst
symtable.rst
sys.rst ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 2013-11-20 11:46:18 +01:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. 2013-02-16 17:29:56 +02:00
telnetlib.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
tempfile.rst
termios.rst
test.rst Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. 2013-10-08 23:04:32 +02:00
text.rst
textwrap.rst Issue #18725: The textwrap module now supports truncating multiline text. 2013-10-15 21:22:54 +03:00
threading.rst merge with 3.3 2013-10-06 10:48:48 +02:00
time.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
timeit.rst
tk.rst
tkinter.rst merge with 3.3 2013-10-06 09:32:15 +02:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst Issue #2134: Add support for tokenize.TokenInfo.exact_type. 2012-01-19 00:44:45 -06:00
trace.rst
traceback.rst #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback 2013-09-15 18:15:56 -04:00
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps Issue #7061: Added a 'Turtle star' sidebar 2010-11-09 18:40:03 +00:00
turtle.rst Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 2013-03-28 13:28:44 +01:00
types.rst
undoc.rst
unicodedata.rst upgrade unicode db to 6.3.0 (closes #19221) 2013-10-10 17:24:45 -04:00
unittest.mock-examples.rst
unittest.mock.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:12:09 +03:00
unittest.rst
unix.rst
urllib.error.rst Improve #19204: Improved cross-references in the urllib package documentation. 2013-10-13 20:07:51 +03:00
urllib.parse.rst Improve #19204: Improved cross-references in the urllib package documentation. 2013-10-13 20:06:50 +03:00
urllib.request.rst Improve #19204: Improved cross-references in the urllib package documentation. 2013-10-13 20:07:51 +03:00
urllib.robotparser.rst
urllib.rst Improve #19204: Improved cross-references in the urllib package documentation. 2013-10-13 20:06:50 +03:00
uu.rst
uuid.rst
venv.rst Close #19552: venv and pyvenv ensurepip integration 2013-11-23 00:30:34 +10:00
warnings.rst Issue #18758: Fixed and improved cross-references. 2013-10-13 23:09:14 +03:00
wave.rst Issue #16685: Added support for writing any bytes-like objects in the aifc, 2013-11-16 14:01:31 +02:00
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. 2013-10-13 10:49:41 +02:00
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
xml.dom.rst
xml.etree.elementtree.rst Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. 2013-10-31 05:53:39 -07:00
xml.rst Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. 2013-10-12 18:19:33 +02:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 2012-10-06 13:49:34 +02:00
xmlrpc.server.rst
zipfile.rst #19274: use captured_stdout() in the test suite; add NEWS entry. 2013-10-21 08:29:29 +02:00
zipimport.rst
zlib.rst Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. 2013-10-17 19:51:34 +02:00