cpython/Doc/library
Eli Bendersky c353f68b1d fix doc typo for library/test.rst 2011-07-27 20:29:59 +03:00
..
2to3.rst
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst Merge wording change from 3.2 2011-06-15 17:51:05 +02:00
aifc.rst
allos.rst
archiving.rst
argparse.rst
array.rst
ast.rst remove ast.__version__ (closes #12273) 2011-07-15 21:10:13 -05:00
asynchat.rst
asyncore.rst merge from 3.2 2011-06-19 18:23:17 -07:00
atexit.rst
audioop.rst
base64.rst
bdb.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst Add links from builtins module docs to built-in functions and constants docs 2011-06-08 04:53:20 +02:00
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
code.rst
codecs.rst Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls 2011-05-30 22:56:00 +02:00
codeop.rst
collections.abc.rst Merge ABC and distutils touch-ups from 3.2. 2011-06-04 21:16:42 +02:00
collections.rst Fix typo (reported by Hiro Ashiya). 2011-06-25 11:39:42 +02:00
colorsys.rst
compileall.rst
concurrent.futures.rst Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
configparser.rst
constants.rst Add links from builtins module docs to built-in functions and constants docs 2011-06-08 04:53:20 +02:00
contextlib.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst update link to pycrypto (closes #12351) 2011-06-16 18:49:46 -05:00
csv.rst
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst Close #6755: Add get_wch() method to curses.window class 2011-07-14 23:07:44 +02:00
custominterp.rst
datatypes.rst
datetime.rst merge from 3.2 2011-07-17 19:06:03 +08:00
dbm.rst
debug.rst
decimal.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
depgraph-output.png Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
development.rst
difflib.rst
dis.rst excise the remains of STOP_CODE, which hasn't done anything useful for years 2011-07-17 22:49:50 -05:00
distutils.rst Packaging doc: Add missing index file, improve main page description. 2011-06-02 15:45:25 +02:00
doctest.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
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
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.util.rst #665194: support roundtripping RFC2822 date stamps in the email.utils module 2011-07-20 11:41:21 -04:00
errno.rst
exceptions.rst
faulthandler.rst Issue #12550: Add chain optional argument to faulthandler.register() 2011-07-13 23:39:53 +02:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
formatter.rst
fpectl.rst
fractions.rst
frameworks.rst
ftplib.rst Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. 2011-06-27 11:17:51 +02:00
functional.rst
functions.rst Issue 11889: Clarify docs for enumerate. 2011-06-25 15:00:14 +02:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
grp.rst
gzip.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
hashlib.rst
heapq.rst
hmac.rst
html.entities.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
html.parser.rst
html.rst
http.client.rst Fix closes issue12524 - update http.client POST example with a working example. 2011-07-20 21:56:24 +08:00
http.cookiejar.rst
http.cookies.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
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 Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. 2011-07-23 22:00:03 +02:00
ipc.rst
itertools.rst
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst Closes #12419: Added ident to SysLogHandler. 2011-06-27 15:40:06 +01:00
logging.rst Fix markup. 2011-06-14 21:09:55 +02:00
macpath.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
misc.rst
mm.rst
mmap.rst Issue #12102: Merge with 3.2. 2011-07-25 07:14:15 +02:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by 2011-07-25 18:35:49 +02:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst #12547: Fix example in nntplib doc. Patch by July Tikhonov. 2011-07-26 09:37:46 +03:00
numbers.rst Improve glossary entry for ABCs. 2011-06-04 18:42:38 +02:00
numeric.rst
operator.rst
optparse.rst
os.path.rst #9921: clarify os.path.join joining algorithm 2011-06-23 21:26:13 -04:00
os.rst Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. 2011-07-19 01:29:18 +02:00
ossaudiodev.rst
othergui.rst
packaging-misc.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.command.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.compiler.rst Fix syntax in packaging docs and update suspicious ignore file. 2011-07-09 11:48:50 +02:00
packaging.database.rst Fix :file: constructs in packaging.database docs 2011-07-15 17:48:20 +02:00
packaging.depgraph.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.dist.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.fancy_getopt.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.install.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.metadata.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.pypi.dist.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.pypi.rst Add missing documentation for packaging.pypi.base and .simple 2011-06-19 19:23:48 +02:00
packaging.pypi.simple.rst Add missing documentation for packaging.pypi.base and .simple 2011-06-19 19:23:48 +02:00
packaging.pypi.xmlrpc.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.rst Remove duplicate "numbered" options for toctrees. 2011-07-15 19:09:49 +02:00
packaging.tests.pypi_server.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.util.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
packaging.version.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
parser.rst
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 2011-07-13 15:09:49 -07:00
plistlib.rst
poplib.rst
posix.rst
pprint.rst Merge 3.1 2011-05-29 18:07:12 +02:00
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
pyexpat.rst
python.rst Add documentation for the packaging module. 2011-06-01 20:42:49 +02:00
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
reprlib.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
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
select.rst
shelve.rst
shlex.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
shutil.rst merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob 2011-07-19 08:03:55 +08:00
signal.rst Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. 2011-06-25 12:13:40 +02:00
site.rst
smtpd.rst
smtplib.rst merge #12147: make send_message correctly handle Sender and Resent- headers. 2011-07-02 21:10:44 -04:00
sndhdr.rst
socket.rst
socketserver.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
someos.rst
spwd.rst
sqlite3.rst merge from 3.2 2011-07-03 10:23:43 -07:00
ssl.rst Issue #12551: Provide a get_channel_binding() method on SSL sockets so as 2011-07-21 01:11:30 +02:00
stat.rst Issue #8746: Correct faulty configure checks so that os.chflags() and 2011-06-28 00:00:28 -07:00
stdtypes.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
string.rst
stringprep.rst
strings.rst
struct.rst Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. 2011-07-17 17:29:17 +08:00
subprocess.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
sunau.rst
symbol.rst
symtable.rst
sys.rst Move sys.subversion at the right place in alphabetical order, and informally deprecate it. 2011-07-09 16:02:19 +02:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. 2011-07-04 11:31:53 -07:00
termios.rst
test.rst fix doc typo for library/test.rst 2011-07-27 20:29:59 +03:00
textwrap.rst
threading.rst Close #12028: Make threading._get_ident() public, rename it to 2011-05-30 23:02:52 +02:00
time.rst
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
unix.rst
urllib.error.rst
urllib.parse.rst merge from 3.1 for issue issue12261. 2011-06-19 13:55:48 -07:00
urllib.request.rst fix whitespace in rst. 2011-07-18 07:18:11 +08:00
urllib.robotparser.rst
uu.rst
uuid.rst
warnings.rst Add Misc/NEWS entry and relevant doc change for issue 10271. 2011-07-17 19:25:50 -07:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.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
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 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
xmlrpc.server.rst
zipfile.rst
zipimport.rst Use correct markup in zipimport.rst. Patch by Sara Magliacane. 2011-06-25 19:40:06 +03:00
zlib.rst