summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Stop using string exceptionsNeal Norwitz2002-03-312-2/+2
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-291-0/+2
* As part of fixing bug #536241, add a test case for string.zfill() with UnicodeAndrew M. Kuchling2002-03-291-1/+4
* [Bug #536241] string.zfill() produces mangled output for a Unicode string.Andrew M. Kuchling2002-03-291-8/+8
* Add two tests for string.zfillAndrew M. Kuchling2002-03-291-0/+3
* Fix getcomments() so that it doesn't fail with TypeErrors.Jeremy Hylton2002-03-281-3/+8
* test_trashcan: reword obscure code.Tim Peters2002-03-281-1/+1
* New test_traschcan() test in test_gc, which reliably provokes segfaultsTim Peters2002-03-281-0/+29
* Reindent.Martin v. Löwis2002-03-281-551/+550
* Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.Fred Drake2002-03-281-0/+30
* Patch #536117: Typo in turtle.py.Martin v. Löwis2002-03-281-1/+1
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
* Ignore widgets with unknown names in winfo_children. Fixes #518283.Martin v. Löwis2002-03-271-3/+11
* further work on new config system;Steven M. Gava2002-03-273-8/+79
* further work on new config system;Steven M. Gava2002-03-275-26/+56
* _finally_ tracked down and eliminated a major problemSteven M. Gava2002-03-271-4/+7
* Implement iterator protocol.Neil Schemenauer2002-03-261-4/+13
* __init__(): We'll try to be more RFC 2821 compliant by providing for aBarry Warsaw2002-03-261-2/+11
* time and socket were already imported in the module, no need to re-importNeal Norwitz2002-03-261-3/+1
* re was already imported in the module, no need to re-importNeal Norwitz2002-03-261-1/+0
* os was already imported in the module, no need to re-importNeal Norwitz2002-03-261-1/+0
* Cleanup x so it is not left in moduleNeal Norwitz2002-03-261-0/+1
* Fix for SF 502085.Guido van Rossum2002-03-261-1/+5
* make default banner match what the real interpreter displaysSkip Montanaro2002-03-251-1/+1
* remove unqualified excepts - catch ImportError when trying to importSkip Montanaro2002-03-251-7/+2
* eliminate unqualified except when checking for presence of LC_MESSAGESSkip Montanaro2002-03-251-1/+1
* tighten up unqualified except in currentframe()Skip Montanaro2002-03-251-2/+2
* Add tests for the iterkeys, itervalues and iteritemsWalter Dörwald2002-03-251-0/+29
* SMTP.__init__(): Fixed minor typo in docstring.Barry Warsaw2002-03-251-1/+1
* Quote href properly.Neil Schemenauer2002-03-241-1/+2
* Remove unnecessary \b. It was causing the RE to miss the tailingNeil Schemenauer2002-03-241-1/+1
* 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-241-0/+14
* oops - export InvalidURL in __all__Skip Montanaro2002-03-241-1/+1
* 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 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
* 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
* Flush stdout before reading next command. Closes SF bug 526357.Neil Schemenauer2002-03-231-0/+1
* 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