]> granicus.if.org Git - python/log
python
21 years agoFix an obvious typo (It *is* a typo, or not?)
Thomas Heller [Fri, 18 Jun 2004 17:31:23 +0000 (17:31 +0000)]
Fix an obvious typo (It *is* a typo, or not?)

21 years agoWhen loading the Python dll to run the postinstall script, try to load
Thomas Heller [Fri, 18 Jun 2004 17:03:38 +0000 (17:03 +0000)]
When loading the Python dll to run the postinstall script, try to load
it from the install directory (as reported by the registry) in case it
is not found on the default Loadlibrary search path.

Fixes SF 935091: bdist_winist post-install script fails on non-admin Python

Already backported.

21 years agoThe 'distributing python modules' manual now has an index.
Thomas Heller [Fri, 18 Jun 2004 08:27:36 +0000 (08:27 +0000)]
The 'distributing python modules' manual now has an index.

21 years agoFix typo - the module is named distutils.util.
Thomas Heller [Fri, 18 Jun 2004 06:55:28 +0000 (06:55 +0000)]
Fix typo - the module is named distutils.util.

21 years agoallow developers to more easily build a profiling version of the interpreter
Skip Montanaro [Fri, 18 Jun 2004 02:47:22 +0000 (02:47 +0000)]
allow developers to more easily build a profiling version of the interpreter
and modules by configuring with the --enable-profiling flag.

21 years agoUse getopt where possible, so this supports option letters that get
Fred Drake [Thu, 17 Jun 2004 22:04:17 +0000 (22:04 +0000)]
Use getopt where possible, so this supports option letters that get
jammed together on thos platforms.

21 years agoAdd apparently missing word for InvalidStateError definition.
Brett Cannon [Thu, 17 Jun 2004 21:34:05 +0000 (21:34 +0000)]
Add apparently missing word for InvalidStateError definition.

Closes bug #973901.  Thanks Brian Gough.

21 years agofix bug: list of data files was initialized too soon in build_py
Fred Drake [Thu, 17 Jun 2004 20:16:19 +0000 (20:16 +0000)]
fix bug: list of data files was initialized too soon in build_py

21 years agomove support code to a helper module to ease re-use
Fred Drake [Thu, 17 Jun 2004 20:14:50 +0000 (20:14 +0000)]
move support code to a helper module to ease re-use

21 years ago- add link to the downloadable package in the generated email
Fred Drake [Thu, 17 Jun 2004 18:36:54 +0000 (18:36 +0000)]
- add link to the downloadable package in the generated email
- misc. changes

21 years agoFixed end-of-loop code not reached warning when using SunPro C
Nicholas Bastin [Thu, 17 Jun 2004 18:27:18 +0000 (18:27 +0000)]
Fixed end-of-loop code not reached warning when using SunPro C

21 years agomake the tarball available for download instead of throwing it away
Fred Drake [Thu, 17 Jun 2004 17:19:12 +0000 (17:19 +0000)]
make the tarball available for download instead of throwing it away

21 years agosilly typo
Michael W. Hudson [Thu, 17 Jun 2004 15:55:53 +0000 (15:55 +0000)]
silly typo

21 years agoadd missing closing quote.
Michael W. Hudson [Thu, 17 Jun 2004 13:29:11 +0000 (13:29 +0000)]
add missing closing quote.

21 years agoPerformance tweak: allow stack_pointer and oparg to be register variables.
Armin Rigo [Thu, 17 Jun 2004 10:22:40 +0000 (10:22 +0000)]
Performance tweak: allow stack_pointer and oparg to be register variables.
SF patch #943898

21 years agoComment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.
Martin v. Löwis [Wed, 16 Jun 2004 04:53:46 +0000 (04:53 +0000)]
Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.

21 years agoReverse argument order for nsmallest() and nlargest().
Raymond Hettinger [Tue, 15 Jun 2004 23:53:35 +0000 (23:53 +0000)]
Reverse argument order for nsmallest() and nlargest().
Reads better when the iterable is a generator expression.

