summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML.Thomas Heller2002-11-141-0/+14
* This uses only one temp file at a time, so use test_support.TESTFN asTim Peters2002-11-141-2/+2
* Add partial section on the logging package; not finished yet.Andrew M. Kuchling2002-11-141-5/+109
* From SF patch 638299 [by Vinaj]: fileConfig() now takes an optionalGuido van Rossum2002-11-141-2/+2
* Fix SF # 638126, logging module not installedNeal Norwitz2002-11-141-1/+1
* add libloggingSkip Montanaro2002-11-141-0/+1
* initial rough cut at documentation of logging module. This is basicallySkip Montanaro2002-11-141-0/+1139
* Update the docstring to match the code. Will backport.Neal Norwitz2002-11-141-1/+3
* Sync tixwidgets from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-152/+147
* Sync Tix from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-55/+114
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-1434-72/+1
* Fix typo in commentNeal Norwitz2002-11-141-1/+1
* Fix docstring typo; remove 'created' lineAndrew M. Kuchling2002-11-141-3/+1
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-142-3/+3
* [Bug #550364] Add get_python_version()Andrew M. Kuchling2002-11-141-1/+9
* [Bug #599248] ext module generation problemAndrew M. Kuchling2002-11-141-2/+2
* Make nntplib aware of ~/.netrc credentials; now they get used if they areEric S. Raymond2002-11-131-7/+23
* Add some simple tests of the persistence hooks.Jeremy Hylton2002-11-131-0/+35
* Remove inst_persistent_id() WANNI (we ain't never needed it).Jeremy Hylton2002-11-132-16/+29
* remove debugging printJeremy Hylton2002-11-131-2/+0
* Tim wins a bet. Don't use re.Guido van Rossum2002-11-131-2/+2
* Allow unknown keyword arguments to the Extension class, and warn about them.Andrew M. Kuchling2002-11-131-1/+14
* Add getstate and setstate implementation to concrete set classes.Jeremy Hylton2002-11-132-1/+21
* Integrate updates to the GNU info conversion.Fred Drake2002-11-133-60/+85
* - Committing the modified signature lines I've been using for a longFred Drake2002-11-131-3/+7
* Document struct_time and the field names.Fred Drake2002-11-131-14/+25
* Add \funcline, \funclineni, and \methodlineni to the list of functionsFred Drake2002-11-131-0/+3
* Fix broken markup.Fred Drake2002-11-131-1/+1
* Remove some test code.Jeremy Hylton2002-11-131-33/+0
* Fix SF bug #637789: Handle Proxy-Connection header.Jeremy Hylton2002-11-131-15/+25
* Back out part of rev. 1.53, restoring the use of the string module.Andrew M. Kuchling2002-11-131-4/+6
* News about the logging module.Guido van Rossum2002-11-131-0/+3
* Get rid of #! lines, references to usage as __main__, README.txt, andGuido van Rossum2002-11-133-36/+4
* Adding Vinay Sajip's logging package.Guido van Rossum2002-11-133-0/+2190
* Typo: it's --> itsFred Drake2002-11-131-1/+1
* Update: Older versions of Python crashed when calling repr()Fred Drake2002-11-131-3/+5
* Improved clarity and thoroughness of docstring.Raymond Hettinger2002-11-131-20/+41
* Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don'tFred Drake2002-11-131-3/+7
* Normalize whitespace.Fred Drake2002-11-131-61/+62
* Fix typo in comment.Fred Drake2002-11-131-2/+2
* Update fileAndrew M. Kuchling2002-11-131-10/+14
* Docstring typo fixAndrew M. Kuchling2002-11-131-1/+1
* Fill out the 'Porting' sectionAndrew M. Kuchling2002-11-131-2/+62
* The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice.Martin v. Löwis2002-11-132-3/+3
* Fix SF # 464405, freeze doesn't like DOS files on LinuxNeal Norwitz2002-11-121-2/+2
* Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags.Fred Drake2002-11-121-5/+5
* SF # 627900, Bytecode copy bug in freezeNeal Norwitz2002-11-121-1/+2
* Fix SF # 635969, No error "not all arguments converted"Neal Norwitz2002-11-123-2/+12
* Handle the Content-Type header a little more appropriately: if itFred Drake2002-11-121-0/+3
* SF patch 637176: list.sort crasherTim Peters2002-11-125-100/+78