summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in trace_vdelete(); should use master's delete command.Guido van Rossum1998-02-191-1/+2
* Added debug statements to report data actually sent and received onGuido van Rossum1998-02-191-0/+2
* Fix for literal null bytes -- these must be replaced by the fourGuido van Rossum1998-02-191-2/+3
* Fixed a bug in the gauss() function. The bug was reported by MikeGuido van Rossum1998-02-191-5/+6
* Add rmd() (remove directory command); fix comment in parse257.Guido van Rossum1998-02-191-2/+8
* Faster implementation of normcase (using string.lower(Guido van Rossum1998-02-191-8/+2
* Feature added by Bill van Melle: when no timezone is present, assumeGuido van Rossum1998-02-191-7/+14
* (1) Change normpath() to *not* also call normcase().Guido van Rossum1998-02-181-7/+7
* Fix sign reversal in mktime_tz discovered by Bill van Melle.Guido van Rossum1998-02-181-1/+1
* Andrew Kuchling writes:Guido van Rossum1998-02-161-1/+1
* Adding output of test_xmllib.pyGuido van Rossum1998-02-131-0/+1
* Fixed typo in docstring: "__ version__" --> "__version__"Fred Drake1998-02-131-1/+1
* Fix a horrible race condition -- various routines were storing theGuido van Rossum1998-02-131-9/+7
* Added rmtree(), to recursively remove a directory tree.Guido van Rossum1998-02-061-0/+32
* Two suggested features by Sjoerd:Guido van Rossum1998-02-051-6/+7
* (1) Use matchobj.groups(), not matchbj.group() to get all groups.Guido van Rossum1998-02-051-4/+8
* Make this test work when imported from the interpreter instead of runGuido van Rossum1998-01-291-1/+6
* Sez The Dragon:Guido van Rossum1998-01-291-24/+25
* SMTP client by The Dragon De Monsyne <dragondm@integral.org>.Guido van Rossum1998-01-291-0/+278
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-292-57/+187
* (This fix is really by Jeremy)Guido van Rossum1998-01-271-22/+29
* Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build():Barry Warsaw1998-01-261-7/+28
* get(): Fixed a bug in the merge order of the dictionaries. This makesBarry Warsaw1998-01-261-3/+4
* Revamped, to match py_compile.py:Guido van Rossum1998-01-191-58/+97
* Add Gopher to list of protocols that support query strings.Guido van Rossum1998-01-191-0/+1
* Fix bad new bug in ftp code -- the test for existing file using NLSTGuido van Rossum1998-01-191-0/+4
* Fix to ismount(). Can't remember who told me this.Guido van Rossum1998-01-191-2/+3
* Patch by Tim O'Malley for servers that send a response looking just likeGuido van Rossum1998-01-191-2/+6
* Some patches by Lars Marius Garshol:Guido van Rossum1998-01-191-2/+17
* Added docstrings.Guido van Rossum1998-01-191-32/+63
* Add trace methods to class VariableGuido van Rossum1998-01-141-5/+15
* Added tests for qualified sub and splitGuido van Rossum1998-01-141-0/+15
* Seems I've found a way to fix this.Guido van Rossum1998-01-141-3/+9
* Update the doc string to emphasize non-Unix behavior earlier;Guido van Rossum1998-01-131-7/+5
* Fix two bugs:Guido van Rossum1998-01-121-5/+8
* New module added.Guido van Rossum1997-12-311-0/+474
* When there's no filename, don't make one up.Guido van Rossum1997-12-301-6/+54
* Add tests for re.L(OCALE).Guido van Rossum1997-12-301-1/+7
* Since DSA.py never made it to the release, neither should dos-8x3/dsa.py.Guido van Rossum1997-12-301-221/+0
* the usualGuido van Rossum1997-12-302-4/+6
* Two critical fixes to the changes that I made for Greg McFarlane --Guido van Rossum1997-12-301-3/+3
* Moved things around a bit in interact(), so outout is processed beforeGuido van Rossum1997-12-291-4/+5
* Fixed several bugs reported by Greg McFarmane:Guido van Rossum1997-12-291-42/+31
* Minor editing corrections.Guido van Rossum1997-12-292-26/+26
* Added doc string, provided by Charles Waldman (with some reformattingGuido van Rossum1997-12-292-0/+446
* Solve two annoying problems with ftp URLs for Jack: when repeatedGuido van Rossum1997-12-281-0/+14
* Do a better job of keeping the dialog visible when the master windowGuido van Rossum1997-12-281-0/+8
* Typo: Widht instead of Width...Guido van Rossum1997-12-271-1/+1
* Added expect() method which takes a list of regular expressions and anGuido van Rossum1997-12-241-2/+52
* Use string.replace instead of regsub.[g]sub.Guido van Rossum1997-12-245-17/+13