]> granicus.if.org Git - python/log
python
18 years agoRevert 47014 until it is more robust
Neal Norwitz [Sun, 18 Jun 2006 20:10:24 +0000 (20:10 +0000)]
Revert 47014 until it is more robust

18 years agoThe hppa ubuntu box sometimes hangs forever in these tests. My guess
Neal Norwitz [Sun, 18 Jun 2006 19:37:40 +0000 (19:37 +0000)]
The hppa ubuntu box sometimes hangs forever in these tests.  My guess
is that the wait is failing for some reason.  Use WNOHANG, so we won't
wait until the buildbot kills the test suite.

I haven't been able to reproduce the failure, so I'm not sure if
this will help or not.  Hopefully, this change will cause the test
to fail, rather than hang.  That will be better since we will get
the rest of the test results.  It may also help us debug the real problem.

18 years agoPrevent spurious leaks when running regrtest.py -R. There may be more
Neal Norwitz [Sun, 18 Jun 2006 19:35:01 +0000 (19:35 +0000)]
Prevent spurious leaks when running regrtest.py -R.  There may be more
issues that crop up from time to time, but this change seems to have been
pretty stable (no spurious warnings) for about a week.

Other modules which use threads may require similar use of
threading_setup/threading_cleanup from test_support.

18 years agoremove unnecessary markup
Fred Drake [Sun, 18 Jun 2006 02:57:35 +0000 (02:57 +0000)]
remove unnecessary markup

18 years agoFix memory leak reported by valgrind while running test_subprocess
Neal Norwitz [Sat, 17 Jun 2006 22:38:15 +0000 (22:38 +0000)]
Fix memory leak reported by valgrind while running test_subprocess

18 years agoFix typo in docstring
Neal Norwitz [Sat, 17 Jun 2006 22:37:45 +0000 (22:37 +0000)]
Fix typo in docstring

18 years agoPatch #815924: Restore ability to pass type= and icon=
Martin v. Löwis [Sat, 17 Jun 2006 19:03:26 +0000 (19:03 +0000)]
Patch #815924: Restore ability to pass type= and icon=

18 years agoPatch #812986: Update the canvas even if not tracing.
Martin v. Löwis [Sat, 17 Jun 2006 18:44:27 +0000 (18:44 +0000)]
Patch #812986: Update the canvas even if not tracing.

18 years agoUpdate url.
George Yoshida [Sat, 17 Jun 2006 16:39:13 +0000 (16:39 +0000)]
Update url.

Old url returned status code:301 Moved permanently.

18 years agomarkup fix
George Yoshida [Sat, 17 Jun 2006 16:31:52 +0000 (16:31 +0000)]
markup fix

18 years agoPatch #1494750: Destroy master after deleting children.
Martin v. Löwis [Sat, 17 Jun 2006 09:25:15 +0000 (09:25 +0000)]
Patch #1494750: Destroy master after deleting children.

18 years agoPatch #1096231: Add default argument to wm_iconbitmap.
Martin v. Löwis [Sat, 17 Jun 2006 09:20:41 +0000 (09:20 +0000)]
Patch #1096231: Add default argument to wm_iconbitmap.

18 years agoPatch #763580: Add name and value arguments to
Martin v. Löwis [Sat, 17 Jun 2006 09:15:14 +0000 (09:15 +0000)]
Patch #763580:  Add name and value arguments to
Tkinter variable classes.

18 years agofix change that broke the htmllib tests
Fred Drake [Sat, 17 Jun 2006 01:07:54 +0000 (01:07 +0000)]
fix change that broke the htmllib tests

18 years agoSF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake [Fri, 16 Jun 2006 23:45:06 +0000 (23:45 +0000)]
SF patch 1504676: Make sgmllib char and entity references pluggable
(implementation/tests contributed by Sam Ruby)

18 years agoFix whitespace, there are memory leaks in this module.
Neal Norwitz [Fri, 16 Jun 2006 04:32:43 +0000 (04:32 +0000)]
Fix whitespace, there are memory leaks in this module.

18 years agoAdd missing period in comment.
Neal Norwitz [Fri, 16 Jun 2006 04:31:28 +0000 (04:31 +0000)]
Add missing period in comment.

