Commit graph

65413 commits

Author SHA1 Message Date
Raymond Hettinger
2270d58a2d Make an entry for the os module's bytes accessors.
Split codecs into a separate section.  Rewrite
the Unicode section.
2011-01-20 09:04:39 +00:00
Raymond Hettinger
03ca1a92af Add hasattr() example. 2011-01-20 04:12:37 +00:00
Raymond Hettinger
a275c989c9 Add more examples 2011-01-20 04:03:19 +00:00
Brett Cannon
d9c4a025d3 Move maintainers.rst into the devguide and rename it the Experts Index. 2011-01-20 03:56:50 +00:00
Brett Cannon
41c4da704d Rename AIX-NOTES to something that follows the convention in Misc. 2011-01-19 23:08:44 +00:00
Alexander Belopolsky
7e8fbd2b7d Merged revisions 88114 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88114 | alexander.belopolsky | 2011-01-19 14:53:30 -0500 (Wed, 19 Jan 2011) | 5 lines

  Issue #10934: Fixed and expanded Internaldate2tuple() and
  Time2Internaldate() documentation.  Thanks Joe Peterson for the report
  and the original patch.
........
2011-01-19 21:48:20 +00:00
Georg Brandl
ecdd63f56c #10944: add c_bool to types table. 2011-01-19 20:05:49 +00:00
Alexander Belopolsky
41a99bc20d Issue #10934: Fixed and expanded Internaldate2tuple() and
Time2Internaldate() documentation.  Thanks Joe Peterson for the report
and the original patch.
2011-01-19 19:53:30 +00:00
Antoine Pitrou
63a3f15155 Merged revisions 88111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88111 | antoine.pitrou | 2011-01-19 16:21:35 +0100 (mer., 19 janv. 2011) | 4 lines

  Issue #10898: Allow compiling the posix module when the C library defines
  a symbol named FSTAT.
........
2011-01-19 15:27:24 +00:00
Antoine Pitrou
710e96651d Merged revisions 88111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88111 | antoine.pitrou | 2011-01-19 16:21:35 +0100 (mer., 19 janv. 2011) | 4 lines

  Issue #10898: Allow compiling the posix module when the C library defines
  a symbol named FSTAT.
........
2011-01-19 15:26:37 +00:00
Antoine Pitrou
e47e093f70 Issue #10898: Allow compiling the posix module when the C library defines
a symbol named FSTAT.
2011-01-19 15:21:35 +00:00
Raymond Hettinger
be9994e0d1 Fix markup. 2011-01-19 08:44:33 +00:00
Georg Brandl
f3923cf9fd Suppress trailing spaces in table paragraphs. 2011-01-19 08:42:03 +00:00
Raymond Hettinger
89c1cd1fdd Expand entry for pydoc. 2011-01-19 04:43:45 +00:00
Raymond Hettinger
c1dfa2e7c3 Improve looks by replacing a bullet list with a table. 2011-01-19 04:24:57 +00:00
Raymond Hettinger
4bea978f65 Add examples for inspect. 2011-01-19 04:14:34 +00:00
Brett Cannon
a9013f9bd8 Klocwork scan site no longer available. 2011-01-19 00:49:06 +00:00
David Malcolm
4934864853 Fix typo in example of barrier timeouts from r88102 2011-01-18 23:45:53 +00:00
Raymond Hettinger
2c3865b210 Expand barrier example to show time-outs. 2011-01-18 22:58:33 +00:00
Raymond Hettinger
e0f1f3234c Missing word. 2011-01-18 21:14:27 +00:00
Raymond Hettinger
23ab1016a0 Reword the OrderedDict entry to emphasize the default behavior,
to show equivalent code, and to provide a use case.
2011-01-18 20:25:04 +00:00
Antoine Pitrou
3013b16b62 Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines

  Issue #10451: memoryview objects could allow to mutate a readable buffer.
  Initial patch by Ross Lagerwall.
........
2011-01-18 19:06:19 +00:00
Antoine Pitrou
566facd39b Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines

  Issue #10451: memoryview objects could allow to mutate a readable buffer.
  Initial patch by Ross Lagerwall.
........
2011-01-18 19:06:09 +00:00
Antoine Pitrou
ad62b03949 Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
2011-01-18 18:57:52 +00:00
Raymond Hettinger
c8a16867f6 Typos. 2011-01-18 09:01:34 +00:00
Raymond Hettinger
ba5512f8f2 More nits. 2011-01-18 08:28:01 +00:00
Raymond Hettinger
c136b048b3 Nits. 2011-01-18 07:15:39 +00:00
Ned Deily
cbb98950db Merged revisions 88007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88007 | ned.deily | 2011-01-14 21:44:21 -0800 (Fri, 14 Jan 2011) | 5 lines

  Remove spurious copy of Mac/IDLE/idlemain.py left over from
  conversion from Python 2 build process.  The correct version
  is in Mac/IDLE/IDLE.app/Contents/Resources/
........
2011-01-18 05:00:40 +00:00
Ned Deily
4a70550c1c Merged revisions 87394 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87394 | georg.brandl | 2010-12-19 02:10:32 -0800 (Sun, 19 Dec 2010) | 1 line

  #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
........
2011-01-18 04:33:22 +00:00
Ned Deily
8c83db03a4 Merged revisions 88008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88008 | ned.deily | 2011-01-14 21:53:33 -0800 (Fri, 14 Jan 2011) | 2 lines

  Add self to mac platform area in maintainers.rst.
........
2011-01-18 01:47:17 +00:00
Ned Deily
59ad4eb491 Merged revisions 88008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88008 | ned.deily | 2011-01-14 21:53:33 -0800 (Fri, 14 Jan 2011) | 2 lines

  Add self to mac platform area in maintainers.rst.
........
2011-01-18 01:43:26 +00:00
Raymond Hettinger
93c8cad6d7 More nits. 2011-01-18 00:30:24 +00:00
Raymond Hettinger
7ec790d1fa Add example for the abc module. 2011-01-18 00:19:30 +00:00
Raymond Hettinger
ca904be778 Nits. 2011-01-18 00:02:40 +00:00
Benjamin Peterson
d1539bb0b6 Merged revisions 88080 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88080 | benjamin.peterson | 2011-01-17 17:49:51 -0600 (Mon, 17 Jan 2011) | 1 line

  very out of date file
........
2011-01-17 23:55:58 +00:00
Benjamin Peterson
221d02492b Merged revisions 88080 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88080 | benjamin.peterson | 2011-01-17 17:49:51 -0600 (Mon, 17 Jan 2011) | 1 line

  very out of date file
........
2011-01-17 23:52:55 +00:00
Benjamin Peterson
1e6a173a2b very out of date file 2011-01-17 23:49:51 +00:00
Raymond Hettinger
9ba8b0a117 Add an import to the logging example 2011-01-17 23:42:17 +00:00
Raymond Hettinger
02dd70be5c The example for configparser was weird. 2011-01-17 23:39:39 +00:00
Raymond Hettinger
6f0d59bad3 Beautify code examples. 2011-01-17 23:10:55 +00:00
Raymond Hettinger
66352d2793 Wording nits. 2011-01-17 22:33:11 +00:00
Raymond Hettinger
1dcc84e43b Fix-up the XXX for importlib.abc. 2011-01-17 21:55:40 +00:00
Raymond Hettinger
4854d14f55 Tidy-up the ssl section. 2011-01-17 21:29:58 +00:00
Brett Cannon
6e7f5823d0 Short README on gdb support. 2011-01-17 21:12:54 +00:00
Raymond Hettinger
15b47c5d7f Note that two-phase cyclic barriers are suitable for use in loops. 2011-01-17 21:05:07 +00:00
Benjamin Peterson
32a8fe8b56 Merged revisions 88069 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88069 | benjamin.peterson | 2011-01-17 13:54:55 -0600 (Mon, 17 Jan 2011) | 1 line

  remove unneeded assertion
........
2011-01-17 20:03:01 +00:00
Benjamin Peterson
fba33478a5 Merged revisions 88069 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88069 | benjamin.peterson | 2011-01-17 13:54:55 -0600 (Mon, 17 Jan 2011) | 1 line

  remove unneeded assertion
........
2011-01-17 19:57:01 +00:00
Benjamin Peterson
37b9e46a04 remove unneeded assertion 2011-01-17 19:54:55 +00:00
Benjamin Peterson
cd8500193f Merged revisions 88066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88066 | benjamin.peterson | 2011-01-17 13:44:46 -0600 (Mon, 17 Jan 2011) | 1 line

  correct assertion
........
2011-01-17 19:48:58 +00:00
Benjamin Peterson
d82f45b720 Merged revisions 88066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88066 | benjamin.peterson | 2011-01-17 13:44:46 -0600 (Mon, 17 Jan 2011) | 1 line

  correct assertion
........
2011-01-17 19:46:48 +00:00