summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up Mac OS X section to the current state of affairs.Jack Jansen2001-12-061-10/+8
* Test wether we are building on a case-insensitive filesystem (suchJack Jansen2001-12-064-395/+417
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-061-1/+1
* Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.Guido van Rossum2001-12-061-0/+8
* sys.platform is now "darwin" without digits appended.Jack Jansen2001-12-061-0/+2
* Whitespace normalization.Fred Drake2001-12-0611-48/+48
* Whitespace normalization.Fred Drake2001-12-0621-216/+210
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1
* Document that PyString_FromString() cannot take NULL as a parameter.Fred Drake2001-12-061-1/+2
* PyString_FromString: this requires its argument be non-NULL, but doesn'tTim Peters2001-12-061-1/+4
* Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode).Guido van Rossum2001-12-061-6/+3
* Undefine addrinfo.h constants if the system header defined them.Martin v. Löwis2001-12-061-4/+35
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-063-4/+41
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
* [Bug #459270] Fix incorrect filename for system-wide config fileAndrew M. Kuchling2001-12-061-6/+6
* [Bug #459270] Fix incorrect docstringAndrew M. Kuchling2001-12-061-8/+5
* [Bug #480882] Remove now-pointless check for existence for _curses_panel.c;Andrew M. Kuchling2001-12-061-2/+1
* Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope.Jeremy Hylton2001-12-061-8/+11
* Little stuff.Jeremy Hylton2001-12-061-8/+9
* Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.Jeremy Hylton2001-12-061-0/+1
* Fix a typo (probably caused by autocompletion <blush>) that caused aGuido van Rossum2001-12-061-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-068-25/+55
* Fix appendChild() and insertBefore() (and replaceChild() indirectly) whenFred Drake2001-12-063-2/+57
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-0/+1
* Warning message about unfound file was missing trailing \n.Guido van Rossum2001-12-061-1/+2
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-3/+3
* The previous checkin to clear __slots__ variables did a little bit ofGuido van Rossum2001-12-061-20/+20
* Replace sprintf() with PyOS_snprintf().Jack Jansen2001-12-053-9/+9
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-054-415/+417
* Link more modules with weak import, and add CarbonAccessors.o to all relevant...Jack Jansen2001-12-051-6/+7
* Fix SF bug #489581: __slots__ leak.Guido van Rossum2001-12-053-2/+59
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-0511-0/+33
* Re-enabled debugging prints in poplib & documented the set_debuglevel()Fred Drake2001-12-052-6/+14
* audioop_ratecv(): I left a potentially unsafe multiply uncheckedTim Peters2001-12-051-15/+15
* Added a missing period at the end of an error message.Fred Drake2001-12-051-2/+2
* Fix memory leak in the parser module: There were two leaks inFred Drake2001-12-051-5/+22
* asyncore.loop() description contributed by Skip Montanaro.Fred Drake2001-12-051-0/+14
* At the PythonLabs meeting someone mentioned it would make Jim reallyGuido van Rossum2001-12-053-8/+7
* Separate the script portion from the library portion; everything thatFred Drake2001-12-051-17/+17
* As of OS X 10.1.1 the version numbering scheme has changed. Convert all "darw...Jack Jansen2001-12-051-4/+6
* changes to use new tabpages classesSteven M. Gava2001-12-051-67/+14
* remove cruft from other projectSteven M. Gava2001-12-051-28/+1
* cleaner tabbed-page mini implementation through classesSteven M. Gava2001-12-051-0/+137
* SF bug 482574: audioop.ratecv crashes.Tim Peters2001-12-051-6/+62
* Add a note to the description of the interaction between the softspaceFred Drake2001-12-051-9/+12
* Added documentation of the sendall() method, and a note to the send() methodFred Drake2001-12-051-0/+13
* Change new tests to use integer division (// instead of /).Tim Peters2001-12-051-3/+3
* SF bug #488480: integer multiply to return -max_int-1.Tim Peters2001-12-042-127/+89
* Added entry for the "cgitb" module docs.Fred Drake2001-12-042-0/+2
* Documentation for the "cgitb" module.Fred Drake2001-12-041-0/+40