]> granicus.if.org Git - python/log
python
21 years agoAdded instructions on setting the proxy host.
Jack Jansen [Thu, 24 Jul 2003 21:46:40 +0000 (21:46 +0000)]
Added instructions on setting the proxy host.

21 years agoFixes bug of having default argument for TimeRE's __init__ that caused the
Brett Cannon [Thu, 24 Jul 2003 20:02:28 +0000 (20:02 +0000)]
Fixes bug of having default argument for TimeRE's __init__ that caused the
LocaleTime instance to only be created once and thus not be recreated when
the locale changed.

21 years agoFix [ 776721 ] locale.setlocale() leaks
Mark Hammond [Thu, 24 Jul 2003 14:15:07 +0000 (14:15 +0000)]
Fix [ 776721 ] locale.setlocale() leaks
Our saved locale was not being freed.  Also check correct variable for
NULL.

21 years agoRemove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon [Thu, 24 Jul 2003 06:27:17 +0000 (06:27 +0000)]
Remove caching of TimeRE (and thus LocaleTime) instance.  Error was being
caught when executing test_strptime, test_logging, and test_time in that order
when the testing of "%c" occured.  Suspect the cache was not being recreated
(the test passed when test_logging was forced to re-establish the locale).

21 years agoBump release number.
Fred Drake [Thu, 24 Jul 2003 01:22:50 +0000 (01:22 +0000)]
Bump release number.

21 years agoUpdate version numbers and dates for 2.3c2 -- we won't be able to do this
Tim Peters [Thu, 24 Jul 2003 00:15:46 +0000 (00:15 +0000)]
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.

21 years agoBugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.
Jack Jansen [Wed, 23 Jul 2003 22:17:28 +0000 (22:17 +0000)]
Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.
This makes test_coercion pass on Panther.

Also added a note to NEWS that pythonw works again (it was broken in rc1).

21 years ago1. Python Bug 775541: Calltips error when docstring is None. Introduced
Kurt B. Kaiser [Wed, 23 Jul 2003 15:42:14 +0000 (15:42 +0000)]
1. Python Bug 775541: Calltips error when docstring is None.  Introduced
   by patch 769142.  Fixed by patch 776062. KBK will backport net result
   to IDLE release22-maint and IDLEfork.
2. Update NEWS.txt and idlever for release.

21 years agoFix representation of ^= operator in __ixor__() documentation.
Fred Drake [Wed, 23 Jul 2003 15:18:03 +0000 (15:18 +0000)]
Fix representation of ^= operator in __ixor__() documentation.
Closes SF bug #776181.  Should be backported.

21 years agoMacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_SetInterru...
Jack Jansen [Wed, 23 Jul 2003 11:39:28 +0000 (11:39 +0000)]
MacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_SetInterrupt() here too.

21 years agoDon't force boot-disk-only install, for reasons unknown it causes more
Jack Jansen [Wed, 23 Jul 2003 10:51:55 +0000 (10:51 +0000)]
Don't force boot-disk-only install, for reasons unknown it causes more
problems than it solves. In stead, put a warning near the top of the
welcome message. Fixes (or, rather works around) bug #764975.

21 years agoScripts runs with pythonw no longer had full window manager access due
Jack Jansen [Wed, 23 Jul 2003 10:49:17 +0000 (10:49 +0000)]
Scripts runs with pythonw no longer had full window manager access due
to the name change of Python.app/Contents/MacOS/python to
Python.app/Contents/MacOS/Python. Fixes #776116.

21 years agoRestored commented-out line checked in by mistake.
Tim Peters [Wed, 23 Jul 2003 00:30:39 +0000 (00:30 +0000)]
Restored commented-out line checked in by mistake.

21 years agolocale-restoration code: Don't leave comparison to None implicit. For
Tim Peters [Wed, 23 Jul 2003 00:30:11 +0000 (00:30 +0000)]
locale-restoration code:  Don't leave comparison to None implicit.  For
all I know, the original locale may be '' (I don't think that's possible,
but ...), and if so we would certainly want to restore it.