21 years agoReturn unicode strings from _getfullpathname even on W9X. Fixes #924703 .
Martin v. Löwis [Tue, 15 Jun 2004 18:49:58 +0000 (18:49 +0000)]
Return unicode strings from _getfullpathname even on W9X. Fixes #924703 .

21 years agoRemove CRLF from project files.
Martin v. Löwis [Tue, 15 Jun 2004 18:18:19 +0000 (18:18 +0000)]
Remove CRLF from project files.

21 years agoadd a test that actually installs some scripts
Fred Drake [Tue, 15 Jun 2004 16:55:46 +0000 (16:55 +0000)]
add a test that actually installs some scripts

21 years agoOne unit test for distutils is not much, but is more than we had yesterday.
Fred Drake [Tue, 15 Jun 2004 15:49:46 +0000 (15:49 +0000)]
One unit test for distutils is not much, but is more than we had yesterday.
We need to write more; hopefully the barrier is a little lower now.

21 years agoSF bug #973092: inspect.getframeinfo bug if 'context' is to big
Raymond Hettinger [Tue, 15 Jun 2004 11:22:53 +0000 (11:22 +0000)]
SF bug #973092:  inspect.getframeinfo bug if 'context' is to big

Make sure the start argument is not negative.

21 years agoadd a pointer to the Distutils Cookbook
Fred Drake [Mon, 14 Jun 2004 22:07:50 +0000 (22:07 +0000)]
add a pointer to the Distutils Cookbook

21 years agoPatch #826074: cmath.log optional base argument, fixes #823209
Raymond Hettinger [Mon, 14 Jun 2004 07:40:10 +0000 (07:40 +0000)]
Patch #826074: cmath.log optional base argument, fixes #823209
(Contributed by Andrew Gaul.)

21 years agoBack out #957240.
Martin v. Löwis [Mon, 14 Jun 2004 04:58:42 +0000 (04:58 +0000)]
Back out #957240.

21 years agoRemove a function no longer in use.
Raymond Hettinger [Mon, 14 Jun 2004 04:24:41 +0000 (04:24 +0000)]
Remove a function no longer in use.

21 years agoTeach pythoncore project about new pystrtod.c for VC7.1. This was done
Tim Peters [Mon, 14 Jun 2004 01:05:46 +0000 (01:05 +0000)]
Teach pythoncore project about new pystrtod.c for VC7.1.  This was done
a long time ago for VC6.

21 years agoSF bug #970042, lockf() signature uses len, doc refers to length (use length, same...
Neal Norwitz [Sun, 13 Jun 2004 21:11:03 +0000 (21:11 +0000)]
SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring)

21 years agoSF patch #969180, hotshot incorrectly computes elapsed time by Jason
Neal Norwitz [Sun, 13 Jun 2004 20:45:11 +0000 (20:45 +0000)]
SF patch #969180, hotshot incorrectly computes elapsed time by Jason
Beardsley.

If the seconds are different, we still need to calculate the differences
between milliseconds.

Also, on a Gentoo Linux (2.6.5) dual Athlon MP box with glibc 2.3,
time can go backwards.  This probably happens when the process switches
the CPU it's running on.  Time can also go backwards when running NTP.
If we detect a negative time delta (ie, time went backwards), return
a delta of 0.  This prevents an illegal array access elsewhere.
I think it's safest to *not* update prev_timeofday in this case, so we
return without updating.

Backport candidate.

21 years agoRemove compiler warning
Neal Norwitz [Sun, 13 Jun 2004 20:32:17 +0000 (20:32 +0000)]
Remove compiler warning

21 years agoMake private function static
Neal Norwitz [Sun, 13 Jun 2004 20:31:49 +0000 (20:31 +0000)]
Make private function static

