]> granicus.if.org Git - python/log
python
20 years agoHyphenate 'one-argument'
Andrew M. Kuchling [Fri, 3 Dec 2004 14:59:09 +0000 (14:59 +0000)]
Hyphenate 'one-argument'

20 years agoAAdd item. (And so it beegins again.)
Andrew M. Kuchling [Fri, 3 Dec 2004 14:57:21 +0000 (14:57 +0000)]
AAdd item.  (And so it beegins again.)

20 years agoFill in various bits of the template
Andrew M. Kuchling [Fri, 3 Dec 2004 13:54:09 +0000 (13:54 +0000)]
Fill in various bits of the template

20 years agoRemove PyRange_New().
Raymond Hettinger [Fri, 3 Dec 2004 11:45:13 +0000 (11:45 +0000)]
Remove PyRange_New().

20 years agoAcknowledge contribution of a thorough tutorial review.
Raymond Hettinger [Fri, 3 Dec 2004 08:33:32 +0000 (08:33 +0000)]
Acknowledge contribution of a thorough tutorial review.

20 years agoSF patch #1077353: add key= argument to min and max
Raymond Hettinger [Fri, 3 Dec 2004 08:30:39 +0000 (08:30 +0000)]
SF patch #1077353: add key= argument to min and max

(First draft of patch contributed by Steven Bethard.)

20 years agoFixed errors reported in SF bug #1074693
Vinay Sajip [Thu, 2 Dec 2004 21:27:42 +0000 (21:27 +0000)]
Fixed errors reported in SF bug #1074693

20 years agoRestore Python 2.1 compatibility (os.extsep was introduced in Python 2.2).
Marc-André Lemburg [Thu, 2 Dec 2004 20:14:16 +0000 (20:14 +0000)]
Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2).

20 years agoFixing bug #1072259 in SRE.
Gustavo Niemeyer [Thu, 2 Dec 2004 16:15:39 +0000 (16:15 +0000)]
Fixing bug #1072259 in SRE.

20 years agoAdd key= argument to heapq.nsmallest() and heapq.nlargest().
Raymond Hettinger [Thu, 2 Dec 2004 08:59:14 +0000 (08:59 +0000)]
Add key= argument to heapq.nsmallest() and heapq.nlargest().

20 years agoUpdate the MSC6 pythoncore projects to compile for Py2.5
Raymond Hettinger [Thu, 2 Dec 2004 08:53:14 +0000 (08:53 +0000)]
Update the MSC6 pythoncore projects to compile for Py2.5

20 years agoFix typo.
Raymond Hettinger [Thu, 2 Dec 2004 08:31:41 +0000 (08:31 +0000)]
Fix typo.

20 years agoSF bug #1076955: Tutorial corrections Part II
Raymond Hettinger [Thu, 2 Dec 2004 07:29:43 +0000 (07:29 +0000)]
SF bug #1076955: Tutorial corrections  Part II

20 years agoSF bug #1076955: Tutorial corrections Part I
Raymond Hettinger [Thu, 2 Dec 2004 06:08:42 +0000 (06:08 +0000)]
SF bug #1076955:  Tutorial corrections Part I
(Submitted by some anonymous person with an amazing eye for grammer nits.)

20 years agoAdd all readme files in Tools.
Martin v. Löwis [Wed, 1 Dec 2004 21:46:35 +0000 (21:46 +0000)]
Add all readme files in Tools.

20 years agoRecompiled binaries after source changes.
Thomas Heller [Wed, 1 Dec 2004 19:43:34 +0000 (19:43 +0000)]
Recompiled binaries after source changes.

20 years agoprintf format code for integers is %d not %s.
Thomas Heller [Wed, 1 Dec 2004 19:43:02 +0000 (19:43 +0000)]
printf format code for integers is %d not %s.

Will backport.

20 years agoUpdate the filenames in the MSVC project file for Python 2.5.
Thomas Heller [Wed, 1 Dec 2004 19:40:45 +0000 (19:40 +0000)]
Update the filenames in the MSVC project file for Python 2.5.

