.. |
2to3.rst
|
|
|
__future__.rst
|
|
|
__main__.rst
|
|
|
_dummy_thread.rst
|
|
|
_thread.rst
|
|
|
abc.rst
|
Minor wording improvement
|
2011-06-15 17:49:20 +02:00 |
aifc.rst
|
|
|
allos.rst
|
|
|
archiving.rst
|
|
|
argparse.rst
|
Fix some misuses of Sphinx roles and one typo
|
2011-09-01 03:19:30 +02:00 |
array.rst
|
|
|
ast.rst
|
|
|
asynchat.rst
|
|
|
asyncore.rst
|
Fix closes issue 12360 - correcting parameter names in asyncore documentation.
|
2011-06-19 18:22:33 -07:00 |
atexit.rst
|
Add a few missing source links from 2.7 and harmonize lib docs headers
|
2011-08-19 00:49:18 +02:00 |
audioop.rst
|
|
|
base64.rst
|
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
|
2011-09-01 02:47:34 +02:00 |
bdb.rst
|
|
|
binascii.rst
|
|
|
binhex.rst
|
|
|
bisect.rst
|
|
|
builtins.rst
|
|
|
bz2.rst
|
|
|
calendar.rst
|
|
|
cgi.rst
|
|
|
cgitb.rst
|
|
|
chunk.rst
|
|
|
cmath.rst
|
|
|
cmd.rst
|
#12940: fix cmd example. Patch by Tim Chase.
|
2011-09-10 10:06:01 +03:00 |
code.rst
|
|
|
codecs.rst
|
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
|
2011-09-01 08:11:28 +03:00 |
codeop.rst
|
|
|
collections.rst
|
Fix a typo and touch up blank lines
|
2011-08-19 00:40:46 +02:00 |
colorsys.rst
|
|
|
compileall.rst
|
|
|
concurrent.futures.rst
|
Add a few missing source links from 2.7 and harmonize lib docs headers
|
2011-08-19 00:49:18 +02:00 |
configparser.rst
|
removed misleading editing leftovers
|
2011-09-02 23:17:39 +02:00 |
constants.rst
|
|
|
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
|
#12670: Fix struct code after forward declaration on ctypes doc
|
2011-08-02 16:17:14 +02:00 |
curses.ascii.rst
|
|
|
curses.panel.rst
|
|
|
curses.rst
|
it's 'rather than'; reported by James Bateman on docs@
|
2011-08-12 19:31:32 +02:00 |
custominterp.rst
|
|
|
datatypes.rst
|
|
|
datetime.rst
|
#13076: fix links to datetime.time and datetime.datetime.
|
2011-10-02 12:44:50 +03: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 |
development.rst
|
|
|
difflib.rst
|
|
|
dis.rst
|
|
|
distutils.rst
|
|
|
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
|
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
|
2011-09-01 02:47:34 +02:00 |
email.iterators.rst
|
|
|
email.message.rst
|
|
|
email.mime.rst
|
|
|
email.parser.rst
|
|
|
email.rst
|
|
|
email.util.rst
|
|
|
errno.rst
|
|
|
exceptions.rst
|
|
|
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
|
Add links from library/functions to other docs.
|
2011-09-01 23:10:36 +02:00 |
functools.rst
|
|
|
gc.rst
|
|
|
getopt.rst
|
Remove outdated pointer to optparse (fixes #11360).
|
2011-08-26 16:38:40 +02:00 |
getpass.rst
|
|
|
gettext.rst
|
|
|
glob.rst
|
|
|
grp.rst
|
|
|
gzip.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 |
hashlib.rst
|
|
|
heapq.rst
|
Fix bug in heapq priority queue example.
|
2011-09-18 07:40:05 +02:00 |
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
|
Issue #13073 - Address the review comments made by Ezio.
|
2011-10-05 23:26:49 +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
|
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
|
2011-09-01 02:47:34 +02:00 |
internet.rst
|
|
|
intro.rst
|
|
|
io.rst
|
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
|
2011-08-20 19:48:43 +02:00 |
ipc.rst
|
|
|
itertools.rst
|
|
|
json.rst
|
|
|
keyword.rst
|
|
|
language.rst
|
|
|
linecache.rst
|
|
|
locale.rst
|
|
|
logging.config.rst
|
Issue #12718: Add documentation on using custom importers.
|
2011-08-11 13:45:48 +01:00 |
logging.handlers.rst
|
Fix markup to get a target instead of a comment
|
2011-08-19 00:41:23 +02:00 |
logging.rst
|
Updated Formatter.formatTime documentation.
|
2011-06-12 11:44:28 +01:00 |
macpath.rst
|
|
|
mailbox.rst
|
|
|
mailcap.rst
|
|
|
markup.rst
|
|
|
marshal.rst
|
|
|
math.rst
|
|
|
mimetypes.rst
|
|
|
misc.rst
|
|
|
mm.rst
|
|
|
mmap.rst
|
Issue #12102: Document that buffered files must be flushed before being used
|
2011-07-25 07:12:43 +02:00 |
modulefinder.rst
|
|
|
modules.rst
|
|
|
msilib.rst
|
|
|
msvcrt.rst
|
|
|
multiprocessing.rst
|
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
|
2011-09-06 00:21:30 +08:00 |
netdata.rst
|
|
|
netrc.rst
|
|
|
nis.rst
|
|
|
nntplib.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 |
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
|
Add a few missing source links from 2.7 and harmonize lib docs headers
|
2011-08-19 00:49:18 +02:00 |
os.path.rst
|
#9921: clarify os.path.join joining algorithm
|
2011-06-23 21:26:13 -04:00 |
os.rst
|
Remove duplicate text in os documentation.
|
2011-09-01 06:58:52 +02:00 |
ossaudiodev.rst
|
Fix “anyways” (following R. David Murray in 4d5a546b6186)
|
2011-07-26 16:53:17 +02:00 |
othergui.rst
|
|
|
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:07:04 -07:00 |
plistlib.rst
|
|
|
poplib.rst
|
|
|
posix.rst
|
|
|
pprint.rst
|
|
|
profile.rst
|
Merge profile docs followup (#12417) from 3.1
|
2011-07-28 23:00:14 +02:00 |
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
|
|
|
queue.rst
|
|
|
quopri.rst
|
|
|
random.rst
|
Add info from the docstring for random.gammavariate() to the docs.
|
2011-09-17 20:36:28 +02:00 |
re.rst
|
fix description of \r; thanks to Thomas Waldmann from docs@
|
2011-08-19 22:54:50 +02:00 |
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
|
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
|
2011-08-02 18:52:28 +08:00 |
signal.rst
|
|
|
site.rst
|
Add documentation for PEP 370 features in distutils (#10745).
|
2011-08-06 16:30:42 +02:00 |
smtpd.rst
|
|
|
smtplib.rst
|
#12147: make send_message correctly handle Sender and Resent- headers.
|
2011-07-02 21:03:19 -04:00 |
sndhdr.rst
|
|
|
socket.rst
|
#12781: Mention SO_REUSEADDR flag near socket examples
|
2011-09-02 20:06:31 +02:00 |
socketserver.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 |
someos.rst
|
|
|
spwd.rst
|
|
|
sqlite3.rst
|
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
|
2011-07-03 10:17:22 -07:00 |
ssl.rst
|
Use infinitive, not 3rd person of present tense.
|
2011-07-11 01:39:19 +02:00 |
stat.rst
|
Use attribute access instead of index access for namedtuple.
|
2011-08-01 22:58:53 +02:00 |
stdtypes.rst
|
Add links from library/functions to other docs.
|
2011-09-01 23:10:36 +02:00 |
string.rst
|
Document that format string don’t support arbitrary dictonary keys.
|
2011-09-01 18:59:06 +02:00 |
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
|
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 |
sunau.rst
|
|
|
symbol.rst
|
|
|
symtable.rst
|
|
|
sys.rst
|
Fix markup used in the documentation of sys.prefix and sys.exec_prefix.
|
2011-10-05 01:28:24 +02:00 |
sysconfig.rst
|
Add a few missing source links from 2.7 and harmonize lib docs headers
|
2011-08-19 00:49:18 +02:00 |
syslog.rst
|
|
|
tabnanny.rst
|
|
|
tarfile.rst
|
|
|
telnetlib.rst
|
|
|
tempfile.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 |
termios.rst
|
|
|
test.rst
|
Change test.support docs to be more specific about the nature of this module.
|
2011-07-30 09:00:48 +02:00 |
textwrap.rst
|
|
|
threading.rst
|
|
|
time.rst
|
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
|
2011-08-19 18:40:21 +02:00 |
timeit.rst
|
Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
|
2011-08-06 13:37:04 +08:00 |
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
|
#12677: correct turtle orientation in doc
|
2011-08-07 17:12:19 +02:00 |
types.rst
|
|
|
undoc.rst
|
|
|
unicodedata.rst
|
|
|
unittest.rst
|
Add version number for versionchanged directive (backport from 3.3)
|
2011-09-01 05:55:26 +02:00 |
unix.rst
|
|
|
urllib.error.rst
|
|
|
urllib.parse.rst
|
Add a few missing source links from 2.7 and harmonize lib docs headers
|
2011-08-19 00:49:18 +02:00 |
urllib.request.rst
|
fix whitespace nit.
|
2011-07-18 07:17:20 +08:00 |
urllib.robotparser.rst
|
|
|
uu.rst
|
|
|
uuid.rst
|
|
|
warnings.rst
|
Mention logging.captureWarnings in the warnings module doc.
|
2011-07-09 21:29:36 +02: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
|
#12787: link original MultiCall proposal to webarchive and in a footnote
|
2011-08-20 17:05:56 +02:00 |
xmlrpc.server.rst
|
|
|
zipfile.rst
|
Minor improvements to BadZipFile and BadZipfile docs.
|
2011-08-19 00:44:31 +02:00 |
zipimport.rst
|
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
|
2011-06-25 19:40:06 +03:00 |
zlib.rst
|
|
|