| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a | Thomas Wouters | 2000-07-16 | 2 | -2/+2 |
|
|
* | Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. | Jack Jansen | 2000-07-15 | 1 | -2/+10 |
|
|
* | Modified the standard mac preamble so we include pymactoolbox.h in | Jack Jansen | 2000-07-15 | 1 | -35/+1 |
|
|
* | ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the | Jack Jansen | 2000-07-15 | 1 | -0/+1 |
|
|
* | Oops, forgot to run autoheader before checking in the _getpty move to | Thomas Wouters | 2000-07-15 | 1 | -0/+3 |
|
|
* | -- fixed the comment, too | Fredrik Lundh | 2000-07-15 | 1 | -3/+3 |
|
|
* | -- note to self: wait until 'cvs commit' has finished before | Fredrik Lundh | 2000-07-15 | 1 | -3/+2 |
|
|
* | -- changed default encoding to "ascii". you can still change | Fredrik Lundh | 2000-07-15 | 1 | -17/+13 |
|
|
* | Fix in PyList_New(). With GC enabled and when out of memory, | Vladimir Marangozov | 2000-07-15 | 1 | -1/+1 |
|
|
* | Break a cycle created in the saboteur() function. | Vladimir Marangozov | 2000-07-15 | 1 | -2/+5 |
|
|
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 9 | -83/+0 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 44 | -223/+223 |
|
|
* | include stdio.h for sprintf prototype. | Jack Jansen | 2000-07-14 | 1 | -0/+1 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 45 | -916/+244 |
|
|
* | include macdefs.h for declaration of getwd, if non-gusi python. | Jack Jansen | 2000-07-14 | 1 | -0/+1 |
|
|
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 2 | -5/+4 |
|
|
* | Don't declare sync if we use gusi. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
|
|
* | Document the second round of ConfigParser changes. | Eric S. Raymond | 2000-07-14 | 1 | -1/+14 |
|
|
* | Move (actually copy) support for the sgi._getpty() function into | Thomas Wouters | 2000-07-14 | 3 | -8/+27 |
|
|
* | ConfigParser enhancements to edit existing configs, part 2 | Eric S. Raymond | 2000-07-14 | 1 | -5/+41 |
|
|
* | Typo fix from Bastian Kleineidam | Andrew M. Kuchling | 2000-07-14 | 1 | -1/+1 |
|
|
* | moving files to nondist/sf-html | Peter Schneider-Kamp | 2000-07-14 | 1 | -390/+0 |
|
|
* | Gosh - clean up that messy HTML; make it valid XHTML instead. | Vladimir Marangozov | 2000-07-14 | 1 | -346/+330 |
|
|
* | Break the cycles after testing cmp() on cyclic objects. | Vladimir Marangozov | 2000-07-14 | 1 | -0/+2 |
|
|
* | added information how to edit pages at http://python.sourceforge.net | Peter Schneider-Kamp | 2000-07-14 | 1 | -8/+25 |
|
|
* | small FAQ about Python CVS and patches at SourceForge | Peter Schneider-Kamp | 2000-07-14 | 1 | -0/+389 |
|
|
* | Use PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 2 | -68/+4 |
|
|
* | Document PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 2 | -0/+10 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 2 | -0/+59 |
|
|
* | ANSI-fication (got lost in the deep seas of source forge <wink>) | Peter Schneider-Kamp | 2000-07-13 | 1 | -195/+60 |
|
|
* | fix PyXXX_Length macros as suggested by Fred | Jeremy Hylton | 2000-07-13 | 1 | -3/+3 |
|
|
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 4 | -7/+62 |
|
|
* | Apply Greg Kochanski's fix for open/265. | Eric S. Raymond | 2000-07-13 | 1 | -4/+1 |
|
|
* | Fix bug open/243 reported by Dimitri Papadopoulos | Eric S. Raymond | 2000-07-13 | 1 | -1/+2 |
|
|
* | just fixing the indentation | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+1 |
|
|
* | raise error on duplicate function arguments | Peter Schneider-Kamp | 2000-07-13 | 1 | -1/+10 |
|
|
* | Improve the descriptions of expected exceptions for __getitem__(), | Fred Drake | 2000-07-13 | 1 | -4/+14 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 5 | -141/+263 |
|
|
* | forgot to change copy.copy(m) to m[:] | Skip Montanaro | 2000-07-13 | 1 | -2/+2 |
|
|
* | Propagate the current exception in get_inprogress_dict() -- it doesn't | Vladimir Marangozov | 2000-07-12 | 1 | -1/+0 |
|
|
* | deleted obsolete SYMANTEC__CFM68K__ tests | Skip Montanaro | 2000-07-12 | 1 | -8/+0 |
|
|
* | delete obsolete SYMANTEC__CFM68K__ #ifdefs | Skip Montanaro | 2000-07-12 | 4 | -20/+0 |
|
|
* | fixed semantics of commonprefix to work by path elements instead of | Skip Montanaro | 2000-07-12 | 4 | -12/+53 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 14 | -29/+30 |
|
|
* | change abstract size functions PySequence_Size &c. | Jeremy Hylton | 2000-07-12 | 3 | -15/+21 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | Fixed up some ANSIfications. | Sjoerd Mullender | 2000-07-12 | 2 | -5/+5 |
|
|
* | apply patch #100868 from Moshe Zadka: | Greg Stein | 2000-07-12 | 1 | -5/+10 |
|
|
* | debug_instance(): Use the same %p format directive as with | Barry Warsaw | 2000-07-12 | 1 | -6/+3 |
|
|