]> granicus.if.org Git - python/log
python
20 years agoReluctantly, rehabilitate doctest.master.
Tim Peters [Mon, 13 Sep 2004 00:52:51 +0000 (00:52 +0000)]
Reluctantly, rehabilitate doctest.master.

20 years agoTester.run___test__(): This couldn't possibly work at all. I'm afraid
Tim Peters [Sun, 12 Sep 2004 22:45:17 +0000 (22:45 +0000)]
Tester.run___test__():  This couldn't possibly work at all.  I'm afraid
the "backward compatibility" here was a joke.

20 years agoTester.__init__(): this couldn't possibly work when a module argument
Tim Peters [Sun, 12 Sep 2004 22:39:46 +0000 (22:39 +0000)]
Tester.__init__():  this couldn't possibly work when a module argument
was passed.

20 years agoSF #1022910: Conserve memory with list.pop()
Raymond Hettinger [Sun, 12 Sep 2004 19:53:07 +0000 (19:53 +0000)]
SF #1022910: Conserve memory with list.pop()

The list resizing scheme only downsized when more than 16 elements were
removed in a single step:  del a[100:120].   As a result, the list would
never shrink when popping elements off one at a time.

This patch makes it shrink whenever more than half of the space is unused.

Also, at Tim's suggestion, renamed _new_size to new_allocated.  This makes
the code easier to understand.

20 years agoWhitespace normalization.
Tim Peters [Sun, 12 Sep 2004 03:49:31 +0000 (03:49 +0000)]
Whitespace normalization.

20 years agoHtmlDiff corrections from Dan Gass, + trimmed trailing whitespace.
Tim Peters [Sun, 12 Sep 2004 03:21:00 +0000 (03:21 +0000)]
HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace.

20 years agoDocument not-completely-obvious behavior in a test.
Johannes Gijsbers [Sat, 11 Sep 2004 21:26:21 +0000 (21:26 +0000)]
Document not-completely-obvious behavior in a test.

20 years agoPatch #1025795: clarify language in Data Structures chapter of tutorial:
Johannes Gijsbers [Sat, 11 Sep 2004 17:48:21 +0000 (17:48 +0000)]
Patch #1025795: clarify language in Data Structures chapter of tutorial:

- Dictionary keys are in arbitrary order, but not random (which implies, well,
  intentional randomness).
- Move a footnote closer to what it's talking about so that it doesn't look
  like we're saying that "0 == 0.0" can't be relied on.
- Minor language tweaks in the vicinity.

Thanks Dima Dorfman!

20 years agoRecover from inspect.getmodule() changes. It returns a module for
Tim Peters [Sat, 11 Sep 2004 17:33:27 +0000 (17:33 +0000)]
Recover from inspect.getmodule() changes.  It returns a module for
functions and methods now, including functions defined inside doctests
in test_doctest.py's recursive doctest'ing.

20 years agoPatch #1022152: add required 'domain' argument to gettext.translation() examples.
Johannes Gijsbers [Sat, 11 Sep 2004 17:33:25 +0000 (17:33 +0000)]
Patch #1022152: add required 'domain' argument to gettext.translation() examples.

20 years agoPatch #1026384: fix two common typo's:
Johannes Gijsbers [Sat, 11 Sep 2004 16:50:06 +0000 (16:50 +0000)]
Patch #1026384: fix two common typo's:

- accomodate -> accommodate
- occured -> occurred

Thanks George Yoshida!

20 years agoAdd 'if __name__ == "__main__":' to files already as a usable as a module.
Johannes Gijsbers [Sat, 11 Sep 2004 16:34:35 +0000 (16:34 +0000)]
Add 'if __name__ == "__main__":' to files already as a usable as a module.

20 years agoUse __module__ attribute when available instead of using isclass() predicate
Johannes Gijsbers [Sat, 11 Sep 2004 15:53:22 +0000 (15:53 +0000)]
Use __module__ attribute when available instead of using isclass() predicate
(functions and methods have grown the __module__ attribute too). See bug #570300.

20 years agoPatch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman!
Johannes Gijsbers [Sat, 11 Sep 2004 15:47:30 +0000 (15:47 +0000)]
Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman!

