summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* point people to the Python bug tracker, rather than to a mailFredrik Lundh2002-10-192-20/+7
* Fix SF # 624982, Potential AV in slot_sq_item, by Greg ChapmanNeal Norwitz2002-10-181-0/+12
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-182-3/+3
* Patch #624936: Implement __contains__.Martin v. Löwis2002-10-181-1/+4
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+54
* Continue to work even though the test can be named test.test_regexFred Drake2002-10-171-1/+1
* Don't call warnings.resetwarnings(); that does bad things that causeFred Drake2002-10-171-5/+4
* Remove spurious cruft from the output.Fred Drake2002-10-171-1/+1
* Must catch TypeError from int(length).Guido van Rossum2002-10-171-1/+1
* Added missing entries to __all__.Fred Drake2002-10-161-1/+2
* Make sure we test urlsplit() / urlunsplit() directly, rather thanFred Drake2002-10-161-12/+40
* Recreated after source changes.Thomas Heller2002-10-161-319/+319
* Recreated after source changes.Thomas Heller2002-10-151-315/+315
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-152-19/+106
* Revert the previous checkin - it didn't work anyway.Thomas Heller2002-10-151-4/+3
* For some reason (probably cut and paste), __ipow__ for new-styleGuido van Rossum2002-10-151-0/+11
* 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