1. 4463acb Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: by Andrew M. Kuchling · 24 years ago
  2. 498c18f Only use one initialization file for LaTeX2HTML; more recent versions only by Fred Drake · 24 years ago
  3. 82c330e -- updated to include known problems in SRE 0.9.6 (cf. test/output/test_sre) by Fredrik Lundh · 24 years ago
  4. 4fb67f4 Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings. by Jack Jansen · 24 years ago
  5. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  6. 1f9f2f4 Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund. by Jack Jansen · 24 years ago
  7. 12d86c8 Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. by Jack Jansen · 24 years ago
  8. bc66f95 If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior. by Jack Jansen · 24 years ago
  9. 919d326 Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). by Jack Jansen · 24 years ago
  10. 5199c54 Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define. by Jack Jansen · 24 years ago
  11. e1b304d Fix small typos and markup consistency nits. by Fred Drake · 24 years ago
  12. c4422127 Remove unused variable and what looks like an ancient relic of an old by Thomas Wouters · 24 years ago
  13. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  14. 332c59c change some occurence of python15.dll to python20.dll by Peter Schneider-Kamp · 24 years ago
  15. 5c66986 ANSIfy a bit more. by Thomas Wouters · 24 years ago
  16. ed77bac Fix floattime prototype ((void), not (double)) by Thomas Wouters · 24 years ago
  17. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  18. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 24 years ago
  19. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  20. 4789b3a ... and yet more ANSIfications... by Thomas Wouters · 24 years ago
  21. 770e404 ANSIfy yet another hidden function definition. by Thomas Wouters · 24 years ago
  22. eb61b6e Fix typo in previous patch. by Thomas Wouters · 24 years ago
  23. ccada24 *** empty log message *** by Thomas Wouters · 24 years ago
  24. 94d8fea Remove function-less prototype (old function that was removed ?) that by Thomas Wouters · 24 years ago
  25. 1790dd4 Restore TestSkipped exception; appears to have disappeared in last checkin. by Fred Drake · 24 years ago
  26. 6899660 First round of curses documentation improvements; correct errors, flesh out by Eric S. Raymond · 24 years ago
  27. 46a733d Patch #100926 - Better error messages for socket exceptions on Windows. [Slight style differences from posted patch] by Mark Hammond · 24 years ago
  28. e28c296 Another missed ansification. by Thomas Wouters · 24 years ago
  29. c307352 ANSIfy functions that were hiding inside a macro. by Thomas Wouters · 24 years ago
  30. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  31. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  32. 56055a4 -- added code to the new Windows popen functions to make close by Fredrik Lundh · 24 years ago
  33. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  34. e211071 Missed a return from a signal handler -- thanks to /F for pointing it out! by Tim Peters · 24 years ago
  35. 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 24 years ago
  36. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  37. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 24 years ago
  38. 53e7fd7 Fix prototypes generated by makesetup, so they include '(void)' rather than by Thomas Wouters · 24 years ago
  39. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  40. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  41. 3b6448f ANSIfication: add proper prototypes to function-pointers and declarations. by Thomas Wouters · 24 years ago
  42. 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
  43. 0796b00 Further ANSIfication of functionpointers and declarations. Also, make sure by Thomas Wouters · 24 years ago
  44. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 24 years ago
  45. bd8ad94 Remember to return something if RETSIGTYPE is not 'void'. Do we still need by Thomas Wouters · 24 years ago
  46. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  47. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  48. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  49. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  50. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
  51. ba48a3f Remove unused variable. by Thomas Wouters · 24 years ago
  52. 1bc8c1e Remove unused helper-function 'posix_strint'. by Thomas Wouters · 24 years ago
  53. 3531730 Mark Favas's fix for typos in docstrings. by Thomas Wouters · 24 years ago
  54. 623511b Added a few docstrings by Paul Prescod · 24 years ago
  55. 863d8b8 Added docstrings by Paul Prescod · 24 years ago
  56. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  57. ff4df6d Small fixes by Petru Paler (patch #100946) checked in with esr's approval. by Thomas Wouters · 24 years ago
  58. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  59. e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
  60. 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
  61. 018dfae added rewritten normpath from Moshe Zadka that does the right thing with by Skip Montanaro · 24 years ago
  62. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago
  63. 49bd24d added history file truncation based upon code from Johannes Zellner. by Skip Montanaro · 24 years ago
  64. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  65. 616607a ANSIfy the just-checked-in isatty() wrapper. by Thomas Wouters · 24 years ago
  66. 1517d84 new method isatty from Thomas Wouters by Skip Montanaro · 24 years ago
  67. b1aac24 'carb' resource for carbon application. by Jack Jansen · 24 years ago
  68. e82fad7 Some thanks weren't checked in yet. by Jack Jansen · 24 years ago
  69. 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
  70. 574c0e2 Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. by Jack Jansen · 24 years ago
  71. dd6eefb no changes other than indentation level (now 4) and comment reflow. by Greg Stein · 24 years ago
  72. 9542f48 Fixed problems with UTF error reporting macros and some formatting bugs. by Marc-André Lemburg · 24 years ago
  73. cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
  74. af36a3a gcc is being stupid with if/else constructs clean out some other warnings by Greg Stein · 24 years ago
  75. 1d3dd74 * split on / or \ * case insensitive comparison by Skip Montanaro · 24 years ago
  76. 802bc5d damn! cut-n-paste from ntpath forgot the "import re" by Skip Montanaro · 24 years ago
  77. 6222c05 * split on / or \ * case insensitive by Skip Montanaro · 24 years ago
  78. d615918 At GVR's request. by Paul Prescod · 24 years ago
  79. ff97500 stop messing around with goto and just write the macro correctly. by Greg Stein · 24 years ago
  80. 9eab789 Online help facility for the Python interprter and other interactive by Paul Prescod · 24 years ago
  81. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  82. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  83. 0e19e76 - change \x to mean "byte" also in unicode literals (patch #100912) by Fredrik Lundh · 24 years ago
  84. 855ffac Fix fatal compiler (MSVC6) error: by Tim Peters · 24 years ago
  85. a924bb1 split and join on "/" in commonprefix by Skip Montanaro · 24 years ago
  86. fb62584 Fix to a bug found by Florian Weimer: by Marc-André Lemburg · 24 years ago
  87. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  88. c533e4a Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a by Thomas Wouters · 24 years ago
  89. 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
  90. c8081e9 Modified the standard mac preamble so we include pymactoolbox.h in by Jack Jansen · 24 years ago
  91. 629eee0 ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the by Jack Jansen · 24 years ago
  92. e201cba Oops, forgot to run autoheader before checking in the _getpty move to by Thomas Wouters · 24 years ago
  93. 3fded4b -- fixed the comment, too by Fredrik Lundh · 24 years ago
  94. efd7b00 -- note to self: wait until 'cvs commit' has finished before by Fredrik Lundh · 24 years ago
  95. 47ac126 -- changed default encoding to "ascii". you can still change by Fredrik Lundh · 24 years ago
  96. 467a67e Fix in PyList_New(). With GC enabled and when out of memory, by Vladimir Marangozov · 24 years ago
  97. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  98. a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
  99. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  100. 2d391f2 include stdio.h for sprintf prototype. by Jack Jansen · 24 years ago