21 years agoFred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters [Wed, 23 Jul 2003 00:05:07 +0000 (00:05 +0000)]
Fred wasn't kidding -- there really are docs for the locale module <wink>.

Obtain the original locale in the documented way.  This way actually
works for me.

Restore the original locale at the end, instead of forcing to "C".

Move the locale fiddling into the test driver instead of doing it as a
side effect of merely importing the module.  I don't know why the test
is mucking with locale (and also added a comment saying so), but it
surely has no justification for doing that as an import side-effect.
Now whenever the locale-changing code executes, the locale-restoring code
will also get run.

21 years agoFix error in test of not comparing against 0 item of a list
Brett Cannon [Tue, 22 Jul 2003 21:07:16 +0000 (21:07 +0000)]
Fix error in test of not comparing against 0 item of a list

21 years agoPatch #775784: YA Cygwin expected regression test skip patch
Jason Tishler [Tue, 22 Jul 2003 18:35:58 +0000 (18:35 +0000)]
Patch #775784: YA Cygwin expected regression test skip patch

This patch just adds test_ioctl to the list of expected skips for Cygwin.

21 years agoChange the zipimport implementation to accept files containing
Thomas Heller [Tue, 22 Jul 2003 18:10:15 +0000 (18:10 +0000)]
Change the zipimport implementation to accept files containing
arbitrary bytes before the actual zip compatible archive.  Zipfiles
containing comments at the end of the file are still not supported.

Add a testcase to test_zipimport, and update NEWS.

This closes sf #775637 and sf #669036.

21 years agoPatch 775605: Cygwin pthread_sigmask() workaround patch
Jason Tishler [Tue, 22 Jul 2003 15:20:49 +0000 (15:20 +0000)]
Patch 775605: Cygwin pthread_sigmask() workaround patch

Cygwin's pthread_sigmask() implementation appears to be buggy. This
patch works around this problem by using sigprocmask() instead.

This patch is implemented in a general way so it could be used by other
platforms too. If this approach is deemed too risky, then I can work up
a patch that just hacks Python/thread_pthread.h for Cygwin.

Note that I tested this patch against 2.3c1 under Red Hat Linux 8.0 too.

[snip]
And finally, I need someone to regenerate pyconfig.h.in and configure
with the same versions of the autotools that are normally used by
Python.

Neal kindly regenerated pyconfig.h.in and configure for me.

21 years agomore generic reference to python interpreter
Skip Montanaro [Tue, 22 Jul 2003 14:37:42 +0000 (14:37 +0000)]
more generic reference to python interpreter

21 years agoVarious tweaks to make the packages work better. Still not 100%, though.
Jack Jansen [Tue, 22 Jul 2003 14:31:34 +0000 (14:31 +0000)]
Various tweaks to make the packages work better. Still not 100%, though.

21 years agoFiles used for the 2.3rc1+ binary installer. This one has the size problem
Jack Jansen [Tue, 22 Jul 2003 13:45:26 +0000 (13:45 +0000)]
Files used for the 2.3rc1+ binary installer. This one has the size problem
fixed. It also attempts to force boot-disk-only installs, but this seems to
lead to a problem that you have to deselect and reselect the installation disk.
If no-one comes up with a fix RSN I'll revert to the previous situation and
explain in the readme that you cannot install on a non-system-disk.

21 years agoImportant usability fix in itertools documentation.
Raymond Hettinger [Tue, 22 Jul 2003 06:33:13 +0000 (06:33 +0000)]
Important usability fix in itertools documentation.

21 years agoWindows fix: When PYTHONCASEOK is set, or for any other reason imports
Tim Peters [Tue, 22 Jul 2003 02:50:01 +0000 (02:50 +0000)]
Windows fix:  When PYTHONCASEOK is set, or for any other reason imports
are satisfied in a case-insensitive manner, the attempt to import (the
non-existent) fcntl gets satisfied by FCNTL.py instead, and the tempfile
module defines a Unix-specific _set_cloexec() function in that case.  As
a result, temp files can't be created then (blows up with an AttributeError
trying to reference fcntl.fcntl).  This just popped up in the spambayes
project, where there is no apparent workaround (which is why I'm pushing
this in now).