18 years agoParam name is dir, not directory. Update docstring. Backport candidate
Neal Norwitz [Fri, 16 Jun 2006 04:31:06 +0000 (04:31 +0000)]
Param name is dir, not directory.  Update docstring.  Backport candidate

18 years agoDisable this test until we can determine what to do about it
Neal Norwitz [Fri, 16 Jun 2006 04:30:34 +0000 (04:30 +0000)]
Disable this test until we can determine what to do about it

18 years agoOops -- I introduced an off-by-6436159488 error.
Tim Peters [Thu, 15 Jun 2006 18:38:19 +0000 (18:38 +0000)]
Oops -- I introduced an off-by-6436159488 error.

18 years agoAdd missing svn:eol-style property to text files.
Tim Peters [Thu, 15 Jun 2006 18:07:28 +0000 (18:07 +0000)]
Add missing svn:eol-style property to text files.

18 years agoWhitespace normalization.
Tim Peters [Thu, 15 Jun 2006 18:06:29 +0000 (18:06 +0000)]
Whitespace normalization.

18 years agoTry to reduce the extreme peak memory and disk-space use
Tim Peters [Thu, 15 Jun 2006 18:04:40 +0000 (18:04 +0000)]
Try to reduce the extreme peak memory and disk-space use
of this test.  It probably still requires more disk space
than most buildbots have, and in any case is still so
intrusive that if we don't find another way to test this I'm
taking my buildbot offline permanently ;-)

18 years agoPrint some more info to get an idea of how much longer the test will last
Neal Norwitz [Thu, 15 Jun 2006 10:24:49 +0000 (10:24 +0000)]
Print some more info to get an idea of how much longer the test will last

18 years agoSteal the trick from test_compiler to print out a slow msg.
Neal Norwitz [Thu, 15 Jun 2006 09:57:03 +0000 (09:57 +0000)]
Steal the trick from test_compiler to print out a slow msg.
This will hopefully get the buildbots to pass.  Not sure this
test will be feasible or even work.  But everything is red now,
so it can't get much worse.

18 years agominor documentation cleanup. mention the bsddb.db interface explicitly by name.
Gregory P. Smith [Thu, 15 Jun 2006 09:23:52 +0000 (09:23 +0000)]
minor documentation cleanup.  mention the bsddb.db interface explicitly by name.

