summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #430706: Persistent connections in BaseHTTPServer.Martin v. Löwis2002-03-172-34/+126
* Wrap a couple of long lines.Fred Drake2002-03-151-2/+4
* Corrected _localized_name.__getitem__ based on code in patch 503202 (which ISkip Montanaro2002-03-151-7/+9
* Patch #527427: minidom fails to use NodeList sometimes.Martin v. Löwis2002-03-151-5/+5
* Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall...Jack Jansen2002-03-151-1/+5
* If no webbrowsers were found _tryorder would be empty, cmd would never be set...Jack Jansen2002-03-151-0/+1
* ....Michael W. Hudson2002-03-151-1/+1
* FixMichael W. Hudson2002-03-151-2/+9
* make _localized_name instances work more like the tuples they replaced. InSkip Montanaro2002-03-151-5/+12
* added test case to catch index errors with _localized_name classSkip Montanaro2002-03-151-0/+4
* first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.Skip Montanaro2002-03-151-0/+30
* Remove duplicate "import os"Neal Norwitz2002-03-141-1/+0
* "Fix" for SF bug #520644: __slots__ are not pickled.Guido van Rossum2002-03-141-0/+89
* SF #515015, raise exception if code not found in findsource()Neal Norwitz2002-03-131-0/+1
* Test for the fix I just checked in to moduleobject.c.Guido van Rossum2002-03-121-0/+12
* back out spurious change from 1.22Skip Montanaro2002-03-121-1/+1
* Popen3 and Popen4 should be in __all__Skip Montanaro2002-03-121-1/+1
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Change Windows file.truncate() to (a) restore the original file position,Tim Peters2002-03-121-9/+15
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-122-12/+11
* further work on dynamic config changes;Steven M. Gava2002-03-122-2/+16
* Fix typoNeal Norwitz2002-03-111-1/+1
* Add a check that SF bug 516727 is really fixed.Guido van Rossum2002-03-111-0/+10
* Patch #443899: Check modes on files before performing operations.Martin v. Löwis2002-03-111-1/+9
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-111-15/+24
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* Access the exception argument to see whether it starts with '500'.Martin v. Löwis2002-03-101-2/+2
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-101-1/+1
* Fix SF bug 525520.Jeremy Hylton2002-03-091-20/+34
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-081-1/+2
* SF bug report #405939: wrong Host header with proxyJeremy Hylton2002-03-081-3/+21
* [Bug #491820] Define two abstract methods to shut up Pychecker, and forAndrew M. Kuchling2002-03-081-0/+6
* [Bug #517554] When a signal happens during the select call inAndrew M. Kuchling2002-03-081-0/+1
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-082-0/+30
* [Bug #523301] ConfigParser.write() produces broken output for values thatAndrew M. Kuchling2002-03-081-2/+2