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.
 
 
 
 
 
 
Alexander Belopolsky 8141cc7f88 Issues #11024: Fixes and additional tests for Time2Internaldate. 14 years ago
..
2to3.rst Issue #13930: Adds ability for 2to3 to write its output to a different 14 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 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. 15 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. 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 Add a function bz2.open(), to match gzip.open(). 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 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 15 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 Fix indentation of method and attribute examples. 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 Typo fix 14 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 Issue #9527: datetime.astimezone() method will now supply a class 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 Implemented PEP 405 (Python virtual environments). 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 #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 #12515: email now registers a defect if the MIME end boundary is missing. 14 years ago
email.generator.rst Update pydoc topics and fix new suspicious markup. 14 years ago
email.header.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.headerregistry.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 #1672568: email now registers defects for base64 payload format errors. 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.policy.rst #10839: raise an error on add of duplicate unique headers in new email policies 14 years ago
email.rst #11785: fix the :mod: references in email package submodule titles. 14 years ago
email.util.rst #11785: fix the :mod: references in email package submodule titles. 14 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 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 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore 14 years ago
functools.rst Add usage note. 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 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 Add fileobj support 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 Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac 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 Avoid useless indentation. 14 years ago
http.cookiejar.rst #14804: Remove [] around optional arguments with default values 14 years ago
http.cookies.rst issue2193 - Update docs about the legal characters allowed in Cookie name 14 years ago
http.server.rst Issue 14989: http.server --cgi option can enable the CGI http server. 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). 16 years ago
imaplib.rst Issues #11024: Fixes and additional tests for Time2Internaldate. 14 years ago
imghdr.rst More source links 15 years ago
imp.rst Move import lock-related functions to a separate doc section. 14 years ago
importlib.rst Issue #14938: importlib.abc.SourceLoader.is_package() now takes the 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 Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) 14 years ago
intro.rst Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from 17 years ago
io.rst Closes #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
ipaddress.rst Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) 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 `versionchanged` tags for json.load 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 Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's preferred locale encoding 14 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 Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion. 14 years ago
lzma.rst Make lzma.{encode,decode}_filter_properties private. 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 #15064: Use with-blocks for some examples in docs. 14 years ago
netdata.rst remove the rfc822 module 18 years ago
netrc.rst More source links 15 years ago
nis.rst #14804: Remove [] around optional arguments with default values 14 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 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck 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 #14626: Large refactoring of functions / parameters in the os module. 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
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 #14804: Remove [] around optional arguments with default values 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 #14804: Remove [] around optional arguments with default values 14 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. 15 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 Closes issue #14982: Document that pkgutil's walk_packages() and 14 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 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 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 (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 Restore [] where default arguments are not keywords 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 #444582: shutil.which() respects relative paths. 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 #8739: upgrade smtpd to RFC 5321 and 1870. 14 years ago
smtplib.rst merge 3.2 14 years ago
sndhdr.rst More source links 15 years ago
socket.rst Issue #15060: merge with 3.2 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 #14804: Remove [] around optional arguments with default values 14 years ago
ssl.rst Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. 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 #14957: fix doc typo. 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' 15 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 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues 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. 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 Issue #14554: merge with 3.2 14 years ago
textwrap.rst Close #13857: Added textwrap.indent() function (initial patch by Ezra 14 years ago
threading.rst Remove outdated statements about threading and imports. 14 years ago
time.rst Issue #9527: tm_gmtoff has 'correct' sign. 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 16 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 16 years ago
turtle-star.png Issue #7061: Added a 'Turtle star' sidebar 16 years ago
turtle-star.ps Issue #7061: Added a 'Turtle star' sidebar 16 years ago
turtle.rst Issue #12666: Clarifying changes in map for Python 3 15 years ago
types.rst Eric Snow's implementation of PEP 421. 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 unittest.mock minor doc update 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 15 years ago
urllib.parse.rst Explain the use of charset parameter with Content-Type header. Issue11082 14 years ago
urllib.request.rst Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. 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
venv.rst Update pydoc topics and fix new suspicious markup. 14 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 Fix #14943. Merge 3.2 14 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 Issue #14202: some additional doc fixes 14 years ago
xml.dom.rst merge 11164 15 years ago
xml.etree.elementtree.rst fix trailing whitespace 14 years ago
xml.sax.handler.rst Fix latex conversion glitch in property/feature descriptions. 16 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 Issue #14366: Support lzma compression in zip files. 14 years ago
zipimport.rst Replace mentions of IOError 15 years ago
zlib.rst Document the rest of zlib.compressobj()'s arguments. 14 years ago