..
2to3.rst
Issue #13930: Adds ability for 2to3 to write its output to a different
14 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
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
14 years ago
argparse.rst
Merge 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 fixes for #1326113 and #12297 from 3.2
14 years ago
audioop.rst
Fix copy-paste error in example.
16 years ago
base64.rst
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
14 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
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
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
merge heads (#13887)
14 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
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
14 years ago
copyreg.rst
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions.
14 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
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
14 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
14 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
merge with 3.2
14 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
typo
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
merge with 3.2
14 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
Merge: #13989: Document that GzipFile does not support text mode.
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
Closes #13944: fix capitalization of class name.
14 years ago
html.entities.rst
Closes #12391: temporary files are now cleaned up.
15 years ago
html.parser.rst
#14020: improve HTMLParser documentation.
14 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
Update importlib.invalidate_caches() to be more general.
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 #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
14 years ago
ipc.rst
Convert all "i" docs to new style optional args.
17 years ago
itertools.rst
merge
14 years ago
json.rst
Document json.dump ensure_ascii parameter (#13770)
14 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
Use ASCII quotes and fix markup.
14 years ago
logging.rst
Merge 3.2
14 years ago
lzma.rst
Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8).
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
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
14 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
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
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
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
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
fix Sphinx error in os.rst
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
Improve packaging.database documentation
14 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 #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions.
14 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
merge from 3.2
14 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
#14155: 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
Add missing 'versionadded' for shlex.quote; closes #14165
14 years ago
shutil.rst
shutil copy module reference doc fix.
14 years ago
signal.rst
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
14 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
Fix invalid markup and update suspicious ignores.
14 years ago
socketserver.rst
merged from 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 branch '3.2'
14 years ago
ssl.rst
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
14 years ago
stat.rst
Use attribute access instead of index access for namedtuple.
15 years ago
stdtypes.rst
Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon.
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
Fix invalid markup and update suspicious ignores.
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
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
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
Issue #13846: Enhance time.monotonic() documentation
14 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 #2134: Add support for tokenize.TokenInfo.exact_type.
14 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
adjust docs for unicode 6.1
14 years ago
unittest.rst
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
Add missing versionadded in webbrowser doc.
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
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
14 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 #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
14 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
Improve interlinking of archiving/compression modules docs.
14 years ago
zipimport.rst
Replace mentions of IOError
15 years ago
zlib.rst
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
14 years ago