summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add new posix functionsAndrew M. Kuchling2002-10-101-3/+5
* Update email micro release number.Barry Warsaw2002-10-101-1/+1
* Document that the Charset constructor coerces its argument to lowerBarry Warsaw2002-10-101-4/+5
* Document that get_content_charset() coerces its return value to lowerBarry Warsaw2002-10-101-2/+3
* Bump version number to 2.4.2 to pick up the latest minor bug fixes.Barry Warsaw2002-10-101-1/+1
* New tests to verify that charsets are case insensitive, and that byBarry Warsaw2002-10-101-0/+34
* get_content_charset(): RFC 2046 $4.1.2 says charsets are not caseBarry Warsaw2002-10-101-4/+6
* __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive.Barry Warsaw2002-10-101-1/+3
* Add .PHONY targets, to declare targets that aren't real files.Guido van Rossum2002-10-101-0/+8
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-103-79/+29
* Patch #569139: Implementation of major, minor and makedev.Martin v. Löwis2002-10-105-17/+450
* [Bug #621039] Fix broken linkAndrew M. Kuchling2002-10-101-1/+1
* [Bug #621038] Remove duplicated itemAndrew M. Kuchling2002-10-101-5/+1
* 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
* Accept Armin's documentation patch for SF bug #558179.Fred Drake2002-10-091-5/+5
* News about repr() and 8-bit characters, and setlocale() in theGuido van Rossum2002-10-091-0/+17
* MacOSX linker doesn't understand -R flag at all, no matter how you feed itSkip Montanaro2002-10-091-1/+4
* GNU readline() mistakenly sets the LC_CTYPE locale.Guido van Rossum2002-10-091-0/+17
* Undo this part of the previous checkin:Guido van Rossum2002-10-091-3/+4
* The string formatting code has a test to switch to Unicode when %sGuido van Rossum2002-10-091-2/+5
* 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
* Add a few people who were in the ACKS file in the 2.2.2 branch but notGuido van Rossum2002-10-091-0/+4
* Minor edits and markup fixesAndrew M. Kuchling2002-10-091-28/+31
* 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-0811-11/+101
* Document PEP 293.Martin v. Löwis2002-10-071-1/+21
* Document PEP 277 changes.Martin v. Löwis2002-10-071-4/+30
* Include wctype.h.Martin v. Löwis2002-10-071-1/+2
* Check for wctype.h.Martin v. Löwis2002-10-073-5/+9
* 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
* Modified presentation of the grammar for calls to be easier to readFred Drake2002-10-071-4/+5
* Patch #479898: Use multibyte C library for printing strings if available.Martin v. Löwis2002-10-074-23/+81
* Patch #448038: Add move(). Report errors from copytree as in shutil.Error.Martin v. Löwis2002-10-073-2/+49
* Apply file system default encoding to exec and spawn path and arguments.Martin v. Löwis2002-10-071-23/+68
* Fix quoting for Solaris LDSHARED. Will backport to 2.2.Martin v. Löwis2002-10-072-3/+3
* 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
* Also look in -lposix4 for sem_init. Fixes #618615.Martin v. Löwis2002-10-062-20/+65
* Update info for impending 2.2.2.Tim Peters2002-10-062-0/+3
* 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