summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Bug #621039] Fix broken linkAndrew M. Kuchling2002-10-101-1/+1
* [Bug #621038] Remove duplicated itemAndrew M. Kuchling2002-10-101-5/+1
* 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
* Accept Armin's documentation patch for SF bug #558179.Fred Drake2002-10-091-5/+5
* News about repr() and 8-bit characters, and setlocale() in theGuido van Rossum2002-10-091-0/+17
* MacOSX linker doesn't understand -R flag at all, no matter how you feed itSkip Montanaro2002-10-091-1/+4
* GNU readline() mistakenly sets the LC_CTYPE locale.Guido van Rossum2002-10-091-0/+17
* Undo this part of the previous checkin:Guido van Rossum2002-10-091-3/+4
* The string formatting code has a test to switch to Unicode when %sGuido van Rossum2002-10-091-2/+5
* 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
* Add a few people who were in the ACKS file in the 2.2.2 branch but notGuido van Rossum2002-10-091-0/+4
* Minor edits and markup fixesAndrew M. Kuchling2002-10-091-28/+31
* 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