21 years agoRemove warning (static not being first) when building with -W
Neal Norwitz [Sun, 13 Jun 2004 20:31:17 +0000 (20:31 +0000)]
Remove warning (static not being first) when building with -W

21 years agoRemove warning about implicit declaration of strcmp()
Neal Norwitz [Sun, 13 Jun 2004 20:29:55 +0000 (20:29 +0000)]
Remove warning about implicit declaration of strcmp()

21 years agoFixup error exits in nlargest() and nsmallest().
Raymond Hettinger [Sun, 13 Jun 2004 15:36:56 +0000 (15:36 +0000)]
Fixup error exits in nlargest() and nsmallest().

21 years agoApply heapq.nlargest() to find best matches.
Raymond Hettinger [Sun, 13 Jun 2004 09:57:33 +0000 (09:57 +0000)]
Apply heapq.nlargest() to find best matches.

21 years agoRemove unnecessary GC support. Sets cannot have cycles.
Raymond Hettinger [Sun, 13 Jun 2004 08:20:46 +0000 (08:20 +0000)]
Remove unnecessary GC support.  Sets cannot have cycles.

21 years agoAdd heapq to list of __all__ checks.
Raymond Hettinger [Sun, 13 Jun 2004 05:46:14 +0000 (05:46 +0000)]
Add heapq to list of __all__ checks.

21 years agoInstall C version of heapq.nsmallest().
Raymond Hettinger [Sun, 13 Jun 2004 05:26:33 +0000 (05:26 +0000)]
Install C version of heapq.nsmallest().

21 years agoInstall C version of heapq.nlargest().
Raymond Hettinger [Sat, 12 Jun 2004 22:48:46 +0000 (22:48 +0000)]
Install C version of heapq.nlargest().
Maxheap version of heapq.smallest() is forthcoming.

21 years agonote a really bad test (no time to fix now)
Michael W. Hudson [Sat, 12 Jun 2004 16:30:32 +0000 (16:30 +0000)]
note a really bad test (no time to fix now)

21 years agoImprove the memory performance and speed of heapq.nsmallest() by using
Raymond Hettinger [Sat, 12 Jun 2004 08:33:36 +0000 (08:33 +0000)]
Improve the memory performance and speed of heapq.nsmallest() by using
an alternate algorithm when the number of selected items is small
relative to the full iterable.

21 years agoMinor wording and spacing nits.
Raymond Hettinger [Sat, 12 Jun 2004 07:59:40 +0000 (07:59 +0000)]
Minor wording and spacing nits.

21 years agoComplete the list of weakreferencable objects.
Raymond Hettinger [Sat, 12 Jun 2004 06:56:44 +0000 (06:56 +0000)]
Complete the list of weakreferencable objects.

21 years ago* Factor out PyObject_SelfIter().
Raymond Hettinger [Sat, 12 Jun 2004 05:17:55 +0000 (05:17 +0000)]
* Factor out PyObject_SelfIter().
* Change a XDECREF to DECREF (adding an assertion just to be sure).

21 years agoAdd support for package data.
Fred Drake [Fri, 11 Jun 2004 21:50:33 +0000 (21:50 +0000)]
Add support for package data.

This is basically the support for package data from Phillip Eby's
setuptools package.  I've changed it only to fit it into the core
implementation rather than to live in subclasses, and added
documentation.

21 years agolightly modified version of my patch
Michael W. Hudson [Fri, 11 Jun 2004 18:09:28 +0000 (18:09 +0000)]
lightly modified version of my patch
[ 971323 ] make test_signal less annoying
after some comments on IRC from a highly opinionated australian who
wishes to remain anonymous.

21 years agoBug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases.
Anthony Baxter [Fri, 11 Jun 2004 17:16:46 +0000 (17:16 +0000)]
Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases.
Ignore it, rather than breaking.

Will backport.

(and r1.1000 for Misc/NEWS!)

