summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typoRaymond Hettinger2003-11-121-2/+2
* Explain the advantages of reversed.Raymond Hettinger2003-11-121-3/+6
* Present each feature in terms of what makes it useful or desirable.Raymond Hettinger2003-11-121-24/+68
* Improve backwards compatibility code to handle True/False.Raymond Hettinger2003-11-121-0/+4
* Improve the implementation of itertools.tee().Raymond Hettinger2003-11-123-209/+242
* Make Message.__str__ more efficient.Neil Schemenauer2003-11-111-4/+1
* fix typo in markupFred Drake2003-11-101-1/+1
* fix use of undefined markupFred Drake2003-11-101-1/+1
* add missing "if"Fred Drake2003-11-101-1/+1
* Mention that getsid is new in 2.4.Martin v. Löwis2003-11-101-1/+1
* Patch #798297: Add IMAP THREAD command.Martin v. Löwis2003-11-104-0/+38
* Patch #839038: Add getsid(2).Martin v. Löwis2003-11-105-7/+40
* Plug tempfile.mktemp() hole (Iustin Pop).Guido van Rossum2003-11-102-0/+4
* mktemp() shouldn't rely on os.path.exists(), which can return False ifGuido van Rossum2003-11-101-1/+23
* fixed wrong error checking on fcntl call as per SF bug # 821896Alex Martelli2003-11-091-2/+3
* fixed obvious bug in _send_header as per SF bug #831271Alex Martelli2003-11-091-2/+1
* fixed buggy comment as per SF bug #827856Alex Martelli2003-11-091-7/+7
* clarified (in the 5.14 summary) that tests and comparisons all chain,Alex Martelli2003-11-091-3/+3
* Add docs for readmodule_ex and its function-descriptors, fixingAlex Martelli2003-11-091-5/+42
* Avoid giving advice that's bad for security, as per SF bug #823515Alex Martelli2003-11-091-1/+3
* Document Py_RETURN_NONE.Brett Cannon2003-11-091-0/+4
* Add 'see also' section pointing to the PEPAndrew M. Kuchling2003-11-081-0/+5
* Add some recent changesAndrew M. Kuchling2003-11-081-1/+46
* Update test to handle list.__reversed__().Raymond Hettinger2003-11-081-0/+1
* Improve the reverse list iterator to free memory as soon as the iteratorRaymond Hettinger2003-11-081-1/+4