summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is aThomas Wouters2000-07-162-2/+2
* Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.Jack Jansen2000-07-151-2/+10
* Modified the standard mac preamble so we include pymactoolbox.h inJack Jansen2000-07-151-35/+1
* ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so theJack Jansen2000-07-151-0/+1
* Oops, forgot to run autoheader before checking in the _getpty move toThomas Wouters2000-07-151-0/+3
* -- fixed the comment, tooFredrik Lundh2000-07-151-3/+3
* -- note to self: wait until 'cvs commit' has finished beforeFredrik Lundh2000-07-151-3/+2
* -- changed default encoding to "ascii". you can still changeFredrik Lundh2000-07-151-17/+13
* Fix in PyList_New(). With GC enabled and when out of memory,Vladimir Marangozov2000-07-151-1/+1
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-151-2/+5
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-149-83/+0
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-1444-223/+223
* include stdio.h for sprintf prototype.Jack Jansen2000-07-141-0/+1
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-1445-916/+244
* include macdefs.h for declaration of getwd, if non-gusi python.Jack Jansen2000-07-141-0/+1
* PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.Jack Jansen2000-07-142-5/+4
* Don't declare sync if we use gusi.Jack Jansen2000-07-141-0/+2
* Document the second round of ConfigParser changes.Eric S. Raymond2000-07-141-1/+14
* Move (actually copy) support for the sgi._getpty() function intoThomas Wouters2000-07-143-8/+27
* 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