| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply Nicolas Riley's Patch. | Kurt B. Kaiser | 2002-11-21 | 1 | -5/+5 |
|
|
* | Fix SF #640094, on win32 getpass runs into unix_getpass | Neal Norwitz | 2002-11-20 | 1 | -1/+4 |
|
|
* | Add missing import | Andrew M. Kuchling | 2002-11-20 | 1 | -1/+1 |
|
|
* | Add missing documentation for the PEP 293 functionality to | Walter Dörwald | 2002-11-19 | 1 | -7/+22 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 3 | -22/+28 |
|
|
* | Replace bsddb3 and _db occurrences. | Martin v. Löwis | 2002-11-19 | 3 | -4/+4 |
|
|
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 17 | -1/+3304 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 37 | -1/+78 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 7 | -0/+1638 |
|
|
* | Add __mod__ method to UserString. | Neil Schemenauer | 2002-11-18 | 1 | -0/+2 |
|
|
* | check for str.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+3 |
|
|
* | check for unicode.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+1 |
|
|
* | Improve comments. Clarify docs. | Raymond Hettinger | 2002-11-18 | 1 | -15/+14 |
|
|
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 2 | -29/+43 |
|
|
* | Guard against error if .netrc is missing. | Eric S. Raymond | 2002-11-17 | 1 | -7/+10 |
|
|
* | SF Patch #638825 | Neal Norwitz | 2002-11-15 | 1 | -4/+7 |
|
|
* | SF Patch #638825 logging module | Neal Norwitz | 2002-11-15 | 1 | -3/+3 |
|
|
* | Style guide reformats. I saw this test fail on a very heavily loaded | Tim Peters | 2002-11-15 | 1 | -6/+9 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 1 | -0/+98 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 2 | -1/+67 |
|
|
* | Checking in Greg Ward's Optik, as optparse.py. This is the most | Guido van Rossum | 2002-11-14 | 1 | -0/+1384 |
|
|
* | Fix or disable some tests that were affected by the new C3 MRO | Guido van Rossum | 2002-11-14 | 1 | -20/+79 |
|
|
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
|
|
* | From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional | Guido van Rossum | 2002-11-14 | 1 | -2/+2 |
|
|
* | Update the docstring to match the code. Will backport. | Neal Norwitz | 2002-11-14 | 1 | -1/+3 |
|
|
* | Sync Tix from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -55/+114 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 34 | -72/+1 |
|
|
* | Fix typo in comment | Neal Norwitz | 2002-11-14 | 1 | -1/+1 |
|
|
* | Fix docstring typo; remove 'created' line | Andrew M. Kuchling | 2002-11-14 | 1 | -3/+1 |
|
|
* | [Bug #550364] Use sysconfig.get_python_version() | Andrew M. Kuchling | 2002-11-14 | 2 | -3/+3 |
|
|
* | [Bug #550364] Add get_python_version() | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+9 |
|
|
* | [Bug #599248] ext module generation problem | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+2 |
|
|
* | Make nntplib aware of ~/.netrc credentials; now they get used if they are | Eric S. Raymond | 2002-11-13 | 1 | -7/+23 |
|
|
* | Add some simple tests of the persistence hooks. | Jeremy Hylton | 2002-11-13 | 1 | -0/+35 |
|
|
* | Remove inst_persistent_id() WANNI (we ain't never needed it). | Jeremy Hylton | 2002-11-13 | 2 | -16/+29 |
|
|
* | remove debugging print | Jeremy Hylton | 2002-11-13 | 1 | -2/+0 |
|
|
* | Allow unknown keyword arguments to the Extension class, and warn about them. | Andrew M. Kuchling | 2002-11-13 | 1 | -1/+14 |
|
|
* | Add getstate and setstate implementation to concrete set classes. | Jeremy Hylton | 2002-11-13 | 2 | -1/+21 |
|
|
* | Remove some test code. | Jeremy Hylton | 2002-11-13 | 1 | -33/+0 |
|
|
* | Fix SF bug #637789: Handle Proxy-Connection header. | Jeremy Hylton | 2002-11-13 | 1 | -15/+25 |
|
|
* | Back out part of rev. 1.53, restoring the use of the string module. | Andrew M. Kuchling | 2002-11-13 | 1 | -4/+6 |
|
|
* | Get rid of #! lines, references to usage as __main__, README.txt, and | Guido van Rossum | 2002-11-13 | 3 | -36/+4 |
|
|
* | Adding Vinay Sajip's logging package. | Guido van Rossum | 2002-11-13 | 3 | -0/+2190 |
|
|
* | Improved clarity and thoroughness of docstring. | Raymond Hettinger | 2002-11-13 | 1 | -20/+41 |
|
|
* | Fix typo in comment. | Fred Drake | 2002-11-13 | 1 | -2/+2 |
|
|
* | Update file | Andrew M. Kuchling | 2002-11-13 | 1 | -10/+14 |
|
|
* | Docstring typo fix | Andrew M. Kuchling | 2002-11-13 | 1 | -1/+1 |
|
|
* | Fix SF # 635969, No error "not all arguments converted" | Neal Norwitz | 2002-11-12 | 1 | -0/+8 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 2 | -2/+31 |
|
|
* | SF patch 629637: Add sample(population, k) method to the random module. | Raymond Hettinger | 2002-11-12 | 1 | -2/+56 |
|
|