summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added a new test for old filter() memory leakBarry Warsaw1999-01-281-0/+17
* Improvement of b/w compat note in help text for clear, by Richard Wolff.Guido van Rossum1999-01-281-1/+2
* Slight reworking of this test. If nis.maps() gives a nis.error, thenBarry Warsaw1999-01-281-2/+5
* Get rid of do_clear_break / do_clb command -- it is redundant.Guido van Rossum1999-01-271-20/+0
* Re-format the module docstring and document the new get() argument.Barry Warsaw1999-01-261-26/+29
* Patch by Chris Petrilli (not really tested since I don't know thisGuido van Rossum1999-01-261-6/+17
* The usual.Guido van Rossum1999-01-255-4/+139
* Allow recognition of attributes even if they don't have space in frontFred Drake1999-01-251-1/+1
* Don't die if CodeType doesn't exist -- ignore the error. This couldGuido van Rossum1999-01-251-1/+4
* Correct typo in new function get_breaks().Guido van Rossum1999-01-251-1/+1
* Change clear syntax to support three alternatives:Guido van Rossum1999-01-251-3/+47
* Change clear_break() to the old signature clear_break(file, line).Guido van Rossum1999-01-251-26/+40
* Enable os.path as a mostly-normal submodule, including "from os.pathFred Drake1999-01-191-0/+2
* Added 'warn' method.Greg Ward1999-01-181-1/+10
* Added doc strings to the exception classes.Guido van Rossum1999-01-151-3/+29
* Patch by Piers Lauder: make exceptions classes.Guido van Rossum1999-01-151-14/+13
* Test the rfc822.py module. Contains just a few simple cases, and someBarry Warsaw1999-01-142-0/+83
* Message.getaddrlist(): This now handles multiple occurances of theBarry Warsaw1999-01-141-12/+21
* In rcpt(), avoid a space after the TO: address when the option list isGuido van Rossum1999-01-141-2/+2
* Change the order of the utime() and the chmod() call in copystat().Guido van Rossum1999-01-141-1/+1
* Added: mems.lib.text_file: provides TextFile class for parsing textGreg Ward1999-01-131-0/+206
* A gift from Sam Rushing - modules asyncore and asynchat for theGuido van Rossum1999-01-122-0/+743
* DumbWriter.send_paragraph(): Fix problem with DumbWriter reported toFred Drake1999-01-121-1/+1
* get_config_h_filename(): Fix to work with current PythonFred Drake1999-01-111-2/+2
* Added some more comments.Guido van Rossum1999-01-101-13/+15
* FieldStorage.__init__(): if there is no content-type header, useBarry Warsaw1999-01-081-2/+24
* 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