18 years ago- bsddb: multithreaded DB access using the simple bsddb module interface
Gregory P. Smith [Thu, 15 Jun 2006 08:52:32 +0000 (08:52 +0000)]
- bsddb: multithreaded DB access using the simple bsddb module interface
  now works reliably.  It has been updated to use automatic BerkeleyDB
  deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
  database calls that would previously deadlock. [SF python bug #775414]

18 years agoRe-revert this change. Install the version check and don't run the test
Neal Norwitz [Thu, 15 Jun 2006 08:16:44 +0000 (08:16 +0000)]
Re-revert this change.  Install the version check and don't run the test
until Gerhard has time to fully debug the issue.  This affects versions
before 3.2.1 (possibly only versions earlier than 3.1.3).

Based on discussion on python-checkins.

18 years agoPatch #1446489 (zipfile: support for ZIP64)
Ronald Oussoren [Thu, 15 Jun 2006 08:14:18 +0000 (08:14 +0000)]
Patch #1446489 (zipfile: support for ZIP64)

18 years agoMake import/lookup of mbcs fail on non-Windows systems.
Martin v. Löwis [Thu, 15 Jun 2006 06:45:05 +0000 (06:45 +0000)]
Make import/lookup of mbcs fail on non-Windows systems.

18 years agoTry to narrow window of failure on slow/busy boxes (ppc64 buildbot)
Neal Norwitz [Thu, 15 Jun 2006 05:55:49 +0000 (05:55 +0000)]
Try to narrow window of failure on slow/busy boxes (ppc64 buildbot)

18 years agoSpeculative checkin (requires approval of Gerhard Haering)
Neal Norwitz [Thu, 15 Jun 2006 04:54:29 +0000 (04:54 +0000)]
Speculative checkin (requires approval of Gerhard Haering)

This backs out the test changes in 46962 which prevented crashes
by not running the tests via a version check.  All the version checks
added in that rev were removed from the tests.

Code was added to the error handler in connection.c that seems
to work with older versions of sqlite including 3.1.3.

18 years agoWhitespace normalization.
Tim Peters [Wed, 14 Jun 2006 22:38:13 +0000 (22:38 +0000)]
Whitespace normalization.

18 years ago- Added version checks in C code to make sure we don't trigger bugs in older
Gerhard Häring [Wed, 14 Jun 2006 22:28:37 +0000 (22:28 +0000)]
- Added version checks in C code to make sure we don't trigger bugs in older
  SQLite versions.
- Added version checks in test suite so that we don't execute tests that we
  know will fail with older (buggy) SQLite versions.

Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6
(latest one now). The sqlite3 module can be built against all these SQLite
versions and the sqlite3 module does its best to not trigger bugs in SQLite,
but using SQLite 3.3.3 or later is recommended.

18 years agoBug #805015: doc error in PyUnicode_FromEncodedObject.
Georg Brandl [Wed, 14 Jun 2006 16:46:43 +0000 (16:46 +0000)]
Bug #805015: doc error in PyUnicode_FromEncodedObject.

18 years agoAdd item
Andrew M. Kuchling [Wed, 14 Jun 2006 13:59:15 +0000 (13:59 +0000)]
Add item

18 years agoAdd an __all__ list, since this module does 'from ctypes import *'.
Thomas Heller [Wed, 14 Jun 2006 09:20:11 +0000 (09:20 +0000)]
Add an __all__ list, since this module does 'from ctypes import *'.

18 years agoDocument paramflags.
Thomas Heller [Wed, 14 Jun 2006 09:09:08 +0000 (09:09 +0000)]
Document paramflags.

18 years agoBug #1117556: SimpleHTTPServer now tries to find and use the system's
Georg Brandl [Wed, 14 Jun 2006 08:50:03 +0000 (08:50 +0000)]
Bug #1117556: SimpleHTTPServer now tries to find and use the system's
mime.types file for determining MIME types.

18 years agoBug #1202018: add some common mime.types locations.
Georg Brandl [Wed, 14 Jun 2006 08:42:11 +0000 (08:42 +0000)]
Bug #1202018: add some common mime.types locations.

18 years agoBug #1153163: describe __add__ vs __radd__ behavior when adding
Georg Brandl [Wed, 14 Jun 2006 08:31:39 +0000 (08:31 +0000)]
Bug #1153163: describe __add__ vs __radd__ behavior when adding
objects of same type/of subclasses of the other.

18 years agoWrite more docs.
Thomas Heller [Wed, 14 Jun 2006 07:08:38 +0000 (07:08 +0000)]
Write more docs.

18 years agoBug #1501122: mention __gt__ &co in description of comparison order.
Georg Brandl [Wed, 14 Jun 2006 06:29:07 +0000 (06:29 +0000)]
Bug #1501122: mention __gt__ &co in description of comparison order.

18 years agoFix docstring.
Thomas Heller [Wed, 14 Jun 2006 06:18:15 +0000 (06:18 +0000)]
Fix docstring.

18 years agoBug #1339007: Shelf objects now don't raise an exception in their
Georg Brandl [Wed, 14 Jun 2006 06:08:31 +0000 (06:08 +0000)]
Bug #1339007: Shelf objects now don't raise an exception in their
__del__ method when initialization failed.

18 years agoPatch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis [Wed, 14 Jun 2006 05:21:04 +0000 (05:21 +0000)]
Patch #1455898: Incremental mode for "mbcs" codec.

18 years agoexplain an XXX in more detail
Fred Drake [Wed, 14 Jun 2006 05:15:51 +0000 (05:15 +0000)]
explain an XXX in more detail

18 years agoadd tests for two cases that are handled correctly in the current code,
Fred Drake [Wed, 14 Jun 2006 05:04:47 +0000 (05:04 +0000)]
add tests for two cases that are handled correctly in the current code,
but that SF patch 1504676 as written mis-handles

18 years ago- make some disabled tests run what they intend when enabled
Fred Drake [Wed, 14 Jun 2006 04:25:02 +0000 (04:25 +0000)]
- make some disabled tests run what they intend when enabled
- remove some over-zealous triple-quoting

18 years agoWhitespace normalization.
Tim Peters [Wed, 14 Jun 2006 04:15:27 +0000 (04:15 +0000)]
Whitespace normalization.

18 years agoRepaired typo in new comment.
Tim Peters [Wed, 14 Jun 2006 04:13:00 +0000 (04:13 +0000)]
Repaired typo in new comment.

18 years agoSequenceMatcher.get_matching_blocks(): This now guarantees that
Tim Peters [Wed, 14 Jun 2006 04:09:25 +0000 (04:09 +0000)]
SequenceMatcher.get_matching_blocks():  This now guarantees that
adjacent triples in the result list describe non-adjacent matching
blocks.  That's _nice_ to have, and Guido said he wanted it.

Not a bugfix candidate:  Guido or not ;-), this changes visible
endcase semantics (note that some tests had to change), and
nothing about this was documented before.  Since it was working
as designed, and behavior was consistent with the docs, it wasn't
"a bug".

