cpython/Doc/library
Georg Brandl 495f7b5adb Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line

  Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
........
  r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line

  Fix markup.
........
  r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line

  #7125: fix typo.
........
  r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line

  #7126: os.environ changes *do* take effect in subprocesses started with os.system().
........
  r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line

  #7116: str.join() takes an iterable.
........
  r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line

  Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
........
  r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line

  Fix missing word.
........
  r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line

  Fix punctuation.
........
  r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line

  Revert unintended change.
........
  r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line

  Fix markup.
........
  r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line

  Fix duplicate target.
........
  r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line

  Add a new directive marking up implementation details and start using it.
........
  r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line

  Make it more robust.
........
  r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line

  Document new directive.
........
  r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line

  Allow short form with text as argument.
........
  r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line

  Fix stylesheet for multi-paragraph impl-details.
........
  r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line

  Use "impl-detail" directive where applicable.
........
  r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line

  #6324: membership test tries iteration via __iter__.
........
  r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line

  #7088: document new functions in signal as Unix-only.
........
  r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line

  Reorder __slots__ fine print and add a clarification.
........
  r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line

  #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
........
  r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line

  #7156: document curses as Unix-only.
........
  r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line

  #6977: getopt does not support optional option arguments.
........
  r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line

  Add proper references.
........
  r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line

  Make printout margin important.
........
  r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line

  #7188: fix optionxform() docs.
........
  r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines

  add further note about what's passed to optionxform
........
  r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines

  Improve some docstrings in the 'warnings' module.
........
  r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line

  Fix markup.
........
  r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line

  Fix a demo.
........
  r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line

  Fix a strange mis-edit.
