cpython/Doc/library
Eli Bendersky abdcf2c579 fix versionadded to 3.4 2013-01-12 14:02:29 -08:00
..
2to3.rst add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 2012-12-07 22:44:10 -05:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst Fixup abc.ABC wording and add versionadded. 2012-12-16 13:32:33 +01:00
aifc.rst Issue #16486: Make aifc files work with 'with' as context managers. 2012-12-29 22:54:49 +02:00
allos.rst
archiving.rst
argparse.rst #16940: merge with 3.3. 2013-01-12 10:40:49 +02:00
array.rst
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. 2012-12-27 20:43:36 +02:00
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst document that encoding error handlers may return bytes (#16585) 2012-12-02 11:26:10 -05:00
codeop.rst
collections.abc.rst Issue #16711: Fix required method names for collections.Iterator 2012-12-18 15:53:15 +02:00
collections.rst Closes #16613: Added optional mapping argument to ChainMap.new_child. 2013-01-11 23:39:53 +00:00
colorsys.rst #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. 2013-01-11 09:09:07 +02:00
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst Fixes `parser.clean()` reported in issue #16820. 2012-12-31 03:38:39 +01:00
constants.rst
contextlib.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
copy.rst #11481: update copyreg docs and add example. 2012-11-08 11:04:57 +02:00
copyreg.rst #11481: merge with 3.2. 2012-11-08 11:06:01 +02:00
crypt.rst
crypto.rst
csv.rst #16053: merge with 3.2. 2012-11-18 12:56:17 +02:00
ctypes.rst merge #16371: fix up the English a bit more. 2012-10-31 10:51:35 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Fix typo 2012-12-17 13:42:40 +02:00
dbm.rst
debug.rst
decimal.rst Issue #15783: Except for the number methods, the C version of decimal now 2012-12-15 22:33:33 +01:00
depgraph-output.png
development.rst
difflib.rst
dis.rst Issue #16538: correctly describe MAKE_CLOSURE in docs. 2012-11-23 15:28:34 +02:00
distutils.rst
doctest.rst #16522: s/always 1/at most 1/. 2012-11-22 06:22:41 -05:00
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst
errno.rst
exceptions.rst Merge from 3.3 (issue #15209) 2012-12-09 16:22:17 +10:00
faulthandler.rst
fcntl.rst
filecmp.rst fix versionadded to 3.4 2013-01-12 14:02:29 -08:00
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst #16420: document a way to escape metacharacters in glob/fnmatch. 2012-11-17 17:38:11 +02:00
formatter.rst
fpectl.rst
fractions.rst Remove debug output from example. 2012-12-08 12:29:40 +02:00
frameworks.rst
ftplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 2012-12-26 16:47:40 +01:00
functional.rst
functions.rst Add NEWS and docs for #9856 2012-12-23 15:12:19 +02:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst #16420: document a way to escape metacharacters in glob/fnmatch. 2012-11-17 17:38:11 +02:00
grp.rst
gzip.rst Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 2012-11-11 14:14:47 +01:00
hashlib.rst merge 3.3 (closes #16687) 2012-12-20 20:25:00 -06:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 2012-11-01 22:41:19 +02:00
imaplib.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
imghdr.rst
imp.rst
importlib.rst Issue #15627: This is simply an update to the name of a new method recently added 2012-12-04 23:43:43 -08:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst Merge fixes for #13614, #13512 and #7719 from 3.2 2012-12-08 22:53:43 -05:00
ipaddress.rst
ipc.rst
itertools.rst
json.rst #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. 2012-11-29 00:42:56 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst
logging.rst Issue #16884: Merged doc fix from 3.2. 2013-01-08 11:26:30 +00:00
lzma.rst
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst #16154: merge with 3.2. 2013-01-11 09:12:28 +02:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ 2012-11-20 16:12:38 +02:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst merge #16877: Add mention that shell-style path expansions are not automatic. 2013-01-06 16:14:22 -05:00
os.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst Fix method name in documentation (__setstate__ --> __getstate__) 2013-01-02 05:54:36 -08:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 2012-12-26 16:48:26 +01:00
posix.rst
pprint.rst
profile.rst Issue #14900: document added sort keys for profile stats. 2012-10-31 22:03:28 +02:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst #16304: merge with 3.2. 2012-11-04 06:59:51 +02:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst Fix incorrect grammar in sched documentation. 2013-01-02 12:31:26 +02:00
select.rst Issue #16488: epoll() objects now support the `with` statement. 2012-12-15 21:14:21 +01:00
shelve.rst
shlex.rst
shutil.rst Issue #16719: Get rid of WindowsError. Use OSError instead 2012-12-19 14:33:35 +02:00
signal.rst
site.rst
smtpd.rst
smtplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 2012-12-26 16:47:40 +01:00
sndhdr.rst
socket.rst
socketserver.rst Merge with 3.2 : 2012-12-26 15:13:29 +00:00
spwd.rst
sqlite3.rst merge #13934: document sqlite version strings, use correct one in test. 2013-01-10 20:19:35 -05:00
ssl.rst Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. 2013-01-05 21:20:29 +01:00
stat.rst Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. 2013-01-11 20:25:54 +01:00
stdtypes.rst Add a str class entry to the "Text Sequence Type" section (issue #16209). 2012-11-28 01:38:40 -08:00
string.rst #16154: merge with 3.2. 2013-01-11 09:12:28 +02:00
stringprep.rst
struct.rst
subprocess.rst #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is 2013-01-11 13:28:31 +00:00
sunau.rst
symbol.rst
symtable.rst
sys.rst Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 2012-12-17 23:05:59 +01:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst Fix typo noticed by Tom Lynn. 2012-11-05 22:22:48 +02:00
timeit.rst Issue #16261: fix bare excepts in Doc/ 2012-11-02 22:07:26 +02:00
tk.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token.rst
tokenize.rst
trace.rst
traceback.rst Issue #16261: fix bare excepts in Doc/ 2012-11-02 22:07:26 +02:00
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
undoc.rst
unicodedata.rst #16681: merge with 3.3. 2012-12-14 20:14:17 +02:00
unittest.mock-examples.rst Use correct methods in unittest.mock examples. 2013-01-10 03:43:33 +02:00
unittest.mock.rst
unittest.rst
unix.rst
urllib.error.rst Fix Issue15701 : add .headers attribute to urllib.error.HTTPError 2012-12-10 02:09:35 -08:00
urllib.parse.rst
urllib.request.rst Add a missing versionadded. 2012-12-22 10:36:45 +01:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst
wave.rst
weakref.rst Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. 2012-11-17 18:57:38 +01:00
webbrowser.rst
windows.rst
winreg.rst Issue #16197: Fix several small errors in winreg documentation. 2012-10-31 19:29:33 +02:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipfile.rst
zipimport.rst
zlib.rst Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 2012-11-11 14:14:47 +01:00