20 years ago[Bug #1023359] Make code match inheritance diagram
Andrew M. Kuchling [Fri, 10 Sep 2004 19:33:00 +0000 (19:33 +0000)]
[Bug #1023359] Make code match inheritance diagram

20 years agoTemplate: remove __slots__ since that interferes with the ability to mix in
Barry Warsaw [Fri, 10 Sep 2004 18:30:42 +0000 (18:30 +0000)]
Template: remove __slots__ since that interferes with the ability to mix in
Template and unicode classes.

20 years agoAdd some stdlib items; remove 'other changes' section; fix sorting error in list...
Andrew M. Kuchling [Fri, 10 Sep 2004 13:05:22 +0000 (13:05 +0000)]
Add some stdlib items; remove 'other changes' section; fix sorting error in list of changed modules

20 years agoTypo fix: 'comparisions' is not a word
Andrew M. Kuchling [Fri, 10 Sep 2004 12:59:54 +0000 (12:59 +0000)]
Typo fix: 'comparisions' is not a word

20 years agoBump version number
Andrew M. Kuchling [Fri, 10 Sep 2004 12:38:36 +0000 (12:38 +0000)]
Bump version number

20 years agoDo not include extpy[w].exe anymore
Martin v. Löwis [Fri, 10 Sep 2004 11:56:56 +0000 (11:56 +0000)]
Do not include extpy[w].exe anymore

20 years agoGenerate the product code properly
Martin v. Löwis [Fri, 10 Sep 2004 11:55:32 +0000 (11:55 +0000)]
Generate the product code properly

20 years agoUpdate PEP292 section
Andrew M. Kuchling [Fri, 10 Sep 2004 11:34:39 +0000 (11:34 +0000)]
Update PEP292 section

20 years agoChange all extensions to unadvertised.
Martin v. Löwis [Fri, 10 Sep 2004 09:20:10 +0000 (09:20 +0000)]
Change all extensions to unadvertised.
Add script dealing with REGISTRY.tcl installation

20 years agoPatch #808120: Add --force-arch=ARCH to bdist_rpm.py.
Martin v. Löwis [Fri, 10 Sep 2004 06:32:54 +0000 (06:32 +0000)]
Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.

20 years agoPatch #808115: Add script support to bdist_rpm.py.
Martin v. Löwis [Fri, 10 Sep 2004 06:25:01 +0000 (06:25 +0000)]
Patch #808115: Add script support to bdist_rpm.py.

20 years ago__slots__ went missing from Template.
Raymond Hettinger [Fri, 10 Sep 2004 06:21:22 +0000 (06:21 +0000)]
__slots__ went missing from Template.

20 years agoMany updates to PEP 292 templates. Summary:
Barry Warsaw [Fri, 10 Sep 2004 03:08:08 +0000 (03:08 +0000)]
Many updates to PEP 292 templates.  Summary:

- Template no longer inherits from unicode.

- SafeTemplate is removed.  Now Templates have both a substitute() and a
  safe_substitute() method, so we don't need separate classes.  No more
  __mod__() operator.

- Adopt Tim Peter's idea for giving Template a metaclass, which makes the
  delimiter, the identifier pattern, or the entire pattern easy to override
  and document, while retaining efficiency of class-time compilation of the
  regexp.

- More informative ValueError messages which will help a user narrow down the
  bogus delimiter to the line and column in the original string (helpful for
  long triple quoted strings).

20 years agodocument the exceptions raised by sgmllib, htmllib, and HTMLParser
Fred Drake [Fri, 10 Sep 2004 01:20:21 +0000 (01:20 +0000)]
document the exceptions raised by sgmllib, htmllib, and HTMLParser

20 years agofix typo in markup
Fred Drake [Fri, 10 Sep 2004 01:16:49 +0000 (01:16 +0000)]
fix typo in markup

20 years agomake_nav_panel(): Don't cause side-effects on the input variables;
Fred Drake [Thu, 9 Sep 2004 05:13:52 +0000 (05:13 +0000)]
make_nav_panel(): Don't cause side-effects on the input variables;
this caused duplicate attributes for the bottom navigation panel.

(closes SF patch #1013055; backport candidate)

20 years agoclean up the API a little; exceptions are defined by this module
Fred Drake [Thu, 9 Sep 2004 02:24:13 +0000 (02:24 +0000)]
clean up the API a little; exceptions are defined by this module
(needs documentation)

20 years agoadd name that should be considered public to __all__
Fred Drake [Thu, 9 Sep 2004 01:49:58 +0000 (01:49 +0000)]
add name that should be considered public to __all__

20 years agoremove unnecessary override of base class method
Fred Drake [Wed, 8 Sep 2004 22:58:36 +0000 (22:58 +0000)]
remove unnecessary override of base class method

20 years agoadd tests that make sure buffer boundaries are handled properly for SGML comments
Fred Drake [Wed, 8 Sep 2004 22:57:01 +0000 (22:57 +0000)]
add tests that make sure buffer boundaries are handled properly for SGML comments
(see SF patch #901369)

20 years agoRevert creation of launcher.exe.
Martin v. Löwis [Wed, 8 Sep 2004 16:09:14 +0000 (16:09 +0000)]
Revert creation of launcher.exe.
Install python[w].exe on demand also as extpy[w].exe

20 years agoRevert creation of launcher.exe
Martin v. Löwis [Wed, 8 Sep 2004 15:57:36 +0000 (15:57 +0000)]
Revert creation of launcher.exe

20 years agoRemove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Brett Cannon [Wed, 8 Sep 2004 02:02:41 +0000 (02:02 +0000)]
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Also added a comment about why the code is bother to see what setlocale thinks
the set locale is.

Closes bug #1023798.

20 years agoSF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald [Tue, 7 Sep 2004 20:24:22 +0000 (20:24 +0000)]
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
decoding incomplete input (when the input stream is temporarily exhausted).
codecs.StreamReader now implements buffering, which enables proper
readline support for the UTF-16 decoders. codecs.StreamReader.read()
has a new argument chars which specifies the number of characters to
return. codecs.StreamReader.readline() and codecs.StreamReader.readlines()
have a new argument keepends. Trailing "\n"s will be stripped from the lines
if keepends is false. Added C APIs PyUnicode_DecodeUTF8Stateful and
PyUnicode_DecodeUTF16Stateful.

20 years agoApply patch from http://python.org/sf/728330 to fix socket module compilation on...
Trent Mick [Tue, 7 Sep 2004 17:48:26 +0000 (17:48 +0000)]
Apply patch from http://python.org/sf/728330 to fix socket module compilation on Solaris 2.6, HP-UX 11, AIX 5.1 and (possibly) some IRIX versions.

20 years agoAdd support for launcher.exe
Martin v. Löwis [Tue, 7 Sep 2004 15:40:12 +0000 (15:40 +0000)]
Add support for launcher.exe

20 years agoImplement conditional extensions through launcher.exe.
Martin v. Löwis [Tue, 7 Sep 2004 15:39:29 +0000 (15:39 +0000)]
Implement conditional extensions through launcher.exe.

20 years agoSupport Python 2.2.
Martin v. Löwis [Tue, 7 Sep 2004 15:37:26 +0000 (15:37 +0000)]
Support Python 2.2.

20 years agoRemove debugging print (not triggered by test suite) and add XXX comment about how...
Jeremy Hylton [Tue, 7 Sep 2004 15:36:48 +0000 (15:36 +0000)]
Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError.

20 years agoAdd launcher program
Martin v. Löwis [Tue, 7 Sep 2004 15:36:46 +0000 (15:36 +0000)]
Add launcher program

20 years agocompiler.transformer: correct lineno attribute when possible
Jeremy Hylton [Tue, 7 Sep 2004 15:28:01 +0000 (15:28 +0000)]
compiler.transformer: correct lineno attribute when possible
SF patch #1015989

The basic idea of this patch is to compute lineno attributes for all AST nodes.  The actual
implementation lead to a lot of restructing and code cleanup.

The generated AST nodes now have an optional lineno argument to constructor.  Remove the
top-level asList(), since it didn't seem to serve any purpose.  Add an __iter__ to ast nodes.
Use isinstance() instead of explicit type tests.

Change transformer to use the new lineno attribute, which replaces three lines of code with one.
Use universal newlines so that we can get rid of special-case code for line endings.  Use
lookup_node() in a few more frequently called, but simple com_xxx methods().  Change string
exception to class exception.

20 years agoPorted test__locale to unittest.
Brett Cannon [Mon, 6 Sep 2004 23:30:27 +0000 (23:30 +0000)]
Ported test__locale to unittest.

20 years agoRemove redunandant assertions from last checkin.
Raymond Hettinger [Mon, 6 Sep 2004 23:02:37 +0000 (23:02 +0000)]
Remove redunandant assertions from last checkin.

20 years agoSF #1022953: binascii.a2b_hqx("") raises SystemError
Raymond Hettinger [Mon, 6 Sep 2004 22:58:37 +0000 (22:58 +0000)]
SF #1022953:  binascii.a2b_hqx("") raises SystemError

Several functions adopted the strategy of altering a full lengthed
string copy and resizing afterwards.  That would fail if the initial
string was short enough (0 or 1) to be interned.  Interning precluded
the subsequent resizing operation.

The solution was to make sure the initial string was at least two
characters long.

Added tests to verify that all binascii functions do not crater when
given an empty string argument.

20 years agoFix erroneous docstring comment.
Raymond Hettinger [Mon, 6 Sep 2004 07:04:09 +0000 (07:04 +0000)]
Fix erroneous docstring comment.

20 years agoAdd test_difflib_expect.html.
Martin v. Löwis [Mon, 6 Sep 2004 06:31:12 +0000 (06:31 +0000)]
Add test_difflib_expect.html.
Fix open Verbs.
Properly add "Edit with IDLE" to TclTk feature.

20 years agoMarkup nits.
Raymond Hettinger [Mon, 6 Sep 2004 01:01:08 +0000 (01:01 +0000)]
Markup nits.

20 years agoAdd missing close parenthesis.
Raymond Hettinger [Mon, 6 Sep 2004 00:42:14 +0000 (00:42 +0000)]
Add missing close parenthesis.

20 years agoSF bug #901654: split method documentation can be improved
Raymond Hettinger [Mon, 6 Sep 2004 00:12:04 +0000 (00:12 +0000)]
SF bug #901654:  split method documentation can be improved

* Discuss the algorithmic distinctions between s.split() and s.split(sep).
* Document the split behavior for empty strings.
* Note the behavior when maxsplit is zero.
* Include short examples.

20 years agoRework some wording.
Brett Cannon [Sun, 5 Sep 2004 19:42:15 +0000 (19:42 +0000)]
Rework some wording.

20 years agoFulfill Martin's request to use try/except rather than a "look before
Raymond Hettinger [Sun, 5 Sep 2004 00:00:42 +0000 (00:00 +0000)]
Fulfill Martin's request to use try/except rather than a "look before
you leap" approach.  Makes the early call to os.urandom() unnecessary.

20 years agoTeach a test about the different kinds of functions.
Raymond Hettinger [Sat, 4 Sep 2004 23:53:20 +0000 (23:53 +0000)]
Teach a test about the different kinds of functions.

20 years agoSF bug #1020540: a wrong link from "frame object" in lib index
Raymond Hettinger [Sat, 4 Sep 2004 21:14:34 +0000 (21:14 +0000)]
SF bug #1020540:  a wrong link from "frame object" in lib index

20 years agoSF bug #1022010: Import random fails
Raymond Hettinger [Sat, 4 Sep 2004 20:13:29 +0000 (20:13 +0000)]
SF bug #1022010:   Import random fails

* Complete the previous patch by making sure that the MachineRandom
  tests are only run when the underlying resource is available.

20 years agoChange the strategy for coping with time intensive tests from
Raymond Hettinger [Sat, 4 Sep 2004 20:09:13 +0000 (20:09 +0000)]
Change the strategy for coping with time intensive tests from
"all or none" to "all or some".

This provides much greater test coverage without eating much time.
It also makes it more likely that routine regression testing will
unearth bugs.

20 years agoAdded IGNORE_EXCEPTION_DETAIL comparison option. The need is explained
Tim Peters [Sat, 4 Sep 2004 17:21:02 +0000 (17:21 +0000)]
Added IGNORE_EXCEPTION_DETAIL comparison option.  The need is explained
in the new docs.

DocTestRunner.__run:  Separate the determination of the example outcome
from reporting that outcome, to squash brittle code duplication and
excessive nesting.

20 years agoAdded a couple names to __all__.
Tim Peters [Sat, 4 Sep 2004 15:04:06 +0000 (15:04 +0000)]
Added a couple names to __all__.

20 years agoSF bug 1017405: the keys() values() and items() DB methods were
Gregory P. Smith [Sat, 4 Sep 2004 01:36:59 +0000 (01:36 +0000)]
SF bug 1017405:  the keys() values() and items() DB methods were
ignoring their transaction (txn) argument.

20 years agoMinor aesthetic change in sre_parse.py, as suggested by Mike Coleman.
Gustavo Niemeyer [Fri, 3 Sep 2004 20:15:56 +0000 (20:15 +0000)]
Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman.

20 years agoSF bug #1022010: Import random fails
Raymond Hettinger [Fri, 3 Sep 2004 19:09:22 +0000 (19:09 +0000)]
SF bug #1022010:  Import random fails

* trap NotImplementedError raised by os.urandom calls when not available
  on a particular system.

20 years agoFixing bug #817234, which made SRE get into an infinite loop on
Gustavo Niemeyer [Fri, 3 Sep 2004 18:11:59 +0000 (18:11 +0000)]
Fixing bug #817234, which made SRE get into an infinite loop on
empty final matches with finditer(). New test cases included
for this bug and for #581080.

20 years agoApplying modified version of patch #1018386, which fixes
Gustavo Niemeyer [Fri, 3 Sep 2004 17:06:10 +0000 (17:06 +0000)]
Applying modified version of patch #1018386, which fixes
some escaping bugs in SRE.

20 years agoAdd main program for icon file.
Martin v. Löwis [Fri, 3 Sep 2004 13:32:57 +0000 (13:32 +0000)]
Add main program for icon file.

20 years agoMake the api of the _dispatch() method more concrete. I have no idea if
Skip Montanaro [Fri, 3 Sep 2004 00:04:05 +0000 (00:04 +0000)]
Make the api of the _dispatch() method more concrete.  I have no idea if
this is the right way to document such things (Fred, help me out here :-),
but I got misled by the existing documentation and assumed the parameter
list was a *args sort of thing.

20 years agoThis commit was manufactured by cvs2svn to create tag 'r24a3'. v2.4a3
cvs2svn [Thu, 2 Sep 2004 16:38:20 +0000 (16:38 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24a3'.

20 years agoupdate version
Anthony Baxter [Thu, 2 Sep 2004 16:38:20 +0000 (16:38 +0000)]
update version

20 years agorelease date
Anthony Baxter [Thu, 2 Sep 2004 16:37:15 +0000 (16:37 +0000)]
release date

20 years agoUpdate buildno for 2.4a3
Martin v. Löwis [Wed, 1 Sep 2004 18:29:25 +0000 (18:29 +0000)]
Update buildno for 2.4a3

20 years agoConditionalize Tcl feature
Martin v. Löwis [Wed, 1 Sep 2004 14:51:06 +0000 (14:51 +0000)]
Conditionalize Tcl feature

20 years ago[Bug #1011606] Only check file descriptors for exceptional conditions if the fd is...
Andrew M. Kuchling [Wed, 1 Sep 2004 14:04:51 +0000 (14:04 +0000)]
[Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable

20 years agoWhitespace normalization.
Tim Peters [Wed, 1 Sep 2004 13:10:32 +0000 (13:10 +0000)]
Whitespace normalization.

20 years agoSF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
Raymond Hettinger [Wed, 1 Sep 2004 07:02:44 +0000 (07:02 +0000)]
SF patch #1020188:  Use Py_CLEAR where necessary to avoid crashes
(Contributed by Dima Dorfman)

20 years ago- add missing \end{seealso}
Fred Drake [Wed, 1 Sep 2004 04:05:08 +0000 (04:05 +0000)]
- add missing \end{seealso}
- wrap long line

20 years agoRemove rotor from the build.
Raymond Hettinger [Tue, 31 Aug 2004 19:33:47 +0000 (19:33 +0000)]
Remove rotor from the build.

20 years agoRemove rotor and xreadlines from VC 6 build.
Raymond Hettinger [Tue, 31 Aug 2004 18:54:35 +0000 (18:54 +0000)]
Remove rotor and xreadlines from VC 6 build.

20 years agoAdd instructions for building Tix
Martin v. Löwis [Tue, 31 Aug 2004 16:22:09 +0000 (16:22 +0000)]
Add instructions for building Tix

20 years agoFix installdir for Tix
Martin v. Löwis [Tue, 31 Aug 2004 16:19:01 +0000 (16:19 +0000)]
Fix installdir for Tix

20 years agoRemove rotor and xreadlines from VC 7.1 build.
Tim Peters [Tue, 31 Aug 2004 14:29:12 +0000 (14:29 +0000)]
Remove rotor and xreadlines from VC 7.1 build.

20 years agoAdd item
Andrew M. Kuchling [Tue, 31 Aug 2004 13:57:02 +0000 (13:57 +0000)]
Add item

20 years agoRemove rotor, xreadlines modules
Andrew M. Kuchling [Tue, 31 Aug 2004 13:52:27 +0000 (13:52 +0000)]
Remove rotor, xreadlines modules

20 years agoAdd news item.
Andrew M. Kuchling [Tue, 31 Aug 2004 13:50:43 +0000 (13:50 +0000)]
Add news item.

20 years agoRemove mpz, rotor, xreadlines modules
Andrew M. Kuchling [Tue, 31 Aug 2004 13:50:12 +0000 (13:50 +0000)]
Remove mpz, rotor, xreadlines modules

20 years agoRemove rotor reference
Andrew M. Kuchling [Tue, 31 Aug 2004 13:49:36 +0000 (13:49 +0000)]
Remove rotor reference

20 years agoMissed some occurrences of test_mpz
Andrew M. Kuchling [Tue, 31 Aug 2004 13:45:22 +0000 (13:45 +0000)]
Missed some occurrences of test_mpz

20 years agoRemove mpz, rotor
Andrew M. Kuchling [Tue, 31 Aug 2004 13:43:19 +0000 (13:43 +0000)]
Remove mpz, rotor

20 years agoRemove mpzpi demo
Andrew M. Kuchling [Tue, 31 Aug 2004 13:42:11 +0000 (13:42 +0000)]
Remove mpzpi demo

20 years agoRemove test output for rotor, xreadline
Andrew M. Kuchling [Tue, 31 Aug 2004 13:41:04 +0000 (13:41 +0000)]
Remove test output for rotor, xreadline

20 years agoRemove mpz, rotor, xreadlines modules
Andrew M. Kuchling [Tue, 31 Aug 2004 13:37:25 +0000 (13:37 +0000)]
Remove mpz, rotor, xreadlines modules

20 years agoRemove rotor, xreadlines modules
Andrew M. Kuchling [Tue, 31 Aug 2004 13:31:42 +0000 (13:31 +0000)]
Remove rotor, xreadlines modules

20 years agoRemove test for mpz
Andrew M. Kuchling [Tue, 31 Aug 2004 13:29:28 +0000 (13:29 +0000)]
Remove test for mpz

20 years agoRemove tests for mpz, rotor, xreadlines
Andrew M. Kuchling [Tue, 31 Aug 2004 13:29:03 +0000 (13:29 +0000)]
Remove tests for mpz, rotor, xreadlines

20 years agoRemove rotor license
Andrew M. Kuchling [Tue, 31 Aug 2004 13:24:08 +0000 (13:24 +0000)]
Remove rotor license

20 years agoRemove docs for xreadlines, mpz, rotor
Andrew M. Kuchling [Tue, 31 Aug 2004 13:22:43 +0000 (13:22 +0000)]
Remove docs for xreadlines, mpz, rotor

20 years agoRemove xreadlines reference
Andrew M. Kuchling [Tue, 31 Aug 2004 13:21:07 +0000 (13:21 +0000)]
Remove xreadlines reference

20 years agoRemove TERMIOS module
Andrew M. Kuchling [Tue, 31 Aug 2004 13:06:16 +0000 (13:06 +0000)]
Remove TERMIOS module

20 years agoRemove TERMIOS docs
Andrew M. Kuchling [Tue, 31 Aug 2004 13:05:59 +0000 (13:05 +0000)]
Remove TERMIOS docs