summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixedJack Jansen2003-11-191-16/+3
* Remove deprecation of sets.Set.update().Raymond Hettinger2003-11-192-6/+1
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-198-50/+0
* Gone: all this functionality is now in the Carbon.File and Folder modules.Jack Jansen2003-11-191-1531/+0
* Getting rid of support for the ancient Apple MPW compiler.Jack Jansen2003-11-1910-80/+0
* MacOS9 support is gone.Jack Jansen2003-11-191-113/+0
* Removing the obvious OS9-only documents§Jack Jansen2003-11-1916-2513/+0
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-19181-22664/+0
* Temporary fix for buildon on both Panther and Jaguar.Jack Jansen2003-11-191-1/+5
* Moved various files over from the release23-maint branch.Jack Jansen2003-11-194-29/+51
* Upped versionJack Jansen2003-11-191-4/+4
* Upped version numbers, and converted to UTF-16.Jack Jansen2003-11-191-0/+0
* Upped.Jack Jansen2003-11-191-4/+4
* This file is utf-16, not utf-8 (or ascii).Jack Jansen2003-11-191-0/+0
* Forward port of various fixes that were initially only done on theJack Jansen2003-11-195-16/+91
* Ported from 23maint branch: add icons to BuildApplet.Jack Jansen2003-11-192-0/+57
* Fix typos.Walter Dörwald2003-11-191-4/+4
* Added a siteJack Jansen2003-11-191-0/+1
* Upped versionJack Jansen2003-11-191-1/+1
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-192-1/+6
* __init__(): The docstring was incorrect regarding how header wrappingBarry Warsaw2003-11-191-5/+4
* Generator's constructor: The documentation was incorrect regarding howBarry Warsaw2003-11-191-3/+2
* Modified version by Bob Ippolito. It passes the just-added test_applesingleJack Jansen2003-11-181-63/+100
* Fix for [ 765456 ]: testAFakeZlib failed on platforms that use aJust van Rossum2003-11-181-0/+7
* Fix for [ 782686 ]: new files used \r as the default line separatorJust van Rossum2003-11-181-13/+8
* Test the applesingle decoder.Jack Jansen2003-11-181-0/+72
* Patch #836434: Use dlopen/dlsym on AIX if available. Also disableMartin v. Löwis2003-11-182-3/+23
* Patch #841807: Check whether a versioned libpython.so symlink is neededMartin v. Löwis2003-11-181-1/+3
* Patch #843088: Fix typos. Backported to 2.3.Martin v. Löwis2003-11-182-3/+3
* Patch #794400: Let PYTHONSTARTUP influence the compiler flags.Martin v. Löwis2003-11-182-9/+16
* Implement straightforward suggestions from gcc warnings (remove unusedGuido van Rossum2003-11-181-3/+2
* Documentation for set objects.Raymond Hettinger2003-11-181-0/+37
* Use PySequence_Contains() instead of direct access macro.Raymond Hettinger2003-11-181-11/+5
* Various fixups (most suggested by Armin Rigo).Raymond Hettinger2003-11-173-40/+97
* Fix output spacing typoRaymond Hettinger2003-11-161-1/+1
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-1621-40/+2338
* Fix typoRaymond Hettinger2003-11-161-1/+1
* Change ValueErrors to TypeErrors and add PyList_Check() assertions.Raymond Hettinger2003-11-151-4/+6
* Verify heappop argument is a list.Raymond Hettinger2003-11-151-0/+5
* Mention patch #841977: modulefinder didn't find extension modules in packagesThomas Heller2003-11-141-0/+2
* SF #841977 - modulefinder fails to find extension modules in packagesThomas Heller2003-11-141-1/+6
* update_refs(): assert that incoming refcounts aren't 0. The commentTim Peters2003-11-141-0/+19
* subtype_dealloc(): Simplified overly contorted retracking logic. WithTim Peters2003-11-131-6/+5
* subtype_dealloc(): A more complete fix for critical bug 840829 +Tim Peters2003-11-132-6/+38
* Various editsAndrew M. Kuchling2003-11-131-7/+9
* remove "support" for BerkeleyDB 3.1, it hasn't worked for a long timeGregory P. Smith2003-11-132-10/+4
* Patch #839877: Remove unused lambda expression.Martin v. Löwis2003-11-131-4/+0
* Patch #804543: strdup saved locales. Backported to 2.3.Martin v. Löwis2003-11-132-2/+4
* SF bug 840829: weakref callbacks and gc corrupt memory.Tim Peters2003-11-123-1/+32
* pyexpat stopped building on Windows -- whining about the lack of aTim Peters2003-11-121-2/+2