Fred Drake
|
12dd7b12c6
|
Minor markup adjustments.
|
2003-04-09 18:15:57 +00:00 |
Guido van Rossum
|
6db771871e
|
Try to discourage use of PyObject_Type().
|
2003-04-09 18:02:23 +00:00 |
Andrew M. Kuchling
|
a6b1c75b7a
|
Re-indent example; fix typo
|
2003-04-09 17:26:38 +00:00 |
Jack Jansen
|
d5e0a5a08e
|
Created a minimal MacOSX section.
|
2003-04-09 15:12:38 +00:00 |
Fred Drake
|
fcd845a7ed
|
Lots of small markup adjustments.
|
2003-04-09 04:06:37 +00:00 |
Fred Drake
|
61a0a73d76
|
Add dependency information for the hotshot package docs.
|
2003-04-09 03:25:07 +00:00 |
Anthony Baxter
|
fda5e27ec9
|
extra punctuation removed
|
2003-04-09 03:03:46 +00:00 |
Fred Drake
|
567b0a6445
|
Add dependency information for the timeit module docs.
|
2003-04-09 02:41:36 +00:00 |
Skip Montanaro
|
d6e9fe386a
|
+ libtimeit
|
2003-04-09 01:39:06 +00:00 |
Skip Montanaro
|
ca652746ff
|
doc for timeit module/script - mostly just a recast of Tim's docstring
|
2003-04-09 01:38:53 +00:00 |
Fred Drake
|
2c2068c4d1
|
Added example of using positional and keyword args with atexit.register().
Based on a suggestion from a reader.
|
2003-04-08 17:46:53 +00:00 |
Fred Drake
|
de7ad2caac
|
Markup fix.
|
2003-04-08 17:37:47 +00:00 |
Tim Peters
|
730f5535ba
|
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
|
2003-04-08 17:17:17 +00:00 |
Tim Peters
|
0f81ab6d88
|
Finished implementing gc.get_referrents(): dealt with error and end
cases, wrote docs, added a test.
|
2003-04-08 16:39:48 +00:00 |
Anthony Baxter
|
cb8ed53014
|
add note suggested by rhettinger about example.
|
2003-04-07 12:21:56 +00:00 |
Anthony Baxter
|
b3303efec6
|
patch [ 698505 ] docs for hotshot module
|
2003-04-07 12:19:15 +00:00 |
Fred Drake
|
2a04623ddd
|
- add the "download_url" field to the pre-2.2.3 metadata compatibility note
- fix some markup nits
|
2003-03-31 16:23:09 +00:00 |
Fred Drake
|
007fadd59d
|
Fix symbol in grammar; this should fix some hyperlinking in the HTML
version.
|
2003-03-31 14:53:03 +00:00 |
Martin v. Löwis
|
24b8881f61
|
Patch #701395: Correct documentation of PyUnicode_Splitlines.
|
2003-03-30 16:40:42 +00:00 |
Martin v. Löwis
|
b9a0f91218
|
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
|
2003-03-29 10:06:18 +00:00 |
Ka-Ping Yee
|
bd379e9627
|
PyWeakref_GetObject returns None (not NULL) when the referent is gone.
|
2003-03-28 18:07:16 +00:00 |
Martin v. Löwis
|
3ae0f7a7cf
|
Replace criterium with criterion. Fixes #705120.
|
2003-03-27 16:59:38 +00:00 |
Neal Norwitz
|
24fcd23eae
|
Back out previous change as discussed on python-checkins
|
2003-03-22 16:19:52 +00:00 |
Neal Norwitz
|
1e942bd3f4
|
Add lib/mimelib.tex to dependencies
|
2003-03-22 00:23:04 +00:00 |
Barry Warsaw
|
bfa893f3ac
|
email is at version 2.5 now
|
2003-03-21 21:14:48 +00:00 |
Andrew M. Kuchling
|
a092ba1adc
|
Add PEP 307 section
|
2003-03-21 18:32:43 +00:00 |
Andrew M. Kuchling
|
a978e10676
|
Add PEP305 section
|
2003-03-21 18:10:12 +00:00 |
Andrew M. Kuchling
|
c71bb97e2f
|
Update datetime section a bit
|
2003-03-21 17:23:07 +00:00 |
Neal Norwitz
|
0135b65c01
|
Add new CSV module to doc dependancies
|
2003-03-21 00:28:30 +00:00 |
Skip Montanaro
|
5fbf8362a3
|
include csv doc section - Fred, you may want to change the location
|
2003-03-20 23:35:00 +00:00 |
Skip Montanaro
|
b4a0417e91
|
new CSV file processing module - see PEP 305
|
2003-03-20 23:29:12 +00:00 |
Fred Drake
|
4cee220ff3
|
- added example of using a comparison function with list.sort(), and
explained the construction of a [(key, value), ...] list as an
alternative
- note that support for cmpfunc=None was added in 2.3
|
2003-03-20 22:17:59 +00:00 |
Fred Drake
|
62364ffb80
|
- apply SF patch #700798: fixes and cleanups for descriptor info
- use a TeX "tie" to prevent word-wrapping in "section x.y"-like text
|
2003-03-20 18:17:16 +00:00 |
Skip Montanaro
|
2a403e8a7e
|
add descriptions of {get,set}defaulttimeout.
|
2003-03-20 17:58:12 +00:00 |
Fred Drake
|
5c7b2487cd
|
- explain what a UNC path is in the makedirs() description, since
they're actually mentioned there
- remove some extraneous paragraph separations
- \versionadded --> \versionchanged in one place
|
2003-03-20 17:39:38 +00:00 |
Michael W. Hudson
|
43ed43bfc1
|
Take out my (long since disabled) POSIX signal mask handling code.
I'm not going to have the time or energy to get this working x-platform
-- anyone who does is welcome to the code!
|
2003-03-13 13:56:53 +00:00 |
Raymond Hettinger
|
60de2e837f
|
SF bug #699237: Tutorial uses omitted slice indices before explaining them
Moved up the explanation of slice default arguments.
|
2003-03-12 04:46:52 +00:00 |
Barry Warsaw
|
45c3941510
|
Update the package version number
|
2003-03-12 03:43:09 +00:00 |
Barry Warsaw
|
a996d4f137
|
For email 2.5b1, we no longer add a trailing newline to
MIMEText.__init__()'s _text argument if it doesn't already end in a
newline. This may be controversial.
|
2003-03-11 05:03:25 +00:00 |
Barry Warsaw
|
52b39f5b47
|
body_line_iterator() now takes a decode argument.
|
2003-03-11 04:40:14 +00:00 |
Barry Warsaw
|
20ebc37013
|
Describe what happens when decode=True and the payload has bogus
base64 data.
|
2003-03-10 16:13:50 +00:00 |
Greg Ward
|
cd930f5258
|
openmixer()'s 'mode' parameter has been removed.
|
2003-03-10 03:18:19 +00:00 |
Greg Ward
|
f882c77d70
|
Expand description of ossaudiodev.error exception.
Improve descriptions of open(), openmixer().
|
2003-03-10 03:05:21 +00:00 |
Greg Ward
|
3e34f59ce2
|
Rewrite intro paragraphs and add a "See also" box for the link to the
official OSS docs.
Markup fixes: change \code{} variously to \function{}, \method{}, or
\constant{} as appropriate.
|
2003-03-10 02:09:51 +00:00 |
Greg Ward
|
074472ba98
|
Fix two unformatted lists: one is now an 'enumerate' environment, the
other a 'tableii'.
Formatting/typo fix.
|
2003-03-10 00:24:42 +00:00 |
Greg Ward
|
41a28e374c
|
Add libossaudiodev.tex.
|
2003-03-10 00:07:14 +00:00 |
Greg Ward
|
33bcd987dd
|
Wrap all paragraphs to 72 columns.
Two spaces between sentences.
Fix em-dashes -- should be "---" not " - ".
Spelling fix.
|
2003-03-09 23:57:34 +00:00 |
Greg Ward
|
620e343c0a
|
Documentation for the ossaudiodev module.
Initial revision supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net>
(emailed to me [gward@python.net] 2003-03-08 23:37 +1100).
|
2003-03-09 23:34:52 +00:00 |
Raymond Hettinger
|
5284b4474e
|
Add contributor name.
|
2003-03-09 07:19:38 +00:00 |
Raymond Hettinger
|
42182ebaf6
|
SF 698520: Iterator for urllib.URLOpener
Contributed by Brett Cannon.
|
2003-03-09 05:33:33 +00:00 |