cpython/Doc/library
Alexander Belopolsky 6d3c9a6893 Mention that timezone is a subclass of tzinfo. 2011-05-04 10:28:26 -04:00
..
2to3.rst
__future__.rst Merge 3.1 2011-04-27 16:27:38 +02:00
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst Merge with 3.2. 2011-04-22 01:57:47 +03:00
array.rst
ast.rst
asynchat.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept 2011-04-03 17:05:46 +02:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst Merge: Fix wording and clarify that the IDNA codec operates on full domain names. 2011-04-13 14:13:52 -04:00
codeop.rst
collections.abc.rst #10617: merge with 3.2. 2011-03-28 19:27:09 +03:00
collections.rst Remove unneeded backslashes 2011-04-24 03:00:58 +02:00
colorsys.rst
compileall.rst #10553: Explain why compileall has no command-line argument to control optimization 2011-03-26 03:22:55 +01:00
concurrent.futures.rst
configparser.rst Style updates for the #11670 solution after post-commit review by Ezio Melotti: 2011-04-28 12:02:05 +02:00
constants.rst
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst Markup fixes for #7198 patch. 2011-03-20 11:33:17 -04:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
datatypes.rst
datetime.rst Mention that timezone is a subclass of tzinfo. 2011-05-04 10:28:26 -04:00
dbm.rst Merge 3.1 2011-04-20 19:24:09 +02:00
debug.rst Issue #11393: Add the new faulthandler module 2011-03-31 01:31:06 +02:00
decimal.rst
development.rst
difflib.rst Beautify and modernize the SequenceMatcher example 2011-04-09 19:41:31 -07:00
dis.rst
distutils.rst
doctest.rst
dummy_threading.rst
email-examples.rst
email.charset.rst
email.encoders.rst
email.errors.rst
email.generator.rst #11731: simplify/enhance parser/generator API by introducing policy objects. 2011-04-18 13:59:37 -04:00
email.header.rst Fix markup. 2011-04-18 15:54:58 -04:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst Markup and text fixes from Georg Brandl's review. 2011-04-18 16:00:47 -04:00
email.policy.rst Add new email.policy document to the toctree and fix markup glitch. 2011-04-19 09:21:00 +02:00
email.rst Add new email.policy document to the toctree and fix markup glitch. 2011-04-19 09:21:00 +02:00
email.util.rst #1690608: make formataddr RFC2047 aware. 2011-04-06 09:35:57 -04:00
errno.rst
exceptions.rst
faulthandler.rst faulthandler: fix unregister() if it is called before register() 2011-04-08 12:48:15 +02:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst Clarify that GzipFile.read1() is now implemented 2011-04-04 21:09:05 +02:00
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst Merge to 3.2. 2011-03-21 08:55:31 +01:00
html.rst
http.client.rst
http.cookiejar.rst Merge 3.1 2011-03-26 01:59:47 +01:00
http.cookies.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.rst
index.rst
inspect.rst
internet.rst
intro.rst
io.rst
ipc.rst
itertools.rst Add another example for accumulate(). 2011-04-21 11:09:28 -07:00
json.rst Merge 3.1 2011-04-24 02:42:52 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Updated documentation on fileConfig(). 2011-04-19 13:56:39 +01:00
logging.handlers.rst
logging.rst Added 'handlers' argument to logging.basicConfig. 2011-04-11 08:42:07 +01:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst Fix markup and wording. 2011-03-31 13:59:24 -07:00
mimetypes.rst
misc.rst
mm.rst
mmap.rst (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X 2011-05-02 01:11:33 +02:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst #11952: merge with 3.2. 2011-04-29 07:13:12 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst
ossaudiodev.rst
othergui.rst
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst #11985: merge with 3.2. 2011-05-03 20:44:26 +03:00
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst Merge with 3.1 2011-04-03 16:24:22 +03:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst #2650: re.escape() no longer escapes the "_". 2011-04-10 12:59:16 +03:00
readline.rst Merge 3.1 2011-03-26 01:59:47 +01:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Fix indentation 2011-04-24 02:44:39 +02:00
sched.rst
select.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst Issue #8407: signal.pthread_sigmask() returns a set instead of a list 2011-05-04 13:20:35 +02:00
site.rst Add versionchanged for a364719e400a (#11591) 2011-04-24 03:15:32 +02:00
smtpd.rst
smtplib.rst I think this should be "versionchanged", not "versionadded" 2011-04-26 18:53:42 +02:00
sndhdr.rst
socket.rst
socketserver.rst
someos.rst
spwd.rst
sqlite3.rst Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. 2011-04-04 00:12:04 +02:00
ssl.rst Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch 2011-04-28 19:23:55 +02:00
stat.rst
stdtypes.rst Merge 3.2 2011-05-02 13:33:14 +02:00
string.rst
stringprep.rst
strings.rst
struct.rst
subprocess.rst Fix #11961. Document STARTUPINFO and creation flag options. 2011-04-29 22:21:35 -05:00
sunau.rst
symbol.rst
symtable.rst
sys.rst Merge #11901: post-commit review fixes per Georg Brandl 2011-04-30 16:36:37 -04:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst Issue #11818: Fix tempfile examples for Python 3. 2011-04-10 09:30:04 +02:00
termios.rst
test.rst
textwrap.rst
threading.rst Issue #11223: Replace threading._info() by sys.thread_info 2011-04-30 14:53:09 +02:00
time.rst Issue #11930: Remove deprecated time.accept2dyear. 2011-05-02 12:20:52 -04:00
timeit.rst
tk.rst
tkinter.rst
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.rst #11282: merge with 3.2. 2011-04-03 17:39:19 +03:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst Issue #11855: merge from 3.1 2011-04-16 15:34:29 +03:00
urllib.robotparser.rst
uu.rst
uuid.rst
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst Merge 3.1 2011-04-27 16:27:38 +02:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.server.rst
zipfile.rst
zipimport.rst
zlib.rst