Commit graph

7346 commits

Author SHA1 Message Date
Andrew M. Kuchling
b88f774ed8 Remove rexec howto; it's kind of pointless now 2005-08-30 01:27:40 +00:00
Andrew M. Kuchling
e8f44d683e Commit the howto source to the main Python repository, with Fred's approval 2005-08-30 01:25:05 +00:00
Andrew M. Kuchling
c203370769 Add missing \end, noted by George Yoshida 2005-08-29 13:30:12 +00:00
Andrew M. Kuchling
0738206e79 Write section on PEP 342 2005-08-27 18:45:47 +00:00
Georg Brandl
9a19e5cce6 patch [ 1274550 ] libtarfile.tex: external URL changed 2005-08-27 17:10:35 +00:00
Georg Brandl
7f26a62f09 patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
Georg Brandl
375f83cfd2 patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
Georg Brandl
15ad935568 __new__ is a static method 2005-08-26 12:56:22 +00:00
Georg Brandl
bd77da6dab bug [ 1248199 ] shelve .sync operation not documented 2005-08-25 22:40:16 +00:00
Georg Brandl
8fc18a2010 bug [ 1261229 ] __new__ is class method 2005-08-25 21:56:45 +00:00
Georg Brandl
36be8be7f5 Once upon a time, I used to know TeX... 2005-08-25 12:51:16 +00:00
Georg Brandl
532efabf1d patch #848017: make Cookie more RFC-compliant. 2005-08-24 22:34:21 +00:00
Georg Brandl
b925602f16 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld 2005-08-24 18:46:39 +00:00
Martin v. Löwis
56066d2e55 Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code. Fixes #1178484.
Will backport to 2.4.
2005-08-24 07:38:12 +00:00
Georg Brandl
79c122f568 bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows 2005-08-24 07:31:33 +00:00
Georg Brandl
6f2bbd353b bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME 2005-08-24 07:26:55 +00:00
Georg Brandl
38387b8b91 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix 2005-08-24 07:17:40 +00:00
Raymond Hettinger
76fb6d84d0 SF bug #1100368: Wrong "type()" syntax in docs
Docs were missing the name/bases/dict form of type().

(Much of the wording contributed by Steven Bethard.)
2005-08-24 07:06:25 +00:00
Raymond Hettinger
2e8665ae43 More tutorial nits. 2005-08-23 18:26:00 +00:00
Raymond Hettinger
71da38b1a7 SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) 2005-08-23 18:02:28 +00:00
Raymond Hettinger
e66d437139 SF bug #1168135: Python 2.5a0 Tutorial errors and observations
(Contributed by Michael R Bax.)
2005-08-23 15:00:45 +00:00
Andrew M. Kuchling
5c419a9fe4 In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary. 2005-08-23 13:48:21 +00:00
Fred Drake
b406905f33 ord() documentation update; this is what remains applicable from
SF patch #1057588; other changes make the rest of the patch out of date
or otherwise unnecessary
2005-08-23 04:33:29 +00:00
Andrew M. Kuchling
150e349be1 Note various items; write some shorter sections 2005-08-23 00:56:06 +00:00
Georg Brandl
f33d01d304 bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation 2005-08-22 19:35:18 +00:00
Gregory P. Smith
7208af47f8 whoops, missed adding this last night in my hashlib commit 2005-08-22 18:31:41 +00:00
Gregory P. Smith
f21a5f7739 [ sf.net patch # 1121611 ]
A new hashlib module to replace the md5 and sha modules.  It adds
support for additional secure hashes such as SHA-256 and SHA-512.  The
hashlib module uses OpenSSL for fast platform optimized
implementations of algorithms when available.  The old md5 and sha
modules still exist as wrappers around hashlib to preserve backwards
compatibility.
2005-08-21 18:45:59 +00:00
Raymond Hettinger
f755432f41 SF bug #1168135: Python 2.5a0 Tutorial errors and observations
(Contributed by Michael R Bax.)
2005-08-21 12:35:29 +00:00
Georg Brandl
6cd5377c72 Empty sets and frozensets are also false. 2005-08-21 12:22:58 +00:00
Raymond Hettinger
1823ae7e36 SF bug #1121416: zip incorrectly and incompletely documented
sequences ==> iterables
2005-08-21 11:58:06 +00:00
Raymond Hettinger
a30616a88d SF bug #1249837: container methods raise KeyError not IndexError
Minor clarification.
2005-08-21 11:26:14 +00:00
Georg Brandl
b285974c00 Mention explicitly the False is considered false. 2005-08-21 09:41:21 +00:00
Raymond Hettinger
7638249646 Fix PySet_Pop() notes. 2005-08-21 00:08:36 +00:00
Raymond Hettinger
0cbf400419 Add info about the set API. 2005-08-20 23:52:30 +00:00
Andrew M. Kuchling
e0245143af Typo fix 2005-08-18 21:45:31 +00:00
Raymond Hettinger
1a663911d2 Fix markup. 2005-08-18 21:27:11 +00:00
Walter Dörwald
cca3af3b71 Fix typo (fixes SF bug #1263086). 2005-08-18 19:40:39 +00:00
Raymond Hettinger
94fedf9bfd Expand the API notes. 2005-08-17 12:23:45 +00:00
Raymond Hettinger
0c230b9dac Note that the PyNumber protocol can access most set methods directly. 2005-08-17 10:05:22 +00:00
Raymond Hettinger
c47e01d020 Numerous fix-ups to C API and docs. Added tests for C API. 2005-08-16 10:44:15 +00:00
Raymond Hettinger
beb3101b05 Add a C API for sets and frozensets. 2005-08-16 03:47:52 +00:00
Andrew M. Kuchling
ba7d95e215 Document 'istext' parameter 2005-08-12 14:02:32 +00:00
Fred Drake
9f3ae3e69d fix minor markup errors 2005-08-09 15:24:05 +00:00
Martin v. Löwis
ebd9d5ba1a Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
add st_gen, st_birthtime.
2005-08-09 15:00:59 +00:00
Georg Brandl
2772c679e9 bug [ 1252706 ] poplib list() docstring fix (and docs too) 2005-08-05 21:01:58 +00:00
Georg Brandl
b370059233 bug [ 1250306 ] incorrect description of range function 2005-08-03 07:17:33 +00:00
Andrew M. Kuchling
6af7fe0563 Add example 2005-08-02 17:20:36 +00:00
Andrew M. Kuchling
a2e21cb945 Add note 2005-08-02 17:13:21 +00:00
Georg Brandl
f13c4ba11b [ 1243192 ] Incorrect documentation of re.UNICODE 2005-08-02 10:28:08 +00:00
Skip Montanaro
6a694508ae Minor tweak as a side effect of fixing #1243553. The Unicode name for " is
'quotation mark', so I decided to use it instead of 'double-quote'.
2005-08-02 02:53:59 +00:00