21 years agoAvoid a 301 permanent redirect.
Fred Drake [Tue, 22 Jul 2003 01:09:22 +0000 (01:09 +0000)]
Avoid a 301 permanent redirect.
Part of SF patch #773007.

Also fixed a number of mostly cosmetic markup errors.

21 years agoAvoid a 301 permanent redirect.
Fred Drake [Tue, 22 Jul 2003 01:09:22 +0000 (01:09 +0000)]
Avoid a 301 permanent redirect.
Part of SF patch #773007.

21 years agoAvoid a few 301 permanent redirects.
Fred Drake [Tue, 22 Jul 2003 00:52:42 +0000 (00:52 +0000)]
Avoid a few 301 permanent redirects.
Part of SF patch #773007.

21 years agoAvoid a 301 permanent redirect.
Fred Drake [Tue, 22 Jul 2003 00:49:11 +0000 (00:49 +0000)]
Avoid a 301 permanent redirect.
Part of SF patch #773007.

21 years agoreaderThread(): Add max_retries to both DeadlockWrap() calls. This
Barry Warsaw [Mon, 21 Jul 2003 23:01:34 +0000 (23:01 +0000)]
readerThread(): Add max_retries to both DeadlockWrap() calls.  This
may cause some tests to fail but it prevents them from hanging.

21 years agoWe erronuously re-used the pimpinstaller object if there were multiple installs.
Jack Jansen [Mon, 21 Jul 2003 22:11:07 +0000 (22:11 +0000)]
We erronuously re-used the pimpinstaller object if there were multiple installs.
This lead to a duplication of error messages (and installs). Fixes #764615.

21 years agoBecause plistlib doesn't catch all possible errors that can
Jack Jansen [Mon, 21 Jul 2003 22:03:14 +0000 (22:03 +0000)]
Because plistlib doesn't catch all possible errors that can
happen while parsing a plistfile feeding an ill-formatted file to
pimp may cause an exception. As a stopgap we use an unqualified except
and print an error message "Unspecified error, probably ill-formatted
database". Fixes #765621.

21 years agoBackport from r23c1-branch:
Jack Jansen [Mon, 21 Jul 2003 20:47:11 +0000 (20:47 +0000)]
Backport from r23c1-branch:
Pimp crashed if you tried to install a non-installable package, in stead
of printing a decent error message. Fixes #773450..

21 years agotest01_join(): Fix a test failure when run with "python -O". The
Barry Warsaw [Mon, 21 Jul 2003 18:43:33 +0000 (18:43 +0000)]
test01_join(): Fix a test failure when run with "python -O".  The
setting of sCursor happened in an assert.

21 years agoRepair mis-application of Jeremy's patch. Thanks, Neal!
Fred Drake [Mon, 21 Jul 2003 17:22:43 +0000 (17:22 +0000)]
Repair mis-application of Jeremy's patch.  Thanks, Neal!

21 years agoAdded note about the pyexpat memory leak fix.
Fred Drake [Mon, 21 Jul 2003 17:17:10 +0000 (17:17 +0000)]
Added note about the pyexpat memory leak fix.

21 years agoFix memory leak reported & discussed on the Python XML-SIG mailing list.
Fred Drake [Mon, 21 Jul 2003 17:05:56 +0000 (17:05 +0000)]
Fix memory leak reported & discussed on the Python XML-SIG mailing list.
This patch was provided by Jeremy Kloth, and corresponds to pyexpat.c
1.77 in the PyXML CVS.

21 years agoClarify a statement regarding both shared and static library.
Fred Drake [Mon, 21 Jul 2003 16:01:39 +0000 (16:01 +0000)]
Clarify a statement regarding both shared and static library.
Closes SF bug #774480.

21 years agoMerge the old dumbdbm documetation into the new docs that have been added.
Fred Drake [Mon, 21 Jul 2003 15:30:15 +0000 (15:30 +0000)]
Merge the old dumbdbm documetation into the new docs that have been added.
Make some module references hyperlinks.

