| .. |
|
2to3.rst
|
Fix a few doc errors, mostly undefined keywords.
|
15 years ago |
|
__future__.rst
|
Merge 3.1
|
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 #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
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
argparse.rst
|
Fix some more markup glitches in argparse doc.
|
15 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
|
atexit.py doesn't exist
|
15 years ago |
|
audioop.rst
|
Fix copy-paste error in example.
|
16 years ago |
|
base64.rst
|
#1466065: add validate option to base64.b64decode
|
15 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
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
bz2.rst
|
Add cross-references to the glossary entry for file objects.
|
16 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
|
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
|
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 |
|
code.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
codecs.rst
|
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.
|
15 years ago |
|
codeop.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
collections.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
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
|
Wording fix.
|
15 years ago |
|
configparser.rst
|
Actually print out the description of what changed.
|
15 years ago |
|
constants.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
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
|
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
|
Merge markup fixes for #7198 patch.
|
15 years ago |
|
ctypes.rst
|
#10944: add c_bool to types table.
|
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
|
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 |
|
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
|
Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky.
|
15 years ago |
|
dbm.rst
|
Merge 3.1
|
15 years ago |
|
debug.rst
|
remove hotshot profiler from Py3k
|
19 years ago |
|
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.
|
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
|
Separate source link from main text.
|
15 years ago |
|
distutils.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
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.
|
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
|
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
|
15 years ago |
|
email.header.rst
|
Fix markup.
|
15 years ago |
|
email.iterators.rst
|
Use new optional argument style in email docs.
|
17 years ago |
|
email.message.rst
|
Merge #11216: document all possible set_charset execution paths.
|
15 years ago |
|
email.mime.rst
|
Merged revisions 77412 via svnmerge from
|
16 years ago |
|
email.parser.rst
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
|
16 years ago |
|
email.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
16 years ago |
|
email.util.rst
|
#8989: add 'domain' keyword to make_msgid.
|
15 years ago |
|
errno.rst
|
Remove surplus empty lines and convert more files to new optional arg style.
|
17 years ago |
|
exceptions.rst
|
#10856: document (Base)Exception.args better.
|
15 years ago |
|
fcntl.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 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
|
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
|
Issue 11263: Fix link to source code.
|
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 #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
functools.rst
|
Missed two source links
|
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
|
More source links
|
15 years ago |
|
getpass.rst
|
More conversion to new-style optional args.
|
17 years ago |
|
gettext.rst
|
More source links
|
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
|
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 |
|
hashlib.rst
|
More source links
|
15 years ago |
|
heapq.rst
|
Separate source link from main text.
|
15 years ago |
|
hmac.rst
|
More source links
|
15 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
|
Merge to 3.2.
|
15 years ago |
|
html.rst
|
More source links.
|
15 years ago |
|
http.client.rst
|
Fix closes issue12524 - update http.client POST example with a working example.
|
15 years ago |
|
http.cookiejar.rst
|
Merge doc touchups from 3.1
|
15 years ago |
|
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.
|
15 years ago |
|
http.server.rst
|
More source links
|
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
|
Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown().
|
15 years ago |
|
imghdr.rst
|
More source links
|
15 years ago |
|
imp.rst
|
Remove mentions of the Demo directory.
|
15 years ago |
|
importlib.rst
|
Fix a few doc errors, mostly undefined keywords.
|
15 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
|
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution
|
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
|
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 |
|
ipc.rst
|
Convert all "i" docs to new style optional args.
|
17 years ago |
|
itertools.rst
|
Fix the example output of count().
|
15 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
|
Merge doc fixes.
|
15 years ago |
|
logging.config.rst
|
Updated documentation on fileConfig().
|
15 years ago |
|
logging.handlers.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
logging.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
macpath.rst
|
Signature documentation style update, modules J, K, L and M.
|
17 years ago |
|
mailbox.rst
|
#9124: mailbox now accepts binary input and uses binary internally
|
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
|
Fix markup and wording.
|
15 years ago |
|
mimetypes.rst
|
More source links
|
15 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
|
Issue #12102: Document that buffered files must be flushed before being used
|
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
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
multiprocessing.rst
|
#11952: merge with 3.1.
|
15 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
|
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 |
|
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 #10225: Fixed the simple mistakes in doctests.
|
15 years ago |
|
optparse.rst
|
More source links
|
15 years ago |
|
os.path.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
os.rst
|
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows.
|
15 years ago |
|
ossaudiodev.rst
|
Fix “anyways” (following R. David Murray in 4d5a546b6186)
|
15 years ago |
|
othergui.rst
|
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
|
17 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
|
Fix typo.
|
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 with 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
|
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
|
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
|
15 years ago |
|
python.rst
|
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
|
16 years ago |
|
queue.rst
|
Separate source link from main text.
|
15 years ago |
|
quopri.rst
|
Missed two source links
|
15 years ago |
|
random.rst
|
Separate source link from main text.
|
15 years ago |
|
re.rst
|
Clean-up example.
|
15 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
|
Fix indentation
|
15 years ago |
|
sched.rst
|
Separate source link from main text.
|
15 years ago |
|
select.rst
|
Fix the description of PIPE_BUF
|
15 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
|
Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob
|
15 years ago |
|
signal.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
16 years ago |
|
site.rst
|
More source links
|
15 years ago |
|
smtpd.rst
|
More source links
|
15 years ago |
|
smtplib.rst
|
#12147: make send_message correctly handle Sender and Resent- headers.
|
15 years ago |
|
sndhdr.rst
|
More source links
|
15 years ago |
|
socket.rst
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
|
15 years ago |
|
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.
|
15 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
|
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
|
15 years ago |
|
ssl.rst
|
Use infinitive, not 3rd person of present tense.
|
15 years ago |
|
stat.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
stdtypes.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 |
|
string.rst
|
#8691: document that right alignment is default for numbers.
|
15 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
|
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 |
|
sunau.rst
|
More source links
|
15 years ago |
|
symbol.rst
|
More source links.
|
15 years ago |
|
symtable.rst
|
Merged revisions 81385 via svnmerge from
|
16 years ago |
|
sys.rst
|
Move sys.subversion at the right place in alphabetical order, and informally deprecate it.
|
15 years ago |
|
sysconfig.rst
|
More source links.
|
15 years ago |
|
syslog.rst
|
Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from
|
16 years ago |
|
tabnanny.rst
|
More source links.
|
15 years ago |
|
tarfile.rst
|
More source links.
|
15 years ago |
|
telnetlib.rst
|
More source links
|
15 years ago |
|
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.
|
15 years ago |
|
termios.rst
|
Add cross-references to the glossary entry for file objects.
|
16 years ago |
|
test.rst
|
Make this a note again.
|
15 years ago |
|
textwrap.rst
|
Separate source link from main text.
|
15 years ago |
|
threading.rst
|
#11083 typo: RuntimeException -> RuntimeError
|
15 years ago |
|
time.rst
|
Issue #2568: Removed bogus rationale for supporting tm_sec=61.
|
15 years ago |
|
timeit.rst
|
More source links.
|
15 years ago |
|
tk.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
15 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
|
#7057: fix several errors.
|
16 years ago |
|
token.rst
|
More source links.
|
15 years ago |
|
tokenize.rst
|
Separate source link from main text.
|
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
|
Merge doc fixes.
|
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
|
Updated UCD version and unicode.org links to Unicode 6.0.0
|
15 years ago |
|
unittest.rst
|
#11282: the fail* methods will stay around a few more versions.
|
15 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
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
urllib.request.rst
|
fix whitespace nit.
|
15 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
|
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
|
16 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
|
More source links
|
15 years ago |
|
webbrowser.rst
|
More source links
|
15 years ago |
|
windows.rst
|
#2879: rename _winreg to winreg.
|
18 years ago |
|
winreg.rst
|
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
|
16 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
|
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
|
Add missing source links.
|
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
|
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 |
|
xmlrpc.server.rst
|
Add missing source links.
|
15 years ago |
|
zipfile.rst
|
More source links
|
15 years ago |
|
zipimport.rst
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
zlib.rst
|
zlib only works with bytes objects.
|
15 years ago |