| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | The | Tim Peters | 2002-10-08 | 1 | -1/+1 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 11 | -11/+101 |
|
|
* | Document PEP 293. | Martin v. Löwis | 2002-10-07 | 1 | -1/+21 |
|
|
* | Document PEP 277 changes. | Martin v. Löwis | 2002-10-07 | 1 | -4/+30 |
|
|
* | Include wctype.h. | Martin v. Löwis | 2002-10-07 | 1 | -1/+2 |
|
|
* | Check for wctype.h. | Martin v. Löwis | 2002-10-07 | 3 | -5/+9 |
|
|
* | 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 |
|
|
* | Modified presentation of the grammar for calls to be easier to read | Fred Drake | 2002-10-07 | 1 | -4/+5 |
|
|
* | Patch #479898: Use multibyte C library for printing strings if available. | Martin v. Löwis | 2002-10-07 | 4 | -23/+81 |
|
|
* | Patch #448038: Add move(). Report errors from copytree as in shutil.Error. | Martin v. Löwis | 2002-10-07 | 3 | -2/+49 |
|
|
* | Apply file system default encoding to exec and spawn path and arguments. | Martin v. Löwis | 2002-10-07 | 1 | -23/+68 |
|
|
* | Fix quoting for Solaris LDSHARED. Will backport to 2.2. | Martin v. Löwis | 2002-10-07 | 2 | -3/+3 |
|
|
* | Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. | Martin v. Löwis | 2002-10-07 | 1 | -0/+3 |
|
|
* | Add test_pep277 to the expected skips on Linux. (This test seems to | Guido van Rossum | 2002-10-06 | 1 | -0/+1 |
|
|
* | Patch #572031: AUTH method LOGIN for smtplib | Martin v. Löwis | 2002-10-06 | 1 | -1/+1 |
|
|
* | Make sure the email test suite can be run both stand-alone and under | Guido van Rossum | 2002-10-06 | 1 | -2/+4 |
|
|
* | Also look in -lposix4 for sem_init. Fixes #618615. | Martin v. Löwis | 2002-10-06 | 2 | -20/+65 |
|
|
* | Update info for impending 2.2.2. | Tim Peters | 2002-10-06 | 2 | -0/+3 |
|
|
* | Apply Josh Robb's Patch: | Kurt B. Kaiser | 2002-10-06 | 1 | -3/+11 |
|
|
* | This test fails on Win98, which is fine, but when it failed it left | Tim Peters | 2002-10-05 | 1 | -6/+17 |
|
|
* | Document patch #594001. | Martin v. Löwis | 2002-10-05 | 2 | -0/+11 |
|
|
* | s/_alloca/alloca/g; Windows doesn't need the former, at least not unless | Tim Peters | 2002-10-05 | 2 | -5/+5 |
|
|
* | Add a section to be written; remove reference to deleted code | Andrew M. Kuchling | 2002-10-04 | 1 | -9/+6 |
|
|
* | Josh Robb's Patch | Kurt B. Kaiser | 2002-10-04 | 1 | -0/+4 |
|
|
* | Apply Josh Robb's Patch | Kurt B. Kaiser | 2002-10-04 | 1 | -1/+1 |
|
|
* | When looking for an alias, first look for the normalized name (which | Guido van Rossum | 2002-10-04 | 1 | -1/+3 |
|
|
* | .iterkeys() is not needed. | Raymond Hettinger | 2002-10-04 | 1 | -1/+1 |
|
|
* | Remove some unnecessary dependencies (minor). | Fred Drake | 2002-10-04 | 1 | -4/+4 |
|
|
* | Added refcount information for PyObject_GetIter(). | Fred Drake | 2002-10-04 | 1 | -0/+3 |
|
|