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.
 
 
 
 
 
 
Ezio Melotti 443f000bdd #14155: remove duplication about search vs match in re doc. 14 years ago
..
2to3.rst Issue #13930: Adds ability for 2to3 to write its output to a different 14 years ago
__future__.rst Merge 3.1 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 #8844: Regular and recursive lock acquisitions can now be interrupted 15 years ago
abc.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
aifc.rst Missing source links. 15 years ago
allos.rst Logging documentation reorganised. 15 years ago
archiving.rst Improve interlinking of archiving/compression modules docs. 14 years ago
argparse.rst Add missing “::” markup. 14 years ago
array.rst Obsolete aliases needn't be documented 15 years ago
ast.rst Issue #11000 ast.parse parses source, not just expressions. 15 years ago
asynchat.rst Missing source links. 15 years ago
asyncore.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
atexit.rst Improve doc for atexit.register and unregister (#12297) 14 years ago
audioop.rst Fix copy-paste error in example. 15 years ago
base64.rst Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 15 years ago
bdb.rst More source links. 15 years ago
binascii.rst Consistency check for versionadded/changed directives. 16 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 Few typos in the documentation. 14 years ago
bz2.rst Branch merge 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 Update signature style of optional arguments, part two. 17 years ago
cmath.rst Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. 16 years ago
cmd.rst #12940: fix cmd example. Patch by Tim Chase. 15 years ago
code.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
codecs.rst Refactor a bit the codecs doc. 14 years ago
codeop.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
collections.rst note that get() is not affected by default_factory (closes #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 Remove duplication. 14 years ago
configparser.rst removed misleading editing leftovers 15 years ago
constants.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 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 remove references to cPickle 16 years ago
crypt.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
crypto.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
csv.rst Merge 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 #10570: curses.tigetstr() is now expecting a byte string, instead of a 14 years ago
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
datatypes.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
datetime.rst correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ 14 years ago
dbm.rst Merge 3.1 15 years ago
debug.rst remove hotshot profiler from Py3k 19 years ago
decimal.rst #13730 grammar fix 14 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 Separate source link from main text. 15 years ago
distutils.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
doctest.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 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 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. 15 years ago
email.header.rst Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 15 years ago
email.iterators.rst Use new optional argument style in email docs. 17 years ago
email.message.rst Remove duplication. 14 years ago
email.mime.rst Merged revisions 77412 via svnmerge from 16 years ago
email.parser.rst Fix #13900: resolve self-referential description of a parameter. 14 years ago
email.rst Fixing some sphinx inline directives - detected using ``make check``. 15 years ago
email.util.rst #8989: add 'domain' keyword to make_msgid. 15 years ago
errno.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
exceptions.rst bytes() can't be used to get a representation of an object. 14 years ago
fcntl.rst Migrate to Sphinx 1.0 C language constructs. 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 Separate source link from main text. 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 15 years ago
ftplib.rst Issue 11263: Fix link to source code. 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 #11633 At least 2 people prefer earlier revision. 14 years ago
functools.rst #13852: some small doc fixes. 14 years ago
gc.rst Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 15 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 Fix a typo and a broken link (part of #10536). 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 Issue #13989: Document that GzipFile does not support text mode. 14 years ago
hashlib.rst More source links 15 years ago
heapq.rst Clean-up and improve the priority queue example in the heapq docs. 14 years ago
hmac.rst Closes #13944: fix capitalization of class name. 14 years ago
html.entities.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
html.parser.rst #14020: improve HTMLParser documentation. 14 years ago
html.rst More source links. 15 years ago
http.client.rst fix to sent/send typo 14 years ago
http.cookiejar.rst Merge doc touchups from 3.1 15 years ago
http.cookies.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
http.server.rst More source links 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 Few typos in the documentation. 14 years ago
imghdr.rst More source links 15 years ago
imp.rst Remove mentions of the Demo directory. 15 years ago
importlib.rst Fix a few doc errors, mostly undefined keywords. 15 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 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. 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 Add usage note 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 #3067: Enhance the documentation and docstring of locale.setlocale() 14 years ago
logging.config.rst Issue #12718: Add documentation on using custom importers. 15 years ago
logging.handlers.rst Fix markup to get a target instead of a comment 15 years ago
logging.rst Use const markup instead of a misleading string literal 14 years ago
macpath.rst Signature documentation style update, modules J, K, L and M. 17 years ago
mailbox.rst Remove duplication. 14 years ago
mailcap.rst More source links 15 years ago
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. 15 years ago
marshal.rst Merged revisions 74633 via svnmerge from 17 years ago
math.rst Fix markup and wording. 15 years ago
mimetypes.rst Issue12798 - Update mimetypes documentation. Correct the doc section where 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 Remove duplication. 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 Migrate to Sphinx 1.0 C language constructs. 15 years ago
multiprocessing.rst Issue #11836: document multiprocessing.queues.SimpleQueue 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 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
numbers.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 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 fixing typos in optparse doc 14 years ago
os.path.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
os.rst Issue #13772: In os.symlink() under Windows, do not try to guess the link 14 years ago
ossaudiodev.rst Fix “anyways” (following R. David Murray in 4d5a546b6186) 15 years ago
othergui.rst Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK 14 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 #13426: fix typos in pickle doc. 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 Add a hint that CSD == Service Pack. 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 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 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 Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from 16 years ago
queue.rst Separate source link from main text. 15 years ago
quopri.rst Missed two source links 15 years ago
random.rst Add info from the docstring for random.gammavariate() to the docs. 15 years ago
re.rst #14155: remove duplication about search vs match in re doc. 14 years ago
readline.rst Merge doc touchups from 3.1 15 years ago
reprlib.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
resource.rst Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. 15 years ago
rlcompleter.rst More source links 15 years ago
runpy.rst Fix indentation 15 years ago
sched.rst #13278: fix typo. 14 years ago
select.rst Fix the description of PIPE_BUF 15 years ago
shelve.rst Issue #11141: Fix the shelve documentation to use a list, not a range object. 15 years ago
shlex.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
shutil.rst shutil copy module reference doc fix. 14 years ago
signal.rst Migrate to Sphinx 1.0 C language constructs. 15 years ago
site.rst Add documentation for PEP 370 features in distutils (#10745). 15 years ago
smtpd.rst More source links 15 years ago
smtplib.rst indicate msg is an argument 14 years ago
sndhdr.rst More source links 15 years ago
socket.rst Fix Issue #6005: Examples in the socket library documentation use sendall, 14 years ago
socketserver.rst Fix Issue #6005: Examples in the socket library documentation use sendall, 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 sqlite3: Fix documentation errors concerning Cursor.rowcount 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 14 years ago
string.rst remove spurious dot from string formatting example; thanks to Anthon van der Neut 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 Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. 15 years ago
subprocess.rst Fix markup errors. 14 years ago
sunau.rst More source links 15 years ago
symbol.rst Issue #11984: remove reference to parser, it's not showing symbol usage anymore 14 years ago
symtable.rst Merged revisions 81385 via svnmerge from 16 years ago
sys.rst Fix markup errors. 14 years ago
sysconfig.rst Fix typo (#13467) 14 years ago
syslog.rst correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ 14 years ago
tabnanny.rst More source links. 15 years ago
tarfile.rst Improve interlinking of archiving/compression modules docs. 14 years ago
telnetlib.rst More source links 15 years ago
tempfile.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
termios.rst Add cross-references to the glossary entry for file objects. 16 years ago
test.rst Change test.support docs to be more specific about the nature of this module. 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 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ 15 years ago
timeit.rst Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. 15 years ago
tk.rst Issue #7061: Dropped "for Tk" from turtle module title and moved its 15 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 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ 14 years ago
token.rst Issue #13632: Update token documentation to reflect actual token types 14 years ago
tokenize.rst Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 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 document turtle done() function; thanks to Csaba Szepesvari from docs@ 14 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 #13715: fix typo in unicodedata doc. Patch by Eli Collins. 14 years ago
unittest.rst fix typo; thanks to Justin Watt from docs@ 14 years ago
unix.rst Last round of adapting style of documenting argument default values. 17 years ago
urllib.error.rst Last round of adapting style of documenting argument default values. 17 years ago
urllib.parse.rst Add a few missing source links from 2.7 and harmonize lib docs headers 15 years ago
urllib.request.rst 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 #13499: fix example adding >>> before the comments. 14 years ago
warnings.rst Mention logging.captureWarnings in the warnings module doc. 15 years ago
wave.rst More source links 15 years ago
weakref.rst More source links 15 years ago
webbrowser.rst More source links 15 years ago
windows.rst #2879: rename _winreg to winreg. 18 years ago
winreg.rst Implement #8521. Added named argument handling to winreg's CreateKeyEx, 16 years ago
winsound.rst Migrate to Sphinx 1.0 C language constructs. 15 years ago
wsgiref.rst Issue #11968 - the start_response header values in wsgiref shoudl be str not 15 years ago
xdrlib.rst issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. 15 years ago
xml.dom.minidom.rst merge 11164 15 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 #13138: add missing versionadded. 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 #12787: link original MultiCall proposal to webarchive and in a footnote 15 years ago
xmlrpc.server.rst Add missing source links. 15 years ago
zipfile.rst Improve interlinking of archiving/compression modules docs. 14 years ago
zipimport.rst Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
zlib.rst Improve interlinking of archiving/compression modules docs. 14 years ago