21 years agofix a poorly worded error message
Anthony Baxter [Fri, 11 Jun 2004 15:57:49 +0000 (15:57 +0000)]
fix a poorly worded error message

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

Bugfix candidate, will backport.

21 years agodump HAVE_FOPENRF stuff - obsolete
Skip Montanaro [Fri, 11 Jun 2004 04:49:03 +0000 (04:49 +0000)]
dump HAVE_FOPENRF stuff - obsolete

21 years agoRespect a module's __all__ attribute. Closes #969938.
Skip Montanaro [Fri, 11 Jun 2004 04:46:12 +0000 (04:46 +0000)]
Respect a module's __all__ attribute.  Closes #969938.

21 years agoFuther improvements to frozenset hashing (based on Yitz Gale's battery of
Raymond Hettinger [Thu, 10 Jun 2004 22:41:48 +0000 (22:41 +0000)]
Futher improvements to frozenset hashing (based on Yitz Gale's battery of
tests which nicely highly highlight weaknesses).

* Initial value is now a large prime.
* Pre-multiply by the set length to add one more basis of differentiation.
* Work a bit harder inside the loop to scatter bits from sources that
  may have closely spaced hash values.

All of this is necessary to make up for keep the hash function commutative.
Fortunately, the hash value is cached so the call to frozenset_hash() will
only occur once per set.

21 years agoFixups to the hash function for frozensets.
Raymond Hettinger [Thu, 10 Jun 2004 21:38:41 +0000 (21:38 +0000)]
Fixups to the hash function for frozensets.

* Non-zero initial value so that hash(frozenset()) != hash(0).
* Final permutation to differentiate nested sets.
* Add logic to make sure that -1 is not a possible hash value.

21 years agoAdd a final permutation step to the tuple hash function.
Raymond Hettinger [Thu, 10 Jun 2004 18:42:15 +0000 (18:42 +0000)]
Add a final permutation step to the tuple hash function.

Prevents a collision pattern that occurs with nested tuples.
(Yitz Gale provided code that repeatably demonstrated the weakness.)

21 years agoConvert test_heapq.py to unittests.
Raymond Hettinger [Thu, 10 Jun 2004 05:07:18 +0000 (05:07 +0000)]
Convert test_heapq.py to unittests.

21 years agoSF patch #969791: Add nlargest() and nsmallest() to heapq.
Raymond Hettinger [Thu, 10 Jun 2004 05:03:17 +0000 (05:03 +0000)]
SF patch #969791: Add nlargest() and nsmallest() to heapq.

21 years agoDefining Py_GCC_ATTRIBUTE finds even some more undocumented functions.
Thomas Heller [Wed, 9 Jun 2004 18:50:54 +0000 (18:50 +0000)]
Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.

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

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

21 years agoEnsure path is initialized to prevent freeing random memory
Neal Norwitz [Wed, 9 Jun 2004 01:46:02 +0000 (01:46 +0000)]
Ensure path is initialized to prevent freeing random memory
(reported by Thomas Heller).  If have_unicode_filename is set,
path looks like it will not be used, so there's no need to free it.

21 years agotest_devnull(): Use assertEqual() instead of an assert stmt.
Tim Peters [Tue, 8 Jun 2004 20:34:34 +0000 (20:34 +0000)]
test_devnull():  Use assertEqual() instead of an assert stmt.

21 years agoTeach MSVC 6 about pystrtod.c.
Tim Peters [Tue, 8 Jun 2004 20:32:58 +0000 (20:32 +0000)]
Teach MSVC 6 about pystrtod.c.

21 years agoPatch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis [Tue, 8 Jun 2004 18:52:54 +0000 (18:52 +0000)]
Patch #774665: Make Python LC_NUMERIC agnostic.

21 years agoRemoved test_sitepackages test. Skip discovered that it only passed if Python
Brett Cannon [Tue, 8 Jun 2004 18:25:48 +0000 (18:25 +0000)]
Removed test_sitepackages test.  Skip discovered that it only passed if Python
had already been installed previously.

21 years ago- markup fix
Fred Drake [Tue, 8 Jun 2004 14:01:27 +0000 (14:01 +0000)]
- markup fix
- explain Python/ceval.c from what; lots of people don't use a source
  distro any more

21 years agoFeature request #935915: Add os.path.devnull.
Martin v. Löwis [Tue, 8 Jun 2004 08:29:33 +0000 (08:29 +0000)]
Feature request #935915: Add os.path.devnull.

21 years agoPatch #510695: Add TSC profiling for the VM.
Martin v. Löwis [Tue, 8 Jun 2004 08:17:44 +0000 (08:17 +0000)]
Patch #510695: Add TSC profiling for the VM.

21 years agoNote that memory returned by PyBuffer_New is not specifically aligned.
Neil Schemenauer [Tue, 8 Jun 2004 02:58:50 +0000 (02:58 +0000)]
Note that memory returned by PyBuffer_New is not specifically aligned.
Closes SF bug #472568.

21 years agoSF 952807: Unpickling pickled instances of subclasses of datetime.date,
Tim Peters [Mon, 7 Jun 2004 23:04:33 +0000 (23:04 +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 the fix.

Bugfix candidate.  I'll backport it to 2.3.

21 years agoAdd genexps to the glossary.
Raymond Hettinger [Mon, 7 Jun 2004 21:52:47 +0000 (21:52 +0000)]
Add genexps to the glossary.

21 years agoFix a refcount bug in an obscure code corner.
Thomas Heller [Mon, 7 Jun 2004 15:12:44 +0000 (15:12 +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 15:04:10 +0000 (15:04 +0000)]
Fix a refcount bug in an obscure code corner.
Already backported.

21 years agoAnother nit found by Neal Norwitz using pychecker. This was caused by a
Skip Montanaro [Mon, 7 Jun 2004 11:20:40 +0000 (11:20 +0000)]
Another nit found by Neal Norwitz using pychecker.  This was caused by a
too-mechanical translation when converting html() to text() (simply stripped
strong() where it appeared).

21 years agoCleanup: the in operator already returns a bool, no need to bool() it again
Neal Norwitz [Mon, 7 Jun 2004 03:49:50 +0000 (03:49 +0000)]
Cleanup: the in operator already returns a bool, no need to bool() it again
Cleanup: use condition to be consistent with code above
CookieJar is in cookielib

21 years agoThere is no reason to have an underscore after self
Neal Norwitz [Mon, 7 Jun 2004 03:47:06 +0000 (03:47 +0000)]
There is no reason to have an underscore after self

21 years agoRemove a useless operation, setting name to itself
Neal Norwitz [Mon, 7 Jun 2004 03:45:56 +0000 (03:45 +0000)]
Remove a useless operation, setting name to itself

21 years agocorrect name error caught by Neal Norwitz with pychecker
Skip Montanaro [Mon, 7 Jun 2004 02:40:05 +0000 (02:40 +0000)]
correct name error caught by Neal Norwitz with pychecker

21 years agoFix typo in comment.
Raymond Hettinger [Mon, 7 Jun 2004 02:07:15 +0000 (02:07 +0000)]
Fix typo in comment.

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

21 years agoPlug a few memory leaks in utime(). path is allocated from within
Neal Norwitz [Sun, 6 Jun 2004 20:40:27 +0000 (20:40 +0000)]
Plug a few memory leaks in utime().  path is allocated from within
PyArg_ParseTuple() since the format is "et"  This change should
be reviewed carefully.

Bugfix candidate.

21 years agoTry to improve test coverage for utime()
Neal Norwitz [Sun, 6 Jun 2004 20:27:05 +0000 (20:27 +0000)]
Try to improve test coverage for utime()

21 years agoValgrind was reporting an uninitialized read for bad input.
Neal Norwitz [Sun, 6 Jun 2004 20:13:10 +0000 (20:13 +0000)]
Valgrind was reporting an uninitialized read for bad input.
This fixes the problem and the test passes.  I'm not sure
the test is really correct though.  It seems like it would
be better to raise an exception.  I think that wasn't done
for backwards compatability.

Bugfix candidate.

21 years agoLook for the multibyte codec map files in the parent directory too
Neal Norwitz [Sun, 6 Jun 2004 20:09:49 +0000 (20:09 +0000)]
Look for the multibyte codec map files in the parent directory too
This is similar to test_normalization, so that many source trees
can reference the same test file(s).

21 years agoAdd some doc about using valgrind
Neal Norwitz [Sun, 6 Jun 2004 19:58:40 +0000 (19:58 +0000)]
Add some doc about using valgrind

21 years agowhoops, I wanted that commented out by default, will add doc to Misc
Neal Norwitz [Sun, 6 Jun 2004 19:21:34 +0000 (19:21 +0000)]
whoops, I wanted that commented out by default, will add doc to Misc

21 years agoSF bug 881641, make it easier to use valgrind
Neal Norwitz [Sun, 6 Jun 2004 19:20:22 +0000 (19:20 +0000)]
SF bug 881641, make it easier to use valgrind

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

21 years agoAdded documentation to address SF bug #963246: limitations on multiple
Phillip J. Eby [Sun, 6 Jun 2004 15:59:18 +0000 (15:59 +0000)]
Added documentation to address SF bug #963246: limitations on multiple
inheritance in Python when a C type is one of the bases.

21 years agoadd -L flag to cause leaks(1) command to run just before exit
Skip Montanaro [Sun, 6 Jun 2004 15:53:18 +0000 (15:53 +0000)]
add -L flag to cause leaks(1) command to run just before exit

21 years agoNoam Raphel: Further developemt of CodeContext feature.
Kurt B. Kaiser [Sun, 6 Jun 2004 01:29:22 +0000 (01:29 +0000)]
Noam Raphel:  Further developemt of CodeContext feature.
The visibility state of the code context pane is now persistent between
sessions and the pane does not appear in the shell window.

M CodeContext.py
M EditorWindow.py
M NEWS.txt
M PyShell.py
M config-extensions.def
M configHandler.py

21 years agoDoc fix for SF #962633.
Nicholas Bastin [Sun, 6 Jun 2004 01:17:52 +0000 (01:17 +0000)]
Doc fix for SF #962633.

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

21 years agoRemove a number of tests that differ only in input data size. It seems
Neil Schemenauer [Sat, 5 Jun 2004 19:34:28 +0000 (19:34 +0000)]
Remove a number of tests that differ only in input data size. It seems
no bug motivated their inclusion and the chance of them triggering a
problem seems unlikely.  Refactor to reduce code duplication.  Rename
'hamlet_scene' to 'HAMLET_SCENE'.  Test is much faster now.  Closes #960995.

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

21 years ago[Bug #918710] Add paragraph to clarify docs
Andrew M. Kuchling [Sat, 5 Jun 2004 19:25:30 +0000 (19:25 +0000)]
[Bug #918710] Add paragraph to clarify docs

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

21 years agoRemove lots of magic constants.
Neil Schemenauer [Sat, 5 Jun 2004 19:02:52 +0000 (19:02 +0000)]
Remove lots of magic constants.

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

21 years agoSF #877165: Give an info about what C++ compiler command should be
Hye-Shik Chang [Sat, 5 Jun 2004 18:37:53 +0000 (18:37 +0000)]
SF #877165: Give an info about what C++ compiler command should be
used in cygwin and mingw32. (Reported by Michael Droettboom)

21 years agoRewrote to use temporary files instead of StringIO objects in most places.
Skip Montanaro [Sat, 5 Jun 2004 17:03:20 +0000 (17:03 +0000)]
Rewrote to use temporary files instead of StringIO objects in most places.
Goal is to work in the direction of universal newline support.