| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix a nasty endcase reported by Armin Rigo in SF bug 618623: | Guido van Rossum | 2002-10-11 | 2 | -4/+12 |
|
|
* | Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -0/+1 |
|
|
* | SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -1/+33 |
|
|
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 7 | -13/+10 |
|
|
* | Remove more DOS support. | Martin v. Löwis | 2002-10-10 | 1 | -61/+0 |
|
|
* | Document when unittest was added to Python. | Fred Drake | 2002-10-10 | 1 | -0/+1 |
|
|
* | Add new posix functions | Andrew M. Kuchling | 2002-10-10 | 1 | -3/+5 |
|
|
* | Update email micro release number. | Barry Warsaw | 2002-10-10 | 1 | -1/+1 |
|
|
* | Document that the Charset constructor coerces its argument to lower | Barry Warsaw | 2002-10-10 | 1 | -4/+5 |
|
|
* | Document that get_content_charset() coerces its return value to lower | Barry Warsaw | 2002-10-10 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | Add .PHONY targets, to declare targets that aren't real files. | Guido van Rossum | 2002-10-10 | 1 | -0/+8 |
|
|
* | Patch #612602: Streamline configure methods. | Martin v. Löwis | 2002-10-10 | 3 | -79/+29 |
|
|
* | Patch #569139: Implementation of major, minor and makedev. | Martin v. Löwis | 2002-10-10 | 5 | -17/+450 |
|
|
* | [Bug #621039] Fix broken link | Andrew M. Kuchling | 2002-10-10 | 1 | -1/+1 |
|
|
* | [Bug #621038] Remove duplicated item | Andrew M. Kuchling | 2002-10-10 | 1 | -5/+1 |
|
|
* | 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 |
|
|
* | Accept Armin's documentation patch for SF bug #558179. | Fred Drake | 2002-10-09 | 1 | -5/+5 |
|
|
* | News about repr() and 8-bit characters, and setlocale() in the | Guido van Rossum | 2002-10-09 | 1 | -0/+17 |
|
|
* | MacOSX linker doesn't understand -R flag at all, no matter how you feed it | Skip Montanaro | 2002-10-09 | 1 | -1/+4 |
|
|
* | GNU readline() mistakenly sets the LC_CTYPE locale. | Guido van Rossum | 2002-10-09 | 1 | -0/+17 |
|
|
* | Undo this part of the previous checkin: | Guido van Rossum | 2002-10-09 | 1 | -3/+4 |
|
|
* | The string formatting code has a test to switch to Unicode when %s | Guido van Rossum | 2002-10-09 | 1 | -2/+5 |
|
|
* | 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 |
|
|
* | Add a few people who were in the ACKS file in the 2.2.2 branch but not | Guido van Rossum | 2002-10-09 | 1 | -0/+4 |
|
|
* | Minor edits and markup fixes | Andrew M. Kuchling | 2002-10-09 | 1 | -28/+31 |
|
|
* | 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 |
|
|