summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-101-79/+24
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-104-63/+89
* SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42)Neal Norwitz2002-10-091-1/+1
* MacOSX linker doesn't understand -R flag at all, no matter how you feed itSkip Montanaro2002-10-091-1/+4
* Add special consideration for rlcompleter. As a side effect ofGuido van Rossum2002-10-091-1/+12
* Remove more DOS support.Martin v. Löwis2002-10-092-364/+6
* Don't try to access sys.getwindowsversion unless it exists (ntpath isTim Peters2002-10-091-1/+2
* Logic for determining whether skipping test_pep277 is expected: whetherTim Peters2002-10-091-1/+8
* TheTim Peters2002-10-081-1/+1
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-087-11/+25
* openfile(): Go back to opening the files in text mode. This undoesBarry Warsaw2002-10-072-2/+2
* _parsebody(): Use get_content_type() instead of the deprecatedBarry Warsaw2002-10-071-5/+6
* Use escaped Unicode literals, according to PEP 8.Martin v. Löwis2002-10-071-12/+11
* Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync itBarry Warsaw2002-10-071-1/+1
* Patch #448038: Add move(). Report errors from copytree as in shutil.Error.Martin v. Löwis2002-10-071-2/+30
* Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.Martin v. Löwis2002-10-071-0/+3
* Add test_pep277 to the expected skips on Linux. (This test seems toGuido van Rossum2002-10-061-0/+1
* Patch #572031: AUTH method LOGIN for smtplibMartin v. Löwis2002-10-061-1/+1
* Make sure the email test suite can be run both stand-alone and underGuido van Rossum2002-10-061-2/+4
* Apply Josh Robb's Patch:Kurt B. Kaiser2002-10-061-3/+11
* This test fails on Win98, which is fine, but when it failed it leftTim Peters2002-10-051-6/+17
* Josh Robb's PatchKurt B. Kaiser2002-10-041-0/+4
* Apply Josh Robb's PatchKurt B. Kaiser2002-10-041-1/+1
* When looking for an alias, first look for the normalized name (whichGuido van Rossum2002-10-041-1/+3
* .iterkeys() is not needed.Raymond Hettinger2002-10-041-1/+1
* Undo the removal. Guido mentioned that the encoding name is in activeMarc-André Lemburg2002-10-041-0/+1
* Remove unneeded alias.Marc-André Lemburg2002-10-041-1/+0
* Fix doc-string.Marc-André Lemburg2002-10-041-3/+3
* Adapt lookup names to new more general encoding name normalizationMarc-André Lemburg2002-10-041-14/+14
* Extending the encoding name normalization to handle more non-alphanumericMarc-André Lemburg2002-10-041-8/+20
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-045-948/+14
* Tests for pep277 - Unicode file names on Windows NT.Mark Hammond2002-10-032-0/+110
* Updates to track Grammar changes. The patch to token.py loosens the regexp toMichael W. Hudson2002-10-032-1/+3
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-0/+4
* Fix an endcase bug: initial_indent was ignored when the text was shortGuido van Rossum2002-10-022-5/+16
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+20
* test__all__(): Fix the import list.Barry Warsaw2002-10-011-4/+4
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-3/+3
* _structure(): Swap fp and level arguments.Barry Warsaw2002-10-011-2/+2
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-011-6/+15
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-012-17/+17
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+4
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+3
* __all__: UpdatedBarry Warsaw2002-09-301-20/+22
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-0/+14
* Now that TestCase is a new-style class, change loadTestsFromModule andGuido van Rossum2002-09-301-2/+4