21 years agoMerge 23c1-branch back into the head. Barry will send email about the
Tim Peters [Mon, 21 Jul 2003 14:25:23 +0000 (14:25 +0000)]
Merge 23c1-branch back into the head.  Barry will send email about the
New Plan (releases to be made off the head, ongoing random 2.4 stuff
to be done on a short-lived branch, provided anyone is motivated enough
to create one).

21 years agoChange \code to \verb, because TeX merges the two dashes into a
Andrew M. Kuchling [Mon, 21 Jul 2003 12:49:46 +0000 (12:49 +0000)]
Change \code to \verb, because TeX merges the two dashes into a
hyphen, resulting in the output '-list-classifiers', not the correct
'--list-classifiers'.  I've verified that the line is now correct
in the DVI, PDF, HTML, and ASCII versions.

21 years agoMinor typo
Barry Warsaw [Sun, 20 Jul 2003 18:00:54 +0000 (18:00 +0000)]
Minor typo

21 years agoSF bug #774411: Typo in socket documentation
Raymond Hettinger [Sun, 20 Jul 2003 01:10:15 +0000 (01:10 +0000)]
SF bug #774411: Typo in socket documentation

21 years agoCorrected release date for 2.3c1.
Tim Peters [Fri, 18 Jul 2003 21:12:21 +0000 (21:12 +0000)]
Corrected release date for 2.3c1.

21 years agoFor my convenience in building installers, added a makes-sense-on-my-box
Tim Peters [Fri, 18 Jul 2003 21:11:36 +0000 (21:11 +0000)]
For my convenience in building installers, added a makes-sense-on-my-box
choice to the list of places MS redistributables might be found.

21 years agoOh, well.
Jeremy Hylton [Fri, 18 Jul 2003 20:57:04 +0000 (20:57 +0000)]
Oh, well.

21 years agoForgot the release date.
Jeremy Hylton [Fri, 18 Jul 2003 20:10:02 +0000 (20:10 +0000)]
Forgot the release date.

21 years agoThis commit was manufactured by cvs2svn to create tag 'r23c1'. v2.3c1
cvs2svn [Fri, 18 Jul 2003 17:45:33 +0000 (17:45 +0000)]
This commit was manufactured by cvs2svn to create tag 'r23c1'.

21 years agoRepair operator error.
Jeremy Hylton [Fri, 18 Jul 2003 17:45:33 +0000 (17:45 +0000)]
Repair operator error.

21 years agoSF patch 773476: NameError when there are no prefixes.
Jeremy Hylton [Fri, 18 Jul 2003 17:24:07 +0000 (17:24 +0000)]
SF patch 773476: NameError when there are no prefixes.

21 years agoup the b/w compatibility requirement to 2.2
Just van Rossum [Fri, 18 Jul 2003 15:31:40 +0000 (15:31 +0000)]
up the b/w compatibility requirement to 2.2

21 years agoMake sure mimetypes is reinitialized before running the tests.
Jeremy Hylton [Fri, 18 Jul 2003 15:13:37 +0000 (15:13 +0000)]
Make sure mimetypes is reinitialized before running the tests.

If some other test comes along and uses mimetypes, it will be
initialized from the system files.

21 years agoRestore the locale to "C" on exit.
Jeremy Hylton [Fri, 18 Jul 2003 03:19:20 +0000 (03:19 +0000)]
Restore the locale to "C" on exit.

If this doesn't happen, it leaves the locale in a state that can cause
other tests to fail.  For example, running test_strptime,
test_logging, and test_time in that order.

21 years agoAdd introductory paragraphs
Andrew M. Kuchling [Fri, 18 Jul 2003 02:12:16 +0000 (02:12 +0000)]
Add introductory paragraphs
Remove comment about MacOS changes; I'm not going to have time to figure
    out what they are
Move PEP 273 section into numeric order

21 years agoAdd a few more items
Andrew M. Kuchling [Fri, 18 Jul 2003 01:15:51 +0000 (01:15 +0000)]
Add a few more items

21 years agoComplete the rewrite pass; add a few more items; bump version number to 0.90; remove...
Andrew M. Kuchling [Thu, 17 Jul 2003 23:56:58 +0000 (23:56 +0000)]
Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status

