.. |
2to3.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
__builtin__.rst
|
…
|
|
__future__.rst
|
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
|
2012-05-19 18:36:04 +03:00 |
__main__.rst
|
…
|
|
_winreg.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
abc.rst
|
…
|
|
aepack.rst
|
…
|
|
aetools.rst
|
…
|
|
aetypes.rst
|
…
|
|
aifc.rst
|
…
|
|
al.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
allos.rst
|
…
|
|
anydbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
archiving.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |
argparse.rst
|
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
|
2012-05-06 16:15:35 +03:00 |
array.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
ast.rst
|
…
|
|
asynchat.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
asyncore.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
atexit.rst
|
Improve doc for atexit.register (#12297)
|
2012-02-15 17:08:34 +01:00 |
audioop.rst
|
…
|
|
autogil.rst
|
…
|
|
base64.rst
|
…
|
|
basehttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
bastion.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
bdb.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
binascii.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
binhex.rst
|
…
|
|
bisect.rst
|
Make the example cut and pasteable.
|
2012-04-27 09:55:31 -07:00 |
bsddb.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
bz2.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |
calendar.rst
|
…
|
|
carbon.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cd.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cgi.rst
|
…
|
|
cgihttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cgitb.rst
|
…
|
|
chunk.rst
|
…
|
|
cmath.rst
|
…
|
|
cmd.rst
|
…
|
|
code.rst
|
…
|
|
codecs.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
codeop.rst
|
…
|
|
collections.rst
|
Code cleanups
|
2012-06-08 13:24:12 -07:00 |
colorpicker.rst
|
…
|
|
colorsys.rst
|
…
|
|
commands.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
compileall.rst
|
…
|
|
compiler.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
configparser.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
constants.rst
|
…
|
|
contextlib.rst
|
…
|
|
cookie.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
cookielib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
copy.rst
|
Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
|
2012-02-09 18:22:01 +08:00 |
copy_reg.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
crypt.rst
|
…
|
|
crypto.rst
|
…
|
|
csv.rst
|
Adapt mentions of future changes in doc
|
2012-07-02 17:46:40 -04:00 |
ctypes.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
curses.ascii.rst
|
…
|
|
curses.panel.rst
|
…
|
|
curses.rst
|
…
|
|
custominterp.rst
|
…
|
|
datatypes.rst
|
…
|
|
datetime.rst
|
issue13666 - Fixing datetime documentation example when using tzinfo
|
2012-06-26 20:05:12 +08:00 |
dbhash.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
debug.rst
|
…
|
|
decimal.rst
|
Additional example of using decimal.localcontext().
|
2012-05-11 12:50:11 -07:00 |
development.rst
|
…
|
|
difflib.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
dircache.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dis.rst
|
…
|
|
distutils.rst
|
…
|
|
dl.rst
|
Restore [] where default arguments are not keywords
|
2012-05-22 15:22:14 +02:00 |
doctest.rst
|
…
|
|
docxmlrpcserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dumbdbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dummy_thread.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
dummy_threading.rst
|
…
|
|
easydialogs.rst
|
fix some broken URLs
|
2011-12-31 18:13:59 +01:00 |
email-examples.rst
|
…
|
|
email.charset.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.encoders.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.errors.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.generator.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.header.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.iterators.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.message.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.mime.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.parser.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
email.rst
|
…
|
|
email.util.rst
|
#11785: fix the :mod: references in email package submodule titles.
|
2012-05-27 17:13:54 -04:00 |
errno.rst
|
…
|
|
exceptions.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
fcntl.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
filecmp.rst
|
Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
|
2012-07-22 19:36:03 -07:00 |
fileformats.rst
|
…
|
|
fileinput.rst
|
…
|
|
filesys.rst
|
…
|
|
fl.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fnmatch.rst
|
…
|
|
formatter.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
fpectl.rst
|
Use source role to get links to files
|
2012-07-02 17:46:56 -04:00 |
fpformat.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
fractions.rst
|
…
|
|
framework.rst
|
…
|
|
frameworks.rst
|
…
|
|
ftplib.rst
|
…
|
|
functions.rst
|
Closes #9254: backport __import__ docstring/doc mentions of importlib.
|
2012-07-18 19:44:08 -04:00 |
functools.rst
|
#13852: some small doc fixes.
|
2012-01-25 22:36:25 +01:00 |
future_builtins.rst
|
…
|
|
gc.rst
|
…
|
|
gdbm.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
gensuitemodule.rst
|
…
|
|
getopt.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
getpass.rst
|
…
|
|
gettext.rst
|
…
|
|
gl.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
glob.rst
|
…
|
|
grp.rst
|
…
|
|
gzip.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |
hashlib.rst
|
…
|
|
heapq.rst
|
…
|
|
hmac.rst
|
Closes #13944: fix capitalization of class name.
|
2012-02-05 09:25:22 +01:00 |
hotshot.rst
|
…
|
|
htmllib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
htmlparser.rst
|
#14020: improve HTMLParser documentation.
|
2012-02-18 01:46:04 +02:00 |
httplib.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
i18n.rst
|
…
|
|
ic.rst
|
…
|
|
idle.rst
|
…
|
|
imageop.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
imaplib.rst
|
…
|
|
imgfile.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
imghdr.rst
|
…
|
|
imp.rst
|
minor .rst fix
|
2012-04-10 19:50:08 +08:00 |
importlib.rst
|
…
|
|
imputil.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
index.rst
|
…
|
|
inspect.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
internet.rst
|
…
|
|
intro.rst
|
…
|
|
io.rst
|
Mention the *limit* argument of TextIO.readline().
|
2012-07-25 22:38:33 +02:00 |
ipc.rst
|
…
|
|
itertools.rst
|
Fix leftover quote.
|
2012-07-06 21:36:48 +02:00 |
jpeg.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
json.rst
|
Issue #5067: improve some json error messages.
|
2012-06-29 01:58:26 +02:00 |
keyword.rst
|
…
|
|
language.rst
|
…
|
|
linecache.rst
|
…
|
|
locale.rst
|
refer to time.strftime
|
2012-06-02 18:21:06 +02:00 |
logging.config.rst
|
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
|
2012-07-25 19:12:35 +01:00 |
logging.handlers.rst
|
Minor documentation tweak.
|
2012-03-26 17:06:44 +01:00 |
logging.rst
|
Issue #15399: Added versionchanged for processName.
|
2012-07-20 09:48:46 +01:00 |
mac.rst
|
…
|
|
macos.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
macosa.rst
|
…
|
|
macostools.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
macpath.rst
|
…
|
|
mailbox.rst
|
Adapt mentions of future changes in doc
|
2012-07-02 17:46:40 -04:00 |
mailcap.rst
|
…
|
|
markup.rst
|
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
|
2012-03-05 16:44:49 +01:00 |
marshal.rst
|
…
|
|
math.rst
|
…
|
|
md5.rst
|
…
|
|
mhlib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
mimetools.rst
|
…
|
|
mimetypes.rst
|
porting mimetype doc changes from 3.2.
|
2011-12-23 11:08:31 +08:00 |
mimewriter.rst
|
…
|
|
mimify.rst
|
…
|
|
miniaeframe.rst
|
…
|
|
misc.rst
|
…
|
|
mm.rst
|
…
|
|
mmap.rst
|
…
|
|
modulefinder.rst
|
…
|
|
modules.rst
|
…
|
|
msilib.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
msvcrt.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
multifile.rst
|
…
|
|
multiprocessing.rst
|
Make call of os.getppid() conditional: it is not available on Windows.
|
2012-07-01 09:47:54 +02:00 |
mutex.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
netdata.rst
|
…
|
|
netrc.rst
|
…
|
|
new.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
nis.rst
|
…
|
|
nntplib.rst
|
…
|
|
numbers.rst
|
…
|
|
numeric.rst
|
…
|
|
operator.rst
|
note the blinding speed of these functions
|
2011-12-20 10:12:41 -06:00 |
optparse.rst
|
fixing typos in optparse doc
|
2011-11-16 06:01:14 +02:00 |
os.path.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
os.rst
|
Restore [] where default arguments are not keywords
|
2012-05-22 15:22:14 +02:00 |
ossaudiodev.rst
|
Restore [] where default arguments are not keywords
|
2012-05-22 15:22:14 +02:00 |
othergui.rst
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
|
2011-12-04 23:56:30 +01:00 |
parser.rst
|
Adapt mentions of future changes in doc
|
2012-07-02 17:46:40 -04:00 |
pdb.rst
|
…
|
|
persistence.rst
|
…
|
|
pickle.rst
|
#13426: fix typo in pickle doc.
|
2011-11-18 13:41:58 +02:00 |
pickletools.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
pipes.rst
|
…
|
|
pkgutil.rst
|
…
|
|
platform.rst
|
merge from fb225c289bf0
|
2012-02-01 15:17:39 -06:00 |
plistlib.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
popen2.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
poplib.rst
|
…
|
|
posix.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
posixfile.rst
|
…
|
|
pprint.rst
|
…
|
|
profile.rst
|
Remove an unneeded footnote.
|
2012-07-01 09:40:16 +02:00 |
pty.rst
|
…
|
|
pwd.rst
|
…
|
|
py_compile.rst
|
…
|
|
pyclbr.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
pydoc.rst
|
…
|
|
pyexpat.rst
|
…
|
|
python.rst
|
…
|
|
queue.rst
|
Improve the grammar of a non-sentence.
|
2012-05-08 21:29:36 -04:00 |
quopri.rst
|
…
|
|
random.rst
|
…
|
|
re.rst
|
#14519: fix the regex used in the scanf example.
|
2012-04-29 11:47:28 +03:00 |
readline.rst
|
…
|
|
repr.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
resource.rst
|
…
|
|
restricted.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
rexec.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
rfc822.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
rlcompleter.rst
|
…
|
|
robotparser.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
runpy.rst
|
…
|
|
sched.rst
|
#13278: fix typo.
|
2011-10-28 12:22:25 +03:00 |
scrolledtext.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
select.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
sets.rst
|
…
|
|
sgi.rst
|
…
|
|
sgmllib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
sha.rst
|
…
|
|
shelve.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
shlex.rst
|
Note that the #1548891 fix indirectly fixes shlex (#6988, #1170)
|
2011-10-23 04:37:51 +02:00 |
shutil.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
signal.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
simplehttpserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
simplexmlrpcserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
site.rst
|
…
|
|
smtpd.rst
|
…
|
|
smtplib.rst
|
…
|
|
sndhdr.rst
|
…
|
|
socket.rst
|
Issue #15060: better fix, thanks to review on #python-dev
|
2012-06-14 00:36:54 +02:00 |
socketserver.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
someos.rst
|
…
|
|
spwd.rst
|
…
|
|
sqlite3.rst
|
Minor fixups.
|
2012-04-18 00:25:32 -04:00 |
ssl.rst
|
Issue #13747: fix SSL compatibility table.
|
2012-01-09 21:43:18 +01:00 |
stat.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
statvfs.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
stdtypes.rst
|
#14957: fix doc typo.
|
2012-06-02 11:21:31 -04:00 |
string.rst
|
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
|
2012-05-12 23:29:06 +02:00 |
stringio.rst
|
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
|
2011-10-22 21:26:01 +02:00 |
stringprep.rst
|
…
|
|
strings.rst
|
…
|
|
struct.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
subprocess.rst
|
#15375: remove duplicated word 'child'
|
2012-07-16 22:31:32 -04:00 |
sun.rst
|
…
|
|
sunau.rst
|
…
|
|
sunaudio.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
symbol.rst
|
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
|
2012-01-05 19:05:44 +01:00 |
symtable.rst
|
…
|
|
sys.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
sysconfig.rst
|
Fix typo (#13467)
|
2012-02-26 01:29:09 +01:00 |
syslog.rst
|
#14416: add missing LOG_SYSLOG facility to syslog docs.
|
2012-03-29 06:47:59 -04:00 |
tabnanny.rst
|
…
|
|
tarfile.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
telnetlib.rst
|
…
|
|
tempfile.rst
|
…
|
|
termios.rst
|
…
|
|
test.rst
|
Issue #14554: correct example for captured_stdout()
|
2012-04-24 18:38:59 +02:00 |
textwrap.rst
|
…
|
|
thread.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
threading.rst
|
#14823: Simplify threading.Lock.acquire argument discussion.
|
2012-05-17 09:15:02 -04:00 |
time.rst
|
Fix time.time() references in the time module docs
|
2012-05-18 21:19:18 +03:00 |
timeit.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
tix.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
tk.rst
|
…
|
|
tkinter.rst
|
Issue #15041: Update "see also" list in tkinter documentation.
|
2012-07-26 17:19:40 +03:00 |
token.rst
|
…
|
|
tokenize.rst
|
The StopIteration API applies to both tokenize() and generate_tokens()
|
2012-07-01 20:00:09 -07:00 |
trace.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
traceback.rst
|
…
|
|
ttk.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
tty.rst
|
…
|
|
turtle.rst
|
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@
|
2011-10-31 10:08:14 +01:00 |
types.rst
|
…
|
|
undoc.rst
|
…
|
|
unicodedata.rst
|
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
|
2012-01-16 08:42:32 +02:00 |
unittest.rst
|
#14558: document the module, argv, and testLoader args of unittest.main.
|
2012-04-30 19:05:57 +03:00 |
unix.rst
|
…
|
|
urllib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
urllib2.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
urlparse.rst
|
urlparse docs clean up
|
2012-06-28 21:07:32 -07:00 |
user.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
userdict.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
uu.rst
|
…
|
|
uuid.rst
|
#13499: fix example adding >>> before the comments.
|
2011-12-02 19:26:48 +02:00 |
warnings.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
wave.rst
|
…
|
|
weakref.rst
|
…
|
|
webbrowser.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
whichdb.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
windows.rst
|
…
|
|
winsound.rst
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
wsgiref.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
xdrlib.rst
|
…
|
|
xml.dom.minidom.rst
|
#14804: Remove [] around optional arguments with default values
|
2012-05-22 10:27:40 +02:00 |
xml.dom.pulldom.rst
|
…
|
|
xml.dom.rst
|
…
|
|
xml.etree.elementtree.rst
|
…
|
|
xml.sax.handler.rst
|
…
|
|
xml.sax.reader.rst
|
…
|
|
xml.sax.rst
|
…
|
|
xml.sax.utils.rst
|
…
|
|
xmllib.rst
|
…
|
|
xmlrpclib.rst
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
zipfile.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |
zipimport.rst
|
…
|
|
zlib.rst
|
Improve interlinking of archiving/compression modules docs.
|
2012-02-26 01:10:14 +01:00 |