18 years agoUpdated documentation for pysqlite 2.3.0 API.
Gerhard Häring [Tue, 13 Jun 2006 22:53:48 +0000 (22:53 +0000)]
Updated documentation for pysqlite 2.3.0 API.

18 years agoMissed test for rev. 46933; infinite recursion from __coerce__() returning its argume...
Brett Cannon [Tue, 13 Jun 2006 22:26:13 +0000 (22:26 +0000)]
Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed.

18 years agoMerged changes from external pysqlite 2.3.0 release. Documentation updates will
Gerhard Häring [Tue, 13 Jun 2006 22:24:47 +0000 (22:24 +0000)]
Merged changes from external pysqlite 2.3.0 release. Documentation updates will
follow in a few hours at the latest. Then we should be ready for beta1.

18 years agoIf a classic class defined a __coerce__() method that just returned its two
Brett Cannon [Tue, 13 Jun 2006 21:46:41 +0000 (21:46 +0000)]
If a classic class defined a __coerce__() method that just returned its two
arguments in reverse, the interpreter would infinitely recourse trying to get a
coercion that worked.  So put in a recursion check after a coercion is made and
the next call to attempt to use the coerced values.

Fixes bug #992017 and closes crashers/coerce.py .

18 years agoIgnore .pyc and .pyo files in Pybench.
Brett Cannon [Tue, 13 Jun 2006 21:34:24 +0000 (21:34 +0000)]
Ignore .pyc and .pyo files in Pybench.

18 years agoMore docs for ctypes.
Thomas Heller [Tue, 13 Jun 2006 20:18:43 +0000 (20:18 +0000)]
More docs for ctypes.

18 years agoWhitespace normalization.
Marc-André Lemburg [Tue, 13 Jun 2006 19:20:07 +0000 (19:20 +0000)]
Whitespace normalization.

18 years agoIncrease the small thread stack size to get the test
Andrew MacIntyre [Tue, 13 Jun 2006 19:02:35 +0000 (19:02 +0000)]
Increase the small thread stack size to get the test
to pass reliably on the one buildbot that insists on
more than 32kB of thread stack.

18 years agoUpdated to pybench 2.0.
Marc-André Lemburg [Tue, 13 Jun 2006 18:56:56 +0000 (18:56 +0000)]
Updated to pybench 2.0.

See svn.python.org/external/pybench-2.0 for the original import of that
version.

Note that platform.py was not copied over from pybench-2.0 since
it is already part of Python 2.5.

18 years agoWhitespace normalization.
Tim Peters [Tue, 13 Jun 2006 18:37:07 +0000 (18:37 +0000)]
Whitespace normalization.

18 years agofix exception usage
Andrew MacIntyre [Tue, 13 Jun 2006 17:14:36 +0000 (17:14 +0000)]
fix exception usage

18 years agoRevert wrong svn copy.
Marc-André Lemburg [Tue, 13 Jun 2006 17:07:14 +0000 (17:07 +0000)]
Revert wrong svn copy.

18 years agoUpdate pybench to version 2.0.
Marc-André Lemburg [Tue, 13 Jun 2006 17:04:26 +0000 (17:04 +0000)]
Update pybench to version 2.0.

18 years agoAdd ability to set stack size
Andrew M. Kuchling [Tue, 13 Jun 2006 16:41:41 +0000 (16:41 +0000)]
Add ability to set stack size

