| .. |
|
2to3.rst
|
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
|
13 years ago |
|
__future__.rst
|
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
|
14 years ago |
|
__main__.rst
|
Move the 3k reST doc tree in place.
|
19 years ago |
|
_dummy_thread.rst
|
Add missing source links.
|
15 years ago |
|
_thread.rst
|
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
|
15 years ago |
|
abc.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
aifc.rst
|
Missing source links.
|
15 years ago |
|
allos.rst
|
Logging documentation reorganised.
|
15 years ago |
|
archiving.rst
|
Improve interlinking of archiving/compression modules docs.
|
14 years ago |
|
argparse.rst
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
|
14 years ago |
|
array.rst
|
Obsolete aliases needn't be documented
|
15 years ago |
|
ast.rst
|
Issue #11000 ast.parse parses source, not just expressions.
|
15 years ago |
|
asynchat.rst
|
Missing source links.
|
15 years ago |
|
asyncore.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
atexit.rst
|
Improve doc for atexit.register and unregister (#12297)
|
14 years ago |
|
audioop.rst
|
Fix copy-paste error in example.
|
15 years ago |
|
base64.rst
|
#15636: add versionadded for decodebytes
|
14 years ago |
|
bdb.rst
|
More source links.
|
15 years ago |
|
binascii.rst
|
Consistency check for versionadded/changed directives.
|
16 years ago |
|
binhex.rst
|
Update signature style of optional arguments, part two.
|
17 years ago |
|
bisect.rst
|
Separate source link from main text.
|
15 years ago |
|
builtins.rst
|
Few typos in the documentation.
|
14 years ago |
|
bz2.rst
|
#15543: glossary entry for and 'universal newlines', and links to it.
|
14 years ago |
|
calendar.rst
|
Separate source link from main text.
|
15 years ago |
|
cgi.rst
|
Issue11352 - Update cgi module docs
|
14 years ago |
|
cgitb.rst
|
Update signature style of optional arguments, part two.
|
17 years ago |
|
chunk.rst
|
Update signature style of optional arguments, part two.
|
17 years ago |
|
cmath.rst
|
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups.
|
16 years ago |
|
cmd.rst
|
Show the proper way to exit a cmd shell
|
14 years ago |
|
code.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
codecs.rst
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
|
14 years ago |
|
codeop.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
collections.rst
|
Issue #15825: fix typo in OrderedDict docs.
|
14 years ago |
|
colorsys.rst
|
More source links.
|
15 years ago |
|
compileall.rst
|
#10553: Explain why compileall has no command-line argument to control optimization
|
15 years ago |
|
concurrent.futures.rst
|
Fix links to the __next__ method.
|
13 years ago |
|
configparser.rst
|
#16085: Don't promote shadowing builtins in the configparser example.
|
14 years ago |
|
constants.rst
|
#15429: Fix invalid mention of types.NoneType from None docs.
|
14 years ago |
|
contextlib.rst
|
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.
|
15 years ago |
|
copy.rst
|
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
|
14 years ago |
|
copyreg.rst
|
remove references to cPickle
|
16 years ago |
|
crypt.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
crypto.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
csv.rst
|
#15932: use with statement in csv doc examples. Patch by Dario Bertini.
|
14 years ago |
|
ctypes.rst
|
#16371: fix up the English a bit more.
|
13 years ago |
|
curses.ascii.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
curses.panel.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
curses.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
custominterp.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
datatypes.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
datetime.rst
|
issue13666 - Fixing datetime documentation example when using tzinfo
|
14 years ago |
|
dbm.rst
|
Merge 3.1
|
15 years ago |
|
debug.rst
|
remove hotshot profiler from Py3k
|
19 years ago |
|
decimal.rst
|
Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
|
13 years ago |
|
development.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
difflib.rst
|
Beautify and modernize the SequenceMatcher example
|
15 years ago |
|
dis.rst
|
Fix links to the __next__ method.
|
13 years ago |
|
distutils.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
doctest.rst
|
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
|
13 years ago |
|
dummy_threading.rst
|
Issue #16174: Fix suggested usage of dummy_threading module.
|
13 years ago |
|
email-examples.rst
|
Adding an example of reproducing the rfc822.Message() parsing.
|
16 years ago |
|
email.charset.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.encoders.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.errors.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.generator.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.header.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.iterators.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.message.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.mime.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.parser.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
email.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
15 years ago |
|
email.util.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
14 years ago |
|
errno.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
exceptions.rst
|
Fix links to the __next__ method.
|
13 years ago |
|
fcntl.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
filecmp.rst
|
#15269: document dircmp.left and right, and add tests for them.
|
14 years ago |
|
fileformats.rst
|
Issue 10499: Modular interpolation in configparser
|
15 years ago |
|
fileinput.rst
|
Separate source link from main text.
|
15 years ago |
|
filesys.rst
|
Add cross-references to the glossary entry for file objects.
|
16 years ago |
|
fnmatch.rst
|
Separate source link from main text.
|
15 years ago |
|
formatter.rst
|
Add cross-references to the glossary entry for file objects.
|
16 years ago |
|
fpectl.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
fractions.rst
|
More source links
|
15 years ago |
|
frameworks.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
15 years ago |
|
ftplib.rst
|
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
|
13 years ago |
|
functional.rst
|
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
|
15 years ago |
|
functions.rst
|
#16210: combine the two type() docs. Patch by Pete Sevander.
|
13 years ago |
|
functools.rst
|
#13852: some small doc fixes.
|
14 years ago |
|
gc.rst
|
Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default,
|
15 years ago |
|
getopt.rst
|
Remove outdated pointer to optparse (fixes #11360).
|
15 years ago |
|
getpass.rst
|
More conversion to new-style optional args.
|
17 years ago |
|
gettext.rst
|
Fix a typo and a broken link (part of #10536).
|
14 years ago |
|
glob.rst
|
Separate source link from main text.
|
15 years ago |
|
grp.rst
|
#775964: skip YP/NIS entries instead of failing the test
|
15 years ago |
|
gzip.rst
|
Issue #13989: Document that GzipFile does not support text mode.
|
14 years ago |
|
hashlib.rst
|
More source links
|
15 years ago |
|
heapq.rst
|
Clean-up and improve the priority queue example in the heapq docs.
|
14 years ago |
|
hmac.rst
|
Closes #13944: fix capitalization of class name.
|
14 years ago |
|
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.
|
15 years ago |
|
html.parser.rst
|
#14020: improve HTMLParser documentation.
|
14 years ago |
|
html.rst
|
Closes #14545: make clearer what was added.
|
14 years ago |
|
http.client.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
http.cookiejar.rst
|
#14804: Remove [] around optional arguments with default values
|
14 years ago |
|
http.cookies.rst
|
issue2193 - Update 3.2 docs about legal characters allowed in Cookie name
|
14 years ago |
|
http.server.rst
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
14 years ago |
|
i18n.rst
|
More conversion to new-style optional args.
|
17 years ago |
|
idle.rst
|
Issue #10405: Document IDLE context menus in Standard Library document
|
13 years ago |
|
imaplib.rst
|
Few typos in the documentation.
|
14 years ago |
|
imghdr.rst
|
More source links
|
15 years ago |
|
imp.rst
|
minor .rst fix
|
14 years ago |
|
importlib.rst
|
#15543: reflow paragraphs.
|
14 years ago |
|
index.rst
|
Remove unneeded "Release" and "Date" markers from doc index pages.
|
13 years ago |
|
inspect.rst
|
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
|
15 years ago |
|
internet.rst
|
Remove the ipaddr module per discussion on python-dev.
|
17 years ago |
|
intro.rst
|
Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from
|
17 years ago |
|
io.rst
|
#15694: Link discussion of file objects to glossary entry.
|
14 years ago |
|
ipc.rst
|
Convert all "i" docs to new style optional args.
|
17 years ago |
|
itertools.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
json.rst
|
Issue #14570: Document json sort_keys parameter properly.
|
13 years ago |
|
keyword.rst
|
Separate source link from main text.
|
15 years ago |
|
language.rst
|
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
|
16 years ago |
|
linecache.rst
|
Separate source link from main text.
|
15 years ago |
|
locale.rst
|
refer to time.strftime
|
14 years ago |
|
logging.config.rst
|
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
|
14 years ago |
|
logging.handlers.rst
|
Minor documentation tweak.
|
14 years ago |
|
logging.rst
|
Issue #15399: Added versionchanged for processName.
|
14 years ago |
|
macpath.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mailbox.rst
|
#16071: fix more email.message links in mailbox docs.
|
14 years ago |
|
mailcap.rst
|
More source links
|
15 years ago |
|
markup.rst
|
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
|
14 years ago |
|
marshal.rst
|
Merged revisions 74633 via svnmerge from
|
17 years ago |
|
math.rst
|
Fix markup and wording.
|
15 years ago |
|
mimetypes.rst
|
Issue12798 - Update mimetypes documentation. Correct the doc section where
|
14 years ago |
|
misc.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mm.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mmap.rst
|
Remove duplication.
|
14 years ago |
|
modulefinder.rst
|
merge 11164
|
15 years ago |
|
modules.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
msilib.rst
|
Remove unexistent parameter (#3216)
|
15 years ago |
|
msvcrt.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
multiprocessing.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
netdata.rst
|
remove the rfc822 module
|
18 years ago |
|
netrc.rst
|
More source links
|
15 years ago |
|
nis.rst
|
#14804: Remove [] around optional arguments with default values
|
14 years ago |
|
nntplib.rst
|
#15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek.
|
14 years ago |
|
numbers.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
numeric.rst
|
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
|
15 years ago |
|
operator.rst
|
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
|
14 years ago |
|
optparse.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
os.path.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
os.rst
|
#13498: Clarify docs of os.makedirs()'s exist_ok argument.
|
13 years ago |
|
ossaudiodev.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
othergui.rst
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
|
14 years ago |
|
parser.rst
|
Let’s keep “throw” for the generator method and use “raise” elsewhere.
|
15 years ago |
|
pdb.rst
|
Issue #10902: Fix reference to run* methods
|
15 years ago |
|
persistence.rst
|
Switch more function arguments docs to new-style.
|
17 years ago |
|
pickle.rst
|
Some nits in the pickle docs.
|
14 years ago |
|
pickletools.rst
|
Issue #9268: Documented -m pickletools usage.
|
15 years ago |
|
pipes.rst
|
More source links
|
15 years ago |
|
pkgutil.rst
|
More source links
|
15 years ago |
|
platform.rst
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
|
14 years ago |
|
plistlib.rst
|
More source links
|
15 years ago |
|
poplib.rst
|
More source links
|
15 years ago |
|
posix.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
pprint.rst
|
Merge 3.1
|
15 years ago |
|
profile.rst
|
Issue #14900: document added sort keys for profile stats.
|
13 years ago |
|
pty.rst
|
Remove some of the old demos. (Put a few somewhere else.)
|
15 years ago |
|
pwd.rst
|
Switch more function arguments docs to new-style.
|
17 years ago |
|
py_compile.rst
|
More source links
|
15 years ago |
|
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.
|
15 years ago |
|
pydoc.rst
|
More source links
|
15 years ago |
|
pyexpat.rst
|
Fix a few quotes/backslashes.
|
14 years ago |
|
python.rst
|
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
|
16 years ago |
|
queue.rst
|
Improve the grammar of a non-sentence.
|
14 years ago |
|
quopri.rst
|
Missed two source links
|
15 years ago |
|
random.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
re.rst
|
#14519: fix the regex used in the scanf example.
|
14 years ago |
|
readline.rst
|
Merge doc touchups from 3.1
|
15 years ago |
|
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.
|
15 years ago |
|
resource.rst
|
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
|
15 years ago |
|
rlcompleter.rst
|
More source links
|
15 years ago |
|
runpy.rst
|
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
|
14 years ago |
|
sched.rst
|
#13278: fix typo.
|
14 years ago |
|
select.rst
|
Restore [] where default arguments are not keywords
|
14 years ago |
|
shelve.rst
|
Issue #11141: Fix the shelve documentation to use a list, not a range object.
|
15 years ago |
|
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.
|
15 years ago |
|
shutil.rst
|
shutil copy module reference doc fix.
|
14 years ago |
|
signal.rst
|
Issue #14456: improve documentation of the signal module w.r.t. threads.
|
14 years ago |
|
site.rst
|
#11643: fix rst markup error in site.rst.
|
14 years ago |
|
smtpd.rst
|
Fix markup in smtpd.rst.
|
14 years ago |
|
smtplib.rst
|
indicate msg is an argument
|
14 years ago |
|
sndhdr.rst
|
More source links
|
15 years ago |
|
socket.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
socketserver.rst
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
|
14 years ago |
|
someos.rst
|
Homogenize the "optional OS services" menu
|
15 years ago |
|
spwd.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
sqlite3.rst
|
Fix sqlite3 class markup.
|
14 years ago |
|
ssl.rst
|
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
|
14 years ago |
|
stat.rst
|
Use attribute access instead of index access for namedtuple.
|
15 years ago |
|
stdtypes.rst
|
#16206: Improve examples about dict construction.
|
13 years ago |
|
string.rst
|
#13579: teach string.Formatter about 'a'.
|
14 years ago |
|
stringprep.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
strings.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
struct.rst
|
Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character.
|
15 years ago |
|
subprocess.rst
|
Fix placement of shell=True warning in subprocess.Popen() docs.
|
13 years ago |
|
sunau.rst
|
More source links
|
15 years ago |
|
symbol.rst
|
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
|
14 years ago |
|
symtable.rst
|
Merged revisions 81385 via svnmerge from
|
16 years ago |
|
sys.rst
|
Fix markup errors.
|
14 years ago |
|
sysconfig.rst
|
Fix typo (#13467)
|
14 years ago |
|
syslog.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
tabnanny.rst
|
More source links.
|
15 years ago |
|
tarfile.rst
|
Improve interlinking of archiving/compression modules docs.
|
14 years ago |
|
telnetlib.rst
|
More source links
|
15 years ago |
|
tempfile.rst
|
#9957: document that SpooledTemporaryFile.truncate does not take size arg
|
13 years ago |
|
termios.rst
|
Add cross-references to the glossary entry for file objects.
|
16 years ago |
|
test.rst
|
Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe
|
14 years ago |
|
textwrap.rst
|
#15510: clarify textwrap's handling of whitespace, and add confirming tests.
|
14 years ago |
|
threading.rst
|
#14823: Simplify threading.Lock.acquire argument discussion.
|
14 years ago |
|
time.rst
|
Fix time.time() references in the time module docs
|
14 years ago |
|
timeit.rst
|
#15979: improve timeit documentation.
|
13 years ago |
|
tk.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
15 years ago |
|
tkinter.rst
|
Issue #15041: update "see also" list in tkinter documentation.
|
14 years ago |
|
tkinter.scrolledtext.rst
|
Tkinter, step 3: doc updates.
|
18 years ago |
|
tkinter.tix.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
14 years ago |
|
tkinter.ttk.rst
|
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
|
14 years ago |
|
token.rst
|
Issue #13632: Update token documentation to reflect actual token types
|
14 years ago |
|
tokenize.rst
|
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
|
14 years ago |
|
trace.rst
|
Separate source link from main text.
|
15 years ago |
|
traceback.rst
|
Merged revisions 78895 via svnmerge from
|
16 years ago |
|
tty.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
turtle-star.pdf
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle-star.png
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle-star.ps
|
Issue #7061: Added a 'Turtle star' sidebar
|
15 years ago |
|
turtle.rst
|
document turtle done() function; thanks to Csaba Szepesvari from docs@
|
14 years ago |
|
types.rst
|
More source links.
|
15 years ago |
|
undoc.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
unicodedata.rst
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
|
14 years ago |
|
unittest.rst
|
Include mention of jenkins as an example framework for doing CI
|
13 years ago |
|
unix.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
urllib.error.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
urllib.parse.rst
|
urlparse docs clean up - no reference to earlier draft
|
14 years ago |
|
urllib.request.rst
|
Fix a bunch of "versionchanged" related markup errors.
|
14 years ago |
|
urllib.robotparser.rst
|
Review the doc changes for the urllib package creation.
|
18 years ago |
|
uu.rst
|
Separate source link from main text.
|
15 years ago |
|
uuid.rst
|
#13499: fix example adding >>> before the comments.
|
14 years ago |
|
warnings.rst
|
Mention logging.captureWarnings in the warnings module doc.
|
15 years ago |
|
wave.rst
|
More source links
|
15 years ago |
|
weakref.rst
|
Issue #14954: Clarify the interaction of weak references and garbage collection.
|
14 years ago |
|
webbrowser.rst
|
add usage example from cli; thanks to Christian Clauss from docs@
|
14 years ago |
|
windows.rst
|
#2879: rename _winreg to winreg.
|
18 years ago |
|
winreg.rst
|
Fix #16197. Update docstrings and documentation to match winreg code.
|
13 years ago |
|
winsound.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
wsgiref.rst
|
Issue #11968 - the start_response header values in wsgiref shoudl be str not
|
15 years ago |
|
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.
|
15 years ago |
|
xml.dom.minidom.rst
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
|
14 years ago |
|
xml.dom.pulldom.rst
|
Issue #14202: some additional doc fixes
|
14 years ago |
|
xml.dom.rst
|
merge 11164
|
15 years ago |
|
xml.etree.elementtree.rst
|
Issue #9257: clarify the events iterparse accepts
|
14 years ago |
|
xml.sax.handler.rst
|
Fix latex conversion glitch in property/feature descriptions.
|
15 years ago |
|
xml.sax.reader.rst
|
Terminology fix: exceptions are raised, except in generator.throw().
|
16 years ago |
|
xml.sax.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
xml.sax.utils.rst
|
#1343: Add short_empty_elements option to XMLGenerator.
|
15 years ago |
|
xmlrpc.client.rst
|
#12787: link original MultiCall proposal to webarchive and in a footnote
|
15 years ago |
|
xmlrpc.server.rst
|
Add missing source links.
|
15 years ago |
|
zipfile.rst
|
Issue #16025: Minor corrections to the zipfile documentation.
|
13 years ago |
|
zipimport.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
zlib.rst
|
Improve interlinking of archiving/compression modules docs.
|
14 years ago |