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.
 
 
 
 
 
 
Hynek Schlawack 51b2ed51f0 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client 14 years ago
..
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 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. 14 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 #14034: merge argparse tutorial from 3.2. 14 years ago
array.rst Remove mention of narrow/wide builds and update array doc, add a test. 14 years ago
ast.rst remove ast.__version__ (closes #12273) 15 years ago
asynchat.rst remove unused import in asyncore doc 14 years ago
asyncore.rst remove unused import in asyncore doc 14 years ago
atexit.rst Merge fixes for #1326113 and #12297 from 3.2 14 years ago
audioop.rst Fix copy-paste error in example. 15 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 Issue11352 - Update cgi module docs 14 years ago
cgitb.rst Update signature style of optional arguments, part two. 17 years ago
chunk.rst Fix some mentions of IOError 14 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 Move ChainMap versionadded to be less ambiguous. 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. 14 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 #13709: some fixes to the ctypes documentation. In addition to fixing 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 #14766: Add correct algorithm for when a 'time' object is naive. 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 Use the same exception hierarchy as decimal.py. FloatOperation now also 14 years ago
depgraph-output.png Add documentation for the packaging module. 15 years ago
development.rst Unsplit unittest.mock documentation 14 years ago
difflib.rst Beautify and modernize the SequenceMatcher example 15 years ago
dis.rst Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to 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 #11780: s/throw/raise/ 14 years ago
email.errors.rst Terminology fix: exceptions are raised, except in generator.throw(). 16 years ago
email.generator.rst merge #1440472: reflow 14 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 #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode 14 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 PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
faulthandler.rst Issue #12550: Add chain optional argument to faulthandler.register() 15 years ago
fcntl.rst Replace mentions of IOError 14 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. 14 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 Documentation typo. 14 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 Clarify that one should not use __import__() directly. Also mention 14 years ago
functools.rst merge with 3.2 14 years ago
gc.rst Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks. 14 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 14 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 Closes #13989: Add support for text modes to gzip.open(). 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 Add versionadded for hmac.secure_compare(). 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 Closes #14545: make clearer what was added. 14 years ago
http.client.rst #14809: Add HTTP status codes from RFC 6585 to http.server and http.client 14 years ago
http.cookiejar.rst Replace mentions of IOError 14 years ago
http.cookies.rst issue2193 - Update docs about the legal characters allowed in Cookie name 14 years ago
http.server.rst issue6085 - update docs in default branch 14 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 Issue #13959: Document imp.find_module/load_module as deprecated. 14 years ago
importlib.rst Add importlib.util.resolve_name(). 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 Issue #13959: Deprecate imp.get_suffixes() for new attributes on 14 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 Fix highlight and spacing in json example. 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 Updated handler documentation. 14 years ago
logging.rst Merged updates to logging reference and HOWTO from 3.2. 14 years ago
lzma.rst Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. 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. 14 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 14 years ago
multiprocessing.rst Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 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 Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 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 Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 14 years ago
ossaudiodev.rst Replace mentions of IOError 14 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. 14 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. 14 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 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases 14 years ago
persistence.rst Switch more function arguments docs to new-style. 17 years ago
pickle.rst Some nits in the pickle docs. 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. 15 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 Improve the grammar of a non-sentence. 14 years ago
quopri.rst Missed two source links 15 years ago
random.rst merge with 3.2 14 years ago
re.rst #14519: merge with 3.2. 14 years ago
readline.rst Replace mentions of IOError 14 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 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 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 Issue #14082: shutil.copy2() now copies extended attributes, if possible. 14 years ago
signal.rst Fix formatting 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 Issue #14310: inter-process socket duplication for windows 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 Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. 14 years ago
stat.rst #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. 14 years ago
stdtypes.rst PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
string.rst correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ 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' 14 years ago
subprocess.rst Merge #14481: fix formatting of example in subprocess docs. 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 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. 14 years ago
tabnanny.rst More source links. 15 years ago
tarfile.rst Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. 14 years ago
telnetlib.rst Replace mentions of socket.error. 14 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 Issue #14554: merge with 3.2 14 years ago
textwrap.rst Separate source link from main text. 15 years ago
threading.rst Improve the threading.Condition docs. 14 years ago
time.rst strip is_ prefixes on clock_info fields 14 years ago
timeit.rst Update timeit documentation w.r.t default timer changes. 14 years ago
tk.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 years ago
tkinter.rst issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc 14 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 Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 14 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.mock-examples.rst Closes issue 14636. mock objects raise exceptions from an iterable side_effect 14 years ago
unittest.mock.rst Closes issue 14636. mock objects raise exceptions from an iterable side_effect 14 years ago
unittest.rst #14558: 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 14 years ago
urllib.parse.rst Explain the use of charset parameter with Content-Type header. Issue11082 14 years ago
urllib.request.rst issue14427 - Document Request.get_header and Request.header_items 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 Remove webbrowser doc reference to the previously removed internet-config option. 14 years ago
windows.rst #2879: rename _winreg to winreg. 18 years ago
winreg.rst Replace mentions of WindowsError 14 years ago
winsound.rst Migrate to Sphinx 1.0 C language constructs. 15 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 Issue #14202: some additional doc fixes 14 years ago
xml.dom.rst merge 11164 15 years ago
xml.etree.elementtree.rst Issue #14006: improve the documentation of xml.etree.ElementTree 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. 15 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 Issue #14366: Support lzma compression in zip files. 14 years ago
zipimport.rst Replace mentions of IOError 14 years ago
zlib.rst Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) 14 years ago