18 years agoRemove unused variable.
Brett Cannon [Tue, 13 Jun 2006 16:06:55 +0000 (16:06 +0000)]
Remove unused variable.

18 years agoPatch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre [Tue, 13 Jun 2006 15:04:24 +0000 (15:04 +0000)]
Patch #1454481:  Make thread stack size runtime tunable.

Heavily revised, comprising revisions:
46640 - original trunk revision (backed out in r46655)
46647 - markup fix (backed out in r46655)
46692:46918 merged from branch aimacintyre-sf1454481

branch tested on buildbots (Windows buildbots had problems
not related to these changes).

18 years agoerrors is an attribute in the incremental decoder
Walter Dörwald [Tue, 13 Jun 2006 12:04:43 +0000 (12:04 +0000)]
errors is an attribute in the incremental decoder
not an argument.

18 years agoFix passing errors to the encoder and decoder functions.
Walter Dörwald [Tue, 13 Jun 2006 12:02:12 +0000 (12:02 +0000)]
Fix passing errors to the encoder and decoder functions.

18 years agoMention uuid module
Andrew M. Kuchling [Tue, 13 Jun 2006 11:57:04 +0000 (11:57 +0000)]
Mention uuid module

18 years agoLinecache contains support for PEP302 loaders, but fails to deal with loaders
Ronald Oussoren [Tue, 13 Jun 2006 11:19:56 +0000 (11:19 +0000)]
Linecache contains support for PEP302 loaders, but fails to deal with loaders
that return None to indicate that the module is valid but no source is
available. This patch fixes that.

18 years agoAdd back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER.
Thomas Heller [Tue, 13 Jun 2006 09:40:14 +0000 (09:40 +0000)]
Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER.
VARIANT_BOOL is a special _ctypes data type, not c_short.

18 years agoAdd some windows datatypes that were missing from this file, and add
Thomas Heller [Tue, 13 Jun 2006 08:56:14 +0000 (08:56 +0000)]
Add some windows datatypes that were missing from this file, and add
the aliases defined in windows header files for the structures.

18 years agoVerify the crash due to EncodingMap not initialized does not return
Neal Norwitz [Tue, 13 Jun 2006 08:41:06 +0000 (08:41 +0000)]
Verify the crash due to EncodingMap not initialized does not return

18 years agoInitialize the type object so pychecker can't crash the interpreter.
Neal Norwitz [Tue, 13 Jun 2006 08:28:19 +0000 (08:28 +0000)]
Initialize the type object so pychecker can't crash the interpreter.

18 years agoDon't fail if another process is listening on our port.
Neal Norwitz [Tue, 13 Jun 2006 04:08:53 +0000 (04:08 +0000)]
Don't fail if another process is listening on our port.

18 years agoget_matching_blocks(): rewrote code & comments so they match; added
Tim Peters [Tue, 13 Jun 2006 03:30:07 +0000 (03:30 +0000)]
get_matching_blocks():  rewrote code & comments so they match; added
more comments about why it's this way at all; and removed what looked
like needless expense (sorting (i, j, k) triples directly should give
exactly the same order as sorting (i, (i, j, k)) pairs).

18 years agoAdded missing svn:eol-style property to text files.
Tim Peters [Tue, 13 Jun 2006 00:30:50 +0000 (00:30 +0000)]
Added missing svn:eol-style property to text files.

18 years agoWhitespace normalization.
Tim Peters [Tue, 13 Jun 2006 00:30:01 +0000 (00:30 +0000)]
Whitespace normalization.

18 years agoAdd the uuid module.
Ka-Ping Yee [Mon, 12 Jun 2006 23:47:52 +0000 (23:47 +0000)]
Add the uuid module.

This module has been tested so far on Windows XP (Python 2.4 and 2.5a2),
Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2).

18 years agoAdd pep-291 compatibility markers.
Thomas Heller [Mon, 12 Jun 2006 20:56:48 +0000 (20:56 +0000)]
Add pep-291 compatibility markers.

18 years agoFix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error...
Kristján Valur Jónsson [Mon, 12 Jun 2006 15:45:12 +0000 (15:45 +0000)]
Fix the CRT argument error handling for VisualStudio .NET 2005.  Install a CRT error handler and disable the assertion for debug builds.  This causes CRT to set errno to EINVAL.
This update fixes crash cases in the test suite where the default CRT error handler would cause process exit.

