Tim Peters
07ce3b704b
Changed company name to PSF. Added 2004 to copyright years.
2004-05-11 18:14:05 +00:00
Tim Peters
926bc22c65
Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of
...
copyright years.
2004-05-11 18:13:10 +00:00
Barry Warsaw
5b44cd64d7
_parsegen(): Watch out for empty epilogues.
2004-05-11 18:10:15 +00:00
Thomas Heller
2e7c8328ae
Fix SF item #876278 : Unbounded recursion in modulefinder.
...
Already backported to release23-maint.
2004-05-11 15:10:59 +00:00
Fred Drake
112f8f4f81
use tools/getversioninfo to extract the version number from the Python
...
sources
2004-05-11 14:37:55 +00:00
Fred Drake
6d340c3de8
remove assignment to unused variable
2004-05-11 14:25:56 +00:00
Fred Drake
3b4ab231f2
update to reflect the current location of the SF bugs search box
2004-05-11 14:14:24 +00:00
Fred Drake
0d73621cb2
markup adjustment
2004-05-11 05:29:34 +00:00
Barry Warsaw
23164a5ca7
In order to fix SF bug # 824977, we replace calloc()/free() calls in
...
binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and
PyMem_Free(). These won't return NULL unless the allocations actually fail,
so it won't trigger a bogus memory error on some platforms <cough>AIX</cough>
when passed a length of zero.
2004-05-11 02:05:11 +00:00
Greg Ward
fd0283eaa0
SF #832236 : merge from release23-maint branch: wrap a bunch of
...
_EXPORT_INT calls in #ifdef's, to avoid breaking the build on MkLinux
(Linux 2.0).
2004-05-11 01:34:55 +00:00
Barry Warsaw
dd69b0ab6c
Added a note describing how fp should be opened in binary mode, especially on
...
Windows. Closes SF # 586899.
2004-05-10 23:12:52 +00:00
Skip Montanaro
fb85739494
Point out that %p has no effect on the output hour in strptime unless %I is
...
used to parse the hour.
2004-05-10 18:53:00 +00:00
Fred Drake
c7c9a3a958
don't make assumptions about $PATH in Cygwin instructions
2004-05-10 18:39:32 +00:00
Barry Warsaw
c29db26529
_parse_headers(): Strip a trailing newline from the envelope header. Closes
...
SF #951088 .
2004-05-10 14:48:30 +00:00
Barry Warsaw
6f3b033774
_split_ascii(): Small optimization by RH.
2004-05-10 14:44:04 +00:00
Raymond Hettinger
300fa1d3b2
Temporarily disable doctest until genexps are in CVS
2004-05-10 14:08:42 +00:00
Mark Hammond
c533c986e8
Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as
...
implemented in patch [ 851736 ].
2004-05-10 07:35:33 +00:00
Barry Warsaw
d285600883
SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match
...
documented semantics.
2004-05-09 18:04:24 +00:00
Barry Warsaw
bfe18c096f
test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.
2004-05-09 18:03:36 +00:00
Barry Warsaw
bb3ed7e389
Add this year to the copyright notices.
2004-05-09 17:11:59 +00:00
Barry Warsaw
2c823d67e3
we dont support any Python's before 2.3 now.
2004-05-09 03:57:09 +00:00
Barry Warsaw
24f79762a1
Update to Python 2.3, getting rid of backward compatiblity crud.
2004-05-09 03:55:11 +00:00
Barry Warsaw
235c8eba62
Update to Python 2.3, getting rid of backward compatiblity crud.
...
This Parser is now just a backward compatible front-end to the FeedParser.
2004-05-09 03:46:42 +00:00
Barry Warsaw
5d84053e2c
Update to Python 2.3, getting rid of backward compatiblity crud.
2004-05-09 03:44:55 +00:00
Barry Warsaw
4c3e33a80b
Update to Python 2.3, getting rid of backward compatiblity crud. We don't
...
need the _compat21 or _compat22 modules either.
2004-05-09 03:42:37 +00:00
Barry Warsaw
3d1f397f1a
Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a
...
bunch of module globals that aren't used.
2004-05-09 03:40:17 +00:00
Barry Warsaw
36112f2d34
Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a
...
bunch of module globals that aren't used.
__maxheaderlen -> _maxheaderlen
_handle_multipart(): This should be more RFC compliant now, and does match the
updated/fixed semantics for preamble and epilogue.
2004-05-09 03:35:17 +00:00
Barry Warsaw
418101fd64
An updated FeedParser that should be RFC complaint, passes all existing
...
(standard) tests, and doesn't throw parse errors. I still need throw
Anthony's torture test at it, but I wanted to get this checked in and off my
disk.
2004-05-09 03:29:23 +00:00
Barry Warsaw
333e830b83
Add MessageDefect and subclasses.
2004-05-09 03:26:07 +00:00
Barry Warsaw
41f6ad6171
Update to Python 2.3, getting rid of backward compatiblity crud.
2004-05-09 03:24:43 +00:00
Barry Warsaw
09356d419c
Like msg_12.txt but with some extra vertical whitespace around the inner
...
message's end boundary.
2004-05-09 03:17:29 +00:00
Barry Warsaw
b8b57e75b2
A bunch of new tests, and updated tests for the email 3.0 FeedParser.
2004-05-09 03:16:03 +00:00
Raymond Hettinger
e7169eb9ed
Add more examples.
2004-05-09 01:15:01 +00:00
Raymond Hettinger
9d7c870c6d
SF #950057 : itertools.chain doesn't "process" exceptions as they occur
...
Both cycle() and chain() were handling exceptions only when switching
input sources. The patch makes the handle more immediate.
Will backport.
2004-05-08 19:49:42 +00:00
Gustavo Niemeyer
ffa5a5015a
Small fixes in freeze.py.
2004-05-08 17:59:43 +00:00
Martin v. Löwis
253d1f445b
Record UnixWare 7.1.4 as broken. Fixes #929689 .
...
Backported to 2.3.
2004-05-07 19:14:14 +00:00
Martin v. Löwis
7d9c6c7e8c
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848 .
...
Backported to 2.3.
2004-05-07 07:18:13 +00:00
Raymond Hettinger
156c49ad1c
Revert last change.
2004-05-07 05:50:35 +00:00
Raymond Hettinger
6924a00d10
Use sets instead of lists for membership testing
2004-05-06 16:55:07 +00:00
Andrew M. Kuchling
30633c9a64
[Bug #945063 ] Get file extension correct. (2.3 bugfix candidate)
2004-05-06 13:13:44 +00:00
Fred Drake
67a521ef69
note that descriptor objects must be instances of new-style types
...
(closes SF bug #817742 )
2004-05-06 12:44:29 +00:00
Fred Drake
e143bbb610
fix documentation for ContentHandler.ignorableWhitespace()
...
(closes SF bug #881707 )
2004-05-06 03:47:48 +00:00
Fred Drake
56fcc233d3
markup adjustments
2004-05-06 02:55:35 +00:00
Martin v. Löwis
ae20722d96
Consider output encoding in XMLGenerator. Fixes #938076 .
...
Backported to 2.3.
2004-05-06 02:22:43 +00:00
Martin v. Löwis
0ea558f7b4
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637 .
...
Backported to 2.3.
2004-05-06 02:04:21 +00:00
Martin v. Löwis
456ab1d271
Swap public and system ID in start_doctype_decl. Fixes #780300 .
2004-05-06 01:54:36 +00:00
Martin v. Löwis
8b3e871a19
Patch #944110 : Properly process empty passwords. Fixes #944082 .
...
Backported to 2.3.
2004-05-06 01:41:26 +00:00
Martin v. Löwis
f1f0560832
Patch #940026 : Explain "in" when it is first used.
...
Backported to 2.3.
2004-05-06 01:35:45 +00:00
Andrew M. Kuchling
99872c1342
[Bug #810879 ] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
2004-05-05 17:21:51 +00:00
Brett Cannon
0fefc140aa
Fix small grammatical mistake.
2004-05-05 16:49:11 +00:00