3972 Commits

Author SHA1 Message Date
Fred Drake
4fa82fa410 Back-port the \ulink macro to the documentation package for Python 2.1.x
since a documentation patch included \ulink.  Adding this here makes
back-porting further documentation patches easier than having to remove
\ulink from the patches.
Closes SF bug #598996.
2002-08-27 19:50:42 +00:00
Fred Drake
8bb9fe89b8 Correct some return value information. 2002-08-27 18:41:26 +00:00
Fred Drake
cf8b1ea851 Add strong security warning about the rexec module.
Closes SF patch #600861.
2002-08-27 16:42:37 +00:00
Neal Norwitz
e8de1b6af4 SF # 572928 One word change for lib/libgettext.tex
Fix typo.
2002-06-24 02:30:29 +00:00
Fred Drake
babfc0d2fe Make the docs for string.capitalize() match those of str.capitalize()
(which makes it more clear).
Closes SF bug #571767.
2002-06-20 21:19:48 +00:00
Fred Drake
4b11f2b62f Typo: bites --> bytes 2002-06-18 20:39:14 +00:00
Fred Drake
3a2611ff69 Add description of the deadlock problem with child processes and pipes, and
hints about how to work around it.
Closes SF bug #530637.
2002-06-18 20:32:09 +00:00
Fred Drake
4a848705de Add a note about "as" not being a keyword, though it has special meaning
when used as part of the import statement.

Note that both "as" and "None" becoming keywords in the future.

Closes SF bug #553262.
2002-06-18 19:18:21 +00:00
Fred Drake
9200bc2452 Note the limitation that mime_decode_header() only works for Latin-1.
Closes SF bug #551912.
2002-06-18 18:52:16 +00:00
Fred Drake
9c6891b93d Clarified documentation for os.access().
Based on patch contributed by Sean Reifschneider.
Closes SF patch #570618.
2002-06-18 16:17:32 +00:00
Fred Drake
22cc6270a8 Clarified description of error handling for shutil.rmtree().
This closes SF patch #569832.
2002-06-18 14:32:16 +00:00
Fred Drake
f89e4dd0f7 Do not claim that getlocale() returns a tulpe; that is not always true.
Closes SF bug #568577.
2002-06-13 17:55:42 +00:00
Fred Drake
4c8d12744e Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),
constributed by David Abrahams.
This closes SF patch #568081.
2002-06-13 11:53:54 +00:00
Fred Drake
a30cfeac31 Add version annotations for some older changes to the calendar module.
Closes SF patch #567867.

Added a couple of minor clarifications present in the 2.2.x and 2.3
version of the documentation which also apply to 2.1.x.
2002-06-13 01:36:42 +00:00
Fred Drake
c90cda9300 Completely revise markup for the list of list methods; the new markup matches
the semantics and presentation used in the library reference.
Added an explanation of the use of [...] to denote optional arguments, since
this is the only use of this in a signature line.
Closes SF bug #567127.
2002-06-11 02:58:26 +00:00
Guido van Rossum
c883ad633c Backport to 2.1.x:
SF bug 533625 (Armin Rigo). rexec: potential security hole

If a rexec instance allows writing in the current directory (a common
thing to do), there's a way to execute bogus bytecode.  Fix this by
not allowing imports from .pyc files (in a way that allows a site to
configure things so that .pyc files *are* allowed, if writing is not
allowed).
2002-05-31 21:19:53 +00:00
Fred Drake
3722b84cc4 Add availability information for a couple of the types. 2002-05-21 14:32:44 +00:00
Fred Drake
e0a674f8d4 Add a note explaining the interaction between unbuffered input and
xreadlines.xreadlines().
This closes SF patch #552804.
2002-05-06 16:05:01 +00:00
Fred Drake
86c02403f8 Add information on support for repietition & concatenation for buffer
and xrange objects, and generally present these in the same way that more
recent documentation releases present them (for ease of maintenance).
This closes SF bug #550555.
2002-05-02 05:59:15 +00:00
Fred Drake
560fc40823 Revise version/date information since we're not about to hit a release. 2002-05-02 05:26:33 +00:00
Fred Drake
e13ac93e9a Explain what os.read() returns at end of file.
This closes SF bug #550409.
2002-05-01 03:33:02 +00:00
Fred Drake
05e1fabece Add missing right-parenthesis. 2002-05-01 03:22:23 +00:00
Fred Drake
c84dfeb330 Add a note about when the "%r" formatting code was added. 2002-04-30 14:54:15 +00:00
Fred Drake
b64e6dcf9d Be more consistent, both internally and with recommended practice (within
the limits of Python 2.1).
This closes SF bug #547953.
2002-04-26 20:45:38 +00:00
Fred Drake
f9b76033ba Add text about circular references caused by storing frames in local
variables.  This closes SF bug #543148.
2002-04-23 21:19:55 +00:00