18 years agoMake the -m switch conform to the documentation of sys.path by behaving like the...
Nick Coghlan [Mon, 12 Jun 2006 10:17:11 +0000 (10:17 +0000)]
Make the -m switch conform to the documentation of sys.path by behaving like the -c switch

18 years agoThe site module documentation also described the Windows behaviour incorrectly.
Nick Coghlan [Mon, 12 Jun 2006 08:27:13 +0000 (08:27 +0000)]
The site module documentation also described the Windows behaviour incorrectly.

18 years agoFix site module docstring to match the code for Mac OSX, too
Nick Coghlan [Mon, 12 Jun 2006 08:23:02 +0000 (08:23 +0000)]
Fix site module docstring to match the code for Mac OSX, too

18 years agoFix site module docstring to match the code
Nick Coghlan [Mon, 12 Jun 2006 08:19:37 +0000 (08:19 +0000)]
Fix site module docstring to match the code

18 years agoI don't know how that happend, but the entire file contents was
Thomas Heller [Mon, 12 Jun 2006 06:05:57 +0000 (06:05 +0000)]
I don't know how that happend, but the entire file contents was
duplicated.  Thanks to Simon Percivall for the heads up.

18 years agoGet rid of function pointer cast.
Martin v. Löwis [Mon, 12 Jun 2006 04:26:31 +0000 (04:26 +0000)]
Get rid of function pointer cast.

18 years agoSync w/external release 0.1.2. Please see PEP 360 before making changes to external...
Phillip J. Eby [Mon, 12 Jun 2006 04:04:32 +0000 (04:04 +0000)]
Sync w/external release 0.1.2.  Please see PEP 360 before making changes to external packages.

18 years agoPatch #1503046, Conditional compilation of zlib.(de)compressobj.copy
Neal Norwitz [Mon, 12 Jun 2006 03:33:09 +0000 (03:33 +0000)]
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy

copy is only in newer versions of zlib.  This should allow zlibmodule
to work with older versions like the Tru64 buildbot.

18 years agoImpl ssize_t
Neal Norwitz [Mon, 12 Jun 2006 03:05:40 +0000 (03:05 +0000)]
Impl ssize_t

18 years agoRemove unused import
Neal Norwitz [Mon, 12 Jun 2006 03:05:03 +0000 (03:05 +0000)]
Remove unused import

18 years agoi and j are initialized below when used. No need to do it twice
Neal Norwitz [Mon, 12 Jun 2006 02:16:10 +0000 (02:16 +0000)]
i and j are initialized below when used.  No need to do it twice

18 years agoFix the socket tests so they can be run concurrently. Backport candidate
Neal Norwitz [Mon, 12 Jun 2006 02:13:21 +0000 (02:13 +0000)]
Fix the socket tests so they can be run concurrently.  Backport candidate

18 years agoGet rid of f_restricted too. Doc the other 4 ints that were already removed
Neal Norwitz [Mon, 12 Jun 2006 02:11:18 +0000 (02:11 +0000)]
Get rid of f_restricted too.  Doc the other 4 ints that were already removed
at the NeedForSpeed sprint.

18 years agoFix indentation of case and a Py_ssize_t issue.
Neal Norwitz [Mon, 12 Jun 2006 02:09:34 +0000 (02:09 +0000)]
Fix indentation of case and a Py_ssize_t issue.

18 years agoFix typo. Backport if anyone cares. :-)
Neal Norwitz [Mon, 12 Jun 2006 02:09:03 +0000 (02:09 +0000)]
Fix typo.  Backport if anyone cares. :-)

18 years agoDon't leak the list object if there's an error allocating the item storage. Backport...
Neal Norwitz [Mon, 12 Jun 2006 02:08:41 +0000 (02:08 +0000)]
Don't leak the list object if there's an error allocating the item storage.  Backport candidate

18 years agoDon't truncate if size_t is bigger than uint
Neal Norwitz [Mon, 12 Jun 2006 02:07:57 +0000 (02:07 +0000)]
Don't truncate if size_t is bigger than uint