21 years agoThe rest of the news.
Jeremy Hylton [Thu, 17 Jul 2003 19:19:05 +0000 (19:19 +0000)]
The rest of the news.

21 years agoSF patch 764470
Jeremy Hylton [Thu, 17 Jul 2003 19:18:50 +0000 (19:18 +0000)]
SF patch 764470

21 years agoUpdate version label
Jeremy Hylton [Thu, 17 Jul 2003 17:58:38 +0000 (17:58 +0000)]
Update version label

21 years agoPartial progress on NEWS.
Jeremy Hylton [Thu, 17 Jul 2003 17:57:58 +0000 (17:57 +0000)]
Partial progress on NEWS.

21 years agoSF bug 770601.
Jeremy Hylton [Thu, 17 Jul 2003 17:23:30 +0000 (17:23 +0000)]
SF bug 770601.

21 years agoGet socketmodule compiling on IRIX 6.5.10.
Jeremy Hylton [Thu, 17 Jul 2003 16:58:48 +0000 (16:58 +0000)]
Get socketmodule compiling on IRIX 6.5.10.

I don't think the fix here is very good, but I'm not sure what would
be better.  In particular, we should not be defining _SGIAPI, but lots
of things break if we remove it.

21 years agofix for bug 773020 - splitting PATH should use os.pathsep
Skip Montanaro [Thu, 17 Jul 2003 16:45:43 +0000 (16:45 +0000)]
fix for bug 773020 - splitting PATH should use os.pathsep

21 years agoReflow long line.
Jeremy Hylton [Thu, 17 Jul 2003 16:31:00 +0000 (16:31 +0000)]
Reflow long line.

21 years agoRemove inaccurate (and it turns out, entirely superfluous) declarations of
Michael W. Hudson [Thu, 17 Jul 2003 16:26:58 +0000 (16:26 +0000)]
Remove inaccurate (and it turns out, entirely superfluous) declarations of
PyOS_InputHook and PyOS_ReadlineFunctionPointer).

The inaccuracies were causing problems in framework builds on Mac OS X.

21 years agomore markup chages
Fred Drake [Thu, 17 Jul 2003 16:00:01 +0000 (16:00 +0000)]
more markup chages

21 years agoRemove unused variable.
Jeremy Hylton [Thu, 17 Jul 2003 15:56:07 +0000 (15:56 +0000)]
Remove unused variable.

21 years agoInclude the GNU info format in the edist target since we're now
Fred Drake [Thu, 17 Jul 2003 15:29:16 +0000 (15:29 +0000)]
Include the GNU info format in the edist target since we're now
building a fair portion of the documentation as info.

21 years ago- remove mention of the isprivate flag, since that isn't directly
Fred Drake [Thu, 17 Jul 2003 15:22:47 +0000 (15:22 +0000)]
- remove mention of the isprivate flag, since that isn't directly
  documented here, and according to Tim, should never have been there
- misc. cleanups for consistency

21 years agoback out the darwin supports_unicode_filenames patch; it causes deep problems with...
Just van Rossum [Thu, 17 Jul 2003 15:11:49 +0000 (15:11 +0000)]
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests

21 years agoBump the release number to 2.3c1.
Tim Peters [Thu, 17 Jul 2003 14:48:26 +0000 (14:48 +0000)]
Bump the release number to 2.3c1.

21 years agoMinor corrections.
Raymond Hettinger [Thu, 17 Jul 2003 14:47:12 +0000 (14:47 +0000)]
Minor corrections.

21 years agoPatch from John Anderson to enable VC 7.1 support.
Jeremy Hylton [Thu, 17 Jul 2003 14:41:07 +0000 (14:41 +0000)]
Patch from John Anderson to enable VC 7.1 support.

I tested against VC 7.0 and it caused no problems there.

21 years ago- put the GNU info packages in the same place as everything else
Fred Drake [Thu, 17 Jul 2003 11:55:18 +0000 (11:55 +0000)]
- put the GNU info packages in the same place as everything else
- add a convenience target to create the package list directly

