summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further ANSIfication of functionpointers and declarations. Also, make sureThomas Wouters2000-07-221-7/+16
* ANSIfy as many declarations as possible.Thomas Wouters2000-07-225-7/+8
* Remember to return something if RETSIGTYPE is not 'void'. Do we still needThomas Wouters2000-07-221-0/+3
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-226-34/+3
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-2214-145/+109
* Mass ANSIfication.Thomas Wouters2000-07-2216-330/+123
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-2245-1526/+704
* Fix two instances of empty argument lists, and fix styleThomas Wouters2000-07-221-79/+78
* Remove unused variable.Thomas Wouters2000-07-221-1/+0
* Remove unused helper-function 'posix_strint'.Thomas Wouters2000-07-221-18/+0
* Mark Favas's fix for typos in docstrings.Thomas Wouters2000-07-221-4/+4
* Added a few docstringsPaul Prescod2000-07-211-0/+7
* Added docstringsPaul Prescod2000-07-211-5/+71
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-2159-117/+103
* Small fixes by Petru Paler (patch #100946) checked in with esr's approval.Thomas Wouters2000-07-211-2/+2
* added doc for isatty()Skip Montanaro2000-07-191-0/+6
* restructured a bit and added some more content...Skip Montanaro2000-07-191-53/+142
* make TestFailed a class exceptionSkip Montanaro2000-07-191-1/+2
* added rewritten normpath from Moshe Zadka that does the right thing withSkip Montanaro2000-07-191-23/+18
* added documentation for new functions {get,set}_history_lengthSkip Montanaro2000-07-191-0/+11
* added history file truncation based upon code from Johannes Zellner.Skip Montanaro2000-07-191-0/+42
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-192-10/+8
* ANSIfy the just-checked-in isatty() wrapper.Thomas Wouters2000-07-191-3/+1
* new method isatty from Thomas WoutersSkip Montanaro2000-07-191-0/+16
* 'carb' resource for carbon application.Jack Jansen2000-07-181-0/+15
* Some thanks weren't checked in yet.Jack Jansen2000-07-181-2/+2
* MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...Jack Jansen2000-07-182-1/+17
* Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.Jack Jansen2000-07-181-0/+3
* no changes other than indentation level (now 4) and comment reflow.Greg Stein2000-07-183-1218/+1227
* Fixed problems with UTF error reporting macros and some formatting bugs.Marc-André Lemburg2000-07-171-45/+64
* Restore PyXXX_Length() APIs for binary compatibility.Marc-André Lemburg2000-07-172-6/+42
* gcc is being stupid with if/else constructsGreg Stein2000-07-171-6/+14
* * split on / or \Skip Montanaro2000-07-171-3/+5
* damn! cut-n-paste from ntpath forgot the "import re"Skip Montanaro2000-07-171-0/+1
* * split on / or \Skip Montanaro2000-07-171-6/+3
* At GVR's request.Paul Prescod2000-07-161-344/+0
* stop messing around with goto and just write the macro correctly.Greg Stein2000-07-161-7/+6
* Online help facility for the Python interprter and other interactivePaul Prescod2000-07-161-0/+344
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-165-12/+12
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-1661-92/+92
* - change \x to mean "byte" also in unicode literalsFredrik Lundh2000-07-161-3/+5
* Fix fatal compiler (MSVC6) error:Tim Peters2000-07-161-0/+1
* split and join on "/" in commonprefixSkip Montanaro2000-07-161-6/+3
* Fix to a bug found by Florian Weimer:Marc-André Lemburg2000-07-161-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16102-184/+184
* 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