- a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
- bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
- 3b6448f ANSIfication: add proper prototypes to function-pointers and declarations. by Thomas Wouters · 24 years ago
- 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
- 0796b00 Further ANSIfication of functionpointers and declarations. Also, make sure by Thomas Wouters · 24 years ago
- b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
- bd8ad94 Remember to return something if RETSIGTYPE is not 'void'. Do we still need by Thomas Wouters · 24 years ago
- 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
- 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
- 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
- f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
- 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
- ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
- 1bc8c1e Remove unused helper-function 'posix_strint'. by Thomas Wouters · 24 years ago
- 3531730 Mark Favas's fix for typos in docstrings. by Thomas Wouters · 24 years ago
- 623511b Added a few docstrings by Paul Prescod · 24 years ago
- 863d8b8 Added docstrings by Paul Prescod · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- ff4df6d Small fixes by Petru Paler (patch #100946) checked in with esr's approval. by Thomas Wouters · 24 years ago
- d372521 added doc for isatty() by Skip Montanaro · 24 years ago
- e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
- 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
- 018dfae added rewritten normpath from Moshe Zadka that does the right thing with by Skip Montanaro · 24 years ago
- 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago
- 49bd24d added history file truncation based upon code from Johannes Zellner. by Skip Montanaro · 24 years ago
- baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
- 616607a ANSIfy the just-checked-in isatty() wrapper. by Thomas Wouters · 24 years ago
- 1517d84 new method isatty from Thomas Wouters by Skip Montanaro · 24 years ago
- b1aac24 'carb' resource for carbon application. by Jack Jansen · 24 years ago
- e82fad7 Some thanks weren't checked in yet. by Jack Jansen · 24 years ago
- 660bb1d MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. by Jack Jansen · 24 years ago
- 574c0e2 Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. by Jack Jansen · 24 years ago
- dd6eefb no changes other than indentation level (now 4) and comment reflow. by Greg Stein · 24 years ago
- 9542f48 Fixed problems with UTF error reporting macros and some formatting bugs. by Marc-André Lemburg · 24 years ago
- cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
- af36a3a gcc is being stupid with if/else constructs clean out some other warnings by Greg Stein · 24 years ago
- 1d3dd74 * split on / or \ * case insensitive comparison by Skip Montanaro · 24 years ago
- 802bc5d damn! cut-n-paste from ntpath forgot the "import re" by Skip Montanaro · 24 years ago
- 6222c05 * split on / or \ * case insensitive by Skip Montanaro · 24 years ago
- d615918 At GVR's request. by Paul Prescod · 24 years ago
- ff97500 stop messing around with goto and just write the macro correctly. by Greg Stein · 24 years ago
- 9eab789 Online help facility for the Python interprter and other interactive by Paul Prescod · 24 years ago
- f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
- f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
- 0e19e76 - change \x to mean "byte" also in unicode literals (patch #100912) by Fredrik Lundh · 24 years ago
- 855ffac Fix fatal compiler (MSVC6) error: by Tim Peters · 24 years ago
- a924bb1 split and join on "/" in commonprefix by Skip Montanaro · 24 years ago
- fb62584 Fix to a bug found by Florian Weimer: by Marc-André Lemburg · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- c533e4a Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a by Thomas Wouters · 24 years ago
- 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
- c8081e9 Modified the standard mac preamble so we include pymactoolbox.h in by Jack Jansen · 24 years ago
- 629eee0 ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the by Jack Jansen · 24 years ago
- e201cba Oops, forgot to run autoheader before checking in the _getpty move to by Thomas Wouters · 24 years ago
- 3fded4b -- fixed the comment, too by Fredrik Lundh · 24 years ago
- efd7b00 -- note to self: wait until 'cvs commit' has finished before by Fredrik Lundh · 24 years ago
- 47ac126 -- changed default encoding to "ascii". you can still change by Fredrik Lundh · 24 years ago
- 467a67e Fix in PyList_New(). With GC enabled and when out of memory, by Vladimir Marangozov · 24 years ago
- 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
- a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
- 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
- 2d391f2 include stdio.h for sprintf prototype. by Jack Jansen · 24 years ago
- 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
- 41e25cc include macdefs.h for declaration of getwd, if non-gusi python. by Jack Jansen · 24 years ago
- bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
- c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
- f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 24 years ago
- 70c21a1 Move (actually copy) support for the sgi._getpty() function into by Thomas Wouters · 24 years ago
- 649685a ConfigParser enhancements to edit existing configs, part 2 by Eric S. Raymond · 24 years ago
- 23adc9f Typo fix from Bastian Kleineidam by Andrew M. Kuchling · 24 years ago
- 397be50 moving files to nondist/sf-html by Peter Schneider-Kamp · 24 years ago
- a1dbd1b Gosh - clean up that messy HTML; make it valid XHTML instead. by Vladimir Marangozov · 24 years ago
- d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
- 374724e added information how to edit pages at http://python.sourceforge.net by Peter Schneider-Kamp · 24 years ago
- 737bcc3 small FAQ about Python CVS and patches at SourceForge by Peter Schneider-Kamp · 24 years ago
- 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
- 8c46b30 Document PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
- 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
- 9656abd ANSI-fication (got lost in the deep seas of source forge <wink>) by Peter Schneider-Kamp · 24 years ago
- fa521f1 fix PyXXX_Length macros as suggested by Fred by Jeremy Hylton · 24 years ago
- f67c238 Patch by Toby Dickenson, mentored by Mark Hammond, to support by Guido van Rossum · 24 years ago
- 5e70cfe Apply Greg Kochanski's fix for open/265. by Eric S. Raymond · 24 years ago
- dfbd4c7 Fix bug open/243 reported by Dimitri Papadopoulos by Eric S. Raymond · 24 years ago
- 9a5086c just fixing the indentation by Peter Schneider-Kamp · 24 years ago
- 11384c6 raise error on duplicate function arguments by Peter Schneider-Kamp · 24 years ago
- 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
- 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
- 4d5d5bf forgot to change copy.copy(m) to m[:] by Skip Montanaro · 24 years ago
- 8dc19f6 Propagate the current exception in get_inprogress_dict() -- it doesn't by Vladimir Marangozov · 24 years ago
- 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
- 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 24 years ago
- 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
- f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
- 3f2fa0a Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
- 0ae5284 Fixed up some ANSIfications. by Sjoerd Mullender · 24 years ago
- 42bb8b3 apply patch #100868 from Moshe Zadka: by Greg Stein · 24 years ago
- 35e459c debug_instance(): Use the same %p format directive as with by Barry Warsaw · 24 years ago
- a618028 Second try: checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago