]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
21 years agopydoc.stripid() is now case-insensitive.
Brett Cannon [Sat, 19 Jun 2004 01:05:40 +0000 (01:05 +0000)] 
pydoc.stripid() is now case-insensitive.

Closes bug #934282.  Thanks Robin Becker.

21 years agoAdd missing word in InvalidStateError definition.
Brett Cannon [Thu, 17 Jun 2004 21:35:22 +0000 (21:35 +0000)] 
Add missing word in InvalidStateError definition.

21 years agoSF bug #971747: Wrong indentation of example code in tutorial
Raymond Hettinger [Sat, 12 Jun 2004 19:29:54 +0000 (19:29 +0000)] 
SF bug #971747:  Wrong indentation of example code in tutorial

Backport an indentation fixup in the tutorial.

21 years agoBackport:
Anthony Baxter [Fri, 11 Jun 2004 15:09:41 +0000 (15:09 +0000)] 
Backport:
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
have a __module__. Test for this case.

21 years agoPublic Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT.
Thomas Heller [Wed, 9 Jun 2004 18:33:48 +0000 (18:33 +0000)] 
Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT.

21 years agoswitch back to \today since we're post-release
Fred Drake [Wed, 9 Jun 2004 14:58:21 +0000 (14:58 +0000)] 
switch back to \today since we're post-release

21 years agoupdate version number since changes have been made since the release
Fred Drake [Wed, 9 Jun 2004 14:56:12 +0000 (14:56 +0000)] 
update version number since changes have been made since the release

21 years agomake a reference to the SimpleHTTPServer module a hyperlink to the
Fred Drake [Wed, 9 Jun 2004 14:52:00 +0000 (14:52 +0000)] 
make a reference to the SimpleHTTPServer module a hyperlink to the
docs

21 years agoSF 952807: Unpickling pickled instances of subclasses of
Tim Peters [Mon, 7 Jun 2004 23:17:48 +0000 (23:17 +0000)] 
SF 952807:  Unpickling pickled instances of subclasses of
datetime.date, datetime.datetime and datetime.time could yield insane
objects.  Thanks to Jiwon Seo for a fix.

21 years agoFix a refcount bug in an obscure code corner.
Thomas Heller [Mon, 7 Jun 2004 15:14:17 +0000 (15:14 +0000)] 
Fix a refcount bug in an obscure code corner.

21 years agoFix a refcount bug in an obscure code corner.
Thomas Heller [Mon, 7 Jun 2004 14:59:59 +0000 (14:59 +0000)] 
Fix a refcount bug in an obscure code corner.

21 years ago[Bug #953177] Mention .getlist(); text from Paul Moore
Andrew M. Kuchling [Sun, 6 Jun 2004 23:29:05 +0000 (23:29 +0000)] 
[Bug #953177] Mention .getlist(); text from Paul Moore

21 years agoBackporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error
Kurt B. Kaiser [Sun, 6 Jun 2004 17:41:41 +0000 (17:41 +0000)] 
Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error

Added a Tk error dialog to run.py inform the user if the subprocess can't
connect to the user GUI process.  Added a timeout to the GUI's listening
socket.  Added Tk error dialogs to PyShell.py to announce a failure to bind the
port or connect to the subprocess.  Clean up error handling during connection
initiation phase.  This is an update of Python Patch 778323.

M NEWS.txt
M PyShell.py
M ScriptBinding.py
M idlever.py
M run.py

21 years agoSF 964876 mapping a 0 length file
Tim Peters [Sun, 6 Jun 2004 16:54:15 +0000 (16:54 +0000)] 
SF 964876 mapping a 0 length file
Document that it can't be done on Windows.
Backported from HEAD.

21 years agoReword message
Andrew M. Kuchling [Sat, 5 Jun 2004 19:49:52 +0000 (19:49 +0000)] 
Reword message

21 years agoFix exception wording
Andrew M. Kuchling [Sat, 5 Jun 2004 19:30:29 +0000 (19:30 +0000)] 
Fix exception wording

21 years ago[Bug #758665] cgitb.scanvars() fails because of an unititialized value variable....
Andrew M. Kuchling [Sat, 5 Jun 2004 19:17:51 +0000 (19:17 +0000)] 
[Bug #758665] cgitb.scanvars() fails because of an unititialized value variable.  Patch from Robin Becker.

21 years ago[Bug #936837] Add missing word
Andrew M. Kuchling [Sat, 5 Jun 2004 19:01:47 +0000 (19:01 +0000)] 
[Bug #936837] Add missing word

21 years ago[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line...
Andrew M. Kuchling [Sat, 5 Jun 2004 14:14:49 +0000 (14:14 +0000)] 
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno.  Patch from Robin Becker and me.

21 years ago[Bug #841757] Patch from /F to allow Unicode strings as struct keys
Andrew M. Kuchling [Sat, 5 Jun 2004 12:55:33 +0000 (12:55 +0000)] 
[Bug #841757] Patch from /F to allow Unicode strings as struct keys
(Also a 2.2 bugfix candidate.)

21 years agoUpdate version number
Andrew M. Kuchling [Sat, 5 Jun 2004 12:51:51 +0000 (12:51 +0000)] 
Update version number

21 years agoPartial backport (only the bugfix) of sf #811294:
Thomas Heller [Fri, 4 Jun 2004 16:13:06 +0000 (16:13 +0000)] 
Partial backport (only the bugfix) of sf #811294:
dis.disassemble_string() broken.

21 years agoBackport of 1.47:
Jack Jansen [Thu, 3 Jun 2004 21:57:48 +0000 (21:57 +0000)] 
Backport of 1.47:
Fix for #860242: use correct names in the "save preferences" dialog.

21 years agoBackport of 1.45 and 1.46:
Jack Jansen [Thu, 3 Jun 2004 21:36:58 +0000 (21:36 +0000)] 
Backport of 1.45 and 1.46:
- Replace backticks with repr() or "%r"
- Fix for #862941: "run with commandline python" crashed. Fixed.
- Prefer to use pythonw (if it exists) for "run with commandline python".

21 years agoBackport of 1.47:
Jack Jansen [Thu, 3 Jun 2004 14:38:38 +0000 (14:38 +0000)] 
Backport of 1.47:
Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for
#!-scripts, only the filename part, and this can lead to incorrect
initialization of sys.path and sys.executable if there is another python
on $PATH before the one used in #!.

The fix was picked up from the darwinports crowd, thanks!

21 years agoBackport of 1.2:
Jack Jansen [Thu, 3 Jun 2004 14:16:53 +0000 (14:16 +0000)] 
Backport of 1.2:
On startup, attempt to set the working directory to $HOME.

Fixes #913581.

21 years agoBackport of 1.23 and 1.24:
Jack Jansen [Thu, 3 Jun 2004 13:34:41 +0000 (13:34 +0000)] 
Backport of 1.23 and 1.24:
Very large scripts folders could crash the IDE, because it runs out
of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping
examining the scripts folder when we allocate menu ID 200.

Fixes #959291.

Replace backticks with repr() or "%r"

From SF patch #852334.

21 years agoBackport of 1.31-1.34:
Jack Jansen [Thu, 3 Jun 2004 13:07:39 +0000 (13:07 +0000)] 
Backport of 1.31-1.34:
- Added a downloader using urllib2 in stead of curl, based on code
donated by Kevin Ollivier. This is now the default downloader.
- Added a watcher mechanism, whereby downloaders and unpackers (and,
later builders) can give status feedback to the user. When running
pimp as a command line tool in verbose mode print this output.
- Force option should be applied to a single package, not recursively
to its dependencies. Fixes #733819.
- Don't use "dict" as a variable, it shadows the builtin. Spotted by
Bob Ippolito.
Two issues spotted by Ronald OUssoren:
- there were no accessor functions for the global per-database fields
- packages and their dependencies were installed in order in stead
  of in reverse order.

21 years agoDocument which string methods are locale-dependent. Fixes #935749.
Martin v. Löwis [Thu, 3 Jun 2004 09:48:25 +0000 (09:48 +0000)] 
Document which string methods are locale-dependent. Fixes #935749.

21 years agoSF #965425: fix wordsep_re so hyphenated words are handled correctly
Greg Ward [Thu, 3 Jun 2004 01:53:13 +0000 (01:53 +0000)] 
SF #965425: fix wordsep_re so hyphenated words are handled correctly
when preceded by any punctuation, not just a sequence of more hyphens.
(That was a special case so Optik and Docutils could wrap long options
like --foo-bar correctly; this change generalizes the special-case.)

Comment fix.

21 years agoSF #965425: add WrapTestCase.test_punct_hyphens() to ensure that
Greg Ward [Thu, 3 Jun 2004 01:51:27 +0000 (01:51 +0000)] 
SF #965425: add WrapTestCase.test_punct_hyphens() to ensure that
hyphenated words wrapped in punctuation, like "foo-bar" or [ding-dong],
are split correctly.

21 years agoBackport of 1.54:
Jack Jansen [Wed, 2 Jun 2004 20:07:42 +0000 (20:07 +0000)] 
Backport of 1.54:
Do an actual test for xcodebuild, in stead of relying on the user to
uncomment the relevant section.

21 years agoCGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
Jack Jansen [Wed, 2 Jun 2004 13:42:47 +0000 (13:42 +0000)] 
CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
building for that platform.

21 years agoThe expression list in inheritance is not optional. Fixes #960448.
Martin v. Löwis [Wed, 2 Jun 2004 13:00:32 +0000 (13:00 +0000)] 
The expression list in inheritance is not optional. Fixes #960448.

21 years agoFix typo reported in #964592.
Martin v. Löwis [Wed, 2 Jun 2004 12:48:41 +0000 (12:48 +0000)] 
Fix typo reported in #964592.

21 years agoDocument PyModule_AddIntConstant to take a long. Fixes #962471.
Martin v. Löwis [Wed, 2 Jun 2004 12:45:46 +0000 (12:45 +0000)] 
Document PyModule_AddIntConstant to take a long. Fixes #962471.

21 years agoPatch #924294: Do not check for AF_INET6 if it is not defined.
Martin v. Löwis [Wed, 2 Jun 2004 12:36:49 +0000 (12:36 +0000)] 
Patch #924294: Do not check for AF_INET6 if it is not defined.

21 years agoPatch #954115: Fix os.stat handling of UNC roots.
Martin v. Löwis [Wed, 2 Jun 2004 10:07:01 +0000 (10:07 +0000)] 
Patch #954115: Fix os.stat handling of UNC roots.
Closes #513572.

21 years agoSet data pointer to NULL after an error; this keeps the mmap_dealloc() function
Andrew M. Kuchling [Tue, 1 Jun 2004 13:00:16 +0000 (13:00 +0000)] 
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function
from trying to do msync(-1);munmap(-1).

21 years ago[Bug #962631] Fix typo reported by Bryan Blackburn
Andrew M. Kuchling [Tue, 1 Jun 2004 12:58:18 +0000 (12:58 +0000)] 
[Bug #962631] Fix typo reported by Bryan Blackburn

21 years agoIncluding changes from Ian Holsman to build under Red Hat 7.3.
Martin v. Löwis [Mon, 31 May 2004 19:38:08 +0000 (19:38 +0000)] 
Including changes from Ian Holsman to build under Red Hat 7.3.
Fixing some problems with the /usr/local path change.

21 years agoThis commit was manufactured by cvs2svn to create tag 'r234'. v2.3.4
cvs2svn [Thu, 27 May 2004 05:59:16 +0000 (05:59 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r234'.

21 years agoformatting nit
Anthony Baxter [Thu, 27 May 2004 05:59:16 +0000 (05:59 +0000)] 
formatting nit

21 years agoreset release
Anthony Baxter [Thu, 27 May 2004 05:56:12 +0000 (05:56 +0000)] 
reset release

21 years agoChanges for Python 2.3.4.
Thomas Heller [Tue, 25 May 2004 18:50:10 +0000 (18:50 +0000)] 
Changes for Python 2.3.4.

21 years agoThis file no longer compressed with upx.
Thomas Heller [Tue, 25 May 2004 18:47:36 +0000 (18:47 +0000)] 
This file no longer compressed with upx.

21 years agoSet release date for Python 2.3.4 (final).
Thomas Heller [Tue, 25 May 2004 18:43:54 +0000 (18:43 +0000)] 
Set release date for Python 2.3.4 (final).
Windows build number is 53.

21 years agoSet release date for Python 2.3.4 (final).
Thomas Heller [Tue, 25 May 2004 18:36:41 +0000 (18:36 +0000)] 
Set release date for Python 2.3.4 (final).

21 years agoTo avoid licensing issues, the stub exe for the bdist_wininst
Thomas Heller [Tue, 25 May 2004 18:35:48 +0000 (18:35 +0000)] 
To avoid licensing issues, the stub exe for the bdist_wininst
installer is no longer compressed with upx.  This adds about 35 kB to
any installer.

21 years agoreverse the order of the two \date lines so the processing tools pick
Fred Drake [Wed, 19 May 2004 15:01:15 +0000 (15:01 +0000)] 
reverse the order of the two \date lines so the processing tools pick
up on the right one

21 years agorepair date
Fred Drake [Wed, 19 May 2004 13:42:31 +0000 (13:42 +0000)] 
repair date

21 years agoupdate version number for 2.3.4 final
Fred Drake [Wed, 19 May 2004 03:14:27 +0000 (03:14 +0000)] 
update version number for 2.3.4 final

21 years agoRemove the offending added bit of a test case that doesn't apply to
Gregory P. Smith [Sat, 15 May 2004 21:37:34 +0000 (21:37 +0000)] 
Remove the offending added bit of a test case that doesn't apply to
the python 2.3.x branch as the bsddb.set_get_returns_none() default
behaviour is different than on 2.4 and leter.  (yes a correct test
case for this branch could be written; removing this bad test gets
things not-failing fastest)

21 years agoCurrent version is 2.3.4.
Thomas Heller [Fri, 14 May 2004 19:49:57 +0000 (19:49 +0000)] 
Current version is 2.3.4.

21 years agoupdate for the predicted 2.3.4 final release date,
Fred Drake [Fri, 14 May 2004 05:09:10 +0000 (05:09 +0000)] 
update for the predicted 2.3.4 final release date,
getting the year right this time

21 years agoAdded a sample message for the test for SF bug # 846938. I'm naming this
Barry Warsaw [Thu, 13 May 2004 23:14:31 +0000 (23:14 +0000)] 
Added a sample message for the test for SF bug # 846938.  I'm naming this
msg_40.txt because msg_3[6-9].txt are already used in email3/py2.4 and I'm
going to forward port this test.

21 years agotest_boundary_in_non_multipart(): Added a test for SF bug # 846938.
Barry Warsaw [Thu, 13 May 2004 23:13:24 +0000 (23:13 +0000)] 
test_boundary_in_non_multipart(): Added a test for SF bug # 846938.

21 years ago_parsebody(): Do not create subparts unless the container has a main type of
Barry Warsaw [Thu, 13 May 2004 23:12:33 +0000 (23:12 +0000)] 
_parsebody(): Do not create subparts unless the container has a main type of
'multipart' and the boundary is defined.  This fixes SF bug # 846938, and
several recent email-sig bugs where something like a text/html message also
had a boundary parameter.  This would later crash the Generator, which only
consulted the Content-Type to decide how to generate the message (and it would
expect just a string, but find a list there instead).

21 years agoWaugh! we need to bump the email package to 2.5.5 for Python 2.3.4.
Barry Warsaw [Thu, 13 May 2004 22:53:25 +0000 (22:53 +0000)] 
Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4.

21 years agobetter yet
Anthony Baxter [Thu, 13 May 2004 11:54:38 +0000 (11:54 +0000)] 
better yet

21 years agohow many @*&(*$# places do we include the years??
Anthony Baxter [Thu, 13 May 2004 11:53:29 +0000 (11:53 +0000)] 
how many @*&(*$# places do we include the years??

21 years agoThis commit was manufactured by cvs2svn to create tag 'r234c1'. v2.3.4c1
cvs2svn [Thu, 13 May 2004 05:34:43 +0000 (05:34 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r234c1'.

21 years agoupdate to match Lib/idlelib/NEWS version number
Anthony Baxter [Thu, 13 May 2004 05:34:43 +0000 (05:34 +0000)] 
update to match Lib/idlelib/NEWS version number

21 years agoSF #847346: remove misguided optimization for short input from
Greg Ward [Thu, 13 May 2004 01:48:15 +0000 (01:48 +0000)] 
SF #847346: remove misguided optimization for short input from
wrap() method.  Premature optimization is indeed the root of all evil.
Whitespace fix.

21 years agoSF #847346: add test_fix_sentence_endings() to ensure that sentence
Greg Ward [Thu, 13 May 2004 01:45:33 +0000 (01:45 +0000)] 
SF #847346: add test_fix_sentence_endings() to ensure that sentence
endings get fixed even if the input is too short to wrap.  Also throw
in a bunch of other tests for this rather tricky and under-tested
feature.

In WrapTestCase.setUp(), don't bother setting fix_sentence_endings=True
for self.wrapper -- just use a separate wrapper in the two tests that
care about it, namely test_whitespace() and test_fix_sentence_endings().

21 years agoVersion '2.3.4c1'
Thomas Heller [Wed, 12 May 2004 20:04:18 +0000 (20:04 +0000)] 
Version '2.3.4c1'
File name 'Python-2.3.4c1.exe'
Change company to 'Python Software Foundation'
Add year 2004 to the copyright.
Include tix into the distribution.

21 years agoWindows build number for 2.3.4c1 is 52.
Thomas Heller [Wed, 12 May 2004 19:51:26 +0000 (19:51 +0000)] 
Windows build number for 2.3.4c1 is 52.

21 years agoFix version number (2.3.4c1) and release date (12-May-2004).
Thomas Heller [Wed, 12 May 2004 19:50:27 +0000 (19:50 +0000)] 
Fix version number (2.3.4c1) and release date (12-May-2004).

21 years ago2.3.4 is derived from 2.3.3, not from itself.
Thomas Heller [Wed, 12 May 2004 18:04:42 +0000 (18:04 +0000)] 
2.3.4 is derived from 2.3.3, not from itself.

21 years agoset target date for Python 2.3.4 release
Fred Drake [Wed, 12 May 2004 04:13:18 +0000 (04:13 +0000)] 
set target date for Python 2.3.4 release

21 years agofix various descriptions of "ctime"
Fred Drake [Wed, 12 May 2004 03:47:01 +0000 (03:47 +0000)] 
fix various descriptions of "ctime"
(closes SF patch #870287)

21 years agobackport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete
Fred Drake [Wed, 12 May 2004 03:22:57 +0000 (03:22 +0000)] 
backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete
(closes SF patch #919299)

21 years agofix various typos; thanks, George Yoshida!
Fred Drake [Wed, 12 May 2004 03:03:45 +0000 (03:03 +0000)] 
fix various typos; thanks, George Yoshida!
(closes SF patch #952047)

21 years agoadd note about the __name__ read-only attribute
Fred Drake [Wed, 12 May 2004 02:47:56 +0000 (02:47 +0000)] 
add note about the __name__ read-only attribute
(closes SF bug #952212)

21 years agoUpdate copyright years. In the Windows resource, change the name of the
Tim Peters [Tue, 11 May 2004 18:11:11 +0000 (18:11 +0000)] 
Update copyright years.  In the Windows resource, change the name of the
company to the PSF (Zope Corp and PythonLabs no longer have anything to
do with this!).

21 years agosuper_getattro(): Repaired compiler warning about mixed-type comparison.
Tim Peters [Tue, 11 May 2004 16:35:05 +0000 (16:35 +0000)] 
super_getattro():  Repaired compiler warning about mixed-type comparison.

21 years agoupdate the version information in preparation for release
Fred Drake [Tue, 11 May 2004 15:21:20 +0000 (15:21 +0000)] 
update the version information in preparation for release
(the documentation tools use this)

21 years agoFix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller [Tue, 11 May 2004 15:00:07 +0000 (15:00 +0000)] 
Fix SF item #876278: Unbounded recursion in modulefinder.

21 years agouse tools/getversioninfo to extract the version number from the Python
Fred Drake [Tue, 11 May 2004 14:37:25 +0000 (14:37 +0000)] 
use tools/getversioninfo to extract the version number from the Python
sources

21 years agoremove assignment to unused variable
Fred Drake [Tue, 11 May 2004 14:35:19 +0000 (14:35 +0000)] 
remove assignment to unused variable

21 years agoupdate to reflect the current location of the SF bugs search box
Fred Drake [Tue, 11 May 2004 14:14:02 +0000 (14:14 +0000)] 
update to reflect the current location of the SF bugs search box

21 years agomarkup adjustment
Fred Drake [Tue, 11 May 2004 05:30:09 +0000 (05:30 +0000)] 
markup adjustment

21 years agoIn order to fix SF bug # 824977, we replace calloc()/free() calls in
Barry Warsaw [Tue, 11 May 2004 02:07:03 +0000 (02:07 +0000)] 
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.

21 years agoSF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to
Greg Ward [Tue, 11 May 2004 01:33:04 +0000 (01:33 +0000)] 
SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to
avoid breaking the build on MkLinux (Linux 2.0).

21 years agoAdded a note describing how fp should be opened in binary mode, especially on
Barry Warsaw [Mon, 10 May 2004 23:12:27 +0000 (23:12 +0000)] 
Added a note describing how fp should be opened in binary mode, especially on
Windows.  Closes SF # 586899.

21 years agodon't make assumptions about $PATH in Cygwin instructions
Fred Drake [Mon, 10 May 2004 18:39:01 +0000 (18:39 +0000)] 
don't make assumptions about $PATH in Cygwin instructions

21 years agoFix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as
Mark Hammond [Mon, 10 May 2004 00:32:34 +0000 (00:32 +0000)] 
Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as
implemented in patch [ 851736 ].

21 years agotest_mime_attachments_in_constructor(): New test to check for SF bug # 884030.
Barry Warsaw [Sun, 9 May 2004 18:00:56 +0000 (18:00 +0000)] 
test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.

21 years agoSF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match
Barry Warsaw [Sun, 9 May 2004 18:00:02 +0000 (18:00 +0000)] 
SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match
documented semantics.

21 years agoAdd this year to the copyright notices, and label it 2.3.4.
Barry Warsaw [Sun, 9 May 2004 17:13:51 +0000 (17:13 +0000)] 
Add this year to the copyright notices, and label it 2.3.4.

21 years agoMention changes to platform.py.
Guido van Rossum [Sat, 8 May 2004 23:20:39 +0000 (23:20 +0000)] 
Mention changes to platform.py.

21 years agoSF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger [Sat, 8 May 2004 20:57:16 +0000 (20:57 +0000)] 
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.

21 years agoSF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger [Sat, 8 May 2004 19:52:39 +0000 (19:52 +0000)] 
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.

21 years agoRecord UnixWare 7.1.4 as broken. Fixes #929689.
Martin v. Löwis [Fri, 7 May 2004 19:13:47 +0000 (19:13 +0000)] 
Record UnixWare 7.1.4 as broken. Fixes #929689.

21 years agoFix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis [Fri, 7 May 2004 07:16:33 +0000 (07:16 +0000)] 
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.

21 years ago[Bug #945063 backport] Get file extension correct.
Andrew M. Kuchling [Thu, 6 May 2004 13:18:26 +0000 (13:18 +0000)] 
[Bug #945063 backport] Get file extension correct.

21 years agonote that descriptor objects must be instances of new-style types
Fred Drake [Thu, 6 May 2004 12:45:45 +0000 (12:45 +0000)] 
note that descriptor objects must be instances of new-style types
(closes SF bug #817742)

21 years agofix documentation for ContentHandler.ignorableWhitespace()
Fred Drake [Thu, 6 May 2004 03:48:33 +0000 (03:48 +0000)] 
fix documentation for ContentHandler.ignorableWhitespace()
(closes SF bug #881707)

21 years agoConsider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis [Thu, 6 May 2004 02:22:23 +0000 (02:22 +0000)] 
Consider output encoding in XMLGenerator. Fixes #938076.

21 years agoProperly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis [Thu, 6 May 2004 02:03:13 +0000 (02:03 +0000)] 
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.