Raymond Hettinger
744aaa02e0
SF bug #1084457 : ossaudiodev no longer undocumented
2004-12-14 07:19:22 +00:00
Gregory P. Smith
7af53a6de4
the bsddb module now also works with BerkeleyDB 4.3.
2004-12-13 09:57:32 +00:00
Johannes Gijsbers
f4a70f35b0
Patch #1080684 : typo repair. Thanks George Yoshida!
...
- Doc/lib/libbase64.tex
s/algorith/algorithm
- Doc/lib/libpickle.tex
s/interchangable/interchangeable
- Doc/lib/libxmlrpclib.tex
s/{_cmp__}/{__cmp__}
leading underscore needs to be double, not single.
- Doc/ref/ref6.tex
0/1 => False/True
2004-12-12 16:52:40 +00:00
Brett Cannon
222d5b466b
Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not
...
expand_tabs, on the object being wrapped.
2004-12-11 09:53:52 +00:00
Raymond Hettinger
a6b45cc31d
Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__().
2004-12-07 07:05:57 +00:00
Raymond Hettinger
a32d22a509
Remove deprecated xmllib from inclusion in the docs.
2004-12-06 12:29:56 +00:00
Walter Dörwald
e208412348
Fix for SF bug #947894 : calendar.weekheader() undocumented
2004-12-06 07:58:14 +00:00
Brett Cannon
c8aa848ece
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
...
is pointless.
Also add a note to the docs for the 'test' package that test cases should check
first that any conditions needed in the operating system are met before having
a test run.
Closes bug #1077302 . THanks, Ian Holsman.
2004-12-06 06:08:59 +00:00
Peter Astrand
5f5e141589
Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor
2004-12-05 20:15:36 +00:00
Raymond Hettinger
b2594050ea
Added optional None arguments to itertools.islice().
2004-12-05 09:25:51 +00:00
Raymond Hettinger
1d542f2446
Remove the deprecated statcache module.
2004-12-05 05:29:51 +00:00
Raymond Hettinger
3489cad30a
Removed the deprecated bin parameter from the pickle module.
2004-12-05 05:20:42 +00:00
Raymond Hettinger
1bc82f891c
Removed deprecated method arguments from the shelve module.
2004-12-05 03:58:17 +00:00
Raymond Hettinger
6c92d76abc
Removed deprecated method from pstats.
2004-12-05 03:28:00 +00:00
Raymond Hettinger
f3fa9460de
Removed deprecated use_statcache argument.
2004-12-05 01:58:09 +00:00
Raymond Hettinger
784ab76c87
Remove the deprecated whrandom module.
2004-12-04 10:50:51 +00:00
Andrew M. Kuchling
07b28b920e
Hyphenate 'one-argument'
2004-12-03 14:59:09 +00:00
Raymond Hettinger
3b0c7c20a1
SF patch #1077353 : add key= argument to min and max
...
(First draft of patch contributed by Steven Bethard.)
2004-12-03 08:30:39 +00:00
Vinay Sajip
e8fdc4502f
Fixed errors reported in SF bug #1074693
2004-12-02 21:27:42 +00:00
Raymond Hettinger
4901a1f267
Add key= argument to heapq.nsmallest() and heapq.nlargest().
2004-12-02 08:59:14 +00:00
Raymond Hettinger
5d6057f073
Fix typo.
2004-12-02 08:31:41 +00:00
Andrew M. Kuchling
ab807e8a0d
Make the example server code clearer; add the corresponding example client. [Bugfix candidate]
2004-12-01 18:34:11 +00:00
Peter Astrand
6fdf3cbb13
Corrected example for replacing shell pipeline. Fixes bug 1073790.
2004-11-30 18:06:42 +00:00
Michael W. Hudson
02d74f68c6
Hear the #error: change the default value of the mutable_arg argument
...
to ioctl() and remove the warning when it is not supplied.
2004-11-30 14:31:54 +00:00
Raymond Hettinger
4fd38b3f77
Fix typo.
2004-11-25 05:35:32 +00:00
Raymond Hettinger
23ce5848aa
Clarify the ordering of dictionary keys.
2004-11-25 05:16:19 +00:00
Raymond Hettinger
3de9aa40ec
Make sure the money formatting recipe can doesn't run out of digits
...
to the right of the decimal point.
2004-11-25 04:47:09 +00:00
Raymond Hettinger
8f2c4eed93
SF bug #1071566 : moneyfmt recipe in decimal documentation has error
2004-11-24 05:53:26 +00:00
Tim Peters
7f13cfa674
os.walk(): Changed the "sum of bytes consumed by files" example to use
...
a generator expression instead of a listcomp.
Not a backport candidate (genexps are new in 2.4).
2004-11-22 16:53:46 +00:00
Tim Peters
919a3b40f9
SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.
...
Clarify that the example assumes no links are present; the point of the
example is to illustrate a need for topdown=False, not to wrestle with
platform-dependent link convolutions.
Also spell os.path.join() out in full, instead of using a shortcut import.
The bug reporter was confused by that too, and it's clearer this way.
Bugfix candidate; but I don't intend to backport it.
2004-11-22 16:49:02 +00:00
Facundo Batista
139af0295c
Fixed quantize syntax.
2004-11-20 00:33:51 +00:00
Raymond Hettinger
a2325f67a1
SF patch #1068456 : small update for pdb docs
2004-11-18 08:39:33 +00:00
Tim Peters
fdc58f2391
SF bug 1066438: datetime.replace method description error
...
Repair typo in example.
2004-11-15 03:50:16 +00:00
Facundo Batista
441609466b
SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters.
2004-11-12 02:03:36 +00:00
Greg Ward
961eda7ad9
SF #1063757 : fix markup error (had LaTeX markup in the reST source,
...
oops!).
2004-11-12 01:20:17 +00:00
Vinay Sajip
edde492f13
Minor grammatical errors fixed
2004-11-11 13:54:48 +00:00
Fred Drake
2269d86598
Fix SF bug #1061770 : Manual typesets bit-shift operators as guillemet
2004-11-11 06:14:05 +00:00
Fred Drake
758f5ea419
Replace last two uses of the "list" environment with "description"
...
environments.
Closes SF bug #692442 : Konqueror can't render docs because of
malformed HTML. While the generated HTML is still terrible, the cited
cases of <DL COMPACT> have been removed. The general problem of XHTML
conformance has not been solved, but is endemic to LaTeX2HTML output.
2004-11-11 05:04:55 +00:00
Fred Drake
8efc80a909
- remove use of a "list" environment (replace with a table)
...
- fix minor markup nits
2004-11-11 04:39:56 +00:00
Johannes Gijsbers
4de9374b0e
Patch #1062033 / bug #1027771 : clarify what happens when calling
...
insertBefore() with refChild=None.
2004-11-07 19:55:18 +00:00
Johannes Gijsbers
4f18caa07b
Patch #1062018 / bug #1038693 : comment out dead link in tkinter docs.
2004-11-07 19:36:48 +00:00
Peter Astrand
3546188123
Added more documentation about the executable argument.
...
Fixes #1056441 .
2004-11-07 16:38:08 +00:00
Johannes Gijsbers
f164322fe8
Patch #1061924 : add documentation for BaseRotatingHandler and correct
...
reference to non-existent function 'setRollover()'.
2004-11-07 16:11:35 +00:00
Johannes Gijsbers
eaaa771816
Clarify that it's not necessary to subclass from TestCase to create a
...
test case. As Jeremy put it: "subclassing is an implementation
technique, not a type declaration".
2004-11-07 16:02:07 +00:00
Johannes Gijsbers
4f802ac2b6
Patch #1061857 : add documentation for previously undocumented
...
TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!
2004-11-07 14:14:27 +00:00
Raymond Hettinger
700d9b9b63
SF patch #1061780 : use a new -m option in pdb and profile invocations
...
Doc patch submitted by Ilya Sandler.
2004-11-07 06:18:37 +00:00
Raymond Hettinger
bb4e859ecf
SF bug #1060825 : Error in difflib docs
2004-11-05 16:38:08 +00:00
Tim Peters
2cf5e1920b
Point out some platform vagaries in stat() and utime().
...
Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to
backport this.
2004-11-04 21:27:48 +00:00
Armin Rigo
80adba6873
Mistakes in the "sequence types" page:
...
* explanation for example with lists of lists made confusing use of
the word "contains" to mean "is built out of".
* wrong formula for slices with step. Is it ok to use LaTeX formulas
(which become images in the html document)? This version needs one
because it's based on a fraction. Just writing "\code{(j-i)/k}" here would
be ambiguous because it looks like a rounding-down-to-the-previous-integer
division, which is not what we need here. Of course we could write
"\code{float(j-i)/k}" but it just looks confusing.
2004-11-04 11:29:09 +00:00
Fred Drake
99e5ce5cf4
markup nit
2004-11-04 05:45:44 +00:00