| .. |
|
2to3.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
__future__.rst
|
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
|
15 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 #11140: Lock.release() now raises a RuntimeError when attempting
|
15 years ago |
|
abc.rst
|
improve abstract property support (closes #11610)
|
14 years ago |
|
aifc.rst
|
Missing source links.
|
15 years ago |
|
allos.rst
|
Logging documentation reorganised.
|
15 years ago |
|
archiving.rst
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
14 years ago |
|
argparse.rst
|
merge with 3.2
|
14 years ago |
|
array.rst
|
Remove mention of narrow/wide builds and update array doc, add a test.
|
15 years ago |
|
ast.rst
|
remove ast.__version__ (closes #12273)
|
15 years ago |
|
asynchat.rst
|
Missing source links.
|
15 years ago |
|
asyncore.rst
|
merge from 3.2
|
15 years ago |
|
atexit.rst
|
merge with 3.2
|
14 years ago |
|
audioop.rst
|
Fix copy-paste error in example.
|
16 years ago |
|
base64.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
bdb.rst
|
More source links.
|
15 years ago |
|
binascii.rst
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
|
14 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
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
bz2.rst
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
14 years ago |
|
calendar.rst
|
Separate source link from main text.
|
15 years ago |
|
cgi.rst
|
More source links.
|
15 years ago |
|
cgitb.rst
|
Update signature style of optional arguments, part two.
|
17 years ago |
|
chunk.rst
|
Fix some mentions of IOError
|
15 years ago |
|
cmath.rst
|
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups.
|
16 years ago |
|
cmd.rst
|
#12940: merge with 3.2.
|
15 years ago |
|
code.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
codecs.rst
|
Fix and deprecated the unicode_internal codec
|
14 years ago |
|
codeop.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
collections.abc.rst
|
Move versionadded directive to the top level, as we do in other files
|
15 years ago |
|
collections.rst
|
Issue #13121: Support in-place math operators for collections.Counter().
|
15 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
|
Merge with 3.2.
|
15 years ago |
|
configparser.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
constants.rst
|
disable ASDLGEN if hg won't work, or if python is not installed.
|
15 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
|
Merged revisions 74737 via svnmerge from
|
17 years ago |
|
copyreg.rst
|
remove references to cPickle
|
16 years ago |
|
crypt.rst
|
Put version* directives at the right scope
|
15 years ago |
|
crypto.rst
|
disable ASDLGEN if hg won't work, or if python is not installed.
|
15 years ago |
|
csv.rst
|
Markup fixes for #7198 patch.
|
15 years ago |
|
ctypes.rst
|
Merge with 3.2.
|
15 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
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
|
14 years ago |
|
custominterp.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
datatypes.rst
|
Issue #11085: Moved collections abstract base classes into a separate module
|
15 years ago |
|
datetime.rst
|
merge with 3.2
|
15 years ago |
|
dbm.rst
|
Merge 3.1
|
15 years ago |
|
debug.rst
|
Issue #11393: Add the new faulthandler module
|
15 years ago |
|
decimal.rst
|
#13730 grammar fix
|
14 years ago |
|
depgraph-output.png
|
Add documentation for the packaging module.
|
15 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
|
Implement PEP 380 - 'yield from' (closes #11682)
|
14 years ago |
|
distutils.rst
|
Packaging doc: Add missing index file, improve main page description.
|
15 years ago |
|
doctest.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
dummy_threading.rst
|
More source links
|
15 years ago |
|
email-examples.rst
|
Adding an example of reproducing the rfc822.Message() parsing.
|
16 years ago |
|
email.charset.rst
|
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
|
15 years ago |
|
email.encoders.rst
|
Merged revisions 71572 via svnmerge from
|
17 years ago |
|
email.errors.rst
|
Terminology fix: exceptions are raised, except in generator.throw().
|
16 years ago |
|
email.generator.rst
|
#11731: simplify/enhance parser/generator API by introducing policy objects.
|
15 years ago |
|
email.header.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
email.iterators.rst
|
Use new optional argument style in email docs.
|
17 years ago |
|
email.message.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
email.mime.rst
|
Merged revisions 77412 via svnmerge from
|
16 years ago |
|
email.parser.rst
|
Markup and text fixes from Georg Brandl's review.
|
15 years ago |
|
email.policy.rst
|
Fix glitches in email.policy docs (#12208)
|
14 years ago |
|
email.rst
|
Add new email.policy document to the toctree and fix markup glitch.
|
15 years ago |
|
email.util.rst
|
#665194: support roundtripping RFC2822 date stamps in the email.utils module
|
15 years ago |
|
errno.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
exceptions.rst
|
Add versionchanged notes for PEP 380
|
14 years ago |
|
faulthandler.rst
|
Issue #12550: Add chain optional argument to faulthandler.register()
|
15 years ago |
|
fcntl.rst
|
Replace mentions of IOError
|
15 years ago |
|
filecmp.rst
|
Separate source link from main text.
|
15 years ago |
|
fileformats.rst
|
Issue 10499: Modular interpolation in configparser
|
15 years ago |
|
fileinput.rst
|
This shameful limitation of the fileinput module is not relevant anymore.
|
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
|
16 years ago |
|
ftplib.rst
|
Documentation typo.
|
15 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
|
Closes #13761: add a "flush" keyword argument to print().
|
14 years ago |
|
functools.rst
|
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
|
15 years ago |
|
gc.rst
|
Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default,
|
16 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
|
Replace mentions of IOError
|
15 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 #6715: Add module for compression using the LZMA algorithm.
|
14 years ago |
|
hashlib.rst
|
More source links
|
15 years ago |
|
heapq.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
hmac.rst
|
More source links
|
15 years ago |
|
html.entities.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
html.parser.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
html.rst
|
More source links.
|
15 years ago |
|
http.client.rst
|
merge with 3.2
|
14 years ago |
|
http.cookiejar.rst
|
Replace mentions of IOError
|
15 years ago |
|
http.cookies.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
http.server.rst
|
Replace mentions of IOError
|
15 years ago |
|
i18n.rst
|
More conversion to new-style optional args.
|
17 years ago |
|
idle.rst
|
Fix usage of :option: in the docs (#9312).
|
15 years ago |
|
imaplib.rst
|
Merge 3.2, doc typos.
|
14 years ago |
|
imghdr.rst
|
More source links
|
15 years ago |
|
imp.rst
|
Remove mentions of the Demo directory.
|
15 years ago |
|
importlib.rst
|
Issue #13645: pyc files now contain the size of the corresponding source
|
14 years ago |
|
index.rst
|
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
|
15 years ago |
|
inspect.rst
|
Replace mentions of IOError
|
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
|
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
|
14 years ago |
|
ipc.rst
|
Convert all "i" docs to new style optional args.
|
17 years ago |
|
itertools.rst
|
merge with 3.2
|
14 years ago |
|
json.rst
|
Merge 3.1
|
15 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
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
logging.config.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
logging.handlers.rst
|
Refactored logging rotating handlers for improved flexibility.
|
14 years ago |
|
logging.rst
|
Mention the additional way to use the lvl parameter and when it changed.
|
14 years ago |
|
lzma.rst
|
Add note on memory usage to LZMACompressor doc.
|
14 years ago |
|
macpath.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mailbox.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
mailcap.rst
|
More source links
|
15 years ago |
|
markup.rst
|
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
|
16 years ago |
|
marshal.rst
|
Merged revisions 74633 via svnmerge from
|
17 years ago |
|
math.rst
|
meth.log2 doc: add a link to int.bit_length()
|
15 years ago |
|
mimetypes.rst
|
Merge changes from 3.2
|
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
|
Merge with 3.2.
|
15 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
|
Replace mentions of IOError
|
15 years ago |
|
multiprocessing.rst
|
merge with 3.2
|
14 years ago |
|
netdata.rst
|
remove the rfc822 module
|
18 years ago |
|
netrc.rst
|
More source links
|
15 years ago |
|
nis.rst
|
Get rid of the remaining versionadded/versionchanged directives.
|
19 years ago |
|
nntplib.rst
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
|
14 years ago |
|
numbers.rst
|
disable ASDLGEN if hg won't work, or if python is not installed.
|
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
|
merge 3.2
|
14 years ago |
|
optparse.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
os.path.rst
|
disable ASDLGEN if hg won't work, or if python is not installed.
|
15 years ago |
|
os.rst
|
Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
|
14 years ago |
|
ossaudiodev.rst
|
Replace mentions of IOError
|
15 years ago |
|
othergui.rst
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
|
14 years ago |
|
packaging-misc.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.command.rst
|
Merge with 3.2.
|
15 years ago |
|
packaging.compiler.rst
|
Remove obsolete verbose arguments from packaging.
|
14 years ago |
|
packaging.database.rst
|
Replace mentions of IOError
|
15 years ago |
|
packaging.depgraph.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.dist.rst
|
Synchronize packaging docs with distutils’ (includes fix for #9302)
|
15 years ago |
|
packaging.fancy_getopt.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.install.rst
|
Merge with 3.2.
|
15 years ago |
|
packaging.metadata.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.pypi.dist.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.pypi.rst
|
Add missing documentation for packaging.pypi.base and .simple
|
15 years ago |
|
packaging.pypi.simple.rst
|
fix Exemples/Examples typo; thanks to Ori Livneh from docs@
|
14 years ago |
|
packaging.pypi.xmlrpc.rst
|
Merge 3.2, doc typos.
|
14 years ago |
|
packaging.rst
|
Remove duplicate "numbered" options for toctrees.
|
15 years ago |
|
packaging.tests.pypi_server.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
packaging.util.rst
|
Remove obsolete verbose arguments from packaging.
|
14 years ago |
|
packaging.version.rst
|
Add documentation for the packaging module.
|
15 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
|
Issue #12666: Clarifying changes in map for Python 3
|
15 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 #12549: Correct test_platform to not fail when OS X returns 'x86_64'
|
15 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
|
Merge profile docs followup (#12417) from 3.1
|
15 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
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
pydoc.rst
|
More source links
|
15 years ago |
|
pyexpat.rst
|
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
|
15 years ago |
|
python.rst
|
Add documentation for the packaging module.
|
15 years ago |
|
queue.rst
|
Separate source link from main text.
|
15 years ago |
|
quopri.rst
|
Missed two source links
|
15 years ago |
|
random.rst
|
merge doc fixes from 3.2
|
15 years ago |
|
re.rst
|
merge with 3.2
|
14 years ago |
|
readline.rst
|
Replace mentions of IOError
|
15 years ago |
|
reprlib.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
resource.rst
|
alias resource.error to OSError
|
14 years ago |
|
rlcompleter.rst
|
More source links
|
15 years ago |
|
runpy.rst
|
Fix indentation
|
15 years ago |
|
sched.rst
|
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
|
14 years ago |
|
select.rst
|
add a flags parameter to select.epoll
|
14 years ago |
|
shelve.rst
|
Issue #11141: Fix the shelve documentation to use a list, not a range object.
|
15 years ago |
|
shlex.rst
|
Expand shlex.quote example (#9723)
|
15 years ago |
|
shutil.rst
|
Issue #9993: When the source and destination are on different filesystems,
|
14 years ago |
|
signal.rst
|
Mention InterruptedError in the doc for new function signal.sigwaitinfo
|
15 years ago |
|
site.rst
|
Merge doc changes from 3.2 (#8617, #10745).
|
15 years ago |
|
smtpd.rst
|
More source links
|
15 years ago |
|
smtplib.rst
|
merge 3.2
|
14 years ago |
|
sndhdr.rst
|
More source links
|
15 years ago |
|
socket.rst
|
Issue #13724: improve documentation for socket.create_connection.
|
14 years ago |
|
socketserver.rst
|
merge 3.2
|
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
|
Merge with 3.2.
|
15 years ago |
|
ssl.rst
|
Merge SSL doc fixes (issue #13747).
|
14 years ago |
|
stat.rst
|
Use attribute access instead of index access for namedtuple.
|
15 years ago |
|
stdtypes.rst
|
add str.casefold() (closes #13752)
|
14 years ago |
|
string.rst
|
merge with 3.2
|
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
|
Issue #3163: The struct module gets new format characters 'n' and 'N'
|
15 years ago |
|
subprocess.rst
|
merge with 3.2
|
14 years ago |
|
sunau.rst
|
More source links
|
15 years ago |
|
symbol.rst
|
Issue #11984: merge with 3.2
|
14 years ago |
|
symtable.rst
|
Merged revisions 81385 via svnmerge from
|
16 years ago |
|
sys.rst
|
Issue #13597: Improve documentation of standard streams.
|
14 years ago |
|
sysconfig.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
syslog.rst
|
merge with 3.2
|
14 years ago |
|
tabnanny.rst
|
More source links.
|
15 years ago |
|
tarfile.rst
|
Add missing versionchanged information.
|
14 years ago |
|
telnetlib.rst
|
Replace mentions of socket.error.
|
15 years ago |
|
tempfile.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
termios.rst
|
Add cross-references to the glossary entry for file objects.
|
16 years ago |
|
test.rst
|
Close issue 12958 by flagging expected failures in test_socket on Mac OS X
|
15 years ago |
|
textwrap.rst
|
Separate source link from main text.
|
15 years ago |
|
threading.rst
|
Issue #13502: threading: Fix a race condition in Event.wait() that made it
|
14 years ago |
|
time.rst
|
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
|
15 years ago |
|
timeit.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
tk.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
16 years ago |
|
tkinter.rst
|
Remove mentions of the Demo directory.
|
15 years ago |
|
tkinter.scrolledtext.rst
|
Tkinter, step 3: doc updates.
|
18 years ago |
|
tkinter.tix.rst
|
Update last tix code example for 3.x, as already done for previous examples.
|
15 years ago |
|
tkinter.ttk.rst
|
merge with 3.2
|
14 years ago |
|
token.rst
|
Issue #13632: Update token documentation to reflect actual token types
|
14 years ago |
|
tokenize.rst
|
Issue #12943: python -m tokenize support has been added to tokenize.
|
15 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
|
Issue #12666: Clarifying changes in map for Python 3
|
15 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
|
#12753: Add support for Unicode name aliases and named sequences.
|
15 years ago |
|
unittest.rst
|
#13387: merge with 3.2.
|
14 years ago |
|
unix.rst
|
Last round of adapting style of documenting argument default values.
|
17 years ago |
|
urllib.error.rst
|
Replace mentions of IOError
|
15 years ago |
|
urllib.parse.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
urllib.request.rst
|
Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
|
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
|
Issue #12666: Clarifying changes in map for Python 3
|
15 years ago |
|
warnings.rst
|
Add Misc/NEWS entry and relevant doc change for issue 10271.
|
15 years ago |
|
wave.rst
|
More source links
|
15 years ago |
|
weakref.rst
|
More source links
|
15 years ago |
|
webbrowser.rst
|
Docs and News update for Issue13620. Chrome support in webbrowser.py
|
14 years ago |
|
windows.rst
|
#2879: rename _winreg to winreg.
|
18 years ago |
|
winreg.rst
|
Replace mentions of WindowsError
|
15 years ago |
|
winsound.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
wsgiref.rst
|
Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be
|
15 years ago |
|
xdrlib.rst
|
Closes #12391: temporary files are now cleaned up.
|
15 years ago |
|
xml.dom.minidom.rst
|
merge 11164
|
15 years ago |
|
xml.dom.pulldom.rst
|
Add missing source links.
|
15 years ago |
|
xml.dom.rst
|
merge 11164
|
15 years ago |
|
xml.etree.elementtree.rst
|
Issue #12666: Clarifying changes in map for Python 3
|
15 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.
|
16 years ago |
|
xmlrpc.client.rst
|
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
|
14 years ago |
|
xmlrpc.server.rst
|
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
|
14 years ago |
|
zipfile.rst
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
14 years ago |
|
zipimport.rst
|
Replace mentions of IOError
|
15 years ago |
|
zlib.rst
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
14 years ago |