summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged release21-maint changes.Jack Jansen2001-08-122-10/+22
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* Before asking the finder to start the application (if start=1 is specified), ...Jack Jansen2001-08-111-1/+4
* Got rid of the activate() so codewarrior doesn't come to front. It isn't need...Jack Jansen2001-08-111-1/+0
* Patch by Jonathan Wight (slightly reformatted) to forestall loading theJack Jansen2001-08-111-3/+7
* Remove st_nested_scopes from struct symtable,Jeremy Hylton2001-08-112-131/+46
* Replace all type comparisons with isinstance() callsJeremy Hylton2001-08-111-9/+9
* Added a note about the various tests here.Jack Jansen2001-08-111-0/+4
* repair posix fonts fixSteven M. Gava2001-08-112-38/+66
* Only catch the errors that can actually occur, as reported in bug #411881.Martin v. Löwis2001-08-112-5/+9
* use the proper prefix file under CarbonJust van Rossum2001-08-111-1/+4
* support for help menu changesSteven M. Gava2001-08-111-0/+5
* some re-designSteven M. Gava2001-08-111-18/+27
* supports about changesSteven M. Gava2001-08-111-0/+50
* adjust help menu bindingsSteven M. Gava2001-08-111-0/+1
* Finally fix SF bug #441172, using a variant of patch ##443626:Guido van Rossum2001-08-111-0/+6
* Now that the dialogs have some breathing room, split the combo of Tcl/Tk,Tim Peters2001-08-111-56/+130
* For the escape() function, added a reference to the quoteattrs() functionFred Drake2001-08-111-17/+22
* Added tests for rich comparison operator functions.Fred Drake2001-08-112-119/+212
* Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don'tTim Peters2001-08-111-83/+84
* Add section on PEP 238 changesAndrew M. Kuchling2001-08-111-10/+84
* st_nested_scopes was uninitialized trash. Jeremy should fix in a betterTim Peters2001-08-111-0/+6
* Add a note that the quoteattr() function is useful for HTML and SGMLFred Drake2001-08-101-0/+2
* Refactor future feature handlingJeremy Hylton2001-08-104-52/+17
* Refactor future feature handlingJeremy Hylton2001-08-102-16/+3
* Added documentation for PyDict_Update() and PyDict_Merge().Fred Drake2001-08-101-1/+19
* Add test for SF bug #442833 (multiple inheritance).Guido van Rossum2001-08-101-0/+14
* The message accompanying the TypeError exception on a readonlyGuido van Rossum2001-08-101-1/+1
* - Big changes to fix SF bug #442833 (a nasty multiple inheritanceGuido van Rossum2001-08-101-91/+122
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-102-2/+5
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-102-7/+7
* Add PyDict_Merge(a, b, override):Guido van Rossum2001-08-102-2/+19
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Pass the Makefile's value of CC and LDSHARED to the environment of setup.py.Martin v. Löwis2001-08-101-1/+1
* Do more to be compatible with Windows/CygWin. Make error messages moreFred Drake2001-08-101-2/+14
* Remove the use of the "cat" program. This improves portability to non-UnixFred Drake2001-08-101-1/+5
* Added this LaTeX style file to the package since not all LaTeX installationsFred Drake2001-08-101-0/+329
* Allow AttributeError as well as TypeError for attribute-less objects.Guido van Rossum2001-08-101-1/+1
* _DATE_FMT does not always accompany CODESET.Martin v. Löwis2001-08-101-0/+3
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Change PyType_Ready() to use the READY and READYING flags. This makesGuido van Rossum2001-08-101-13/+26
* Added a warning about reference cycles and memory consumption to theFred Drake2001-08-101-0/+10
* Add new flags for PyType_Ready(): READY to explicitly indicate theGuido van Rossum2001-08-101-0/+6
* Usage fix, problem reported by Keith Briggs.Fred Drake2001-08-101-1/+1