summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix stupid typo.Fred Drake2002-11-151-1/+1
* Document the available command line flags for bdist_wininst, which areThomas Heller2002-11-151-15/+29
* Correct typo: the option is 'formats' not 'format'.Thomas Heller2002-11-151-1/+1
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-151-6/+9
* Squash an enormous number of warnings reported when adding "useFred Drake2002-11-151-128/+138
* Fix critical markup errors.Fred Drake2002-11-151-2/+2
* Repaired typos in the Tcl/Tk compilation instructions. Turns out theyTim Peters2002-11-151-7/+6
* Minor revisions to clarify the status of xreadlines(), change the wayFred Drake2002-11-151-15/+14
* Fix minor nitsAndrew M. Kuchling2002-11-151-3/+3
* Mention that the MRO algorithm changes in 2.3Andrew M. Kuchling2002-11-151-0/+3
* Mention change in MROAndrew M. Kuchling2002-11-151-0/+13
* Add Optik news.Guido van Rossum2002-11-151-0/+4
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+98
* Explain what to do in case of missing shared libraries. Remove mentioningMartin v. Löwis2002-11-151-5/+22
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-155-2/+104
* Draft a section on modifying Python's path. I'm not sure whereAndrew M. Kuchling2002-11-151-7/+86
* First stab at a Makefile that will create a MacPython that uses theJack Jansen2002-11-152-0/+90
* Go from filename to FSSpec via FSRefs, to work around outdated macfs moduleJack Jansen2002-11-151-1/+1
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
* Python 2.2 as installed by Apple has a version of _Res that is too old. WeJack Jansen2002-11-151-1/+4
* Added a hack so we can build applets with a MacPython that uses theJack Jansen2002-11-151-0/+11
* A script to run applets. Originally by Just, slightly modified by me.Jack Jansen2002-11-151-0/+17
* Add section on OptikAndrew M. Kuchling2002-11-141-2/+73
* Windows blurb about new Tcl/Tk release shipped on Windows.Tim Peters2002-11-141-0/+3
* Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this byTim Peters2002-11-144-18/+64
* Repaired illegal syntax most compilers probably let slide (but MSVCTim Peters2002-11-141-1/+1
* Finish up the logging sectionAndrew M. Kuchling2002-11-141-45/+78
* Checking in Greg Ward's Optik, as optparse.py. This is the mostGuido van Rossum2002-11-141-0/+1384
* Fix or disable some tests that were affected by the new C3 MROGuido van Rossum2002-11-141-20/+79
* Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patchGuido van Rossum2002-11-141-74/+105
* 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