20 years agoUpdate import library name on windows.
Thomas Heller [Wed, 1 Dec 2004 19:39:52 +0000 (19:39 +0000)]
Update import library name on windows.

20 years agoMake the example server code clearer; add the corresponding example client. [Bugfix...
Andrew M. Kuchling [Wed, 1 Dec 2004 18:34:11 +0000 (18:34 +0000)]
Make the example server code clearer; add the corresponding example client.  [Bugfix candidate]

20 years agoRunning the pre-install or post-install script did not work when
Thomas Heller [Wed, 1 Dec 2004 18:18:08 +0000 (18:18 +0000)]
Running the pre-install or post-install script did not work when
Python was installed with the 'only for me' option. The registry key
had a hardcoded '2.3' in it where the python version chosen for
installation should be used instead.

Will backport myself.

20 years ago- fix up internal hyperlink generation in PDF formatting so that links at
Fred Drake [Wed, 1 Dec 2004 06:30:31 +0000 (06:30 +0000)]
- fix up internal hyperlink generation in PDF formatting so that links at
  the beginning of a paragraph do not generate errors; this affected
  things like \refmodule when it came first in a paragraph
- clean up the .sty file to separate out the treatment of the start
  of a new paragraph

20 years ago- bump version number for "What's New" document
Fred Drake [Wed, 1 Dec 2004 05:55:47 +0000 (05:55 +0000)]
- bump version number for "What's New" document
- don't create .tgz version of doc source package, since we're not
  generating that for the other formats either

20 years agoContinue the post-release mechanics; we need a "What's New" document
Fred Drake [Wed, 1 Dec 2004 05:05:47 +0000 (05:05 +0000)]
Continue the post-release mechanics; we need a "What's New" document
so the docs can be built.

20 years agoFix nit.
Raymond Hettinger [Wed, 1 Dec 2004 04:22:38 +0000 (04:22 +0000)]
Fix nit.

20 years agoMention getservbyport(). There's no patch number in the CVS log, so I assume Barry...
Andrew M. Kuchling [Wed, 1 Dec 2004 00:57:12 +0000 (00:57 +0000)]
Mention getservbyport().  There's no patch number in the CVS log, so I assume Barry wrote the code.

20 years agoBump version number
Andrew M. Kuchling [Wed, 1 Dec 2004 00:46:33 +0000 (00:46 +0000)]
Bump version number

20 years agoRemove mention of Template being a subclass of unicode
Andrew M. Kuchling [Wed, 1 Dec 2004 00:45:15 +0000 (00:45 +0000)]
Remove mention of Template being a subclass of unicode

20 years ago[Patch #1076365] Correction of name of Template class; add contributor
Andrew M. Kuchling [Wed, 1 Dec 2004 00:42:41 +0000 (00:42 +0000)]
[Patch #1076365] Correction of name of Template class; add contributor

20 years agoBump version number to 2.5.
Martin v. Löwis [Tue, 30 Nov 2004 22:09:37 +0000 (22:09 +0000)]
Bump version number to 2.5.
Fix term.h check so that HAVE_TERM_H is actually generated.

20 years agoRaise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified.
Peter Astrand [Tue, 30 Nov 2004 21:04:45 +0000 (21:04 +0000)]
Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified.

20 years agoCorrected example for replacing shell pipeline. Fixes bug 1073790.
Peter Astrand [Tue, 30 Nov 2004 18:06:42 +0000 (18:06 +0000)]
Corrected example for replacing shell pipeline. Fixes bug 1073790.

20 years agoUpdate release date.
Andrew M. Kuchling [Tue, 30 Nov 2004 14:42:24 +0000 (14:42 +0000)]
Update release date.

20 years agoHear the #error: change the default value of the mutable_arg argument
Michael W. Hudson [Tue, 30 Nov 2004 14:31:54 +0000 (14:31 +0000)]
Hear the #error: change the default value of the mutable_arg argument
to ioctl() and remove the warning when it is not supplied.

20 years agopost 2.4 release machinations
Anthony Baxter [Tue, 30 Nov 2004 13:16:15 +0000 (13:16 +0000)]
post 2.4 release machinations

20 years agowhoops!
Anthony Baxter [Tue, 30 Nov 2004 11:53:10 +0000 (11:53 +0000)]
whoops!

20 years agoThis commit was manufactured by cvs2svn to create tag 'r24'. v2.4
cvs2svn [Tue, 30 Nov 2004 01:49:18 +0000 (01:49 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24'.

20 years agoupdate gcc ref
Anthony Baxter [Tue, 30 Nov 2004 01:49:18 +0000 (01:49 +0000)]
update gcc ref

20 years agodoodedoodedoo on the way to 2.4 final
Anthony Baxter [Tue, 30 Nov 2004 01:28:55 +0000 (01:28 +0000)]
doodedoodedoo on the way to 2.4 final

20 years agoREVERT revision 1.260; the trunk is FROZEN.
Fred Drake [Mon, 29 Nov 2004 13:12:44 +0000 (13:12 +0000)]
REVERT revision 1.260; the trunk is FROZEN.
This change can be made on the trunk and release24-maint branch after
the trunk is unfrozen.

20 years agoBump buildno for 2.4 release
Martin v. Löwis [Mon, 29 Nov 2004 09:57:14 +0000 (09:57 +0000)]
Bump buildno for 2.4 release

20 years agoFix a nit.
Raymond Hettinger [Mon, 29 Nov 2004 08:53:14 +0000 (08:53 +0000)]
Fix a nit.

20 years agoFix argument order in pure python version of nsmallest() and nlargest().
Raymond Hettinger [Mon, 29 Nov 2004 05:54:48 +0000 (05:54 +0000)]
Fix argument order in pure python version of nsmallest() and nlargest().

20 years agoRFC 2822 describes the characters allowed in a header field name. Conform to
Barry Warsaw [Mon, 29 Nov 2004 03:46:54 +0000 (03:46 +0000)]
RFC 2822 describes the characters allowed in a header field name.  Conform to
this, and add test cases.

20 years agopreparing for 2.4 final (wooooooo!)
Anthony Baxter [Mon, 29 Nov 2004 01:40:31 +0000 (01:40 +0000)]
preparing for 2.4 final (wooooooo!)

20 years agoThere's likely nothing more to do to the email package before Python 2.4 is
Barry Warsaw [Mon, 29 Nov 2004 01:10:14 +0000 (01:10 +0000)]
There's likely nothing more to do to the email package before Python 2.4 is
final, so I'm marking email's version number as "3.0" (e.g. final).

20 years agoWhitespace normalization.
Tim Peters [Sun, 28 Nov 2004 01:10:01 +0000 (01:10 +0000)]
Whitespace normalization.

20 years agoFix for SF bug #1072623. When the last line of the input string does not end
Barry Warsaw [Sun, 28 Nov 2004 00:21:42 +0000 (00:21 +0000)]
Fix for SF bug #1072623.  When the last line of the input string does not end
in a newline, and it's an end boundary, the FeedParser wasn't recognizing it
as such.  Tweak the regexp to make the ending linesep optional.

For grins, clear self._partial when closing the BufferedSubFile.

Added a test case.

20 years agoFix typo in comment.
Walter Dörwald [Thu, 25 Nov 2004 12:23:23 +0000 (12:23 +0000)]
Fix typo in comment.

20 years agoFix typo.
Raymond Hettinger [Thu, 25 Nov 2004 05:35:32 +0000 (05:35 +0000)]
Fix typo.

20 years agoClarify the ordering of dictionary keys.
Raymond Hettinger [Thu, 25 Nov 2004 05:16:19 +0000 (05:16 +0000)]
Clarify the ordering of dictionary keys.

20 years agoMake sure the money formatting recipe can doesn't run out of digits
Raymond Hettinger [Thu, 25 Nov 2004 04:47:09 +0000 (04:47 +0000)]
Make sure the money formatting recipe can doesn't run out of digits
to the right of the decimal point.

20 years agoRename a static variable "history_length" to "_history_length".
Hye-Shik Chang [Thu, 25 Nov 2004 04:04:20 +0000 (04:04 +0000)]
Rename a static variable "history_length" to "_history_length".
GNU readline exports a global variable that has such a name already
and the collision makes gcc4 doesn't compile the source.

20 years agoFollowing a LtU thread, change introductory paragraph of decimal section
Andrew M. Kuchling [Thu, 25 Nov 2004 01:15:25 +0000 (01:15 +0000)]
Following a LtU thread, change introductory paragraph of decimal section

20 years agoSF patch #1071739 (by Christos Georgiou)
Fredrik Lundh [Wed, 24 Nov 2004 22:31:11 +0000 (22:31 +0000)]
SF patch #1071739 (by Christos Georgiou)

This patch offers a better explanation in case the MS VC++ (free)
toolkit is installed but the .NET Framework SDK is not.

20 years agoadd missing dependency
Fred Drake [Wed, 24 Nov 2004 14:57:04 +0000 (14:57 +0000)]
add missing dependency

20 years agoSF bug #1071588 coercing decimal to int doesn't work between -1 and 1
Raymond Hettinger [Wed, 24 Nov 2004 07:28:48 +0000 (07:28 +0000)]
SF bug #1071588 coercing decimal to int doesn't work between -1 and 1

20 years agoSF bug #1071566: moneyfmt recipe in decimal documentation has error
Raymond Hettinger [Wed, 24 Nov 2004 05:53:26 +0000 (05:53 +0000)]
SF bug #1071566:  moneyfmt recipe in decimal documentation has error

20 years agoHave testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the
Brett Cannon [Wed, 24 Nov 2004 03:01:36 +0000 (03:01 +0000)]
Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the
Windows GDI directly and thus does not need a DISPLAY environment variable.

Thanks Jason Tishler.

20 years agoHye-Shik Chang's fix for Bug 875692.
Kurt B. Kaiser [Tue, 23 Nov 2004 18:06:08 +0000 (18:06 +0000)]
Hye-Shik Chang's fix for Bug 875692.

Improve signal handling, especially when using threads, by forcing an early
re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not
cleared by Py_MakePendingCalls().

M Misc/NEWS
M Python/ceval.c

20 years agoBug #1071513: don't test on Cygwin, as chmod doesn't work reliably there
Johannes Gijsbers [Tue, 23 Nov 2004 09:27:27 +0000 (09:27 +0000)]
Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there
(http://www.cygwin.com/faq/faq_3.html#SEC41).

Also check whether onerror has actually been called so this test will
fail on assertion instead of on trying to chmod a non-existent file.

20 years agoos.walk(): Changed the "sum of bytes consumed by files" example to use
Tim Peters [Mon, 22 Nov 2004 16:53:46 +0000 (16:53 +0000)]
os.walk():  Changed the "sum of bytes consumed by files" example to use
a generator expression instead of a listcomp.

Not a backport candidate (genexps are new in 2.4).

20 years agoSF bug 1071087: os.walk example for deleting a full tree is sometime wrong.
Tim Peters [Mon, 22 Nov 2004 16:49:02 +0000 (16:49 +0000)]
SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.

Clarify that the example assumes no links are present; the point of the
example is to illustrate a need for topdown=False, not to wrestle with
platform-dependent link convolutions.

Also spell os.path.join() out in full, instead of using a shortcut import.
The bug reporter was confused by that too, and it's clearer this way.

Bugfix candidate; but I don't intend to backport it.

20 years agoCorrect the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg [Mon, 22 Nov 2004 13:02:31 +0000 (13:02 +0000)]
Correct the handling of 0-termination of PyUnicode_AsWideChar()
and its usage in PyLocale_strcoll().

Clarify the documentation on this.

Thanks to Andreas Degert for pointing this out.

20 years agoInclude site-packages directory.
Martin v. Löwis [Sun, 21 Nov 2004 10:16:26 +0000 (10:16 +0000)]
Include site-packages directory.

20 years agoAdd 'linux2' as one of the platforms that does not use the echo service as one
Brett Cannon [Sat, 20 Nov 2004 21:10:07 +0000 (21:10 +0000)]
Add 'linux2' as one of the platforms that does not use the echo service as one
of the test possiblities for testGetServBy().

20 years agoFixed quantize syntax.
Facundo Batista [Sat, 20 Nov 2004 00:33:51 +0000 (00:33 +0000)]
Fixed quantize syntax.

20 years agoOn OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser [Fri, 19 Nov 2004 15:46:49 +0000 (15:46 +0000)]
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.

M NEWS.txt
M idlever.py
M run.py

20 years agoFill in the benchmark figures, bogus or not; add a disclaimer
Andrew M. Kuchling [Fri, 19 Nov 2004 14:55:28 +0000 (14:55 +0000)]
Fill in the benchmark figures, bogus or not; add a disclaimer

20 years agoLast pass to fill in contributor names; remove stray 'contributed by' from the incomp...
Andrew M. Kuchling [Fri, 19 Nov 2004 14:43:36 +0000 (14:43 +0000)]
Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments

20 years agoIt's GTK+, apparently; remove XXX comment
Andrew M. Kuchling [Fri, 19 Nov 2004 14:27:54 +0000 (14:27 +0000)]
It's GTK+, apparently; remove XXX comment

20 years agoBump version number; update patch/bug counts; bet that the final release will be...
Andrew M. Kuchling [Fri, 19 Nov 2004 14:26:23 +0000 (14:26 +0000)]
Bump version number; update patch/bug counts; bet that the final release will be in December

20 years agoThis commit was manufactured by cvs2svn to create tag 'r24c1'. v2.4c1
cvs2svn [Thu, 18 Nov 2004 12:32:27 +0000 (12:32 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24c1'.

20 years ago2.4rc1
Anthony Baxter [Thu, 18 Nov 2004 12:32:27 +0000 (12:32 +0000)]
2.4rc1

20 years agoMark PyRange_New() as deprecated.
Raymond Hettinger [Thu, 18 Nov 2004 09:41:45 +0000 (09:41 +0000)]
Mark PyRange_New() as deprecated.

20 years agoSF patch #1068456: small update for pdb docs
Raymond Hettinger [Thu, 18 Nov 2004 08:39:33 +0000 (08:39 +0000)]
SF patch #1068456:  small update for pdb docs

20 years agoAdd missing have_tcl conditions
Martin v. Löwis [Thu, 18 Nov 2004 08:00:33 +0000 (08:00 +0000)]
Add missing have_tcl conditions

20 years agoSF bug #1066036: Typo about PyErr_WriteUnraisable()
Raymond Hettinger [Thu, 18 Nov 2004 06:50:19 +0000 (06:50 +0000)]
SF bug #1066036:  Typo about PyErr_WriteUnraisable()

20 years agoSF bug #1067018: Obsolete info in Tutorial 9.1
Raymond Hettinger [Thu, 18 Nov 2004 06:20:30 +0000 (06:20 +0000)]
SF bug #1067018: Obsolete info in Tutorial 9.1

Removed a section that is out of date after type/class unification.
While there was still some validity, the paragraph offered more
confusion that insight.

20 years agoSF bug #1067023: A small typo
Raymond Hettinger [Thu, 18 Nov 2004 06:14:27 +0000 (06:14 +0000)]
SF bug #1067023:  A small typo

Make a minor clarification between "written" and "displayed".

20 years agoComment for performance measurement.
Raymond Hettinger [Thu, 18 Nov 2004 05:51:53 +0000 (05:51 +0000)]
Comment for performance measurement.

20 years agoRemove tempfile after use in test_call_string.
Peter Astrand [Wed, 17 Nov 2004 20:06:35 +0000 (20:06 +0000)]
Remove tempfile after use in test_call_string.
In test_args_string, remove the tempfile before assertEqual.

20 years agosplit functionality into pystack and pystackv commands. The former will
Skip Montanaro [Wed, 17 Nov 2004 16:04:15 +0000 (16:04 +0000)]
split functionality into pystack and pystackv commands.  The former will
work with core dumps because it avoids calling any Python API routines.  The
latter prints all the local variable values as well as the stack frames but
won't work with core dumps because it relies on _PyObject_Dump to print
variables.

20 years agoSaving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser [Tue, 16 Nov 2004 21:31:08 +0000 (21:31 +0000)]
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.

20 years agoSaving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser [Tue, 16 Nov 2004 21:28:36 +0000 (21:28 +0000)]
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.

M configDialog.py

20 years agopreparing for rc1
Anthony Baxter [Mon, 15 Nov 2004 15:03:25 +0000 (15:03 +0000)]
preparing for rc1

20 years agoFix pprint to be able to handle objects that don't have a __repr__
Walter Dörwald [Mon, 15 Nov 2004 13:51:41 +0000 (13:51 +0000)]
Fix pprint to be able to handle objects that don't have a __repr__
attribute. Fixes SF bug #1065456.

20 years agoSF bug 1066438: datetime.replace method description error
Tim Peters [Mon, 15 Nov 2004 03:50:16 +0000 (03:50 +0000)]
SF bug 1066438:  datetime.replace method description error

Repair typo in example.

20 years agoBack out rev 1.96; see #1009389.
Martin v. Löwis [Sun, 14 Nov 2004 10:21:04 +0000 (10:21 +0000)]
Back out rev 1.96; see #1009389.

20 years agoavoid applying :active to anchors that are only link targets
Fred Drake [Sat, 13 Nov 2004 21:58:01 +0000 (21:58 +0000)]
avoid applying :active to anchors that are only link targets
(no href attribute)

20 years agoThe change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
Kurt B. Kaiser [Sat, 13 Nov 2004 21:05:58 +0000 (21:05 +0000)]
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
when an exception was raised while running w/o the subprocess.  Python Bug 1063840

M NEWS.txt
M PyShell.py

20 years agoadd another way to specify an alternate name for the documentation set,
Fred Drake [Sat, 13 Nov 2004 17:45:39 +0000 (17:45 +0000)]
add another way to specify an alternate name for the documentation set,
so that this is harder to forget to do for development of new styles

20 years agoSF bug 1065388: calendar day/month name lookup too slow
Tim Peters [Sat, 13 Nov 2004 16:18:32 +0000 (16:18 +0000)]
SF bug 1065388:  calendar day/month name lookup too slow

__getitem__() methods:  compute only the new spellings needed to satisfy
the given indexing object.  This is purely an optimization (it should
have no effect on visible semantics).

20 years agoPatch #1050475: Fix various x86_64 build issues
Martin v. Löwis [Sat, 13 Nov 2004 11:13:35 +0000 (11:13 +0000)]
Patch #1050475: Fix various x86_64 build issues
regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems.
_tkinter.c: replace %.8x with %p for printing pointers.
setup.py: add lib64 into the library directories.

20 years agoif we treat \LaTeX specially, we need to do the same for \TeX
Fred Drake [Sat, 13 Nov 2004 05:46:18 +0000 (05:46 +0000)]
if we treat \LaTeX specially, we need to do the same for \TeX

20 years ago- wrap a long line
Fred Drake [Sat, 13 Nov 2004 04:41:01 +0000 (04:41 +0000)]
- wrap a long line
- add directory information for the "What's New" document

20 years agoavoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply
Fred Drake [Sat, 13 Nov 2004 01:20:24 +0000 (01:20 +0000)]
avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply
doesn't look right in HTML

20 years agoAdd options to regrtest.py to make it possible to specify where to put
Walter Dörwald [Fri, 12 Nov 2004 18:51:27 +0000 (18:51 +0000)]
Add options to regrtest.py to make it possible to specify where to put
the coverage files when -T is used.

20 years agoSF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines
Tim Peters [Fri, 12 Nov 2004 16:12:15 +0000 (16:12 +0000)]
SF bug 1054821:  difflib HtmlDiff() extra space on inserted 1 character lines

Simple correction from the code's author (Dan Gass).

20 years agoUse os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
Peter Astrand [Fri, 12 Nov 2004 15:51:48 +0000 (15:51 +0000)]
Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
TEMP dirs with {memb} strings. Fixes #1063571.