summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor refactoring to avoid code duplication.Fred Drake2002-10-141-17/+10
* Update list of Windows buildnos for 2.2.2 final.Tim Peters2002-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-132-5/+38
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-133-26/+551
* _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
* Fix tildes in URLs. Closes SF bug #614821.Fred Drake2002-10-121-3/+4
* Darn! Don't divide by zero. Bad fix. :-)Guido van Rossum2002-10-111-1/+1
* Fix a few docstrings, remove extra commasNeal Norwitz2002-10-111-3/+3
* SF # 539360, webbrowser.py and konqueror, by Andy McKayNeal Norwitz2002-10-111-2/+2
* SF #621948, update docstring for md5 by David M. Cooke. Will backport.Neal Norwitz2002-10-111-0/+1
* Clarify deprecation of the floor div operator, modulo operator,Raymond Hettinger2002-10-111-5/+4
* Add checks for size overflow on list*n, list+list, tuple+tuple.Guido van Rossum2002-10-112-0/+6
* PyObject_Init[Var] is almost always called from the PyObject_NEW[_VAR]Guido van Rossum2002-10-111-10/+4
* The MS resource compiler simply cannot be convinced to do arithmeticTim Peters2002-10-112-2/+56
* Repair the DLL name -- this has to match the major.minor version numbers.Tim Peters2002-10-111-1/+1
* 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
* Back out news about SF patch 479898 -- it's withdrawn.Guido van Rossum2002-10-111-6/+0
* Back out #479898.Martin v. Löwis2002-10-114-90/+24
* Fix a nasty endcase reported by Armin Rigo in SF bug 618623:Guido van Rossum2002-10-112-4/+12
* Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-0/+1
* SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-1/+33
* Remove mentionings of DOS.Martin v. Löwis2002-10-107-13/+10
* Remove more DOS support.Martin v. Löwis2002-10-101-61/+0
* Document when unittest was added to Python.Fred Drake2002-10-101-0/+1
* 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