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.
 
 
 
 
 
 
Andrew Svetlov 33f87a59b8 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. 14 years ago
..
2to3.rst Use Python 3 instead of 3.0. 14 years ago
__builtin__.rst Add links from builtins module docs to built-in functions and constants docs 15 years ago
__future__.rst #14494: Document that absolute imports became default in 3.0 instead of 2.7. 14 years ago
__main__.rst Move the 2.6 reST doc tree in place. 19 years ago
_winreg.rst Use Python 3 instead of 3.0. 14 years ago
abc.rst Backport source links from 3.x. 15 years ago
aepack.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
aetools.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
aetypes.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
aifc.rst Backport source links from 3.x. 15 years ago
al.rst Use Python 3 instead of 3.0. 14 years ago
allos.rst Issue #11794: Reorganised logging documentation. 15 years ago
anydbm.rst Use Python 3 instead of 3.0. 14 years ago
archiving.rst Improve interlinking of archiving/compression modules docs. 14 years ago
argparse.rst add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ 14 years ago
array.rst null merge from 2.6 14 years ago
ast.rst Backport source links from 3.x. 15 years ago
asynchat.rst null merge from 2.6 14 years ago
asyncore.rst null merge from 2.6 14 years ago
atexit.rst null merge from 2.6 14 years ago
audioop.rst Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 15 years ago
autogil.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
base64.rst Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from 15 years ago
basehttpserver.rst Use Python 3 instead of 3.0. 14 years ago
bastion.rst Use Python 3 instead of 3.0. 14 years ago
bdb.rst #14804: Remove [] around optional arguments with default values 14 years ago
binascii.rst Use Python 3 instead of 3.0. 14 years ago
binhex.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
bisect.rst Make the example cut and pasteable. 14 years ago
bsddb.rst Use Python 3 instead of 3.0. 14 years ago
bz2.rst Improve interlinking of archiving/compression modules docs. 14 years ago
calendar.rst Backport source links from 3.x. 15 years ago
carbon.rst Use Python 3 instead of 3.0. 14 years ago
cd.rst Use Python 3 instead of 3.0. 14 years ago
cgi.rst complete cgi.parse() signature; thanks to Aaron Bingham from docs@ 14 years ago
cgihttpserver.rst Use Python 3 instead of 3.0. 14 years ago
cgitb.rst At least separate imports from other statements. 17 years ago
chunk.rst reformat some documentation of classes so methods and attributes are under the class directive 18 years ago
cmath.rst Clarify that the rect, phase and polar functions work with radians. 16 years ago
cmd.rst Backport source links from 3.x. 15 years ago
code.rst Move the 2.6 reST doc tree in place. 19 years ago
codecs.rst null merge from 2.6 14 years ago
codeop.rst Demote warnings to notices where appropriate, following the goal that as few "red box" warnings 17 years ago
collections.rst Code cleanups 14 years ago
colorpicker.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
colorsys.rst More source links. 15 years ago
commands.rst Use Python 3 instead of 3.0. 14 years ago
compileall.rst Merged revisions 88402 via svnmerge from 15 years ago
compiler.rst Use Python 3 instead of 3.0. 14 years ago
configparser.rst Use Python 3 instead of 3.0. 14 years ago
constants.rst Add links from builtins module docs to built-in functions and constants docs 15 years ago
contextlib.rst Backport source links from 3.x. 15 years ago
cookie.rst Use Python 3 instead of 3.0. 14 years ago
cookielib.rst Use Python 3 instead of 3.0. 14 years ago
copy.rst null merge from 2.6 14 years ago
copy_reg.rst Use Python 3 instead of 3.0. 14 years ago
crypt.rst Use the preferred form of raise statements in the docs. 17 years ago
crypto.rst Merge #12417 followup, also removing an extra docstring 15 years ago
csv.rst Adapt mentions of future changes in doc 14 years ago
ctypes.rst null merge from 2.6 14 years ago
curses.ascii.rst Move the 2.6 reST doc tree in place. 19 years ago
curses.panel.rst Remove surplus empty lines and convert more files to new optional arg style. 17 years ago
curses.rst it's 'rather than'; reported by James Bateman on docs@ 15 years ago
custominterp.rst Move the 2.6 reST doc tree in place. 19 years ago
datatypes.rst Move the 2.6 reST doc tree in place. 19 years ago
datetime.rst issue13666 - Fixing datetime documentation example when using tzinfo 14 years ago
dbhash.rst Use Python 3 instead of 3.0. 14 years ago
dbm.rst Use Python 3 instead of 3.0. 14 years ago
debug.rst New documentation page for the bdb module. 19 years ago
decimal.rst Additional example of using decimal.localcontext(). 14 years ago
development.rst add some documentation for 2to3 18 years ago
difflib.rst #14804: Remove [] around optional arguments with default values 14 years ago
dircache.rst Use Python 3 instead of 3.0. 14 years ago
dis.rst Backport source links from 3.x. 15 years ago
distutils.rst Move the 2.6 reST doc tree in place. 19 years ago
dl.rst Use Python 3 instead of 3.0. 14 years ago
doctest.rst Merge #12417 followup, also removing an extra docstring 15 years ago
docxmlrpcserver.rst Use Python 3 instead of 3.0. 14 years ago
dumbdbm.rst Use Python 3 instead of 3.0. 14 years ago
dummy_thread.rst Use Python 3 instead of 3.0. 14 years ago
dummy_threading.rst Backport source links from 3.x. 15 years ago
easydialogs.rst fix some broken URLs 14 years ago
email-examples.rst Adding an example of reproducing the rfc822.Message() parsing. 16 years ago
email.charset.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.encoders.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.errors.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.generator.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.header.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.iterators.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.message.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.mime.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.parser.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.rst Some cleanup in the docs. 18 years ago
email.util.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
errno.rst Move the 2.6 reST doc tree in place. 19 years ago
exceptions.rst null merge from 2.6 14 years ago
fcntl.rst null merge from 2.6 14 years ago
filecmp.rst Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. 14 years ago
fileformats.rst #1555501: document plistlib and move it to the general library. 18 years ago
fileinput.rst Backport source links from 3.x. 15 years ago
filesys.rst Move the 2.6 reST doc tree in place. 19 years ago
fl.rst Use Python 3 instead of 3.0. 14 years ago
fm.rst Use Python 3 instead of 3.0. 14 years ago
fnmatch.rst Backport source links from 3.x. 15 years ago
formatter.rst #14804: Remove [] around optional arguments with default values 14 years ago
fpectl.rst Use source role to get links to files 14 years ago
fpformat.rst Use Python 3 instead of 3.0. 14 years ago
fractions.rst Backport source links from 3.x. 15 years ago
framework.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
frameworks.rst Move the 2.6 reST doc tree in place. 19 years ago
ftplib.rst Backport source links from 3.x. 15 years ago
functions.rst make documented file() kw names and actual ones agree (closes #15572) 14 years ago
functools.rst null merge from 2.6 14 years ago
future_builtins.rst builtin-ins -> builtins 16 years ago
gc.rst builtin -> built-in. 17 years ago
gdbm.rst Use Python 3 instead of 3.0. 14 years ago
gensuitemodule.rst Some cleanup in the docs. 18 years ago
getopt.rst null merge from 2.6 14 years ago
getpass.rst syntax fixup 18 years ago
gettext.rst Fix a typo and a broken link (part of #10536). 14 years ago
gl.rst Use Python 3 instead of 3.0. 14 years ago
glob.rst Backport source links from 3.x. 15 years ago
grp.rst Merged revisions 87238 via svnmerge from 15 years ago
gzip.rst Improve interlinking of archiving/compression modules docs. 14 years ago
hashlib.rst Backport source links from 3.x. 15 years ago
heapq.rst Clean-up and improve the priority queue example in the heapq docs. 14 years ago
hmac.rst null merge from 2.6 14 years ago
hotshot.rst #7388: "python".capitalize() in the Doc 16 years ago
htmllib.rst Use Python 3 instead of 3.0. 14 years ago
htmlparser.rst null merge from 2.6 14 years ago
httplib.rst #14804: Remove [] around optional arguments with default values 14 years ago
i18n.rst Move the 2.6 reST doc tree in place. 19 years ago
ic.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
idle.rst Fix usage of :option: in the docs (#9312). 15 years ago
imageop.rst Use Python 3 instead of 3.0. 14 years ago
imaplib.rst Backport source links from 3.x. 15 years ago
imgfile.rst Use Python 3 instead of 3.0. 14 years ago
imghdr.rst Backport source links from 3.x. 15 years ago
imp.rst minor .rst fix 14 years ago
importlib.rst Merged revisions 84945 via svnmerge from 15 years ago
imputil.rst Use Python 3 instead of 3.0. 14 years ago
index.rst Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. 16 years ago
inspect.rst null merge from 2.6 14 years ago
internet.rst Move the 2.6 reST doc tree in place. 19 years ago
intro.rst #6486: start with built in functions rather than "built in objects". 17 years ago
io.rst Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 14 years ago
ipc.rst Patch 10124 by Bill Janssen, docs for the new ssl code. 19 years ago
itertools.rst Fix leftover quote. 14 years ago
jpeg.rst Use Python 3 instead of 3.0. 14 years ago
json.rst Issue #5067: improve some json error messages. 14 years ago
keyword.rst Separate source link from main text. 15 years ago
language.rst move distutils.rst to different toc 16 years ago
linecache.rst Backport source links from 3.x. 15 years ago
locale.rst refer to time.strftime 14 years ago
logging.config.rst Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. 14 years ago
logging.handlers.rst Minor documentation tweak. 14 years ago
logging.rst Issue #15399: Added versionchanged for processName. 14 years ago
mac.rst Demote warnings to notices, part 2: stuff that is 2.x-only. 17 years ago
macos.rst null merge from 2.6 14 years ago
macosa.rst Fix for issue 81275: don't say that the MacPython OSA modules will get new development 16 years ago
macostools.rst Use Python 3 instead of 3.0. 14 years ago
macpath.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 18 years ago
mailbox.rst Adapt mentions of future changes in doc 14 years ago
mailcap.rst Backport source links from 3.x. 15 years ago
markup.rst Move xml.etree higher and xml.parsers.expat lower in the markup ToC. 14 years ago
marshal.rst #6757: complete the list of types that marshal can serialize. 17 years ago
math.rst trunc does use the special method, though 16 years ago
md5.rst Enable doctest running for several other documents. 18 years ago
mhlib.rst Use Python 3 instead of 3.0. 14 years ago
mimetools.rst deprecated mimetools 18 years ago
mimetypes.rst porting mimetype doc changes from 3.2. 14 years ago
mimewriter.rst Mark deprecated modules as such. 19 years ago
mimify.rst Mark deprecated modules as such. 19 years ago
miniaeframe.rst Move the 2.6 reST doc tree in place. 19 years ago
misc.rst Move the 2.6 reST doc tree in place. 19 years ago
mm.rst Move the 2.6 reST doc tree in place. 19 years ago
mmap.rst Merge #12417 followup, also removing an extra docstring 15 years ago
modulefinder.rst Backport source links from 3.x. 15 years ago
modules.rst Backport importlib in the form of providing importlib.import_module(). This has 17 years ago
msilib.rst null merge from 2.6 14 years ago
msvcrt.rst null merge from 2.6 14 years ago
multifile.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 17 years ago
multiprocessing.rst Make call of os.getppid() conditional: it is not available on Windows. 14 years ago
mutex.rst Use Python 3 instead of 3.0. 14 years ago
netdata.rst Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob 18 years ago
netrc.rst Backport source links from 3.x. 15 years ago
new.rst Use Python 3 instead of 3.0. 14 years ago
nis.rst Move the 2.6 reST doc tree in place. 19 years ago
nntplib.rst Backport source links from 3.x. 15 years ago
numbers.rst Improve glossary entry for ABCs. 15 years ago
numeric.rst Restore fractions.rst to the document tree. 18 years ago
operator.rst note the blinding speed of these functions 14 years ago
optparse.rst fixing typos in optparse doc 14 years ago
os.path.rst Use Python 3 instead of 3.0. 14 years ago
os.rst Restore [] where default arguments are not keywords 14 years ago
ossaudiodev.rst Restore [] where default arguments are not keywords 14 years ago
othergui.rst Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK 14 years ago
parser.rst Adapt mentions of future changes in doc 14 years ago
pdb.rst Issue #10902: Fix reference to run* methods 15 years ago
persistence.rst Move the 2.6 reST doc tree in place. 19 years ago
pickle.rst #13426: fix typo in pickle doc. 14 years ago
pickletools.rst #14804: Remove [] around optional arguments with default values 14 years ago
pipes.rst More source links 15 years ago
pkgutil.rst added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ 15 years ago
platform.rst null merge from 2.6 14 years ago
plistlib.rst #14804: Remove [] around optional arguments with default values 14 years ago
popen2.rst null merge from 2.6 14 years ago
poplib.rst Backport source links from 3.x. 15 years ago
posix.rst null merge from 2.6 14 years ago
posixfile.rst #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. 17 years ago
pprint.rst Backport source links from 3.x. 15 years ago
profile.rst Remove an unneeded footnote. 14 years ago
pty.rst platform we don't care about 16 years ago
pwd.rst Move the 2.6 reST doc tree in place. 19 years ago
py_compile.rst Backport source links from 3.x. 15 years ago
pyclbr.rst #14804: Remove [] around optional arguments with default values 14 years ago
pydoc.rst Backport source links from 3.x. 15 years ago
pyexpat.rst Merged revisions 87762 via svnmerge from 15 years ago
python.rst first version of the sysconfig module documentation 16 years ago
queue.rst Improve the grammar of a non-sentence. 14 years ago
quopri.rst Backport source links from 3.x. 15 years ago
random.rst it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ 14 years ago
re.rst #14519: fix the regex used in the scanf example. 14 years ago
readline.rst Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] 15 years ago
repr.rst Use Python 3 instead of 3.0. 14 years ago
resource.rst Move the 2.6 reST doc tree in place. 19 years ago
restricted.rst null merge from 2.6 14 years ago
rexec.rst Use Python 3 instead of 3.0. 14 years ago
rfc822.rst Use Python 3 instead of 3.0. 14 years ago
rlcompleter.rst Backport source links from 3.x. 15 years ago
robotparser.rst Use Python 3 instead of 3.0. 14 years ago
runpy.rst Backport source links from 3.x. 15 years ago
sched.rst #13278: fix typo. 14 years ago
scrolledtext.rst Use Python 3 instead of 3.0. 14 years ago
select.rst null merge from 2.6 14 years ago
sets.rst Link from deprecated sets module to builtins set and frozenset (#11238) 15 years ago
sgi.rst Move the 2.6 reST doc tree in place. 19 years ago
sgmllib.rst Use Python 3 instead of 3.0. 14 years ago
sha.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 18 years ago
shelve.rst #14804: Remove [] around optional arguments with default values 14 years ago
shlex.rst Note that the #1548891 fix indirectly fixes shlex (#6988, #1170) 14 years ago
shutil.rst #14804: Remove [] around optional arguments with default values 14 years ago
signal.rst null merge from 2.6 14 years ago
simplehttpserver.rst Use Python 3 instead of 3.0. 14 years ago
simplexmlrpcserver.rst Use Python 3 instead of 3.0. 14 years ago
site.rst Add documentation for PEP 370 features in distutils (#10745). 15 years ago
smtpd.rst Backport source links from 3.x. 15 years ago
smtplib.rst Backport source links from 3.x. 15 years ago
sndhdr.rst More source links 15 years ago
socket.rst Issue #15060: better fix, thanks to review on #python-dev 14 years ago
socketserver.rst Use Python 3 instead of 3.0. 14 years ago
someos.rst Put threading in front of thread 18 years ago
spwd.rst Move the 2.6 reST doc tree in place. 19 years ago
sqlite3.rst Minor fixups. 14 years ago
ssl.rst Issue #13747: fix SSL compatibility table. 14 years ago
stat.rst null merge from 2.6 14 years ago
statvfs.rst Use Python 3 instead of 3.0. 14 years ago
stdtypes.rst add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ 14 years ago
string.rst correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ 14 years ago
stringio.rst Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode 14 years ago
stringprep.rst Mark deprecated modules as such. 19 years ago
strings.rst Move the 2.6 reST doc tree in place. 19 years ago
struct.rst #14804: Remove [] around optional arguments with default values 14 years ago
subprocess.rst Issue #15501: Document exception classes in subprocess module. 14 years ago
sun.rst Move the 2.6 reST doc tree in place. 19 years ago
sunau.rst More source links 15 years ago
sunaudio.rst Use Python 3 instead of 3.0. 14 years ago
symbol.rst Issue #11984: remove reference to parser, it's not showing symbol usage anymore 14 years ago
symtable.rst fix extra 't' #8778 16 years ago
sys.rst Use Python 3 instead of 3.0. 14 years ago
sysconfig.rst Fix typo (#13467) 14 years ago
syslog.rst #14416: add missing LOG_SYSLOG facility to syslog docs. 14 years ago
tabnanny.rst Backport source links from 3.x. 15 years ago
tarfile.rst Use Python 3 instead of 3.0. 14 years ago
telnetlib.rst Backport source links from 3.x. 15 years ago
tempfile.rst Backport source links from 3.x. 15 years ago
termios.rst pep 8 defaults 17 years ago
test.rst Issue #14554: correct example for captured_stdout() 14 years ago
textwrap.rst Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. 14 years ago
thread.rst Use Python 3 instead of 3.0. 14 years ago
threading.rst #14823: Simplify threading.Lock.acquire argument discussion. 14 years ago
time.rst Fix time.time() references in the time module docs 14 years ago
timeit.rst #14804: Remove [] around optional arguments with default values 14 years ago
tix.rst Use Python 3 instead of 3.0. 14 years ago
tk.rst Added the ttk module. See issue #2983: Ttk support for Tkinter. 17 years ago
tkinter.rst Issue #15041: Update "see also" list in tkinter documentation. 14 years ago
token.rst More source links. 15 years ago
tokenize.rst The StopIteration API applies to both tokenize() and generate_tokens() 14 years ago
trace.rst #14804: Remove [] around optional arguments with default values 14 years ago
traceback.rst #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names. 16 years ago
ttk.rst #14804: Remove [] around optional arguments with default values 14 years ago
tty.rst Move the 2.6 reST doc tree in place. 19 years ago
turtle.rst document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@ 14 years ago
types.rst Backport source links from 3.x. 15 years ago
undoc.rst builtin -> built-in. 17 years ago
unicodedata.rst null merge from 2.6 14 years ago
unittest.rst #14558: document the module, argv, and testLoader args of unittest.main. 14 years ago
unix.rst Move the 2.6 reST doc tree in place. 19 years ago
urllib.rst Use Python 3 instead of 3.0. 14 years ago
urllib2.rst Use Python 3 instead of 3.0. 14 years ago
urlparse.rst urlparse docs clean up 14 years ago
user.rst Use Python 3 instead of 3.0. 14 years ago
userdict.rst Use Python 3 instead of 3.0. 14 years ago
uu.rst Backport source links from 3.x. 15 years ago
uuid.rst #13499: fix example adding >>> before the comments. 14 years ago
warnings.rst Use Python 3 instead of 3.0. 14 years ago
wave.rst Backport source links from 3.x. 15 years ago
weakref.rst Backport source links from 3.x. 15 years ago
webbrowser.rst add usage example from cli; thanks to Christian Clauss from docs@ 14 years ago
whichdb.rst Use Python 3 instead of 3.0. 14 years ago
windows.rst Add "Using Python on Windows" document, by Robert Lehmann. 18 years ago
winsound.rst null merge from 2.6 14 years ago
wsgiref.rst #14804: Remove [] around optional arguments with default values 14 years ago
xdrlib.rst Backport source links from 3.x. 15 years ago
xml.dom.minidom.rst #14804: Remove [] around optional arguments with default values 14 years ago
xml.dom.pulldom.rst Backport source links from 3.x. 15 years ago
xml.dom.rst - clarify Attr.name comment on the presence of colons in namespace mode 16 years ago
xml.etree.elementtree.rst #13138: add missing versionadded. Patch by Andreas Stührk. 14 years ago
xml.sax.handler.rst Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 15 years ago
xml.sax.reader.rst Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 15 years ago
xml.sax.rst Move the 2.6 reST doc tree in place. 19 years ago
xml.sax.utils.rst #1411695: clarify behavior of xml.sax.utils.[un]escape. 18 years ago
xmllib.rst reformat some documentation of classes so methods and attributes are under the class directive 18 years ago
xmlrpclib.rst Use Python 3 instead of 3.0. 14 years ago
zipfile.rst Improve interlinking of archiving/compression modules docs. 14 years ago
zipimport.rst Merge #12417 followup, also removing an extra docstring 15 years ago
zlib.rst Improve interlinking of archiving/compression modules docs. 14 years ago