summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-262-18/+58
* Update auto-detection for Konqueror to include KDE 2 -- the kfm command isFred Drake2001-03-261-2/+5
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* Two minor changes for better Jython compatibility. Finn Bock says:Barry Warsaw2001-03-231-3/+3
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6
* Change rfc822_escape() to ensure there's a consistent amount of whitespaceAndrew M. Kuchling2001-03-231-3/+4
* setlocale(): In _locale-missing compatibility function, stringBarry Warsaw2001-03-231-2/+1
* Several changes for Jython portability. This closes SF patchBarry Warsaw2001-03-231-9/+18
* flesh out __all__Jeremy Hylton2001-03-231-14/+6
* Extend isclass() to work for extension classes (by looking for __bases__).Ka-Ping Yee2001-03-231-1/+1
* Browser compatibility fixes.Ka-Ping Yee2001-03-231-7/+8
* Small formatting improvements.Ka-Ping Yee2001-03-231-10/+13
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-231-112/+168
* Provide a StopTokenizing exception for conveniently exiting the loop.Ka-Ping Yee2001-03-231-10/+11
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-232-6/+7
* When creating an attribute node using createAttribute() orFred Drake2001-03-231-1/+2
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-232-260/+252
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* Fixes for various issues reported and discovered since Python 9:Ka-Ping Yee2001-03-231-224/+329
* SRE 2.1b2: increase the chances that the sre test works on otherFredrik Lundh2001-03-222-14/+3
* First cut at a high-level symbol table interfaceJeremy Hylton2001-03-221-0/+258
* SRE 2.1b2: forgot to update one output file (sorry, Fred!)Fredrik Lundh2001-03-221-0/+8
* Strip \r as trailing whitespace as part of soft line endings.Guido van Rossum2001-03-221-1/+1
* Add a wrapper function for ssl() on Windows. Inspired by SF patchGuido van Rossum2001-03-221-6/+11
* This is SF patch #405952, by Anthony Baxter:Guido van Rossum2001-03-221-5/+14
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* sre 2.1b2 update:Fredrik Lundh2001-03-226-32/+102
* Synchronize with 1.6 of PyXML:Martin v. Löwis2001-03-221-3/+11
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-222-256/+244
* Remove redundant importAndrew M. Kuchling2001-03-221-1/+1
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-224-13/+13
* Call the write_pkg_info methodAndrew M. Kuchling2001-03-221-2/+2
* Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,Andrew M. Kuchling2001-03-221-5/+70
* Patch #407434: add rfc822_escape utility functionAndrew M. Kuchling2001-03-221-0/+10
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-223-3/+6
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-213-98/+108
* Test that traceback module works with SyntaxErrors with or without carets.Jeremy Hylton2001-03-213-0/+43
* Do not print caret when offset is None.Jeremy Hylton2001-03-211-7/+8
* Reformat and edit docstrings to follow modern conventions. SingleJeremy Hylton2001-03-211-50/+68
* Add test cases for the fnmatch module.Fred Drake2001-03-212-0/+43
* Just import sys at the top instead of inside lots of functions.Fred Drake2001-03-211-3/+35
* The unittest module from PyUNIT, by Steve Purcell.Fred Drake2001-03-211-0/+689
* Donovan Baarda <abo@users.sourceforge.net>:Fred Drake2001-03-211-9/+5
* Fixed a bunch of Tabnanny errorsMoshe Zadka2001-03-211-590/+590
* Add tests for recent changes:Jeremy Hylton2001-03-212-0/+32
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+1266
* Addrf simple test that import is case-sensitive.Tim Peters2001-03-211-1/+10