summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in the common-case code for HTTP URLs; it would lose the query,Andrew M. Kuchling1999-01-061-4/+7
* Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift.Guido van Rossum1999-01-061-0/+20
* Update and add docstrings.Fred Drake1999-01-061-5/+13
* Move brief descriptions of what() and whathdr() to docstrings in theFred Drake1999-01-061-8/+2
* Another patch from Fred: factored _init_posix intoGreg Ward1999-01-061-18/+37
* Got rid of whatraw().Guido van Rossum1999-01-061-72/+35
* Add extend() method. A small New Year's present from Jean-Claude Wippler.Guido van Rossum1999-01-061-0/+1
* Incorporate fix suggested by /Fredrik Lundh in the newsgroup to copeGuido van Rossum1999-01-051-4/+11
* This hopefully fixes the problem of having to set PATHGuido van Rossum1999-01-042-1/+68
* Added mt_interact() -- multithreaded version of interact().Guido van Rossum1998-12-231-0/+26
* Patch by Mike Meyer:Guido van Rossum1998-12-231-5/+19
* Patch by Mike Meyer:Guido van Rossum1998-12-231-4/+35
* Avoid crash in parsedate_tz() on certain invalid dates -- when theGuido van Rossum1998-12-231-1/+3
* Small, and final docstring merge with Dragon's version.Barry Warsaw1998-12-221-1/+5
* Add warning to Netrc's docstring that it is obsolete -- use the netrcGuido van Rossum1998-12-221-0/+2
* New test function by Sjoerd, adding -t option.Guido van Rossum1998-12-221-9/+24
* The usual.Guido van Rossum1998-12-226-27/+45
* Applied Fred's patch to fix the bugs that John Skaller noticed.Greg Ward1998-12-221-6/+14
* Adding shlex and netrc by Eric Raymond.Guido van Rossum1998-12-222-0/+212
* A few other docstring fixes, most importantly to be a little nicer toBarry Warsaw1998-12-221-54/+59
* Nothing earthshattering, just some fixes to typos and other formattingBarry Warsaw1998-12-221-50/+53
* Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's requestGuido van Rossum1998-12-211-133/+0
* Marc-Andre Lemburg notes about statparse():Guido van Rossum1998-12-211-1/+1
* Add XXX comment about the need to add a dump() method to the TextGuido van Rossum1998-12-211-0/+1
* Add XXX comment about a test that doesn't seem right -- no time toGuido van Rossum1998-12-211-0/+1
* A mod whose author I forget. (I must've mislaid the email. If it'sGuido van Rossum1998-12-211-8/+19
* Sjoerd Mullender:Guido van Rossum1998-12-211-24/+34
* Typo discovered by Just.Guido van Rossum1998-12-211-1/+1
* Use __stdin__ instead of stdin to derive FileType -- safer againstGuido van Rossum1998-12-191-1/+1
* Fred's sysconfig module.Greg Ward1998-12-181-0/+106
* Initial checkin of distutils source files.Greg Ward1998-12-182-0/+301
* Sjoerd Mullender writes:Guido van Rossum1998-12-181-62/+121
* Sjoerd Mullender:Guido van Rossum1998-12-181-6/+16
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-181-3/+7
* grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2?Barry Warsaw1998-12-151-4/+8
* In read_multi, allow a subclass to override the class we instantiateGuido van Rossum1998-12-091-4/+7
* In __getslice__, use self.__class__ instead of UserList.Guido van Rossum1998-12-091-1/+1
* Sjoerd patches the previous patch:Guido van Rossum1998-12-081-0/+10
* Sjoerd writes:Guido van Rossum1998-12-071-1/+8
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-071-1/+1
* Turtle graphicsGuido van Rossum1998-12-042-0/+686
* Added NotImplementedError, subclassed from RuntimeErrorBarry Warsaw1998-12-011-2/+10
* Patch by Jeff Bauer: a minor change to declare two newGuido van Rossum1998-11-301-12/+11
* Wrong pathname in docstring detected by Fredrik Nehr.Guido van Rossum1998-11-251-1/+1
* Bomb on deleting a temporary breakpoint: there's no methodGuido van Rossum1998-11-181-1/+1
* Accept a non-list sequence for the long options (request by Jack Jansen).Guido van Rossum1998-11-171-39/+54
* Fix typo in docstring: client_request should be client_address.Guido van Rossum1998-11-161-1/+1
* Declaring zmod and poly obsolete. They have problems.Guido van Rossum1998-11-022-0/+0