summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Apply Greg Kochanski's fix for open/265.Eric S. Raymond2000-07-131-4/+1
* Fix bug open/243 reported by Dimitri PapadopoulosEric S. Raymond2000-07-131-1/+2
* forgot to change copy.copy(m) to m[:]Skip Montanaro2000-07-131-2/+2
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-124-12/+53
* apply patch #100868 from Moshe Zadka:Greg Stein2000-07-121-5/+10
* Remove extra argument to method callAndrew M. Kuchling2000-07-121-1/+1
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* new test file for posixpath moduleSkip Montanaro2000-07-121-0/+42
* small updates to string_join:Jeremy Hylton2000-07-111-0/+3
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-0/+12
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-115-27/+2
* Bug fix: ? and ! were not full aliases for `help' and `shell' as implied inEric S. Raymond2000-07-111-6/+6
* fixed inconsistent use of tab and spacesPeter Schneider-Kamp2000-07-111-3/+3
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-112-0/+13
* Docstring changes.Andrew M. Kuchling2000-07-112-6/+2
* add more tests of string.join variants to run_method_testsJeremy Hylton2000-07-111-8/+11
* -- removed get_default compatibility kludgeFredrik Lundh2000-07-102-3/+4
* Give ConfigParser the capability to set as well as read options, and to writeEric S. Raymond2000-07-101-0/+36
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-104-353/+202
* add isalpha and isalnum methodsJeremy Hylton2000-07-101-0/+2
* Added the line 'Testing UTF-16 code point order comparisons... done."Guido van Rossum2000-07-101-0/+1
* remove prints of file objects from _testJeremy Hylton2000-07-101-2/+0
* expect message "no regression test case for method 'encode'Jeremy Hylton2000-07-101-0/+3
* Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:Andrew M. Kuchling2000-07-101-1/+0
* Better error handling of bad entity references. Before when an & inSjoerd Mullender2000-07-101-16/+25
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-091-10/+25
* - repaired locale.py for non-windows platforms. the try/exceptFredrik Lundh2000-07-091-2/+5
* Use TQSQ (triple quoted single quote) module docstring for betterBarry Warsaw2000-07-091-2/+2
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-091-15/+39
* - merged setlocale and set_locale. the internal setlocaleFredrik Lundh2000-07-091-92/+159
* New module to control Web browsers; see the documentation forFred Drake2000-07-091-0/+229
* Make tabnanny happy.Fred Drake2000-07-092-254/+254
* delete bogus fileGuido van Rossum2000-07-071-246/+0
* Deleted bogus file.Guido van Rossum2000-07-071-946/+0
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-8/+11
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-072-20/+20
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-074-24/+24
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* Change whitespace in two places to silence tabnanny.Guido van Rossum2000-07-061-4/+4
* fixed indentation in several placesSkip Montanaro2000-07-061-19/+19
* fix indentation in one docstringSkip Montanaro2000-07-061-1/+1
* fix indentation in three docstringsSkip Montanaro2000-07-061-3/+3
* maintenance release:Fredrik Lundh2000-07-051-1/+3
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-052-0/+31
* Fixed so the ZIP file (which is bundled into an executable) goes in theGreg Ward2000-07-051-4/+13
* Added --dist-dir option to control where output archive(s) go.Greg Ward2000-07-051-1/+7
* Added the --dist-dir option that the "bdist_*" will use to control whereGreg Ward2000-07-051-0/+7
* Added the --dist-dir option to control where the archive(s) are put;Greg Ward2000-07-051-1/+11
* 2 fixes plus one extension:Sjoerd Mullender2000-07-041-6/+6