You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Brandl cba18fefdc merge with 3.3 13 years ago
..
2to3.rst add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 13 years ago
__future__.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
__main__.rst Move the 2.6 reST doc tree in place. 19 years ago
_dummy_thread.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_thread.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
abc.rst Fixup abc.ABC wording and add versionadded. 13 years ago
aifc.rst Issue #16486: Make aifc files work with 'with' as context managers. 13 years ago
allos.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
archiving.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
argparse.rst merge with 3.3 13 years ago
array.rst Issue #13072: The array module's 'u' format code is now deprecated and 14 years ago
ast.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asynchat.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asyncore.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
atexit.rst - Issue #15233: Python now guarantees that callables registered with 14 years ago
audioop.rst Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. 13 years ago
base64.rst Merge #15636: add versionadded for decodebytes 14 years ago
bdb.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
binary.rst Close #4966: revamp the sequence docs in order to better explain the state of modern Python 14 years ago
binascii.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
binhex.rst Update signature style of optional arguments, part two. 17 years ago
bisect.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
builtins.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bz2.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
calendar.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cgi.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cgitb.rst Update signature style of optional arguments, part two. 17 years ago
chunk.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cmath.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 16 years ago
cmd.rst merge 14 years ago
code.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
codecs.rst document that encoding error handlers may return bytes (#16585) 13 years ago
codeop.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
collections.abc.rst Issue #16711: Fix required method names for collections.Iterator 13 years ago
collections.rst Update example: Counter.subtract returns None, not self 13 years ago
colorsys.rst #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. 13 years ago
compileall.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
concurrency.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
concurrent.futures.rst Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) 13 years ago
concurrent.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
configparser.rst Fixes `parser.clean()` reported in issue #16820. 13 years ago
constants.rst #15429: Fix invalid mention of types.NoneType from None docs. 14 years ago
contextlib.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
copy.rst #11481: update copyreg docs and add example. 13 years ago
copyreg.rst #11481: merge with 3.2. 13 years ago
crypt.rst Now that it's possible, avoid timing attacks in the crypt module examples) 13 years ago
crypto.rst Now that it's possible, avoid timing attacks in the crypt module examples) 13 years ago
csv.rst #16053: merge with 3.2. 13 years ago
ctypes.rst merge #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: merge with 3.2 14 years ago
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
datatypes.rst Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section 14 years ago
datetime.rst Fix typo 13 years ago
dbm.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
debug.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
decimal.rst Issue #15783: Except for the number methods, the C version of decimal now 13 years ago
depgraph-output.png Issue #13590: Improve support for OS X Xcode 4: 14 years ago
development.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
difflib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dis.rst Issue #16538: correctly describe MAKE_CLOSURE in docs. 13 years ago
distutils.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
doctest.rst #16522: s/always 1/at most 1/. 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.encoders.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.errors.rst Fix a couple of versionadded/versionchanged related markup errors. 14 years ago
email.generator.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.header.rst fix doctest for email.header docs 14 years ago
email.headerregistry.rst Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). 14 years ago
email.iterators.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.message.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.mime.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.parser.rst update doctests 14 years ago
email.policy.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
email.util.rst Fix a couple of versionadded/versionchanged related markup errors. 14 years ago
errno.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
exceptions.rst Merge from 3.3 (issue #15209) 13 years ago
faulthandler.rst Closes #15969: rename new API to have consistent names in the faulthandler module. 13 years ago
fcntl.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
filecmp.rst #16154: merge with 3.2. 13 years ago
fileformats.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fileinput.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
filesys.rst Add cross-references to the glossary entry for file objects. 16 years ago
fnmatch.rst #16420: document a way to escape metacharacters in glob/fnmatch. 13 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 Remove debug output from example. 13 years ago
frameworks.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
ftplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 13 years ago
functional.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
functions.rst Add NEWS and docs for #9856 13 years ago
functools.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gc.rst Issue #16351: New function gc.get_stats() returns per-generation collection statistics. 13 years ago
getopt.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getpass.rst More conversion to new-style optional args. 17 years ago
gettext.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
glob.rst #16420: document a way to escape metacharacters in glob/fnmatch. 13 years ago
grp.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gzip.rst Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 13 years ago
hashlib.rst merge 3.3 (closes #16687) 13 years ago
heapq.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
hmac.rst Some tightening of the documentation for the new kwarg-style os module functionality. 14 years ago
html.entities.rst #15156: HTMLParser now uses the new "html.entities.html5" dictionary. 14 years ago
html.parser.rst Fix a couple of versionadded/versionchanged related markup errors. 14 years ago
html.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
http.client.rst #15831: merge with 3.2 14 years ago
http.cookiejar.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
http.cookies.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
http.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
http.server.rst Issue #16088: BaseHTTPRequestHandler's send_error method includes a 13 years ago
i18n.rst More conversion to new-style optional args. 17 years ago
idle.rst Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 13 years ago
imaplib.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
imghdr.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
imp.rst Issue #15053: Make sure all functions related to the import lock have 14 years ago
importlib.rst Issue #15627: This is simply an update to the name of a new method recently added 13 years ago
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 13 years ago
inspect.rst Issue #16243: add example for inspect.formatargspec 13 years ago
internet.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
intro.rst Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from 17 years ago
io.rst Merge fixes for #13614, #13512 and #7719 from 3.2 13 years ago
ipaddress.rst Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek 13 years ago
ipc.rst Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section 14 years ago
itertools.rst #15831: merge with 3.2 14 years ago
json.rst #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. 13 years ago
keyword.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
language.rst Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 16 years ago
linecache.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
locale.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
logging.config.rst Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. 13 years ago
logging.handlers.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
logging.rst Issue #16884: Merged doc fix from 3.2. 13 years ago
lzma.rst Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. 13 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. 13 years ago
mailcap.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
markup.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
marshal.rst Merged revisions 74633 via svnmerge from 17 years ago
math.rst #16154: merge with 3.2. 13 years ago
mimetypes.rst Issue #13590: Improve support for OS X Xcode 4: 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
modulefinder.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
modules.rst Signature documentation style update, modules J, K, L and M. 17 years ago
msilib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
msvcrt.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
multiprocessing.rst Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ 13 years ago
netdata.rst remove the rfc822 module 18 years ago
netrc.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
nis.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
nntplib.rst Issue #16717: get rid of socket.error, replace with OSError 13 years ago
numbers.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
numeric.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
operator.rst Fix markup. 13 years ago
optparse.rst #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. 14 years ago
os.path.rst merge #16877: Add mention that shell-style path expansions are not automatic. 13 years ago
os.rst Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
ossaudiodev.rst #15831: merge with 3.2 14 years ago
othergui.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
parser.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pdb.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
persistence.rst Switch more function arguments docs to new-style. 17 years ago
pickle.rst Fix method name in documentation (__setstate__ --> __getstate__) 13 years ago
pickletools.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pipes.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.rst Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) 14 years ago
platform.rst Issue #15527: fix docs, remove double parens by changing markup. 14 years ago
plistlib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
poplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 13 years ago
posix.rst Migrate to Sphinx 1.0 C language constructs. 15 years ago
pprint.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
profile.rst Issue #14900: document added sort keys for profile stats. 13 years ago
pty.rst pty.spawn() now returns the child process status as returned by os.waitpid(). 13 years ago
pwd.rst Switch more function arguments docs to new-style. 17 years ago
py_compile.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyclbr.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydoc.rst Issue #13590: Improve support for OS X Xcode 4: 14 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
quopri.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
random.rst #15831: merge with 3.2 14 years ago
re.rst #16304: merge with 3.2. 13 years ago
readline.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
reprlib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
resource.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rlcompleter.rst Issue #13590: Improve support for OS X Xcode 4: 14 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 Fix incorrect grammar in sched documentation. 13 years ago
select.rst Issue #16488: epoll() objects now support the `with` statement. 13 years ago
shelve.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shlex.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shutil.rst Issue #16719: Get rid of WindowsError. Use OSError instead 13 years ago
signal.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
site.rst #11643: merge with 3.2. 14 years ago
smtpd.rst Merge markup fixes in smtpd.rst with 3.2. 14 years ago
smtplib.rst MERGE: Closes #16789: :meth:`quit` links to constants instead of own module 13 years ago
sndhdr.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
socket.rst #15831: merge with 3.2 14 years ago
socketserver.rst Merge with 3.2 : 13 years ago
spwd.rst Last round of adapting style of documenting argument default values. 17 years ago
sqlite3.rst merge #13934: document sqlite version strings, use correct one in test. 13 years ago
ssl.rst Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. 13 years ago
stat.rst Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. 13 years ago
stdtypes.rst Add a str class entry to the "Text Sequence Type" section (issue #16209). 13 years ago
string.rst #16154: merge with 3.2. 13 years ago
stringprep.rst Last round of adapting style of documenting argument default values. 17 years ago
struct.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
subprocess.rst #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is 13 years ago
sunau.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
symbol.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
symtable.rst fix extra 't' #8778 16 years ago
sys.rst Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 13 years ago
sysconfig.rst #16135: Removal of OS/2 support (Docs) 13 years ago
syslog.rst #15831: merge with 3.2 14 years ago
tabnanny.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tarfile.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
telnetlib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tempfile.rst #9957: document that SpooledTemporaryFile.truncate now accepts a size arg 13 years ago
termios.rst Add cross-references to the glossary entry for file objects. 16 years ago
test.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
text.rst Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section 14 years ago
textwrap.rst Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. 14 years ago
threading.rst #10968: commit threading doc changes and corresponding whatsnew entry. 13 years ago
time.rst Fix typo noticed by Tom Lynn. 13 years ago
timeit.rst Issue #16261: fix bare excepts in Doc/ 13 years ago
tk.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
tkinter.rst Issue #14446: Remove deprecated tkinter functions 13 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
token.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tokenize.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
trace.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
traceback.rst Issue #16261: fix bare excepts in Doc/ 13 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 #13590: Improve support for OS X Xcode 4: 14 years ago
types.rst Fix typo. 14 years ago
undoc.rst Last round of adapting style of documenting argument default values. 17 years ago
unicodedata.rst #16681: merge with 3.3. 13 years ago
unittest.mock-examples.rst Use correct methods in unittest.mock examples. 13 years ago
unittest.mock.rst Fix typo in mock docs. 13 years ago
unittest.rst merge from 3.2 13 years ago
unix.rst Last round of adapting style of documenting argument default values. 17 years ago
urllib.error.rst Fix Issue15701 : add .headers attribute to urllib.error.HTTPError 13 years ago
urllib.parse.rst Merge with main repo default branch. 13 years ago
urllib.request.rst Add a missing versionadded. 13 years ago
urllib.robotparser.rst Review the doc changes for the urllib package creation. 18 years ago
urllib.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
uu.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
uuid.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
venv.rst Closes #15776: pyvenv now works with existing directories. 13 years ago
warnings.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
wave.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
weakref.rst Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. 13 years ago
webbrowser.rst merge with 3.2 14 years ago
windows.rst #2879: rename _winreg to winreg. 18 years ago
winreg.rst Issue #16197: Fix several small errors in winreg documentation. 13 years ago
winsound.rst Migrate to Sphinx 1.0 C language constructs. 15 years ago
wsgiref.rst Fix markup for versionchanged sphinx directive. 14 years ago
xdrlib.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xml.dom.minidom.rst Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me. 14 years ago
xml.dom.pulldom.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xml.dom.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xml.etree.elementtree.rst Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. 13 years ago
xml.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 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 Fix a couple of versionadded/versionchanged related markup errors. 14 years ago
xmlrpc.client.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xmlrpc.rst Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". 13 years ago
xmlrpc.server.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
zipfile.rst Issue #16025: Minor corrections to the zipfile documentation. 13 years ago
zipimport.rst Issue #13590: Improve support for OS X Xcode 4: 14 years ago
zlib.rst Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 13 years ago