Commit Graph

9757 Commits

Author SHA1 Message Date
R. David Murray c9da90a74e Merged revisions 71123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71123 | r.david.murray | 2009-04-04 02:39:56 -0400 (Sat, 04 Apr 2009) | 2 lines

  Fix error in description of 'oct' (issue 5678).
........
2009-04-04 06:43:39 +00:00
Raymond Hettinger 8de959252a Add helpful link. 2009-04-04 05:39:34 +00:00
Andrew M. Kuchling b20df9a89a Fix 'the the' duplication (partial backport of r71103 2009-04-03 21:56:36 +00:00
Andrew M. Kuchling ab52252ba9 Fix 'the the'; grammar fix (backport of r71102 2009-04-03 21:55:34 +00:00
Raymond Hettinger c41cf8c0ee Fix typo. 2009-04-03 05:41:10 +00:00
R. David Murray dc362b0b96 Merged revisions 71037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71037 | r.david.murray | 2009-04-02 00:34:04 -0400 (Thu, 02 Apr 2009) | 6 lines

  Clarify that datetime strftime does not produce leap seconds and datetime
  strptime does not accept it in the strftime behavior section of the
  datetime docs.

  Closes issue 2568.
........
2009-04-02 04:52:48 +00:00
Raymond Hettinger d9f564f60f Add link to an alternative generator with a long-period. 2009-04-01 20:52:52 +00:00
Jesse Noller 3e7a65f565 Merged revisions 70960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70960 | jesse.noller | 2009-04-01 11:42:19 -0500 (Wed, 01 Apr 2009) | 1 line

  Issue 3270: document Listener address restrictions on windows
........
2009-04-01 16:44:24 +00:00
Jesse Noller 8b56d47d01 Merged revisions 68915 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68915 | jesse.noller | 2009-01-24 21:36:13 -0600 (Sat, 24 Jan 2009) | 1 line

  Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
........
2009-03-31 15:01:45 +00:00
Ronald Oussoren 524e36a5d0 Merged revisions 70746 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70746 | ronald.oussoren | 2009-03-30 15:02:08 -0500 (Mon, 30 Mar 2009) | 2 lines

  Fix for issue 13095
........
2009-03-30 20:04:12 +00:00
Ronald Oussoren 783fa44f2c Merged revisions 70719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70719 | ronald.oussoren | 2009-03-30 11:01:51 -0500 (Mon, 30 Mar 2009) | 2 lines

  Fix for issue 896199 (some Carbon modules aren't present in the documentation)
........
2009-03-30 16:03:41 +00:00
Benjamin Peterson da54b84a32 Merged revisions 70660 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70660 | georg.brandl | 2009-03-28 14:52:58 -0500 (Sat, 28 Mar 2009) | 1 line

  Switch to fixed Sphinx version.
........
2009-03-30 15:09:19 +00:00
Mark Dickinson a30f349ecf Merged revisions 70678 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70678 | mark.dickinson | 2009-03-29 15:37:51 +0100 (Sun, 29 Mar 2009) | 3 lines

  Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
  with fabs(x) >= 1e50, and fix documentation.
........
2009-03-29 15:06:29 +00:00
Raymond Hettinger f70097684e Add links to related resources. 2009-03-24 00:21:36 +00:00
Raymond Hettinger 399ff09961 Add MutableSet example. 2009-03-20 18:30:29 +00:00
Raymond Hettinger 2b45819b75 Issue 5477: Fix buglet in the itertools documentation. 2009-03-12 00:35:05 +00:00
Gregory P. Smith b7ec0025b9 Merged revisions 70197 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70197 | jesus.cea | 2009-03-05 11:37:37 -0800 (Thu, 05 Mar 2009) | 1 line

  Minor bsddb documentation glitch
........
2009-03-10 16:51:19 +00:00
Raymond Hettinger 8ef4e78cf5 Fix typo. 2009-03-10 13:05:40 +00:00
Raymond Hettinger 618f505c02 Fix markup. 2009-03-10 00:11:32 +00:00
Raymond Hettinger e1bfcfac2d Add cross-reference to the collections docs. 2009-03-09 12:57:55 +00:00
Raymond Hettinger fb30cca591 Add consume() recipe to itertools docs. 2009-03-09 11:58:33 +00:00
Raymond Hettinger d31d294e89 Issue 5443: Fix typo. 2009-03-09 11:39:03 +00:00
Gregory P. Smith 13b19c1f94 Merged revisions 70088 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70088 | gregory.p.smith | 2009-03-01 20:53:24 -0800 (Sun, 01 Mar 2009) | 4 lines

  The note about caching of regular expression objects was incorrect ReST and
  thus invisible in the compiled documentation.  Fixed.  Also I cleaned up the
  wording.
........
2009-03-02 05:25:11 +00:00
Raymond Hettinger 4a9fda4280 Fix docs for ConfigParser. 2009-03-01 02:07:25 +00:00
Raymond Hettinger 815476044a Fix typo. 2009-02-26 00:20:22 +00:00
Raymond Hettinger 65c8655e33 Remove reference to zero argument form of super() in 2.x docs. 2009-02-25 01:08:27 +00:00
Raymond Hettinger e95f90c420 More markup and spelling fixes. 2009-02-25 00:53:46 +00:00
Raymond Hettinger 2775afcb06 Backport doc updates for super(). 2009-02-25 00:41:32 +00:00
Raymond Hettinger d187d52085 Sync-up itertools docs with Py3.1 version.
* Merge 69715:  rewrite introduction and add summary table
* Merge 69739:  generalize tee() recipe
* Merge 69141:  Fix tab alignment on recipes to match other recipes
* Merge 68942:  Update powerset() recipe
2009-02-23 21:23:04 +00:00
Raymond Hettinger fc9a6659b4 Update itertools recipes to use next(). 2009-02-23 19:59:57 +00:00
Georg Brandl 4ae203c610 Merged revisions 69905 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69905 | georg.brandl | 2009-02-23 16:51:27 +0100 (Mo, 23 Feb 2009) | 2 lines

  #5352: str.count() counts non-overlapping instances.
........
2009-02-23 15:53:25 +00:00
Georg Brandl ec7d3909ba Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68582 | georg.brandl | 2009-01-13 23:14:01 +0100 (Di, 13 Jan 2009) | 2 lines

  Use assertRaises.
........
  r68718 | georg.brandl | 2009-01-18 11:42:35 +0100 (So, 18 Jan 2009) | 1 line

  #4976: union() and intersection() take multiple args, but talk about "the other".
........
  r68720 | georg.brandl | 2009-01-18 11:45:22 +0100 (So, 18 Jan 2009) | 1 line

  #4974: fix redundant mention of lists and tuples.
........
  r68721 | georg.brandl | 2009-01-18 11:48:16 +0100 (So, 18 Jan 2009) | 1 line

  #4914: trunc is in math.
........
  r68724 | georg.brandl | 2009-01-18 14:24:10 +0100 (So, 18 Jan 2009) | 1 line

  #4979: correct result range for some random functions.
........
  r68725 | georg.brandl | 2009-01-18 14:47:26 +0100 (So, 18 Jan 2009) | 1 line

  #4857: fix augmented assignment target spec.
........
  r68726 | georg.brandl | 2009-01-18 15:41:52 +0100 (So, 18 Jan 2009) | 1 line

  #4923: clarify what was added.
........
  r68727 | georg.brandl | 2009-01-18 19:25:30 +0100 (So, 18 Jan 2009) | 1 line

  #4986: augassigns are not expressions.
........
  r68859 | georg.brandl | 2009-01-22 19:29:28 +0100 (Do, 22 Jan 2009) | 2 lines

  Clarify wording.
........
  r68973 | georg.brandl | 2009-01-26 22:29:38 +0100 (Mo, 26 Jan 2009) | 2 lines

  Copy over docs on advanced role features from Sphinx docs.
........
  r69288 | georg.brandl | 2009-02-05 11:30:57 +0100 (Do, 05 Feb 2009) | 1 line

  #5153: fix typo in example.
........
  r69289 | georg.brandl | 2009-02-05 11:37:07 +0100 (Do, 05 Feb 2009) | 1 line

  #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
........
  r69293 | georg.brandl | 2009-02-05 11:59:28 +0100 (Do, 05 Feb 2009) | 1 line

  #5059: fix example.
........
  r69295 | georg.brandl | 2009-02-05 12:23:47 +0100 (Do, 05 Feb 2009) | 1 line

  PyErr_PrintEx is also in 2.x...
........
  r69297 | georg.brandl | 2009-02-05 12:32:18 +0100 (Do, 05 Feb 2009) | 1 line

  #5015: document PythonHome API functions.
........
  r69298 | georg.brandl | 2009-02-05 12:33:21 +0100 (Do, 05 Feb 2009) | 1 line

  #4827: fix callback example.
........
  r69299 | georg.brandl | 2009-02-05 12:35:28 +0100 (Do, 05 Feb 2009) | 1 line

  #4820: use correct module for ctypes.util.
........
  r69300 | georg.brandl | 2009-02-05 12:38:23 +0100 (Do, 05 Feb 2009) | 1 line

  #4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
........
  r69301 | georg.brandl | 2009-02-05 12:40:35 +0100 (Do, 05 Feb 2009) | 1 line

  #5031: fix Thread.daemon property docs.
........
  r69409 | georg.brandl | 2009-02-07 13:21:17 +0100 (Sa, 07 Feb 2009) | 1 line

  #5174: fix wrong file closing in example.
........
  r69414 | georg.brandl | 2009-02-07 19:49:54 +0100 (Sa, 07 Feb 2009) | 1 line

  make "super only for new-style classes" a note.
........
  r69570 | georg.brandl | 2009-02-13 11:40:14 +0100 (Fr, 13 Feb 2009) | 1 line

  #4894: document "newurl" parameter to redirect_request().
........
  r69573 | georg.brandl | 2009-02-13 11:44:17 +0100 (Fr, 13 Feb 2009) | 1 line

  #3734: document complex coercing behavior better.
........
  r69576 | georg.brandl | 2009-02-13 11:56:50 +0100 (Fr, 13 Feb 2009) | 1 line

  #1661108: note that urlsafe encoded string can contain "=".
........
  r69728 | georg.brandl | 2009-02-18 01:22:55 +0100 (Mi, 18 Feb 2009) | 2 lines

  #5297: fix example.
........
  r69729 | georg.brandl | 2009-02-18 01:25:13 +0100 (Mi, 18 Feb 2009) | 2 lines

  #5296: sequence -> iterable.
........
  r69730 | georg.brandl | 2009-02-18 01:31:36 +0100 (Mi, 18 Feb 2009) | 2 lines

  #5268: mention VMSError.
........
  r69769 | georg.brandl | 2009-02-19 09:30:06 +0100 (Do, 19 Feb 2009) | 1 line

  #5310, #3558: fix operator precedence table.
........
  r69776 | georg.brandl | 2009-02-19 17:34:51 +0100 (Do, 19 Feb 2009) | 2 lines

  #5317: update IronPython URL.
........
  r69803 | georg.brandl | 2009-02-20 08:48:21 +0100 (Fr, 20 Feb 2009) | 1 line

  #5327: fix a broken link by joining it.
........
  r69804 | georg.brandl | 2009-02-20 09:22:21 +0100 (Fr, 20 Feb 2009) | 1 line

  At least separate imports from other statements.
........
  r69805 | georg.brandl | 2009-02-20 09:45:47 +0100 (Fr, 20 Feb 2009) | 2 lines

  Fix punctuation.
........
  r69840 | georg.brandl | 2009-02-21 20:09:40 +0100 (Sa, 21 Feb 2009) | 1 line

  #5338, #5339: two types in the API manual.
........
  r69896 | georg.brandl | 2009-02-23 11:24:23 +0100 (Mo, 23 Feb 2009) | 1 line

  #5348: format() converts all kinds of values.
........
2009-02-23 10:41:11 +00:00
Raymond Hettinger b2d412117c Add links to helpful external resources. 2009-02-19 06:57:23 +00:00
Raymond Hettinger 7f48c1055e Add an example for math.fsum() and elaborate on the accurary note. 2009-02-19 05:53:22 +00:00
Raymond Hettinger 5894c2b548 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. 2009-02-19 05:38:53 +00:00
Benjamin Peterson 3e96e231fb Merged revisions 69348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69348 | benjamin.peterson | 2009-02-05 19:47:31 -0600 (Thu, 05 Feb 2009) | 1 line

  fix download link
........
2009-02-19 02:05:06 +00:00
Raymond Hettinger bb94fd8290 Generalize itertools.tee() recipe. 2009-02-18 21:04:16 +00:00
Georg Brandl ddb273e718 Fix. 2009-02-13 09:11:25 +00:00
Georg Brandl a95262ccee Merged revisions 69562 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69562 | georg.brandl | 2009-02-13 10:08:34 +0100 (Fr, 13 Feb 2009) | 2 lines

  Add links to the other versions we have in stock.
........
2009-02-13 09:09:58 +00:00
Raymond Hettinger b6b3879a01 Clean-up named tuple docs. 2009-02-11 00:12:07 +00:00
Raymond Hettinger 11485b4869 Minor doc fixes. 2009-02-04 19:34:31 +00:00
Raymond Hettinger 1e884d9f67 Doc fixes. Remove overbroad, redundant warnings. Fixup example code. 2009-02-04 11:59:49 +00:00
Raymond Hettinger 154ab71e0b Record operator deprecations in docs. 2009-02-03 03:36:27 +00:00
Gregory P. Smith 5a219e8fff merge 69161 wording update. 2009-02-01 00:25:16 +00:00
Gregory P. Smith 8c6b5040a3 #documentation update for issue4903 -
svn merge -c68535 http://svn.python.org/projects/python/trunk
 svn merge -c69159 http://svn.python.org/projects/python/trunk
2009-02-01 00:19:42 +00:00
Brett Cannon e4b6ab79ec Merged revisions 69078-69079 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69078 | brett.cannon | 2009-01-28 16:54:11 -0800 (Wed, 28 Jan 2009) | 2 lines

  Clarify some __del__ stuff.
........
  r69079 | brett.cannon | 2009-01-28 16:54:32 -0800 (Wed, 28 Jan 2009) | 2 lines

  Minor spelling mistake in datetime docs.
........
2009-01-29 03:58:16 +00:00
Benjamin Peterson 83ef75603a Merged revisions 69083 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69083 | benjamin.peterson | 2009-01-28 21:03:00 -0600 (Wed, 28 Jan 2009) | 1 line

  fix download url
........
2009-01-29 03:11:30 +00:00
Raymond Hettinger e4cb43d420 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. 2009-01-29 00:02:31 +00:00
Raymond Hettinger cdc9f2c1d5 Fixup itertools recipe to cover a corner case. 2009-01-27 06:38:00 +00:00
Georg Brandl badbba4f99 Allow docs to be built with Sphinx 0.5.x. 2009-01-26 23:06:17 +00:00