summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Allow Unicode strings as message and module name.Martin v. Löwis2002-10-141-2/+2
* Convert empty string literal to string. Speed up creation of idmap.Martin v. Löwis2002-10-141-3/+4
* Fix for 1.33: urlsplit() should only add '//' if scheme != ''.Guido van Rossum2002-10-142-2/+7
* append(): Fixing the test for convertability after consultation withBarry Warsaw2002-10-141-14/+28
* Two new tests for splitting (or not splitting) 8-bit header data.Barry Warsaw2002-10-141-0/+21
* Bump the __version__Barry Warsaw2002-10-141-1/+1
* __init__(): Fix an invariant, that the charset item in a chunk tupleBarry Warsaw2002-10-141-2/+11
* _split_header(): If we have a header which is a byte string containingBarry Warsaw2002-10-141-1/+17
* CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data forBarry Warsaw2002-10-141-0/+2
* Add finditer to __all__ (when defining it at all).Guido van Rossum2002-10-141-0/+1
* Fix copyright date: the core of this code actually dates back to 1999Greg Ward2002-10-131-2/+2
* Patch #611760: read archives with comments.Martin v. Löwis2002-10-131-23/+48
* Patch #621891: Add askopenfile{name}s.Martin v. Löwis2002-10-131-1/+33
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-131-26/+548
* _encode_chunks(), encode(): Don't modify self._chunks. As Ben says:Barry Warsaw2002-10-131-23/+22
* Update the urls and other information about the add-on Japanese,Barry Warsaw2002-10-131-13/+8
* SF # 539360, webbrowser.py and konqueror, by Andy McKayNeal Norwitz2002-10-111-2/+2
* Typo in docstringJeremy Hylton2002-10-111-1/+1
* Fix for SF bug #599836: Don't duplicate headers.Jeremy Hylton2002-10-111-2/+3
* Allow restricted code to get byteorder, getdefaultencoding(),Fred Drake2002-10-111-2/+3
* Trying alphabet againJeremy Hylton2002-10-111-2/+2
* Sort names alphabetically.Jeremy Hylton2002-10-111-2/+2
* Add hexversion to list of safe sys names (SF bug 621447).Jeremy Hylton2002-10-111-1/+1
* Use fdopen() to create file from fd.Jeremy Hylton2002-10-111-1/+1
* A test for the recent overflow-in-format-crash bug.Michael W. Hudson2002-10-111-2/+14
* SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-1/+33
* Remove more DOS support.Martin v. Löwis2002-10-101-61/+0
* 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
* 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