summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update master Windows build-number list for 2.2.1c2.Tim Peters2002-03-251-0/+2
* Add tests for the iterkeys, itervalues and iteritemsWalter Dörwald2002-03-251-0/+29
* Add missing methods iterkeys, itervalues and iteritems toWalter Dörwald2002-03-251-6/+26
* Added description of binhex.Error.Fred Drake2002-03-251-0/+8
* Include obmalloc.c in the build.Jack Jansen2002-03-252-0/+0
* Due to interaction between the MSL C library and the GUSI I/O library I can g...Jack Jansen2002-03-251-0/+5
* Fix SF # 532618 517704, install problems when building modules fail.Neal Norwitz2002-03-251-3/+8
* Fix whitespace.Walter Dörwald2002-03-251-15/+15
* Remove bug.py. This is something I sent to Guido via email in or beforeTim Peters2002-03-252-70/+0
* I've been waiting 8 years for KSR to re-emerge from bankruptcy. If theyTim Peters2002-03-251-4/+0
* SMTP.__init__(): Fixed minor typo in docstring.Barry Warsaw2002-03-251-1/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-2510-18/+18
* Quote href properly.Neil Schemenauer2002-03-241-1/+2
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-2415-3/+3255
* Remove unnecessary \b. It was causing the RE to miss the tailingNeil Schemenauer2002-03-241-1/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-12/+25
* Expose RLIM_INFINITY constant. Closes SF patch 489066.Neil Schemenauer2002-03-241-1/+13
* If possible, set FD_CLOEXEC flag on file descriptors opened usingNeil Schemenauer2002-03-241-0/+12
* tighten up except - os.close only raises OSErrorSkip Montanaro2002-03-241-1/+1
* SF bug 480215: softspace confused in nested printTim Peters2002-03-242-10/+26
* oops - export InvalidURL in __all__Skip Montanaro2002-03-241-1/+1
* document InvalidURL exceptionSkip Montanaro2002-03-241-0/+5
* add test for InvalidURLSkip Montanaro2002-03-241-0/+2
* add test of InvalidURLSkip Montanaro2002-03-241-0/+10
* add InvalidURL exception - raised if port is given but empty or non-numericSkip Montanaro2002-03-241-1/+7
* tighten up except - in this context, AttributeError is the only exceptionSkip Montanaro2002-03-241-2/+2
* Add local_hostname to SMTP.__init__().Neil Schemenauer2002-03-241-1/+2
* Add local_hostname option to SMTP.__init__. If supplied, it is usedNeil Schemenauer2002-03-241-10/+10
* Try /var/mail before trying /usr/mail. Most new systems use /var.Neil Schemenauer2002-03-241-1/+4
* Add more tests for built-in types. Add tests for buffer objects.Neil Schemenauer2002-03-242-0/+119
* Add get_history_item, get_current_history_length, and redisplay functions.Neil Schemenauer2002-03-241-2/+61
* _PyMalloc_DebugRealloc(): simplify decl of "fresh".Tim Peters2002-03-241-5/+15
* Use linecache for loading source code. Closes SF patch 490374.Neil Schemenauer2002-03-231-7/+5
* Add namespace selection for rlcompleter. Closes SF patch 490026.Neil Schemenauer2002-03-231-12/+40
* Minor code cleanup -- no semantic changes.Tim Peters2002-03-231-22/+28
* Fix example for PyErr_SetFromErrno() (need to pass exception type).Neil Schemenauer2002-03-231-2/+2
* Fix wording of sys.exit docstring. Close SF bug 534113.Neil Schemenauer2002-03-231-1/+1
* Flush stdout before reading next command. Closes SF bug 526357.Neil Schemenauer2002-03-231-0/+1
* Grow the string buffer at a mildly exponential rate for the getc versionNeil Schemenauer2002-03-231-13/+16
* Give Python a debug-mode pymalloc, much as sketched on Python-Dev.Tim Peters2002-03-234-28/+346
* Only AttributeError can be raised in this situation - on systems withoutSkip Montanaro2002-03-231-2/+2
* import statements only raise ImportError, right?Skip Montanaro2002-03-231-1/+1
* tighten up except - only ValueError can be raised in this situationSkip Montanaro2002-03-231-1/+1
* tighten up except - int() only raises ValueErrorSkip Montanaro2002-03-231-1/+1
* added RFC 2396 tests from Aaron Swartz included in bug # 450225.Skip Montanaro2002-03-231-74/+116
* no longer needed - converted test_urlparse.py to use unittestSkip Montanaro2002-03-231-46/+0
* SF bug 533234: tm_isdst > 1 Passed to strftime.Tim Peters2002-03-232-18/+66
* Check in (hopefully) corrected version of last change.Neil Schemenauer2002-03-231-0/+29
* Just whitespace fiddling.Tim Peters2002-03-231-10/+10
* Build obmalloc.c directly instead of #include'ing from object.c.Tim Peters2002-03-234-45/+66