.. |
2to3.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
__future__.rst
|
…
|
|
__main__.rst
|
…
|
|
_dummy_thread.rst
|
#17166: fix _dummy_thread import example.
|
2013-02-09 13:23:46 -05:00 |
_thread.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
abc.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
aifc.rst
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
|
2013-11-16 14:01:31 +02:00 |
allos.rst
|
…
|
|
archiving.rst
|
…
|
|
argparse.rst
|
merge with 3.3
|
2013-10-06 19:34:19 +02:00 |
array.rst
|
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
|
2013-06-09 01:04:21 +03:00 |
ast.rst
|
…
|
|
asynchat.rst
|
Fix markup of notes recommending asyncio.
|
2013-11-22 12:27:45 -08:00 |
asyncio.rst
|
Document create_connection
|
2013-11-23 13:55:35 +01:00 |
asyncore.rst
|
Fix markup of notes recommending asyncio.
|
2013-11-22 12:27:45 -08:00 |
atexit.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
audioop.rst
|
Issue #16685: Added support for any bytes-like objects in the audioop module.
|
2013-11-10 21:44:36 +02:00 |
base64.rst
|
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
|
2013-11-17 23:52:25 +01:00 |
bdb.rst
|
…
|
|
binary.rst
|
Close #4966: revamp the sequence docs in order to better explain the state of modern Python
|
2012-08-20 17:14:07 +10:00 |
binascii.rst
|
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
|
2013-11-03 13:21:38 -05:00 |
binhex.rst
|
…
|
|
bisect.rst
|
…
|
|
builtins.rst
|
…
|
|
bz2.rst
|
Issue #19223: Add support for the 'x' mode to the bz2 module.
|
2013-10-19 00:11:06 +02:00 |
calendar.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
cgi.rst
|
Issue #19198: Improved cross-references in the cgi module documentation.
|
2013-10-13 18:28:26 +03:00 |
cgitb.rst
|
Update signature style of optional arguments, part two.
|
2009-04-05 22:20:44 +00:00 |
chunk.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
cmath.rst
|
…
|
|
cmd.rst
|
…
|
|
code.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
codecs.rst
|
Close #7475: Restore binary & text transform codecs
|
2013-11-23 11:13:36 +10:00 |
codeop.rst
|
…
|
|
collections.abc.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
collections.rst
|
Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest.
|
2013-10-20 20:42:07 -07:00 |
colorsys.rst
|
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
|
2013-01-11 09:09:07 +02:00 |
compileall.rst
|
Fix example ignoring ".svn" directories in compileall.
|
2013-04-14 12:02:43 +02:00 |
concurrency.rst
|
Move select, selectors, asyncio to section 18 (IPC).
|
2013-11-22 11:56:46 -08:00 |
concurrent.futures.rst
|
Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell.
|
2013-10-26 04:49:55 +11:00 |
concurrent.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
configparser.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
constants.rst
|
…
|
|
contextlib.rst
|
Close #19403: make contextlib.redirect_stdout reentrant
|
2013-11-03 17:00:51 +10:00 |
copy.rst
|
#11481: update copyreg docs and add example.
|
2012-11-08 11:04:57 +02:00 |
copyreg.rst
|
#11481: merge with 3.2.
|
2012-11-08 11:06:01 +02:00 |
crypt.rst
|
Now that it's possible, avoid timing attacks in the crypt module examples)
|
2012-09-28 18:50:38 +05:30 |
crypto.rst
|
Now that it's possible, avoid timing attacks in the crypt module examples)
|
2012-09-28 18:50:38 +05:30 |
csv.rst
|
#16053: merge with 3.2.
|
2012-11-18 12:56:17 +02:00 |
ctypes.rst
|
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
|
2013-10-21 04:41:40 +03:00 |
curses.ascii.rst
|
…
|
|
curses.panel.rst
|
…
|
|
curses.rst
|
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
|
2013-10-29 08:10:36 +01:00 |
custominterp.rst
|
…
|
|
datatypes.rst
|
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
|
2013-06-14 00:30:27 -07:00 |
datetime.rst
|
merge with 3.3
|
2013-10-29 08:17:08 +01:00 |
dbm.rst
|
Close #19282: Native context management in dbm
|
2013-11-17 15:59:51 +10:00 |
debug.rst
|
Issue #18874: Implement the PEP 454 (tracemalloc)
|
2013-11-23 12:27:24 +01:00 |
decimal.rst
|
Issue #15783: Except for the number methods, the C version of decimal now
|
2012-12-15 22:33:33 +01:00 |
depgraph-output.png
|
…
|
|
development.rst
|
Close #19406: Initial implementation of ensurepip
|
2013-11-11 22:11:55 +10:00 |
difflib.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
dis.rst
|
Close #17916: dis.Bytecode based replacement for distb
|
2013-11-23 00:57:00 +10:00 |
distribution.rst
|
Close #19406: Initial implementation of ensurepip
|
2013-11-11 22:11:55 +10:00 |
distutils.rst
|
Fix typo. Spotted by Bo Bayles on docs@.
|
2013-10-06 13:24:49 +02:00 |
doctest.rst
|
#11390: convert doctest CLI to argparse and add -o and -f options.
|
2013-06-23 14:24:13 -04:00 |
dummy_threading.rst
|
Issue #16174: Fix suggested usage of dummy_threading module.
|
2012-10-09 13:44:16 +03:00 |
email-examples.rst
|
…
|
|
email.charset.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.contentmanager.rst
|
#18891: Complete new provisional email API.
|
2013-10-16 22:48:40 -04:00 |
email.encoders.rst
|
…
|
|
email.errors.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.generator.rst
|
…
|
|
email.header.rst
|
…
|
|
email.headerregistry.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.iterators.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.message.rst
|
#18891: Complete new provisional email API.
|
2013-10-16 22:48:40 -04:00 |
email.mime.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.parser.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
email.policy.rst
|
#18891: Complete new provisional email API.
|
2013-10-16 22:48:40 -04:00 |
email.rst
|
#18891: Complete new provisional email API.
|
2013-10-16 22:48:40 -04:00 |
email.util.rst
|
Issue #18761: Improved cross-references in email documentation.
|
2013-08-19 09:59:18 +03:00 |
ensurepip.rst
|
Close #19406: Initial implementation of ensurepip
|
2013-11-11 22:11:55 +10:00 |
enum.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
errno.rst
|
…
|
|
exceptions.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
faulthandler.rst
|
Update faulthandler docs.
|
2013-10-20 19:15:19 -07:00 |
fcntl.rst
|
#18985: Improve fcntl documentation.
|
2013-11-07 10:51:07 -05:00 |
filecmp.rst
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
|
2013-06-14 15:19:11 -07:00 |
fileformats.rst
|
…
|
|
fileinput.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
filesys.rst
|
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
|
2013-11-22 17:38:12 +01:00 |
fnmatch.rst
|
#16420: document a way to escape metacharacters in glob/fnmatch.
|
2012-11-17 17:38:11 +02:00 |
formatter.rst
|
Issue #18716: Deprecate the formatter module
|
2013-10-04 11:38:59 -04:00 |
fpectl.rst
|
…
|
|
fractions.rst
|
Document Fraction's numerator and denominator properties.
|
2013-09-09 19:57:37 -07:00 |
frameworks.rst
|
…
|
|
ftplib.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
functional.rst
|
…
|
|
functions.rst
|
Issue #19190: Improve cross-references in builtin types and functions documentation.
|
2013-10-09 14:03:24 +03:00 |
functools.rst
|
Fix functools.partialmethod docs and __all__
|
2013-11-04 23:32:16 +10:00 |
gc.rst
|
Issue #18589: fix hyperlinking of type slots (tp_*)
|
2013-08-01 21:14:43 +02:00 |
getopt.rst
|
…
|
|
getpass.rst
|
…
|
|
gettext.rst
|
#1098749: re-word gettext docs to not encourage using pygettext so much.
|
2013-11-19 11:05:20 -05:00 |
glob.rst
|
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
|
2013-11-22 17:38:12 +01:00 |
grp.rst
|
…
|
|
gzip.rst
|
Issue #19222: Add support for the 'x' mode to the gzip module.
|
2013-10-19 00:11:13 +02:00 |
hashlib.rst
|
Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0
|
2013-10-19 14:24:44 +02:00 |
heapq.rst
|
Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
|
2013-07-15 19:08:13 -07:00 |
hmac.rst
|
Issue #18775: Add name and block_size attribute to HMAC object. They now
|
2013-11-20 17:35:06 +01:00 |
html.entities.rst
|
#2927: Added the unescape() function to the html module.
|
2013-11-19 20:28:45 +02:00 |
html.parser.rst
|
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
|
2013-11-02 17:08:24 +02:00 |
html.rst
|
#2927: Added the unescape() function to the html module.
|
2013-11-19 20:28:45 +02:00 |
http.client.rst
|
merge with 3.3
|
2013-10-27 07:46:09 +01:00 |
http.cookiejar.rst
|
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
|
2013-05-23 05:27:38 -07:00 |
http.cookies.rst
|
…
|
|
http.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
http.server.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
i18n.rst
|
…
|
|
idle.rst
|
(merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
|
2013-07-01 00:52:18 -04:00 |
imaplib.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
imghdr.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
imp.rst
|
merge from 3.3
|
2013-10-25 13:49:20 -04:00 |
importlib.rst
|
Implement PEP 451 (ModuleSpec).
|
2013-11-22 09:05:39 -07:00 |
index.rst
|
Close #19406: Initial implementation of ensurepip
|
2013-11-11 22:11:55 +10:00 |
inspect.rst
|
Assorted 3.4 What's New updates
|
2013-10-27 01:57:34 +10:00 |
internet.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
intro.rst
|
…
|
|
io.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
ipaddress.rst
|
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
|
2013-10-24 09:47:10 -07:00 |
ipc.rst
|
Move select, selectors, asyncio to section 18 (IPC).
|
2013-11-22 11:56:46 -08:00 |
itertools.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
json.rst
|
Documenting that json.load may raise a ValueError.
|
2013-08-12 17:39:51 -04:00 |
keyword.rst
|
…
|
|
language.rst
|
…
|
|
linecache.rst
|
…
|
|
locale.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
logging.config.rst
|
Closes #18933: Merged update from 3.3.
|
2013-09-05 23:02:45 +01:00 |
logging.handlers.rst
|
Issue #19504: Used American spelling for 'customize'.
|
2013-11-15 20:58:47 +00:00 |
logging.rst
|
Issue #19504: Used American spelling for 'customize'.
|
2013-11-15 20:58:13 +00:00 |
lzma.rst
|
Issue #19201: Add support for the 'x' mode to the lzma module.
|
2013-10-19 00:06:19 +02:00 |
macpath.rst
|
…
|
|
mailbox.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
mailcap.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
markup.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:35:55 +01:00 |
marshal.rst
|
Issue #16475: Support object instancing, recursion and interned strings
|
2013-03-19 18:02:10 -07:00 |
math.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
mimetypes.rst
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
|
2013-10-22 19:27:34 +01:00 |
misc.rst
|
…
|
|
mm.rst
|
…
|
|
mmap.rst
|
Clarify mmap.close method behavior. Addresses issue #18815
|
2013-09-09 22:39:28 -07:00 |
modulefinder.rst
|
…
|
|
modules.rst
|
…
|
|
msilib.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
msvcrt.rst
|
…
|
|
multiprocessing.rst
|
Merge.
|
2013-11-17 17:03:19 +00:00 |
netdata.rst
|
remove the rfc822 module
|
2008-06-12 22:15:50 +00:00 |
netrc.rst
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
|
2013-09-17 21:28:17 -04:00 |
nis.rst
|
…
|
|
nntplib.rst
|
merge with 3.3
|
2013-10-29 08:17:08 +01:00 |
numbers.rst
|
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
|
2013-04-14 11:58:54 +02:00 |
numeric.rst
|
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
|
2013-10-19 11:50:09 -07:00 |
operator.rst
|
merge with 3.3
|
2013-10-06 19:14:46 +02:00 |
optparse.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
os.path.rst
|
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
|
2013-11-22 17:38:12 +01:00 |
os.rst
|
doc: fix typo
|
2013-11-06 01:48:45 +01:00 |
ossaudiodev.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
othergui.rst
|
Wing IDE is switching to PyQt...
|
2013-10-13 22:23:27 +02:00 |
parser.rst
|
…
|
|
pathlib.rst
|
Wording changes to pathlib docs.
|
2013-11-22 15:45:02 -05:00 |
pdb.rst
|
#18764: p(rint) -> p in pdb docs.
|
2013-10-10 17:33:43 -04:00 |
persistence.rst
|
…
|
|
pickle.rst
|
Merge from 3.3
|
2013-11-12 10:03:20 -05:00 |
pickletools.rst
|
…
|
|
pipes.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
pkgutil.rst
|
…
|
|
platform.rst
|
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
|
2013-10-06 19:19:18 +02:00 |
plistlib.rst
|
Issue #14455: plistlib now supports binary plists and has an updated API.
|
2013-11-21 15:46:49 +01:00 |
poplib.rst
|
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
|
2012-12-26 16:48:26 +01:00 |
posix.rst
|
Issue #19207: Improved cross-references in the os, os.path, and posix modules
|
2013-10-13 20:12:43 +03:00 |
pprint.rst
|
Issue #19132: Add versionchanged tags.
|
2013-10-02 21:40:21 +03:00 |
profile.rst
|
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
|
2013-10-06 09:17:43 +02:00 |
pty.rst
|
pty.spawn() now returns the child process status as returned by os.waitpid().
|
2012-09-29 12:41:03 -07:00 |
pwd.rst
|
…
|
|
py_compile.rst
|
Issue #17222: Raise FileExistsError when py_compile.compile would
|
2013-06-14 18:33:00 -04:00 |
pyclbr.rst
|
…
|
|
pydoc.rst
|
…
|
|
pyexpat.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
python.rst
|
Close #19406: Initial implementation of ensurepip
|
2013-11-11 22:11:55 +10:00 |
queue.rst
|
Issue #18757: Improved cross-references in the concurrent package.
|
2013-08-24 00:23:38 +03:00 |
quopri.rst
|
…
|
|
random.rst
|
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
|
2013-08-16 19:19:40 +02:00 |
re.rst
|
Back out accidentally pushed changeset b51218966201.
|
2013-10-13 09:32:59 +02:00 |
readline.rst
|
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__.
|
2013-05-04 20:08:35 +02:00 |
reprlib.rst
|
…
|
|
resource.rst
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
|
2013-10-25 08:31:19 +02:00 |
rlcompleter.rst
|
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__.
|
2013-05-04 20:08:35 +02:00 |
runpy.rst
|
…
|
|
sched.rst
|
Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
|
2013-03-09 02:14:27 -05:00 |
select.rst
|
Issue #16853: Mention the new selectors module in the select module
|
2013-09-04 20:40:13 +02:00 |
selectors.rst
|
Wording changes
|
2013-11-22 16:15:28 -05:00 |
shelve.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
shlex.rst
|
Issue #19197: Improved cross-references in the shlex module documentation.
|
2013-10-13 21:19:00 +03:00 |
shutil.rst
|
Fix shutil.which() test for issue #16993.
|
2013-01-22 10:32:16 +02:00 |
signal.rst
|
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler.
|
2013-10-06 21:22:42 +02:00 |
site.rst
|
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.
|
2013-10-25 21:39:26 +02:00 |
smtpd.rst
|
Merge from 3.3
|
2013-11-12 10:03:20 -05:00 |
smtplib.rst
|
Issue 18724: Fix typo noticed by Susan Tan.
|
2013-08-13 01:15:14 -07:00 |
sndhdr.rst
|
…
|
|
socket.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
socketserver.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
spwd.rst
|
#18678: Correct names of spwd struct members.
|
2013-11-03 19:54:05 -05:00 |
sqlite3.rst
|
merge with 3.3
|
2013-10-06 12:38:57 +02:00 |
ssl.rst
|
Tweak ssl docs
|
2013-11-23 16:16:29 +01:00 |
stat.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
statistics.rst
|
Note that examples are sorted only for convenience.
|
2013-11-04 07:30:50 +01:00 |
stdtypes.rst
|
Issue #18326: merge with 3.3
|
2013-11-22 14:03:10 -06:00 |
string.rst
|
#19238: fix typo in documentation.
|
2013-11-17 02:47:12 +02:00 |
stringprep.rst
|
…
|
|
struct.rst
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
|
2013-04-27 00:20:04 +02:00 |
subprocess.rst
|
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring.
|
2013-11-05 12:57:25 +00:00 |
sunau.rst
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
|
2013-11-16 14:01:31 +02:00 |
symbol.rst
|
…
|
|
symtable.rst
|
…
|
|
sys.rst
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
|
2013-11-20 11:46:18 +01:00 |
sysconfig.rst
|
#16135: Removal of OS/2 support (Docs)
|
2012-10-05 01:11:10 +02:00 |
syslog.rst
|
#15831: merge with 3.2
|
2012-09-14 06:35:09 +03:00 |
tabnanny.rst
|
…
|
|
tarfile.rst
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
telnetlib.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
tempfile.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
termios.rst
|
…
|
|
test.rst
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests.
|
2013-10-08 23:04:32 +02:00 |
text.rst
|
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
|
2012-08-20 18:05:46 +10:00 |
textwrap.rst
|
Issue #18725: The textwrap module now supports truncating multiline text.
|
2013-10-15 21:22:54 +03:00 |
threading.rst
|
merge with 3.3
|
2013-10-06 10:48:48 +02:00 |
time.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
timeit.rst
|
Issue #16261: fix bare excepts in Doc/
|
2012-11-02 22:07:26 +02:00 |
tk.rst
|
…
|
|
tkinter.rst
|
merge with 3.3
|
2013-10-06 09:32:15 +02:00 |
tkinter.scrolledtext.rst
|
…
|
|
tkinter.tix.rst
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:32:35 +03:00 |
tkinter.ttk.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
token.rst
|
…
|
|
tokenize.rst
|
…
|
|
trace.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
traceback.rst
|
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback
|
2013-09-15 18:15:56 -04:00 |
tracemalloc.rst
|
Issue #18874: Remove tracemalloc.set_traceback_limit()
|
2013-11-23 12:37:20 +01:00 |
tty.rst
|
…
|
|
turtle-star.pdf
|
…
|
|
turtle-star.png
|
…
|
|
turtle-star.ps
|
…
|
|
turtle.rst
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
types.rst
|
Issue #17907: Document types.ModuleType's constructor and attributes,
|
2013-06-14 19:19:57 -04:00 |
undoc.rst
|
…
|
|
unicodedata.rst
|
upgrade unicode db to 6.3.0 (closes #19221)
|
2013-10-10 17:24:45 -04:00 |
unittest.mock-examples.rst
|
#17539: merge with 3.3.
|
2013-03-30 05:56:21 +02:00 |
unittest.mock.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
unittest.rst
|
Address Terry's comments
|
2013-09-15 02:01:39 +02:00 |
unix.rst
|
…
|
|
urllib.error.rst
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:07:51 +03:00 |
urllib.parse.rst
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:06:50 +03:00 |
urllib.request.rst
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:07:51 +03:00 |
urllib.robotparser.rst
|
Issue #17398: document url argument of RobotFileParser
|
2013-03-15 16:50:23 -04:00 |
urllib.rst
|
Improve #19204: Improved cross-references in the urllib package documentation.
|
2013-10-13 20:06:50 +03:00 |
uu.rst
|
…
|
|
uuid.rst
|
…
|
|
venv.rst
|
Close #19552: venv and pyvenv ensurepip integration
|
2013-11-23 00:30:34 +10:00 |
warnings.rst
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
wave.rst
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
|
2013-11-16 14:01:31 +02:00 |
weakref.rst
|
Avoid inconsistent use of 'finalizer'
|
2013-09-22 21:32:12 +10:00 |
webbrowser.rst
|
merge with 3.2
|
2012-08-12 17:34:13 +02:00 |
windows.rst
|
…
|
|
winreg.rst
|
Issue #16197: Fix several small errors in winreg documentation.
|
2012-10-31 19:29:33 +02:00 |
winsound.rst
|
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
|
2013-10-13 10:49:41 +02:00 |
wsgiref.rst
|
…
|
|
xdrlib.rst
|
…
|
|
xml.dom.minidom.rst
|
Issue #18743: Fix references to non-existant "StringIO" module.
|
2013-08-17 00:09:55 +03:00 |
xml.dom.pulldom.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.dom.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.etree.elementtree.rst
|
Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.
|
2013-10-31 05:53:39 -07:00 |
xml.rst
|
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
|
2013-10-12 18:19:33 +02:00 |
xml.sax.handler.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.reader.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xml.sax.utils.rst
|
Issue #18760: Improved cross-references in the xml package.
|
2013-08-29 10:28:44 +03:00 |
xmlrpc.client.rst
|
#18267: make whitespace consistent and fix an operator.
|
2013-08-08 15:45:56 +03:00 |
xmlrpc.rst
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
xmlrpc.server.rst
|
Issue 17538: Document XML vulnerabilties
|
2013-03-26 17:47:23 +01:00 |
zipfile.rst
|
Issue #17201: ZIP64 extensions now are enabled by default.
|
2013-11-23 15:55:38 +02:00 |
zipimport.rst
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:34:44 +01:00 |
zlib.rst
|
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
|
2013-10-17 19:51:34 +02:00 |