| Commit message (Expand) | Author | Age | Files | Lines |
* | Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. | Jack Jansen | 2000-07-18 | 1 | -0/+3 |
|
|
* | no changes other than indentation level (now 4) and comment reflow. | Greg Stein | 2000-07-18 | 3 | -1218/+1227 |
|
|
* | Fixed problems with UTF error reporting macros and some formatting bugs. | Marc-André Lemburg | 2000-07-17 | 1 | -45/+64 |
|
|
* | Restore PyXXX_Length() APIs for binary compatibility. | Marc-André Lemburg | 2000-07-17 | 2 | -6/+42 |
|
|
* | gcc is being stupid with if/else constructs | Greg Stein | 2000-07-17 | 1 | -6/+14 |
|
|
* | * split on / or \ | Skip Montanaro | 2000-07-17 | 1 | -3/+5 |
|
|
* | damn! cut-n-paste from ntpath forgot the "import re" | Skip Montanaro | 2000-07-17 | 1 | -0/+1 |
|
|
* | * split on / or \ | Skip Montanaro | 2000-07-17 | 1 | -6/+3 |
|
|
* | At GVR's request. | Paul Prescod | 2000-07-16 | 1 | -344/+0 |
|
|
* | stop messing around with goto and just write the macro correctly. | Greg Stein | 2000-07-16 | 1 | -7/+6 |
|
|
* | Online help facility for the Python interprter and other interactive | Paul Prescod | 2000-07-16 | 1 | -0/+344 |
|
|
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 5 | -12/+12 |
|
|
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 61 | -92/+92 |
|
|
* | - change \x to mean "byte" also in unicode literals | Fredrik Lundh | 2000-07-16 | 1 | -3/+5 |
|
|
* | Fix fatal compiler (MSVC6) error: | Tim Peters | 2000-07-16 | 1 | -0/+1 |
|
|
* | split and join on "/" in commonprefix | Skip Montanaro | 2000-07-16 | 1 | -6/+3 |
|
|
* | Fix to a bug found by Florian Weimer: | Marc-André Lemburg | 2000-07-16 | 1 | -1/+2 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 102 | -184/+184 |
|
|
* | 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 |
|
|