21 years ago- update the list of documents for which GNU info is built
Fred Drake [Thu, 17 Jul 2003 05:36:19 +0000 (05:36 +0000)]
- update the list of documents for which GNU info is built
- convert tabs to spaces

21 years agoBump version numbers.
Fred Drake [Thu, 17 Jul 2003 05:30:38 +0000 (05:30 +0000)]
Bump version numbers.

21 years ago- improve the description of how user-defined method
Fred Drake [Thu, 17 Jul 2003 05:26:53 +0000 (05:26 +0000)]
- improve the description of how user-defined method
    objects get made
  - improve the description of attribute retrieval from
    classes and class instances
  - add brief documentation of static method and
    class method objects.

21 years agoNote that Unicode strings are now supported in sys.path.
Fred Drake [Thu, 17 Jul 2003 04:22:44 +0000 (04:22 +0000)]
Note that Unicode strings are now supported in sys.path.
SF patch #764594.

21 years agoMake the howto document class work properly with the pypaper.sty
Fred Drake [Thu, 17 Jul 2003 04:15:35 +0000 (04:15 +0000)]
Make the howto document class work properly with the pypaper.sty
paper-size hook.
SF patch #772550.

21 years agoRemove code that tried to warn about shadowing builtin names after a
Neil Schemenauer [Wed, 16 Jul 2003 22:19:24 +0000 (22:19 +0000)]
Remove code that tried to warn about shadowing builtin names after a
module had been compiled.  It gives too many spurious warnings.

21 years agoRemove code that tried to warn about shadowing builtin names after a
Neil Schemenauer [Wed, 16 Jul 2003 22:04:11 +0000 (22:04 +0000)]
Remove code that tried to warn about shadowing builtin names after a
module had been compiled.  It gives too many spurious warnings.

21 years agoZap the C API subsection altogether for now. It's not actually usable from
Skip Montanaro [Wed, 16 Jul 2003 21:14:35 +0000 (21:14 +0000)]
Zap the C API subsection altogether for now.  It's not actually usable from
C yet anyway.

21 years agoMention list.index; more small textual changes
Andrew M. Kuchling [Wed, 16 Jul 2003 20:37:26 +0000 (20:37 +0000)]
Mention list.index; more small textual changes

21 years agoAdd reminder list of things to document; mention sys.getcheckinterval() and socket...
Andrew M. Kuchling [Wed, 16 Jul 2003 20:12:33 +0000 (20:12 +0000)]
Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception

21 years agoAdd mmap bugfix; typo and grammar fixes
Andrew M. Kuchling [Wed, 16 Jul 2003 20:11:34 +0000 (20:11 +0000)]
Add mmap bugfix; typo and grammar fixes

21 years agoexpose the C API subsection which was hidden from LaTeX in a comment. In
Skip Montanaro [Wed, 16 Jul 2003 19:46:07 +0000 (19:46 +0000)]
expose the C API subsection which was hidden from LaTeX in a comment.  In
the info conversion the \comment LaTeX macro mapped to a Texinfo @ignore
macro.  Unfortunately, py2texi.el is not smart enough to avoid generating
links to the @ignore'd section, which causes makeinfo to croak.

Exposing this text is probably not the most correct thing to do, as this
documentation really belongs in the C API manual.  This does get the info
files generated, however, which is a more practical goal considering the
impending release of 2.3rc1.

21 years agoClarify the lack of relationship between rich comparison operators.
Raymond Hettinger [Wed, 16 Jul 2003 19:40:23 +0000 (19:40 +0000)]
Clarify the lack of relationship between rich comparison operators.

Prompted by a discussion on comp.lang.python.

21 years agoDoctest now examines all docstrings by default. Previously, it would
Raymond Hettinger [Wed, 16 Jul 2003 19:25:22 +0000 (19:25 +0000)]
Doctest now examines all docstrings by default.  Previously, it would
skip over functions with private names (as indicated by the underscore
naming convention).  The old default created too much of a risk that
user tests were being skipped inadvertently.  Note, this change could
break code in the unlikely case that someone had intentionally put
failing tests in the docstrings of private functions.  The breakage
is easily fixable by specifying the old behavior when calling testmod()
or Tester().  The more likely case is that the silent failure was
unintended and that the user needed to be informed so the test could be
fixed.

