| Commit message (Expand) | Author | Age | Files | Lines |
* | Use string methods. Organize the imports in Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -5/+5 |
|
|
* | Use string methods; minor code cleanup. | Fred Drake | 2002-10-16 | 1 | -21/+26 |
|
|
* | 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 | 4 | -36/+137 |
|
|
* | 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 | 2 | -2/+13 |
|
|
* | Don't drop old slots if _unicode_to_string did not change anything. | Martin v. Löwis | 2002-10-14 | 1 | -2/+4 |
|
|
* | Allow Unicode strings in __slots__, converting them to byte strings. | Martin v. Löwis | 2002-10-14 | 1 | -0/+39 |
|
|
* | Allow Unicode strings as message and module name. | Martin v. Löwis | 2002-10-14 | 1 | -2/+2 |
|
|
* | [SF bug 620364] | Guido van Rossum | 2002-10-14 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system | Barry Warsaw | 2002-10-14 | 1 | -4/+5 |
|
|
* | There was a typo in the MacOSX section regarding the stacksize issue. | Barry Warsaw | 2002-10-14 | 1 | -4/+5 |
|
|
* | append(): Fixing the test for convertability after consultation with | Barry Warsaw | 2002-10-14 | 1 | -14/+28 |
|
|
* | Use the same shade of blue as the site navigation areas. | Fred Drake | 2002-10-14 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Minor refactoring to avoid code duplication. | Fred Drake | 2002-10-14 | 1 | -17/+10 |
|
|
* | Update list of Windows buildnos for 2.2.2 final. | Tim Peters | 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 | 2 | -5/+38 |
|
|
* | Patch #621205: Tkinter updates for tk8.4. | Martin v. Löwis | 2002-10-13 | 3 | -26/+551 |
|
|
* | _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 |
|
|
* | Fix tildes in URLs. Closes SF bug #614821. | Fred Drake | 2002-10-12 | 1 | -3/+4 |
|
|
* | Darn! Don't divide by zero. Bad fix. :-) | Guido van Rossum | 2002-10-11 | 1 | -1/+1 |
|
|
* | Fix a few docstrings, remove extra commas | Neal Norwitz | 2002-10-11 | 1 | -3/+3 |
|
|
* | SF # 539360, webbrowser.py and konqueror, by Andy McKay | Neal Norwitz | 2002-10-11 | 1 | -2/+2 |
|
|
* | SF #621948, update docstring for md5 by David M. Cooke. Will backport. | Neal Norwitz | 2002-10-11 | 1 | -0/+1 |
|
|
* | Clarify deprecation of the floor div operator, modulo operator, | Raymond Hettinger | 2002-10-11 | 1 | -5/+4 |
|
|
* | Add checks for size overflow on list*n, list+list, tuple+tuple. | Guido van Rossum | 2002-10-11 | 2 | -0/+6 |
|
|
* | PyObject_Init[Var] is almost always called from the PyObject_NEW[_VAR] | Guido van Rossum | 2002-10-11 | 1 | -10/+4 |
|
|
* | The MS resource compiler simply cannot be convinced to do arithmetic | Tim Peters | 2002-10-11 | 2 | -2/+56 |
|
|
* | Repair the DLL name -- this has to match the major.minor version numbers. | Tim Peters | 2002-10-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Back out news about SF patch 479898 -- it's withdrawn. | Guido van Rossum | 2002-10-11 | 1 | -6/+0 |
|
|
* | Back out #479898. | Martin v. Löwis | 2002-10-11 | 4 | -90/+24 |
|
|