.. |
2to3.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
__future__.rst
|
…
|
|
__main__.rst
|
…
|
|
_dummy_thread.rst
|
…
|
|
_thread.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
abc.rst
|
added versionadded
|
2010-08-17 03:37:20 +00:00 |
aifc.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
allos.rst
|
…
|
|
archiving.rst
|
…
|
|
argparse.rst
|
Add example for the entry for argparse
|
2010-12-07 06:45:30 +00:00 |
array.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
ast.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
asynchat.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
asyncore.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
atexit.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
audioop.rst
|
Fix copy-paste error in example.
|
2010-10-17 10:07:29 +00:00 |
base64.rst
|
#1466065: add validate option to base64.b64decode
|
2010-11-11 20:09:20 +00:00 |
bdb.rst
|
#10420: fix docs of bdb.effective().
|
2010-11-26 12:05:48 +00:00 |
binascii.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +00:00 |
binhex.rst
|
…
|
|
bisect.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
builtins.rst
|
Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
|
2010-11-26 12:08:19 +00:00 |
bz2.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
calendar.rst
|
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
|
2010-11-22 03:06:56 +00:00 |
cgi.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.
|
2010-10-15 15:57:45 +00:00 |
cgitb.rst
|
…
|
|
chunk.rst
|
Update signature style of optional arguments, part two.
|
2009-04-05 22:20:44 +00:00 |
cmath.rst
|
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups.
|
2010-07-11 19:47:37 +00:00 |
cmd.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
code.rst
|
…
|
|
codecs.rst
|
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
|
2010-12-08 22:25:45 +00:00 |
codeop.rst
|
…
|
|
collections.rst
|
Add some internal links.
|
2010-11-30 17:45:41 +00:00 |
colorsys.rst
|
…
|
|
compileall.rst
|
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
|
2010-12-04 10:26:46 +00:00 |
concurrent.futures.rst
|
Fix "seperate".
|
2010-12-09 18:08:43 +00:00 |
configparser.rst
|
configparser: fixed inconsistency where in SafeConfigParser option values
|
2010-12-04 12:46:01 +00:00 |
constants.rst
|
Remove redundant information.
|
2010-08-02 19:39:17 +00:00 |
contextlib.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
copy.rst
|
…
|
|
copyreg.rst
|
…
|
|
crypt.rst
|
…
|
|
crypto.rst
|
…
|
|
csv.rst
|
#5975: add unix_dialect to csv module.
|
2010-10-27 07:27:06 +00:00 |
ctypes.rst
|
Remove unnecessary `object` base class in docs (#10366).
|
2010-11-22 03:09:19 +00:00 |
curses.ascii.rst
|
…
|
|
curses.panel.rst
|
…
|
|
curses.rst
|
…
|
|
custominterp.rst
|
…
|
|
datatypes.rst
|
…
|
|
datetime.rst
|
Fix errors found by "make suspicious".
|
2010-10-06 10:26:05 +00:00 |
dbm.rst
|
#6045: provide at least get() and setdefault() for all dbm modules.
|
2010-12-04 09:14:36 +00:00 |
debug.rst
|
…
|
|
decimal.rst
|
Fix capitalization.
|
2010-11-21 07:37:49 +00:00 |
development.rst
|
…
|
|
difflib.rst
|
Fix indentation.
|
2010-12-03 19:56:42 +00:00 |
dis.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
distutils.rst
|
…
|
|
doctest.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
dummy_threading.rst
|
…
|
|
email-examples.rst
|
…
|
|
email.charset.rst
|
…
|
|
email.encoders.rst
|
…
|
|
email.errors.rst
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
email.generator.rst
|
Fix style.
|
2010-10-24 14:32:45 +00:00 |
email.header.rst
|
Fix style.
|
2010-10-24 14:32:45 +00:00 |
email.iterators.rst
|
…
|
|
email.message.rst
|
Fix sphinx role markups.
|
2010-10-15 13:29:33 +00:00 |
email.mime.rst
|
…
|
|
email.parser.rst
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
|
2010-10-08 15:55:28 +00:00 |
email.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
email.util.rst
|
#8989: add 'domain' keyword to make_msgid.
|
2010-12-02 21:47:19 +00:00 |
errno.rst
|
…
|
|
exceptions.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
fcntl.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
filecmp.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
fileformats.rst
|
Issue 10499: Modular interpolation in configparser
|
2010-12-03 16:28:00 +00:00 |
fileinput.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
filesys.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
fnmatch.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
formatter.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
fpectl.rst
|
…
|
|
fractions.rst
|
…
|
|
frameworks.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
2010-10-27 03:06:43 +00:00 |
ftplib.rst
|
#10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
|
2010-10-15 19:46:19 +00:00 |
functions.rst
|
Fix markup errors.
|
2010-12-04 19:06:18 +00:00 |
functools.rst
|
Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None.
|
2010-12-01 03:45:41 +00:00 |
gc.rst
|
Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default,
|
2010-10-24 15:11:22 +00:00 |
getopt.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
getpass.rst
|
…
|
|
gettext.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
glob.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
grp.rst
|
…
|
|
gzip.rst
|
GzipFile.peek improvements, suggested by Nir Aides.
|
2010-10-04 21:55:14 +00:00 |
hashlib.rst
|
hashlib has two new constant attributes: algorithms_guaranteed and
|
2010-09-06 08:30:23 +00:00 |
heapq.rst
|
#10511: clarification of what heaps are; suggested by Johannes Hoff.
|
2010-11-23 08:37:54 +00:00 |
hmac.rst
|
#5212: md5 weaknesses do not affect hmac, so remove the note about that.
|
2010-10-17 10:09:06 +00:00 |
html.entities.rst
|
…
|
|
html.parser.rst
|
Add missing versionchanged, correct 'throw' wording to 'raise'.
|
2010-12-03 04:26:18 +00:00 |
html.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.
|
2010-10-15 15:57:45 +00:00 |
http.client.rst
|
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
|
2010-10-22 18:19:07 +00:00 |
http.cookiejar.rst
|
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
|
2010-07-11 05:01:52 +00:00 |
http.cookies.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
http.server.rst
|
Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call.
|
2010-11-21 14:36:14 +00:00 |
i18n.rst
|
…
|
|
idle.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
imaplib.rst
|
Issue #4471: Add the IMAP.starttls() method to enable encryption on
|
2010-11-12 18:49:16 +00:00 |
imghdr.rst
|
…
|
|
imp.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
importlib.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
index.rst
|
…
|
|
inspect.rst
|
Remove unnecessary `object` base class in docs (#10366).
|
2010-11-22 03:09:19 +00:00 |
internet.rst
|
…
|
|
intro.rst
|
…
|
|
io.rst
|
Add an "advanced topics" section to the io doc.
|
2010-12-03 19:14:17 +00:00 |
ipc.rst
|
…
|
|
itertools.rst
|
Note improvements to the docs.
|
2010-12-06 23:31:36 +00:00 |
json.rst
|
Issue #5729: json.dumps to support using '\t' as an indent string
|
2010-10-31 08:00:16 +00:00 |
keyword.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
language.rst
|
…
|
|
linecache.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
locale.rst
|
#10200: typo.
|
2010-10-26 19:58:11 +00:00 |
logging.rst
|
Markup consistency fixes.
|
2010-12-03 15:30:09 +00:00 |
macpath.rst
|
…
|
|
mailbox.rst
|
Fix test_mailbox by supporting context manager protocol for get_file() returns.
|
2010-10-30 14:33:28 +00:00 |
mailcap.rst
|
…
|
|
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.
|
2010-10-15 15:57:45 +00:00 |
marshal.rst
|
…
|
|
math.rst
|
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups.
|
2010-07-11 19:47:37 +00:00 |
mimetypes.rst
|
…
|
|
misc.rst
|
…
|
|
mm.rst
|
…
|
|
mmap.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
modulefinder.rst
|
…
|
|
modules.rst
|
Signature documentation style update, modules J, K, L and M.
|
2009-06-08 09:13:45 +00:00 |
msilib.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
msvcrt.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
multiprocessing.rst
|
Remove unnecessary `object` base class in docs (#10366).
|
2010-11-22 03:09:19 +00:00 |
netdata.rst
|
…
|
|
netrc.rst
|
…
|
|
nis.rst
|
…
|
|
nntplib.rst
|
Make `usenetrc` False by default (the old behaviour of having it True by
|
2010-11-09 18:58:42 +00:00 |
numbers.rst
|
Merged revisions 80826 via svnmerge from
|
2010-05-05 21:54:18 +00:00 |
numeric.rst
|
…
|
|
operator.rst
|
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
|
2010-10-31 15:26:04 +00:00 |
optparse.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
os.path.rst
|
#6825: small correction to split() docs.
|
2010-10-14 06:46:08 +00:00 |
os.rst
|
Fix #9333. Expose os.symlink on Windows only when usable.
|
2010-12-02 18:29:18 +00:00 |
ossaudiodev.rst
|
#6518: enable context manager protocol for ossaudiodev types.
|
2010-10-23 17:31:52 +00:00 |
othergui.rst
|
…
|
|
parser.rst
|
Let’s keep “throw” for the generator method and use “raise” elsewhere.
|
2010-11-30 17:20:31 +00:00 |
pdb.rst
|
Add display/undisplay pdb commands.
|
2010-12-04 16:21:42 +00:00 |
persistence.rst
|
Switch more function arguments docs to new-style.
|
2009-09-02 20:34:52 +00:00 |
pickle.rst
|
Fix typo.
|
2010-11-30 14:57:54 +00:00 |
pickletools.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +00:00 |
pipes.rst
|
…
|
|
pkgutil.rst
|
#7303: add documentation for useful pkgutil functions and classes.
|
2010-10-15 16:35:46 +00:00 |
platform.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
plistlib.rst
|
…
|
|
poplib.rst
|
fix issue #8807: adds a context parameter to POP3_SSL class.
|
2010-08-17 16:09:53 +00:00 |
posix.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
pprint.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
profile.rst
|
#3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document.
|
2010-10-14 06:41:42 +00:00 |
pty.rst
|
…
|
|
pwd.rst
|
…
|
|
py_compile.rst
|
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
|
2010-12-04 10:26:46 +00:00 |
pyclbr.rst
|
…
|
|
pydoc.rst
|
Add a line with the actual changes.
|
2010-12-03 09:45:33 +00:00 |
pyexpat.rst
|
#5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError.
|
2010-10-15 14:46:48 +00:00 |
python.rst
|
…
|
|
queue.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
quopri.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
random.rst
|
Mention itertools.accumulate().
|
2010-12-04 23:42:12 +00:00 |
re.rst
|
Make the example a little more interesting and useful.
|
2010-12-07 09:44:21 +00:00 |
readline.rst
|
#10034: import readline in longer example.
|
2010-10-06 05:08:32 +00:00 |
reprlib.rst
|
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
|
2010-09-13 21:36:00 +00:00 |
resource.rst
|
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
|
2010-11-17 16:19:35 +00:00 |
rlcompleter.rst
|
…
|
|
runpy.rst
|
Be consistent in the spelling of thread-safe(ty).
|
2010-10-19 21:07:16 +00:00 |
sched.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
select.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
shelve.rst
|
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
|
2010-12-04 11:12:43 +00:00 |
shlex.rst
|
…
|
|
shutil.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
signal.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
site.rst
|
…
|
|
smtpd.rst
|
Implementation for issue 4184
|
2010-07-24 09:51:40 +00:00 |
smtplib.rst
|
#10321: Add support for sending binary DATA and Message objects to smtplib
|
2010-11-08 17:15:13 +00:00 |
sndhdr.rst
|
…
|
|
socket.rst
|
Issue10100 - fromfd is now available on all platforms
|
2010-10-15 09:02:14 +00:00 |
socketserver.rst
|
…
|
|
someos.rst
|
Initial implementation of PEP 3148
|
2010-09-18 22:35:02 +00:00 |
spwd.rst
|
…
|
|
sqlite3.rst
|
there's now a setup.py switch for this
|
2010-11-28 02:51:28 +00:00 |
ssl.rst
|
Issue #10443: Add the SSLContext.set_default_verify_paths() method.
|
2010-11-17 20:29:42 +00:00 |
stat.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
stdtypes.rst
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
string.rst
|
Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon.
|
2010-11-25 16:08:06 +00:00 |
stringprep.rst
|
…
|
|
strings.rst
|
…
|
|
struct.rst
|
Fixing some sphinx inline directives - detected using ``make check``.
|
2010-10-15 12:55:19 +00:00 |
subprocess.rst
|
clarify the docs and new warning message.
|
2010-12-04 18:11:44 +00:00 |
sunau.rst
|
…
|
|
symbol.rst
|
…
|
|
symtable.rst
|
Merged revisions 81385 via svnmerge from
|
2010-05-20 22:29:43 +00:00 |
sys.rst
|
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
|
2010-12-04 17:24:33 +00:00 |
sysconfig.rst
|
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
|
2010-09-20 15:29:53 +00:00 |
syslog.rst
|
Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from
|
2010-05-19 20:57:08 +00:00 |
tabnanny.rst
|
…
|
|
tarfile.rst
|
Issue #10184: Touch directories only once when extracting a tarfile.
|
2010-11-01 21:39:13 +00:00 |
telnetlib.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
tempfile.rst
|
Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)
|
2010-10-24 11:23:25 +00:00 |
termios.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
test.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
textwrap.rst
|
Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood.
|
2010-11-23 20:17:24 +00:00 |
threading.rst
|
Issue 10260
|
2010-11-18 12:46:39 +00:00 |
time.rst
|
#7790: move table of struct_time members to the actual description of struct_time.
|
2010-10-15 17:01:15 +00:00 |
timeit.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
tk.rst
|
Issue #7061: Dropped "for Tk" from turtle module title and moved its
|
2010-10-27 03:06:43 +00:00 |
tkinter.rst
|
Issue #9384: python -m tkinter will now display a simple demo applet.
|
2010-07-27 14:16:32 +00:00 |
tkinter.scrolledtext.rst
|
…
|
|
tkinter.tix.rst
|
#9911: doc copyedits.
|
2010-09-21 14:48:28 +00:00 |
tkinter.ttk.rst
|
…
|
|
token.rst
|
#8968: add actual name of token constants.
|
2010-10-17 09:46:11 +00:00 |
tokenize.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
trace.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
traceback.rst
|
…
|
|
tty.rst
|
…
|
|
turtle-star.pdf
|
Issue #7061: Added a 'Turtle star' sidebar
|
2010-11-09 18:40:03 +00:00 |
turtle-star.png
|
Issue #7061: Added a 'Turtle star' sidebar
|
2010-11-09 18:40:03 +00:00 |
turtle-star.ps
|
Issue #7061: Added a 'Turtle star' sidebar
|
2010-11-09 18:40:03 +00:00 |
turtle.rst
|
Issue #7061: Added a 'Turtle star' sidebar
|
2010-11-09 18:40:03 +00:00 |
types.rst
|
…
|
|
undoc.rst
|
…
|
|
unicodedata.rst
|
…
|
|
unittest.rst
|
Fix markup errors.
|
2010-12-04 19:06:18 +00:00 |
unix.rst
|
…
|
|
urllib.error.rst
|
…
|
|
urllib.parse.rst
|
Fix markup errors.
|
2010-12-04 19:06:18 +00:00 |
urllib.request.rst
|
Fix heading style inconsistencies.
|
2010-11-29 14:53:15 +00:00 |
urllib.robotparser.rst
|
…
|
|
uu.rst
|
Provide links to Python source where the code is short, readable and
|
2010-11-16 19:13:50 +00:00 |
uuid.rst
|
…
|
|
warnings.rst
|
#10535: Enable silenced warnings in unittest by default
|
2010-12-01 00:56:10 +00:00 |
wave.rst
|
Issue #1512791: In setframerate method of Wave_write, round non-integral
|
2010-08-28 17:22:16 +00:00 |
weakref.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
webbrowser.rst
|
Fix usage of :option: in the docs (#9312).
|
2010-11-18 16:38:46 +00:00 |
windows.rst
|
…
|
|
winreg.rst
|
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
|
2010-09-27 17:56:36 +00:00 |
winsound.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
wsgiref.rst
|
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
|
2010-11-03 22:39:01 +00:00 |
xdrlib.rst
|
…
|
|
xml.dom.minidom.rst
|
#7637: fix a grammar error; simplify a sentence
|
2010-07-26 12:54:02 +00:00 |
xml.dom.pulldom.rst
|
…
|
|
xml.dom.rst
|
#1495229: update the type names used by the XML DOM mapping
|
2010-07-25 22:57:12 +00:00 |
xml.etree.elementtree.rst
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
xml.sax.handler.rst
|
Fix latex conversion glitch in property/feature descriptions.
|
2010-11-08 11:05:18 +00:00 |
xml.sax.reader.rst
|
Terminology fix: exceptions are raised, except in generator.throw().
|
2010-08-03 12:06:29 +00:00 |
xml.sax.rst
|
…
|
|
xml.sax.utils.rst
|
#1343: Add short_empty_elements option to XMLGenerator.
|
2010-10-17 22:46:45 +00:00 |
xmlrpc.client.rst
|
…
|
|
xmlrpc.server.rst
|
…
|
|
zipfile.rst
|
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
|
2010-12-04 10:26:46 +00:00 |
zipimport.rst
|
Consistency check for versionadded/changed directives.
|
2010-08-17 15:07:14 +00:00 |
zlib.rst
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |