Benjamin Peterson
8c72b4e931
rip out mention of types.ListType #8703
2010-05-13 21:14:10 +00:00
Andrew M. Kuchling
f09bc66083
#8696 : add documentation for logging.config.dictConfig (PEP 391)
2010-05-12 18:56:48 +00:00
Andrew M. Kuchling
e551337f16
Grammar fix
2010-05-12 13:56:07 +00:00
Fred Drake
62bebdf49f
- clarify Attr.name comment on the presence of colons in namespace mode
...
- document Attr.value
- wrap some long lines
2010-05-12 02:24:50 +00:00
Fred Drake
5840469067
fix error introduced in previous commit, and the adjacent additional typo
2010-05-12 01:22:03 +00:00
Andrew M. Kuchling
68df234b73
Let's call this done
2010-05-12 00:40:47 +00:00
Andrew M. Kuchling
2702491687
Revision pass: lots of edits, typo fixes, rearrangements
2010-05-12 00:38:44 +00:00
Brian Curtin
b9bf97132d
#8575 - Update and reorganize some _winreg contents.
...
I've removed the hopeful note about a future higher-level module since
it's been in there for quite a long time and nothing of the sort has
come up. There are a few places where markup was added to cross-reference
other sections, and many of the external links have been removed and now
point to newly created sections containing previously undocumented
information.
The Value Types section was created and it's contents were taken from
a function-specific area, since it applies to more than just that
function. It fits in better with the other newly documented constants.
2010-05-11 19:13:13 +00:00
Fred Drake
8b37dd1613
fix typo
2010-05-11 18:12:27 +00:00
Andrew M. Kuchling
5d864c847e
Fix typo
2010-05-10 23:13:41 +00:00
Georg Brandl
6487952a46
Fix typo.
2010-05-10 21:51:33 +00:00
Georg Brandl
6f635f41f2
Consolidate deprecation messages.
2010-05-10 21:50:57 +00:00
Georg Brandl
0ddc30b7f9
Fix reference direction.
2010-05-10 21:46:50 +00:00
Georg Brandl
c630195784
#8642 : fix wrong function name.
2010-05-10 21:02:51 +00:00
Florent Xicluna
638b869004
Add a link on maketrans().
2010-05-10 19:59:22 +00:00
Andrew M. Kuchling
264552a827
Link to unittest2 article
2010-05-10 15:03:35 +00:00
Andrew M. Kuchling
10595a64f3
Use title case
2010-05-10 14:20:12 +00:00
Andrew M. Kuchling
93c40d49f5
Markup fix; re-word a sentence
2010-05-10 14:18:27 +00:00
Benjamin Peterson
814a66f2d3
finish clause
2010-05-09 21:09:40 +00:00
Eric Smith
368ede83d9
Issue 8671: Whitespace fix.
2010-05-09 14:04:59 +00:00
Mark Dickinson
7000e9e01b
Issue #8644 : Improve accuracy of timedelta.total_seconds method.
...
(Backport of r80979 to py3k.) Thanks Alexander Belopolsky.
2010-05-09 09:30:06 +00:00
Michael Foord
959c16d7a4
Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038.
2010-05-08 16:40:52 +00:00
Andrew M. Kuchling
0efe18ab0c
Write summary of the 2.7 release; rewrite the future section some more;
...
mention PYTHONWARNINGS env. var; tweak some examples for readability.
And with this commit, the "What's New" is done... except for a
complete read-through to polish the text, and fixing any reported errors,
but those tasks can easily wait until after beta2.
2010-05-08 15:39:46 +00:00
Michael Foord
8851b71c6f
Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547.
2010-05-08 15:09:37 +00:00
Andrew M. Kuchling
304500cd10
Markup fixes
2010-05-08 13:29:46 +00:00
Andrew M. Kuchling
8e34386028
Add logging.dictConfig example; give up on writing a Ttk example
2010-05-08 13:28:03 +00:00
Andrew M. Kuchling
badc709847
Get accents correct
2010-05-08 01:35:55 +00:00
Andrew M. Kuchling
85fffc368d
Add two items
2010-05-08 01:15:26 +00:00
Andrew M. Kuchling
d1e696b60f
Re-word text
2010-05-07 11:30:47 +00:00
Antoine Pitrou
d69e6ee656
Fix some markup and a class name. Also, wrap a long line.
2010-05-07 10:15:51 +00:00
Andrew M. Kuchling
02f7b990e1
Add a new section on the development plan; add an item
2010-05-07 01:45:14 +00:00
Benjamin Peterson
328e3775df
ensure that availability information is on its own line at the end of the function docs
2010-05-06 22:49:28 +00:00
Benjamin Peterson
7aaef849f9
Availability gets its own line
2010-05-06 22:33:46 +00:00
Andrew M. Kuchling
acab940c70
Change section title; point to unittest2
2010-05-06 17:27:57 +00:00
Andrew M. Kuchling
837a538db1
Add 2 items; record ideas for two initial sections; clarify wording
2010-05-06 17:21:59 +00:00
Andrew M. Kuchling
e86b7fe37d
Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items
2010-05-06 14:14:09 +00:00
Andrew M. Kuchling
a14f2d1147
Use anonymous hyperlinks
2010-05-06 13:03:39 +00:00
Andrew M. Kuchling
ca4856249d
Add various items
2010-05-06 01:10:56 +00:00
Andrew M. Kuchling
4758183f0a
Reword paragraph; fix filename, which should be pyconfig.h
2010-05-06 01:09:47 +00:00
Mark Dickinson
9319548e56
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
2010-05-05 21:52:39 +00:00
Ronald Oussoren
9545a23c7f
In a number of places code still revers
...
to "sys.platform == 'mac'" and that is
dead code because it refers to a platform
that is no longer supported (and hasn't been
supported for several releases).
Fixes issue #7908 for the trunk.
2010-05-05 19:09:31 +00:00
Andrew M. Kuchling
04b99cc68d
Add some more items; the urlparse change is added twice
2010-05-04 01:24:22 +00:00
Jesus Cea
c3ce9e357d
wbits negative was documented SEVEN years ago
2010-05-03 16:09:21 +00:00
Antoine Pitrou
5cace78c87
Fix attribution. Travis didn't do much and he did a bad work.
...
(yes, this is a sensitive subject, sorry)
2010-05-01 12:16:39 +00:00
Andrew M. Kuchling
9fbbd3b83d
Describe memoryview
2010-05-01 12:06:51 +00:00
Andrew M. Kuchling
7de14ac034
Minor grammar fix
2010-05-01 12:05:52 +00:00
Andrew M. Kuchling
d3b6022d0a
Add various items
2010-05-01 01:19:16 +00:00
Andrew M. Kuchling
c4ae73e5f7
Add item
2010-04-30 13:47:34 +00:00
Andrew M. Kuchling
b3437c9f95
Minor grammar re-wording
2010-04-30 13:46:55 +00:00
Andrew M. Kuchling
c121f130b5
Add various items; rearrange unittest section a bit
2010-04-30 01:33:40 +00:00