Barry Warsaw
|
6d26f4b188
|
Moved NotImplementedError into alphabetical order, and reword
description.
|
1998-12-01 19:48:04 +00:00 |
|
Barry Warsaw
|
1e151322fb
|
Added documentation for NotImplementedError. Fred (I'm sure) will
sanitize for your protection :-)
|
1998-12-01 19:19:21 +00:00 |
|
Fred Drake
|
2f8592cbea
|
Ignore the byproducts of SGML/XML conversions for now.
|
1998-12-01 18:58:28 +00:00 |
|
Fred Drake
|
eabfab1048
|
Nits to support conversions.
|
1998-12-01 18:37:59 +00:00 |
|
Fred Drake
|
1e270f0e03
|
Nits to support conversions.
|
1998-11-30 22:58:12 +00:00 |
|
Fred Drake
|
50b804dc88
|
Fix minor nit with respect to conversion.
Update some logical markup.
|
1998-11-30 22:14:58 +00:00 |
|
Fred Drake
|
caa3379c4f
|
Remove {\rm ...} constructs.
|
1998-11-30 21:53:47 +00:00 |
|
Fred Drake
|
84538cd076
|
Remove some remaining {\rm ...} constructs.
Update logical markup in a few spots.
|
1998-11-30 21:51:25 +00:00 |
|
Fred Drake
|
1776556f8f
|
Markup nit to ease conversions.
|
1998-11-30 19:00:16 +00:00 |
|
Fred Drake
|
3d29955a6e
|
Markup improvements to help with conversions.
|
1998-11-30 18:59:44 +00:00 |
|
Fred Drake
|
01d5d94020
|
Remove cruft from the old Texinfo conversion. This simplifies some of
the newer processing.
|
1998-11-30 17:33:38 +00:00 |
|
Fred Drake
|
5208823158
|
Remove bogus \@.
|
1998-11-30 16:27:37 +00:00 |
|
Fred Drake
|
d61975e179
|
Minor markup nit to ease conversion processing.
|
1998-11-30 16:26:50 +00:00 |
|
Fred Drake
|
f6c59e8fff
|
Do all the right imports. Problem reported by Martijn Faassen
<faassen@vet.uu.nl>.
|
1998-11-30 15:07:26 +00:00 |
|
Fred Drake
|
4471f20ed4
|
Logical markup.
Fix a few things for the conversion to structured markup.
Removed texinfo special cases, since there's likely a new info
process.
|
1998-11-25 22:38:24 +00:00 |
|
Fred Drake
|
f65e323101
|
Fix remaining {\rm ...} construct.
|
1998-11-25 20:55:03 +00:00 |
|
Guido van Rossum
|
5eabf3823b
|
Clarify that min and max also take multiple arguments.
|
1998-11-25 18:53:05 +00:00 |
|
Fred Drake
|
e839199014
|
Fix indexing of func_code attribute; this is on a function, not a code
object.
Add "()" to method names indexed using \ttindex{}.
|
1998-11-25 17:09:19 +00:00 |
|
Guido van Rossum
|
04307ce789
|
Rewrote the section on sys.exit(), documenting other argument types
than integers and recommending sys.exit("message").
(I see this as Python's answer to Perls ``die "message";''.)
|
1998-11-23 17:49:53 +00:00 |
|
Guido van Rossum
|
da30f4ca6b
|
Fix typo in doc for handle(): client_request should be client_address.
Noted by Stefan Witzel.
|
1998-11-16 19:07:04 +00:00 |
|
Fred Drake
|
c46973c89b
|
Document the user and password parameters to the NNTP constructor.
|
1998-11-16 17:11:30 +00:00 |
|
Fred Drake
|
2510d22048
|
Clarify the default buffering for open(). (Comment from Andrew Dalke
<dalke@bioreason.com>).
|
1998-11-02 18:57:34 +00:00 |
|
Fred Drake
|
cab91efd34
|
Fix Barry's markup.
|
1998-11-02 17:23:25 +00:00 |
|
Fred Drake
|
9ed1a0afb9
|
Moved zmod and poly descriptions to the Obsolete section.
|
1998-11-02 15:46:21 +00:00 |
|
Barry Warsaw
|
4a1cdd7f22
|
Document the new features of this module
|
1998-10-31 23:19:00 +00:00 |
|
Fred Drake
|
130072d663
|
Don't describe something as "below"; that won't make sense for the
HTML version. Give a reference to the actual section to allow a
hyperlink to be built.
|
1998-10-28 20:08:35 +00:00 |
|
Fred Drake
|
c024c99faf
|
Fix typo reported by Gerry Weiner <gerry@ucar.edu>.
|
1998-10-28 18:19:16 +00:00 |
|
Andrew M. Kuchling
|
c1cea208bc
|
Added URL to HOWTO page, with reference to Regex HOWTO.
Corrected error: {,5} is not equivalent to {0,5}.
|
1998-10-28 15:44:14 +00:00 |
|
Guido van Rossum
|
04101960e6
|
Indicate that os.environ may not be a real dictionary.
|
1998-10-24 20:16:56 +00:00 |
|
Guido van Rossum
|
18fa7d2800
|
Typo: JIFF -> JFIF.
|
1998-10-19 13:30:01 +00:00 |
|
Guido van Rossum
|
f35b884c91
|
Clarify that close() of a stream opened by popen() returns None if the
exit status is zero.
|
1998-10-15 13:28:29 +00:00 |
|
Guido van Rossum
|
7d447aabbf
|
Moved search and match around so that search is documented first.
|
1998-10-13 16:03:52 +00:00 |
|
Barry Warsaw
|
afd974c2ab
|
Document the new list.extend() method. Interesting enough, the
canonical definition of extend() is very similar to append() except
that the former doesn't list-ify the argument!
|
1998-10-09 16:39:58 +00:00 |
|
Fred Drake
|
09b295754f
|
Remove extra } at end of method description parameters.
|
1998-10-01 20:43:13 +00:00 |
|
Barry Warsaw
|
b2031f72d3
|
Document that apply() can now take any sequence in argument 2.
|
1998-10-01 15:35:43 +00:00 |
|
Guido van Rossum
|
9814a943a5
|
Add warning that on Windows it only works on sockets.
|
1998-09-28 14:28:38 +00:00 |
|
Guido van Rossum
|
954b9adcd2
|
Document new urllib features by Eric Raymond.
|
1998-09-28 14:08:29 +00:00 |
|
Guido van Rossum
|
5fb2631ff9
|
Explicitly document the fact that the search method returns a MatchObject.
(Reported by Gary Herron.)
|
1998-09-21 19:26:16 +00:00 |
|
Guido van Rossum
|
6ac06b39b3
|
Patch by Greg Stein to document the 'P' flag.
|
1998-09-21 14:44:34 +00:00 |
|
Fred Drake
|
10a7985565
|
re.findall(): Mark as added in 1.5.2.
|
1998-09-18 17:11:49 +00:00 |
|
Guido van Rossum
|
43b655c0ab
|
Get rid of 'ppp' that accidentally crept in.
|
1998-09-17 17:07:15 +00:00 |
|
Guido van Rossum
|
6442116029
|
Richard Wolff's changes, documenting his changes to pdb.py.
|
1998-09-17 15:11:51 +00:00 |
|
Fred Drake
|
d16d4981d1
|
Markup nits.
|
1998-09-10 20:21:00 +00:00 |
|
Fred Drake
|
9b134bf716
|
Added comment about support for rational numbers, and pointer to
Demos/classes/Rat.py.
|
1998-09-10 18:42:55 +00:00 |
|
Fred Drake
|
7a2f0668e4
|
Markup nits.
Fixes/index improvements from Michael Ernst <mernst@cs.washington.edu>.
|
1998-09-10 18:25:58 +00:00 |
|
Guido van Rossum
|
dbf7956e52
|
Clarify Y2K behavior when a tuple with a 2-digit date is passed to
mktime() and such.
|
1998-08-25 14:44:49 +00:00 |
|
Fred Drake
|
607f802886
|
round(): Mark the second (optional) parameter as optional, since it's
described that way.
setattr(): Clarify that the attribute doesn't need to exist to be set.
|
1998-08-24 20:30:07 +00:00 |
|
Fred Drake
|
c859350fa6
|
Added some cross-references to the end.
|
1998-08-24 18:46:14 +00:00 |
|
Fred Drake
|
d0421dd448
|
spoking --> speaking
object whose method this is --> object on which the method operates
|
1998-08-24 17:57:20 +00:00 |
|
Fred Drake
|
637af13dca
|
There is no <ISINPUT> element, just <ISINDEX>. ;-)
|
1998-08-21 20:02:06 +00:00 |
|