21 years agoLots of markup cleanups to avoid warnings from the GNU info generation;
Fred Drake [Wed, 16 Jul 2003 17:58:38 +0000 (17:58 +0000)]
Lots of markup cleanups to avoid warnings from the GNU info generation;
these make sense even without that processing chain.

21 years agoRemove \versionchanged; the text was too complex for the GNU info
Fred Drake [Wed, 16 Jul 2003 16:19:08 +0000 (16:19 +0000)]
Remove \versionchanged; the text was too complex for the GNU info
conversion to support.  Keep the content as normal content, with a
note that this applies starting in Python 2.3.

21 years agoRemove stray comments.
Jeremy Hylton [Wed, 16 Jul 2003 16:17:57 +0000 (16:17 +0000)]
Remove stray comments.

21 years agoRemove unnecessary check in tests for slots allowed.
Jeremy Hylton [Wed, 16 Jul 2003 16:08:23 +0000 (16:08 +0000)]
Remove unnecessary check in tests for slots allowed.

The !PyType_Check(base) check snuck in as part of rev 2.215, but was
unrelated to the SF patch that is mentioned in the checkin comment.
The test is currently unnecessary because base is set to the return
value of best_bases(), which returns a type or NULL.

21 years agoMinor text changes; update bug/patch count (quite a jump!)
Andrew M. Kuchling [Wed, 16 Jul 2003 14:44:12 +0000 (14:44 +0000)]
Minor text changes; update bug/patch count (quite a jump!)

21 years agoMake it easier to figure out the where a menuselection starts and ends
Fred Drake [Wed, 16 Jul 2003 14:01:56 +0000 (14:01 +0000)]
Make it easier to figure out the where a menuselection starts and ends
by controling the font.

21 years agoCygwin instructions:
Fred Drake [Wed, 16 Jul 2003 13:50:28 +0000 (13:50 +0000)]
Cygwin instructions:
- added missing period
- added markup so it's easier to tell which names are special

21 years agoMore pre-2.3 build tweaks for the OS/2 EMX port:
Andrew MacIntyre [Wed, 16 Jul 2003 13:31:11 +0000 (13:31 +0000)]
More pre-2.3 build tweaks for the OS/2 EMX port:

- more clean up of the generated import library definiton (.DEF file)
  following checking of patch 770521, and tightening of the sed regexps.

- use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth
  nothing with 2.2.x.

- clean up a couple of whitespace issues introduced by a cut'n'paste.

21 years agoA variety of markup-level adjustments.
Fred Drake [Wed, 16 Jul 2003 05:17:23 +0000 (05:17 +0000)]
A variety of markup-level adjustments.

21 years agoDiscussion of signatures for unicode.translate() and str.translate()
Raymond Hettinger [Wed, 16 Jul 2003 05:11:27 +0000 (05:11 +0000)]
Discussion of signatures for unicode.translate() and str.translate()
were in the wrong file.  Moved out of libstring.tex and into
libstdtypes.tex.

21 years agoExercise Jim Fulton's new doctest extension for running doctests in a
Raymond Hettinger [Wed, 16 Jul 2003 04:34:56 +0000 (04:34 +0000)]
Exercise Jim Fulton's new doctest extension for running doctests in a
unittest environment.  Since his extension finds docstrings in private
functions, it exposed a bug in the difflib doctests.

21 years agoFix faulty doctests. There is no results attribute.
Raymond Hettinger [Wed, 16 Jul 2003 04:32:32 +0000 (04:32 +0000)]
Fix faulty doctests.  There is no results attribute.
Note, these tests were not getting exercised because
doctest skips over private functions.

21 years agoExtend last change to cover TestSuites as well as TestCases.
Raymond Hettinger [Wed, 16 Jul 2003 04:29:42 +0000 (04:29 +0000)]
Extend last change to cover TestSuites as well as TestCases.