| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by | Tim Peters | 2002-11-14 | 4 | -18/+64 |
|
|
* | Repaired illegal syntax most compilers probably let slide (but MSVC | Tim Peters | 2002-11-14 | 1 | -1/+1 |
|
|
* | Finish up the logging section | Andrew M. Kuchling | 2002-11-14 | 1 | -45/+78 |
|
|
* | 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 |
|
|
* | Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch | Guido van Rossum | 2002-11-14 | 1 | -74/+105 |
|
|
* | Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. | Thomas Heller | 2002-11-14 | 1 | -0/+14 |
|
|
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
|
|
* | Add partial section on the logging package; not finished yet. | Andrew M. Kuchling | 2002-11-14 | 1 | -5/+109 |
|
|
* | From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional | Guido van Rossum | 2002-11-14 | 1 | -2/+2 |
|
|
* | Fix SF # 638126, logging module not installed | Neal Norwitz | 2002-11-14 | 1 | -1/+1 |
|
|
* | add liblogging | Skip Montanaro | 2002-11-14 | 1 | -0/+1 |
|
|
* | initial rough cut at documentation of logging module. This is basically | Skip Montanaro | 2002-11-14 | 1 | -0/+1139 |
|
|
* | Update the docstring to match the code. Will backport. | Neal Norwitz | 2002-11-14 | 1 | -1/+3 |
|
|
* | Sync tixwidgets from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -152/+147 |
|
|
* | 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 |
|
|
* | Tim wins a bet. Don't use re. | Guido van Rossum | 2002-11-13 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Integrate updates to the GNU info conversion. | Fred Drake | 2002-11-13 | 3 | -60/+85 |
|
|
* | - Committing the modified signature lines I've been using for a long | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
* | Document struct_time and the field names. | Fred Drake | 2002-11-13 | 1 | -14/+25 |
|
|
* | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
|
|
* | Fix broken markup. | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | News about the logging module. | Guido van Rossum | 2002-11-13 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Typo: it's --> its | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
* | Update: Older versions of Python crashed when calling repr() | Fred Drake | 2002-11-13 | 1 | -3/+5 |
|
|
* | Improved clarity and thoroughness of docstring. | Raymond Hettinger | 2002-11-13 | 1 | -20/+41 |
|
|
* | Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
* | Normalize whitespace. | Fred Drake | 2002-11-13 | 1 | -61/+62 |
|
|
* | 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 |
|
|
* | Fill out the 'Porting' section | Andrew M. Kuchling | 2002-11-13 | 1 | -2/+62 |
|
|
* | The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice. | Martin v. Löwis | 2002-11-13 | 2 | -3/+3 |
|
|