summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy some more forward declarations.Thomas Wouters2000-07-248-13/+13
* Prototype yet another forward declaration.Thomas Wouters2000-07-241-1/+1
* Don't call BringToFront() on the dialog object, but call GetDialogWindow() to...Jack Jansen2000-07-241-3/+3
* ... and yet more ANSIfications...Thomas Wouters2000-07-241-3/+4
* ANSIfy yet another hidden function definition.Thomas Wouters2000-07-241-5/+0
* Fix typo in previous patch.Thomas Wouters2000-07-241-3/+3
* *** empty log message ***Thomas Wouters2000-07-241-3/+3
* Remove function-less prototype (old function that was removed ?) thatThomas Wouters2000-07-241-1/+0
* Restore TestSkipped exception; appears to have disappeared in last checkin.Fred Drake2000-07-241-3/+20
* First round of curses documentation improvements; correct errors, flesh outEric S. Raymond2000-07-241-109/+170
* Patch #100926 - Better error messages for socket exceptions on Windows. [Sli...Mark Hammond2000-07-241-2/+78
* Another missed ansification.Thomas Wouters2000-07-231-4/+1
* ANSIfy functions that were hiding inside a macro.Thomas Wouters2000-07-231-1/+1
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-237-1185/+1312
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-236-36/+13
* -- added code to the new Windows popen functions to make closeFredrik Lundh2000-07-231-8/+90
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-233-2/+21
* Missed a return from a signal handler -- thanks to /F for pointingTim Peters2000-07-231-1/+1
* -- changed w_more to take an integer instead of a charFredrik Lundh2000-07-231-2/+2
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-233-7/+27
* Oops. One of last nights ANSIfication patches accidentily upped the bytecodeThomas Wouters2000-07-231-1/+1
* Fix prototypes generated by makesetup, so they include '(void)' rather thanThomas Wouters2000-07-232-4/+4
* ANSIfication: remove very-old-varargs code, fix function declarations soThomas Wouters2000-07-224-38/+4
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-2210-17/+18
* ANSIfication: add proper prototypes to function-pointers and declarations.Thomas Wouters2000-07-221-24/+13
* ANSIfication of function-pointers and declarations. Also, make sure toThomas Wouters2000-07-221-2/+5
* 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