1. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  2. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  3. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  4. bd8ad94 Remember to return something if RETSIGTYPE is not 'void'. Do we still need by Thomas Wouters · 24 years ago
  5. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  6. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  7. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  8. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  9. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 24 years ago
  10. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  11. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  12. 6da3434 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  13. 6b7a5d8 Jack Jansen: Removed Macintosh tab-guessing code by Guido van Rossum · 24 years ago
  14. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  15. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  16. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  17. 6c981ad Only write message about changed Tab size with -v. by Guido van Rossum · 24 years ago
  18. ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 24 years ago
  19. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 24 years ago
  20. 89ce454 Make sure that -t and -tt also work on strings passed to compile(). by Guido van Rossum · 26 years ago
  21. d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
  22. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  23. 2a57004 Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. by Guido van Rossum · 26 years ago
  24. 80c7bcf The previous fix was still broken; the Py_END_ALLOW_THREADS macro was by Guido van Rossum · 26 years ago
  25. 8efa47b We now assume that PyOS_Readline() is called with the interpreter lock by Guido van Rossum · 26 years ago
  26. 6e73bf4 Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  27. 47fbc40 Add a version of PySys_WriteStderr() that writes to stderr, so we can by Guido van Rossum · 26 years ago
  28. c3e3e64 There's a bunch of files that shouldn't be included in libpython*.a! by Guido van Rossum · 26 years ago
  29. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  30. 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 26 years ago
  31. c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. by Guido van Rossum · 26 years ago
  32. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  33. f2da4ed Add $(LIBS) to the pgen link line. by Guido van Rossum · 26 years ago
  34. 54758fa Swap two statements in the dedent check loop. This makes absolutely by Guido van Rossum · 26 years ago
  35. 3568524 Fixed the bug in searching for triple quotes -- change the 'quote2' by Guido van Rossum · 26 years ago
  36. cf57d8b tok_nextc() should return unsigned characters, to avoid mistaking by Guido van Rossum · 26 years ago
  37. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  38. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  39. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  40. 717c6f9 Move GNU readline interface to ../Modules/readline.c. by Guido van Rossum · 27 years ago
  41. aee094c Added finalization routines. by Guido van Rossum · 27 years ago
  42. ff0ec52 Finally plug the memory leak caused by syntax error (including by Guido van Rossum · 27 years ago
  43. f6ca6aa New build procedure. by Guido van Rossum · 27 years ago
  44. ee2373b Oops, missed some renamings. by Guido van Rossum · 27 years ago
  45. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  46. 5026cb4 Now that the string-sig has settled on r"obin" strings, restrict the by Guido van Rossum · 27 years ago
  47. 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 27 years ago
  48. fa658ce Remove two unised variables. by Guido van Rossum · 27 years ago
  49. 24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  50. 6dacd90 Allow leading underscore in keywords. by Guido van Rossum · 27 years ago
  51. fbd64c8 Restructured quite a bit, hopefully Lee Busby will find this useful. by Guido van Rossum · 27 years ago
  52. bae9518 Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy. by Guido van Rossum · 27 years ago
  53. ad74fa6 In the Unix version, arrange for sigcheck() to be called via by Guido van Rossum · 27 years ago
  54. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  55. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  56. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  57. 0bc253d Explicitly call rl_initialize(). by Guido van Rossum · 28 years ago
  58. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  59. 9ea917e Only define PyOS_ReadlineInit if WITH_READLINE defined. by Guido van Rossum · 28 years ago
  60. adf8769 Separate readline initialization into new function PyOS_ReadlineInit(). by Guido van Rossum · 28 years ago
  61. faa436c use only j for imaginary constants by Guido van Rossum · 28 years ago
  62. f595fde changes for pow(**) and complex by Guido van Rossum · 28 years ago
  63. c7fea2f add sigrelse() call for SunOS 4.1; add some fflush() calls by Guido van Rossum · 28 years ago
  64. 3f6bb86 fix bogus resize length in nextc by Guido van Rossum · 29 years ago
  65. 94d32b1 ignore control-l in whitespace by Guido van Rossum · 29 years ago
  66. 2e96eb9 replace "\r\n" with "\n" at line end (Jim Ahlstrom) by Guido van Rossum · 29 years ago
  67. 575d561 added PyErr_SetInterrupt() by Guido van Rossum · 29 years ago
  68. d09b41b remove last bits of mac specific code by Guido van Rossum · 29 years ago
  69. 9fc3989 Mac interrupt code moved to macglue.c by Jack Jansen · 29 years ago
  70. 51f4b8d New cmd-. handling for the mac. by Jack Jansen · 29 years ago
  71. ec49827 fix strncpy call (uninitialized memory read) by Guido van Rossum · 29 years ago
  72. badadd2 typo by Guido van Rossum · 29 years ago
  73. febf811 Added mac-only intrpeek routine that peeks for command-. by Jack Jansen · 29 years ago
  74. 78c0535 fix loop on unterminated triple quotes by Guido van Rossum · 29 years ago
  75. 62e376b made interrupted static again by Guido van Rossum · 29 years ago
  76. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 29 years ago
  77. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  78. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  79. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  80. 2929527 * Parser/intrcheck.c: make 'interrupted' global (forgot for whom...) by Guido van Rossum · 30 years ago
  81. 1a817c0 * Parser/tokenizer.c (tok_nextc): count line numbers when parsing by Guido van Rossum · 30 years ago
  82. 6522eb0 * Parser/grammar1.c (finddfa): massive speed up by using direct by Guido van Rossum · 30 years ago
  83. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  84. f4b1a64 * Parser/tokenizer.c: backup over illegal newline in string by Guido van Rossum · 30 years ago
  85. bd0389d don't call strncpy(str, NULL, 0) by Guido van Rossum · 30 years ago
  86. 0e3da7b Makefile: add $(OPT) to linking line tokenizer.c: move tok_backup call around by Guido van Rossum · 30 years ago
  87. d250ee2 * Parser/tokenizer.c: backup over illegal newline in string by Guido van Rossum · 30 years ago
  88. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  89. 6fa6343 None by Guido van Rossum · 31 years ago
  90. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  91. badac73 New file by Guido van Rossum · 31 years ago
  92. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  93. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  94. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  95. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  96. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  97. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  98. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  99. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  100. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago