summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* better solution for bug #533234 courtesy of Tim.Skip Montanaro2002-03-221-1/+2
* guarantee that the dst flag of synthetic "time" tuples passed to strftimeSkip Montanaro2002-03-221-1/+1
* use stat attributes instead of tuple entriesWalter Dörwald2002-03-221-3/+2
* Revert part of previous patch: several install_* subcommands expectAndrew M. Kuchling2002-03-221-1/+1
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-222-1/+43
* [Bug #532115] netrc module was brokenAndrew M. Kuchling2002-03-221-11/+9
* Add missing Boolean optionsAndrew M. Kuchling2002-03-211-3/+2
* Add unlisted Boolean options. Thomas H., can you please check that IAndrew M. Kuchling2002-03-211-1/+2
* [Bug #517451] bdist_rpm didn't list all of its Boolean options.Andrew M. Kuchling2002-03-211-1/+1
* [Apply SF patch #504943]Walter Dörwald2002-03-211-5/+14
* Do not insert characters for unicode-escape decoders if the error modeMartin v. Löwis2002-03-211-0/+8
* [Apply patch #500457 from the PyXML tracker]Andrew M. Kuchling2002-03-201-0/+9
* Change raw "except:" constructs to pass on KeyboardInterrupt.Tim Peters2002-03-201-0/+4
* Make GzipFile an iterator. Closes bug #532621.Neil Schemenauer2002-03-201-0/+10
* A faster version of the find_prefix_at_end() function (that I found in theAndrew M. Kuchling2002-03-201-9/+7
* [Bug #531616] Make HTTPS work again by adding a sendall method to theAndrew M. Kuchling2002-03-181-0/+3
* To make 'urllib.py -t' run again, change FTP URL to a file that actuallyAndrew M. Kuchling2002-03-181-1/+1
* amk's fix attached toMichael W. Hudson2002-03-183-1/+26
* Patch #495598: add an -q (quiet) option to pycompile.Martin v. Löwis2002-03-181-9/+19
* Correctly set default entry in all cases.Martin v. Löwis2002-03-181-6/+9
* Patch #499513: use readline() instead of readlines(). Removed theMartin v. Löwis2002-03-181-16/+6
* Patch #525870: Avoid duplicate stat calls, use st_ attributes.Martin v. Löwis2002-03-181-4/+2
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+5
* dump the string exception fallback for anydbm.error.Skip Montanaro2002-03-181-5/+2
* initial test_anydbm module - based on test_dumbdbm.pySkip Montanaro2002-03-181-0/+96
* further work on dynamic reconfiguration;Steven M. Gava2002-03-182-0/+34
* netrc will now raise a more predictable exception when $HOME is not setPaul Prescod2002-03-181-1/+4
* restructure a bit to not rely on test case execution orderingSkip Montanaro2002-03-171-4/+28
* Regenerated for Irix 6.5.Jack Jansen2002-03-173-69/+776
* Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.Jack Jansen2002-03-171-1/+2
* SF patch 530070: pydoc regression, from Martin and Guido.Tim Peters2002-03-171-2/+11