| Commit message (Expand) | Author | Age | Files | Lines |
* | Recreated after source changes. | Thomas Heller | 2002-10-16 | 1 | -319/+319 |
|
|
* | Recreated after source changes. | Thomas Heller | 2002-10-15 | 1 | -315/+315 |
|
|
* | Patch #572628: Optional timeouts for put and get. | Martin v. Löwis | 2002-10-15 | 2 | -19/+106 |
|
|
* | Revert the previous checkin - it didn't work anyway. | Thomas Heller | 2002-10-15 | 1 | -4/+3 |
|
|
* | For some reason (probably cut and paste), __ipow__ for new-style | Guido van Rossum | 2002-10-15 | 1 | -0/+11 |
|
|
* | Allow Unicode strings as message and module name. | Martin v. Löwis | 2002-10-14 | 1 | -2/+2 |
|
|
* | Convert empty string literal to string. Speed up creation of idmap. | Martin v. Löwis | 2002-10-14 | 1 | -3/+4 |
|
|
* | Fix for 1.33: urlsplit() should only add '//' if scheme != ''. | Guido van Rossum | 2002-10-14 | 2 | -2/+7 |
|
|
* | append(): Fixing the test for convertability after consultation with | Barry Warsaw | 2002-10-14 | 1 | -14/+28 |
|
|
* | Two new tests for splitting (or not splitting) 8-bit header data. | Barry Warsaw | 2002-10-14 | 1 | -0/+21 |
|
|
* | Bump the __version__ | Barry Warsaw | 2002-10-14 | 1 | -1/+1 |
|
|
* | __init__(): Fix an invariant, that the charset item in a chunk tuple | Barry Warsaw | 2002-10-14 | 1 | -2/+11 |
|
|
* | _split_header(): If we have a header which is a byte string containing | Barry Warsaw | 2002-10-14 | 1 | -1/+17 |
|
|
* | CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for | Barry Warsaw | 2002-10-14 | 1 | -0/+2 |
|
|
* | Add finditer to __all__ (when defining it at all). | Guido van Rossum | 2002-10-14 | 1 | -0/+1 |
|
|
* | Fix copyright date: the core of this code actually dates back to 1999 | Greg Ward | 2002-10-13 | 1 | -2/+2 |
|
|
* | Patch #611760: read archives with comments. | Martin v. Löwis | 2002-10-13 | 1 | -23/+48 |
|
|
* | Patch #621891: Add askopenfile{name}s. | Martin v. Löwis | 2002-10-13 | 1 | -1/+33 |
|
|
* | Patch #621205: Tkinter updates for tk8.4. | Martin v. Löwis | 2002-10-13 | 1 | -26/+548 |
|
|
* | _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: | Barry Warsaw | 2002-10-13 | 1 | -23/+22 |
|
|
* | Update the urls and other information about the add-on Japanese, | Barry Warsaw | 2002-10-13 | 1 | -13/+8 |
|
|
* | SF # 539360, webbrowser.py and konqueror, by Andy McKay | Neal Norwitz | 2002-10-11 | 1 | -2/+2 |
|
|
* | Typo in docstring | Jeremy Hylton | 2002-10-11 | 1 | -1/+1 |
|
|
* | Fix for SF bug #599836: Don't duplicate headers. | Jeremy Hylton | 2002-10-11 | 1 | -2/+3 |
|
|
* | Allow restricted code to get byteorder, getdefaultencoding(), | Fred Drake | 2002-10-11 | 1 | -2/+3 |
|
|
* | Trying alphabet again | Jeremy Hylton | 2002-10-11 | 1 | -2/+2 |
|
|
* | Sort names alphabetically. | Jeremy Hylton | 2002-10-11 | 1 | -2/+2 |
|
|
* | Add hexversion to list of safe sys names (SF bug 621447). | Jeremy Hylton | 2002-10-11 | 1 | -1/+1 |
|
|
* | Use fdopen() to create file from fd. | Jeremy Hylton | 2002-10-11 | 1 | -1/+1 |
|
|
* | A test for the recent overflow-in-format-crash bug. | Michael W. Hudson | 2002-10-11 | 1 | -2/+14 |
|
|
* | SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -1/+33 |
|
|
* | Remove more DOS support. | Martin v. Löwis | 2002-10-10 | 1 | -61/+0 |
|
|
* | Bump version number to 2.4.2 to pick up the latest minor bug fixes. | Barry Warsaw | 2002-10-10 | 1 | -1/+1 |
|
|
* | New tests to verify that charsets are case insensitive, and that by | Barry Warsaw | 2002-10-10 | 1 | -0/+34 |
|
|
* | get_content_charset(): RFC 2046 $4.1.2 says charsets are not case | Barry Warsaw | 2002-10-10 | 1 | -4/+6 |
|
|
* | __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. | Barry Warsaw | 2002-10-10 | 1 | -1/+3 |
|
|
* | Patch #612602: Streamline configure methods. | Martin v. Löwis | 2002-10-10 | 1 | -79/+24 |
|
|
* | M CallTips.py Add support for getting calltip from subprocess, | Kurt B. Kaiser | 2002-10-10 | 4 | -63/+89 |
|
|
* | SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42) | Neal Norwitz | 2002-10-09 | 1 | -1/+1 |
|
|
* | MacOSX linker doesn't understand -R flag at all, no matter how you feed it | Skip Montanaro | 2002-10-09 | 1 | -1/+4 |
|
|
* | Add special consideration for rlcompleter. As a side effect of | Guido van Rossum | 2002-10-09 | 1 | -1/+12 |
|
|
* | Remove more DOS support. | Martin v. Löwis | 2002-10-09 | 2 | -364/+6 |
|
|
* | Don't try to access sys.getwindowsversion unless it exists (ntpath is | Tim Peters | 2002-10-09 | 1 | -1/+2 |
|
|
* | Logic for determining whether skipping test_pep277 is expected: whether | Tim Peters | 2002-10-09 | 1 | -1/+8 |
|
|
* | The | Tim Peters | 2002-10-08 | 1 | -1/+1 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 7 | -11/+25 |
|
|
* | openfile(): Go back to opening the files in text mode. This undoes | Barry Warsaw | 2002-10-07 | 2 | -2/+2 |
|
|
* | _parsebody(): Use get_content_type() instead of the deprecated | Barry Warsaw | 2002-10-07 | 1 | -5/+6 |
|
|
* | Use escaped Unicode literals, according to PEP 8. | Martin v. Löwis | 2002-10-07 | 1 | -12/+11 |
|
|
* | Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it | Barry Warsaw | 2002-10-07 | 1 | -1/+1 |
|
|