Fred Drake
56b76c8a65
fix markup nit
2006-06-22 15:50:08 +00:00
Andrew M. Kuchling
f6a84f5615
Mention how to suppress warnings
2006-06-22 13:10:23 +00:00
Neal Norwitz
418e73d89f
Reset the doc date to today for the automatic doc builds
2006-06-22 06:35:30 +00:00
Andrew M. Kuchling
10340608f0
Bump version
2006-06-21 17:17:28 +00:00
Andrew M. Kuchling
643b041105
Note some of Barry's work
2006-06-21 17:17:10 +00:00
Andrew M. Kuchling
b492244e35
Link to LibRef module documentation
2006-06-21 17:10:18 +00:00
Andrew M. Kuchling
1fb8d83a54
[Bug #1504456 ] Mention xml -> xmlcore change
2006-06-20 13:20:30 +00:00
Andrew M. Kuchling
7c4e79c9eb
Minor edits and rearrangements; markup fix
2006-06-20 13:11:29 +00:00
Andrew M. Kuchling
b1992d0ec6
Add introductory paragraphs summarizing the release; minor edits
2006-06-20 13:05:12 +00:00
Andrew M. Kuchling
5ab504ef2f
Terminology and typography fixes
2006-06-20 12:19:54 +00:00
Andrew M. Kuchling
2c4e462e96
Add four library items
2006-06-20 12:15:09 +00:00
Andrew M. Kuchling
f6856cef8e
Uncomment wsgiref section
2006-06-20 11:52:16 +00:00
Fred Drake
7cea65cc27
remove non-working document formats from edist
2006-06-19 17:31:16 +00:00
Anthony Baxter
d113680720
Preparing for 2.5b1.
2006-06-19 12:04:15 +00:00
Thomas Heller
066769c307
Fix typos.
...
Fix doctest example.
Mention in the tutorial that 'errcheck' is explained in the ref manual.
Use better wording in some places.
Remoce code examples that shouldn't be in the tutorial.
Remove some XXX notices.
2006-06-18 21:27:04 +00:00
Fred Drake
f5da071ec8
remove unnecessary markup
2006-06-18 02:57:35 +00:00
George Yoshida
3f1f7bec74
Update url.
...
Old url returned status code:301 Moved permanently.
2006-06-17 16:39:13 +00:00
George Yoshida
b8d2607692
markup fix
2006-06-17 16:31:52 +00:00
Fred Drake
fab461a4b5
SF patch 1504676: Make sgmllib char and entity references pluggable
...
(implementation/tests contributed by Sam Ruby)
2006-06-16 23:45:06 +00:00
Gregory P. Smith
b526a29dbc
minor documentation cleanup. mention the bsddb.db interface explicitly by name.
2006-06-15 09:23:52 +00:00
Ronald Oussoren
143cefb846
Patch #1446489 (zipfile: support for ZIP64)
2006-06-15 08:14:18 +00:00
Georg Brandl
69f6168b76
Bug #805015 : doc error in PyUnicode_FromEncodedObject.
2006-06-14 16:46:43 +00:00
Andrew M. Kuchling
7259d7bfd6
Add item
2006-06-14 13:59:15 +00:00
Thomas Heller
f1435100cf
Document paramflags.
2006-06-14 09:09:08 +00:00
Georg Brandl
c54173c234
Bug #1153163 : describe __add__ vs __radd__ behavior when adding
...
objects of same type/of subclasses of the other.
2006-06-14 08:31:39 +00:00
Thomas Heller
bcae6222e5
Write more docs.
2006-06-14 07:08:38 +00:00
Georg Brandl
772beaafae
Bug #1501122 : mention __gt__ &co in description of comparison order.
2006-06-14 06:29:07 +00:00
Martin v. Löwis
d825143be1
Patch #1455898 : Incremental mode for "mbcs" codec.
2006-06-14 05:21:04 +00:00
Tim Peters
43898b4f64
SequenceMatcher.get_matching_blocks(): This now guarantees that
...
adjacent triples in the result list describe non-adjacent matching
blocks. That's _nice_ to have, and Guido said he wanted it.
Not a bugfix candidate: Guido or not ;-), this changes visible
endcase semantics (note that some tests had to change), and
nothing about this was documented before. Since it was working
as designed, and behavior was consistent with the docs, it wasn't
"a bug".
2006-06-14 04:09:25 +00:00
Gerhard Häring
5d7c290b7b
Updated documentation for pysqlite 2.3.0 API.
2006-06-13 22:53:48 +00:00
Thomas Heller
b66902fc90
More docs for ctypes.
2006-06-13 20:18:43 +00:00
Andrew M. Kuchling
317af10569
Add ability to set stack size
2006-06-13 16:41:41 +00:00
Andrew MacIntyre
9291332de1
Patch #1454481 : Make thread stack size runtime tunable.
...
Heavily revised, comprising revisions:
46640 - original trunk revision (backed out in r46655)
46647 - markup fix (backed out in r46655)
46692:46918 merged from branch aimacintyre-sf1454481
branch tested on buildbots (Windows buildbots had problems
not related to these changes).
2006-06-13 15:04:24 +00:00
Andrew M. Kuchling
aabc5f6f2f
Mention uuid module
2006-06-13 11:57:04 +00:00
Nick Coghlan
f0d02fbb9a
The site module documentation also described the Windows behaviour incorrectly.
2006-06-12 08:27:13 +00:00
Greg Ward
d1c797e624
SF #1366250 : optparse docs: fix inconsistency in variable name; minor tweaks.
2006-06-11 14:42:41 +00:00
Neal Norwitz
a754a229b4
Add versionadded to doc
2006-06-11 05:45:47 +00:00
Greg Ward
7f54740c4d
Bug #1361643 : fix textwrap.dedent() so it handles tabs appropriately,
...
i.e. do *not* expand tabs, but treat them as whitespace that is not
equivalent to spaces. Add a couple of test cases. Clarify docs.
2006-06-11 00:40:49 +00:00
Thomas Heller
82578c895c
New docs for ctypes.
2006-06-10 20:29:34 +00:00
Fred Drake
9a7e4451d2
credit for SF patch #1303595
2006-06-10 20:02:58 +00:00
Fred Drake
5e30626f7f
SF patch #1303595 : improve description of __builtins__, explaining how it
...
varies between __main__ and other modules, and strongly suggest not touching
it but using __builtin__ if absolutely necessary
2006-06-10 20:01:34 +00:00
Greg Ward
c5221e157e
Sync with Optik docs (rev 518):
...
* restore "Extending optparse" section
* document ALWAYS_TYPED_ACTIONS (SF #1449311 )
2006-06-10 16:40:01 +00:00
Andrew M. Kuchling
b3f2985c8d
Add some wsgiref text
2006-06-09 19:56:05 +00:00
Andrew M. Kuchling
a04d118586
Describe startswith()/endswiith() change; add reminder about wsgiref
2006-06-09 19:03:16 +00:00
Georg Brandl
242508160e
RFE #1491485 : str/unicode.endswith()/startswith() now accept a tuple as first argument.
2006-06-09 18:45:48 +00:00
Phillip J. Eby
5cf565ddd1
Import wsgiref into the stdlib, as of the external version 0.1-r2181.
2006-06-09 16:40:18 +00:00
Andrew M. Kuchling
7dbb1ff77d
Markup fix
2006-06-09 10:22:35 +00:00
Andrew M. Kuchling
e878fe6a58
Update functools section
2006-06-09 01:10:17 +00:00
Nick Coghlan
676725db92
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
2006-06-08 13:54:49 +00:00
Andrew M. Kuchling
06c5c8a4d3
Typo fix
2006-06-08 11:56:44 +00:00