........
2009-10-27 15:28:25 +00:00
..
2to3.rst Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from 2009-07-29 19:54:39 +00:00
__future__.rst Do not document the most important (at least for Guido) future import. 2009-09-15 19:55:15 +00:00
__main__.rst
_dummy_thread.rst
_thread.rst Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from 2009-09-01 08:11:14 +00:00
abc.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
aifc.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
allos.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
archiving.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
array.rst Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from 2009-07-17 10:42:05 +00:00
ast.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
asynchat.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
asyncore.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
atexit.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
audioop.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
base64.rst #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. 2009-06-04 09:11:51 +00:00
bdb.rst
binascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
binhex.rst
bisect.rst Move comment to correct line. 2009-06-11 22:06:06 +00:00
builtins.rst
bz2.rst
calendar.rst
cgi.rst Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
cgitb.rst
chunk.rst
cmath.rst Remove outdated versionchanged entry 2009-10-01 20:11:11 +00:00
cmd.rst
code.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
codecs.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
codeop.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
collections.rst more list()s on dictviews 2009-09-13 04:48:45 +00:00
colorsys.rst
compileall.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
configparser.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
constants.rst Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
contextlib.rst Removed contextlib.nested() 2009-07-01 01:32:12 +00:00
copy.rst Merged revisions 74737 via svnmerge from 2009-09-09 16:51:05 +00:00
copyreg.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
crypt.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
crypto.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
csv.rst missing module ref (issue6723) 2009-08-18 14:37:42 +00:00
ctypes.rst Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from 2009-09-01 08:11:14 +00:00
curses.ascii.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.panel.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
curses.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
custominterp.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datatypes.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
datetime.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
dbm.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
debug.rst
decimal.rst Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. 2009-08-02 10:14:23 +00:00
development.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
difflib.rst Add another example to the seealso section. 2009-04-27 21:01:21 +00:00
dis.rst Merged revisions 72912,72920,72940 via svnmerge from 2009-06-28 03:18:59 +00:00
distutils.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
doctest.rst more list()s on dictviews 2009-09-13 04:48:45 +00:00
dummy_threading.rst
email-examples.rst Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +00:00
email.charset.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.encoders.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.errors.rst Merged revisions 71572 via svnmerge from 2009-04-27 16:46:17 +00:00
email.generator.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.header.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.iterators.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.message.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.mime.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.parser.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
email.util.rst Use new optional argument style in email docs. 2009-05-17 11:28:33 +00:00
errno.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
exceptions.rst fixed more examples that were using u"", print without () and unicode/str instead of str/bytes 2009-09-13 07:54:02 +00:00
fcntl.rst Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from 2009-06-08 13:41:29 +00:00
filecmp.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fileformats.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fileinput.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
filesys.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fnmatch.rst Merged revisions 75039 via svnmerge from 2009-09-23 21:42:25 +00:00
formatter.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fpectl.rst Remove surplus empty lines and convert more files to new optional arg style. 2009-05-17 12:29:12 +00:00
fractions.rst Merged revisions 74265 via svnmerge from 2009-07-30 10:02:09 +00:00
frameworks.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
ftplib.rst Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
functions.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
functools.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gc.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
getopt.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
getpass.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gettext.rst Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from 2009-07-29 19:54:39 +00:00
glob.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
grp.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
gzip.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
hashlib.rst Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
heapq.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
hmac.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
html.entities.rst
html.parser.rst Updated the last example as requested in #6350 2009-06-27 22:58:15 +00:00
http.client.rst More versionadded/versionchanged fixes 2009-10-01 20:20:09 +00:00
http.cookiejar.rst
http.cookies.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
http.server.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
i18n.rst More conversion to new-style optional args. 2009-05-17 13:00:36 +00:00
idle.rst
imaplib.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
imghdr.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
imp.rst Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from 2009-07-17 10:42:05 +00:00
importlib.rst Clean up a minor bit of wording. 2009-08-18 23:54:07 +00:00
index.rst
inspect.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
internet.rst Remove the ipaddr module per discussion on python-dev. 2009-06-04 18:32:39 +00:00
intro.rst Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from 2009-07-17 09:18:18 +00:00
io.rst Issue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon. 2009-10-01 16:24:45 +00:00
ipc.rst Convert all "i" docs to new style optional args. 2009-06-01 17:35:27 +00:00
itertools.rst #6694: fix old function names. 2009-08-13 09:16:39 +00:00
json.rst fixed more examples that were using u"", print without () and unicode/str instead of str/bytes 2009-09-13 07:54:02 +00:00
keyword.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
language.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
linecache.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
locale.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
logging.rst Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. 2009-10-10 20:32:36 +00:00
macpath.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mailbox.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
mailcap.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
markup.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
marshal.rst Merged revisions 74633 via svnmerge from 2009-09-03 12:34:10 +00:00
math.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
mimetypes.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
misc.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mm.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
mmap.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
modulefinder.rst more list()s on dictviews 2009-09-13 04:48:45 +00:00
modules.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
msilib.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
msvcrt.rst Signature documentation style update, modules J, K, L and M. 2009-06-08 09:13:45 +00:00
multiprocessing.rst fixed more examples that were using u"", print without () and unicode/str instead of str/bytes 2009-09-13 07:54:02 +00:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst Merged revisions 74209 via svnmerge from 2009-07-26 14:54:51 +00:00
numeric.rst
objects.rst
operator.rst
optparse.rst Merged revisions 74868,74877-74878 via svnmerge from 2009-09-17 22:11:49 +00:00
os.path.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
os.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
ossaudiodev.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
othergui.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
parser.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pdb.rst #6885: run python 3 as python3. 2009-09-16 09:42:19 +00:00
persistence.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickle.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pickletools.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pipes.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pkgutil.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
platform.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
plistlib.rst updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
posix.rst
pprint.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
profile.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pty.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pwd.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
py_compile.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pyclbr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pydoc.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
pyexpat.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
python.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
queue.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
quopri.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
random.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
re.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
readline.rst Merged revisions 74970 via svnmerge from 2009-09-20 14:53:22 +00:00
reprlib.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
resource.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
rlcompleter.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
runpy.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
sched.rst Merged revisions 72932 via svnmerge from 2009-05-26 07:51:03 +00:00
select.rst More versionadded/versionchanged fixes 2009-10-01 20:20:09 +00:00
shelve.rst Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
shlex.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
shutil.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
signal.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
site.rst More versionadded/versionchanged fixes 2009-10-01 20:20:09 +00:00
smtpd.rst
smtplib.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
sndhdr.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
socket.rst #7137: fix makefile() documentation to match the new parameters. 2009-10-22 15:16:26 +00:00
socketserver.rst Switch more function arguments docs to new-style. 2009-09-02 20:34:52 +00:00
someos.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
spwd.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
sqlite3.rst small fixes in the examples and in the markup 2009-09-13 05:49:25 +00:00
ssl.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
stat.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
stdtypes.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
string.rst Merged revisions 75289 via svnmerge from 2009-10-08 20:05:48 +00:00
stringprep.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
strings.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
struct.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
subprocess.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
sunau.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symbol.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
symtable.rst Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
sys.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
syslog.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tabnanny.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tarfile.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
telnetlib.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tempfile.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
termios.rst Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
test.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
textwrap.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
threading.rst Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
time.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
timeit.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tk.rst
tkinter.rst Merged revisions 74207 via svnmerge from 2009-07-26 15:02:41 +00:00
tkinter.scrolledtext.rst
tkinter.tix.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tkinter.ttk.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
token.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tokenize.rst Issue #5857: tokenize.tokenize() now returns named tuples. 2009-04-29 00:34:27 +00:00
trace.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
traceback.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
tty.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
turtle.rst fixed more examples that were using u"", print without () and unicode/str instead of str/bytes 2009-09-13 07:54:02 +00:00
types.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
undoc.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
unicodedata.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
unittest.rst Rolled back revisions 74556 via svnmerge from 2009-10-10 21:27:03 +00:00
unix.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.error.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.parse.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
urllib.request.rst Merged revisions 75474 via svnmerge from 2009-10-18 01:42:33 +00:00
urllib.robotparser.rst
uu.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
uuid.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
warnings.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
wave.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
weakref.rst Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
webbrowser.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
windows.rst
winreg.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
winsound.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
wsgiref.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xdrlib.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.minidom.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.pulldom.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.dom.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.etree.elementtree.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.etree.rst
xml.sax.handler.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.reader.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xml.sax.utils.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xmlrpc.client.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
xmlrpc.server.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
zipfile.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
zipimport.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00
zlib.rst Last round of adapting style of documenting argument default values. 2009-09-16 15:58:14 +00:00