summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ConfigParser enhancements to edit existing configs, part 2Eric S. Raymond2000-07-141-5/+41
* Typo fix from Bastian KleineidamAndrew M. Kuchling2000-07-141-1/+1
* moving files to nondist/sf-htmlPeter Schneider-Kamp2000-07-141-390/+0
* Gosh - clean up that messy HTML; make it valid XHTML instead.Vladimir Marangozov2000-07-141-346/+330
* Break the cycles after testing cmp() on cyclic objects.Vladimir Marangozov2000-07-141-0/+2
* added information how to edit pages at http://python.sourceforge.netPeter Schneider-Kamp2000-07-141-8/+25
* small FAQ about Python CVS and patches at SourceForgePeter Schneider-Kamp2000-07-141-0/+389
* Use PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-68/+4
* Document PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-0/+10
* Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling2000-07-132-0/+59
* ANSI-fication (got lost in the deep seas of source forge <wink>)Peter Schneider-Kamp2000-07-131-195/+60
* fix PyXXX_Length macros as suggested by FredJeremy Hylton2000-07-131-3/+3
* Patch by Toby Dickenson, mentored by Mark Hammond, to supportGuido van Rossum2000-07-134-7/+62
* Apply Greg Kochanski's fix for open/265.Eric S. Raymond2000-07-131-4/+1
* Fix bug open/243 reported by Dimitri PapadopoulosEric S. Raymond2000-07-131-1/+2
* just fixing the indentationPeter Schneider-Kamp2000-07-131-1/+1
* raise error on duplicate function argumentsPeter Schneider-Kamp2000-07-131-1/+10
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-135-141/+263
* forgot to change copy.copy(m) to m[:]Skip Montanaro2000-07-131-2/+2
* Propagate the current exception in get_inprogress_dict() -- it doesn'tVladimir Marangozov2000-07-121-1/+0
* deleted obsolete SYMANTEC__CFM68K__ testsSkip Montanaro2000-07-121-8/+0
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-124-20/+0
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-124-12/+53
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-1214-29/+30
* change abstract size functions PySequence_Size &c.Jeremy Hylton2000-07-123-15/+21
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* Fixed up some ANSIfications.Sjoerd Mullender2000-07-122-5/+5
* apply patch #100868 from Moshe Zadka:Greg Stein2000-07-121-5/+10
* debug_instance(): Use the same %p format directive as withBarry Warsaw2000-07-121-6/+3
* Second try: checks whether right shift extends the sign bit.Vladimir Marangozov2000-07-122-17/+32
* Convert coding style to be internally consistent and similar to theFred Drake2000-07-121-545/+531
* Always use the :funcname part of the format specifier for PyArg_ParseTuple()Fred Drake2000-07-121-5/+5
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-123-0/+108
* Worm around MSVC6 error on single string literal > 2Kb.Tim Peters2000-07-121-2/+7
* Remove extra argument to method callAndrew M. Kuchling2000-07-121-1/+1
* Checks whether right shift extends the sign bit.Vladimir Marangozov2000-07-121-415/+423
* Checks whether right shift extends the sign bit.Vladimir Marangozov2000-07-121-0/+13
* Fix typo in error messageAndrew M. Kuchling2000-07-121-1/+1
* Resynchronize the TeX docs with (a) the module docstring, and (b) my recentEric S. Raymond2000-07-121-2/+2
* Fix bugs in readinst():Andrew M. Kuchling2000-07-121-10/+25
* Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:Andrew M. Kuchling2000-07-121-21/+22
* Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc().Vladimir Marangozov2000-07-121-1/+1
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* new test file for posixpath moduleSkip Montanaro2000-07-121-0/+42
* Errare humanum est.Peter Schneider-Kamp2000-07-111-1/+1
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-113-12/+0
* Include macglue.h for some function prototypes, and renamed a fewJack Jansen2000-07-113-3/+10
* Include macglue.h on the macintosh, so function prototypes are in scope.Jack Jansen2000-07-111-0/+4