1. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  2. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  3. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  4. 2929527 * Parser/intrcheck.c: make 'interrupted' global (forgot for whom...) by Guido van Rossum · 30 years ago
  5. 1a817c0 * Parser/tokenizer.c (tok_nextc): count line numbers when parsing by Guido van Rossum · 30 years ago
  6. 6522eb0 * Parser/grammar1.c (finddfa): massive speed up by using direct by Guido van Rossum · 30 years ago
  7. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  8. f4b1a64 * Parser/tokenizer.c: backup over illegal newline in string by Guido van Rossum · 30 years ago
  9. bd0389d don't call strncpy(str, NULL, 0) by Guido van Rossum · 30 years ago
  10. 0e3da7b Makefile: add $(OPT) to linking line tokenizer.c: move tok_backup call around by Guido van Rossum · 30 years ago
  11. d250ee2 * Parser/tokenizer.c: backup over illegal newline in string by Guido van Rossum · 30 years ago
  12. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  13. 6fa6343 None by Guido van Rossum · 31 years ago
  14. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  15. badac73 New file by Guido van Rossum · 31 years ago
  16. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  17. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  18. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  19. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  20. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  21. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  22. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  23. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  24. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  25. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  26. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  27. cf7448b Correct debug printing code by Guido van Rossum · 32 years ago
  28. 888d205 Print warnings to stderr and correct spelling by Guido van Rossum · 32 years ago
  29. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  30. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  31. 7ebb23c Added guesstabsize() for the mac by Guido van Rossum · 32 years ago
  32. df840d9 lint by Guido van Rossum · 32 years ago
  33. 9abc539 Lint fluff by Guido van Rossum · 32 years ago
  34. 91ece42 Guess tab size on the Mac from tab resource. by Guido van Rossum · 32 years ago
  35. d8b1d37 Append a NEWLINE token at the end of a file. by Guido van Rossum · 32 years ago
  36. 4fe8729 Make tabs always 8 spaces wide -- it's more portable. by Guido van Rossum · 32 years ago
  37. 189e8f9 Added a header file. by Guido van Rossum · 33 years ago
  38. 9430945 Add warning XXX that 09.9 isn't accepted. by Guido van Rossum · 33 years ago
  39. baf0ebf Added shift and mask ops. Allow numbers starting with a period. by Guido van Rossum · 33 years ago
  40. fbab905 Added 2-char tokens and new versions of comparisons by Guido van Rossum · 33 years ago
  41. c64d04d Implemented 2-character operators. by Guido van Rossum · 33 years ago
  42. 7d8b509 Added work-arounds for MPW 3.{1,2?} code generation bug. by Guido van Rossum · 33 years ago
  43. 8c11a5c Completely ignore lines with only a newline token on them, except by Guido van Rossum · 33 years ago
  44. 1055ece Reorganized somewhat to make it really work on Think C. Hope the best for MPW 3. by Guido van Rossum · 33 years ago
  45. d6a15ad Generalize to macintosh. by Guido van Rossum · 33 years ago
  46. 56b07c8 When printing an error message, don't choke if tok->buf is NULL. by Guido van Rossum · 33 years ago
  47. 326f582 Don't print the line number for syntax errors in string parsing. by Guido van Rossum · 33 years ago
  48. f023c46 Added recognition of 'l' or 'L' as long integer suffix by Guido van Rossum · 33 years ago
  49. 324aa79 Add declaration of struct _node, for scoping reasons. by Guido van Rossum · 33 years ago
  50. 71f477c Added forward declarations. by Guido van Rossum · 33 years ago
  51. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  52. 875eb7d Mac version now looks ahead in event queue instead of eating events. by Guido van Rossum · 34 years ago
  53. b156d72 Changes for THINK C 4.0. by Guido van Rossum · 34 years ago
  54. 706eea8 Changess for THINK C 4.0. by Guido van Rossum · 34 years ago
  55. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  56. 840bcf1 Set parse tree in parser data structure to NULL when returning by Guido van Rossum · 34 years ago
  57. 99f02d4 Free parse tree when deleting parser. by Guido van Rossum · 34 years ago
  58. 03a24cd Add function to free an entire parse tree. by Guido van Rossum · 34 years ago
  59. a769172 Increment line number for continuation lines. by Guido van Rossum · 34 years ago
  60. 85a5fbb Initial revision by Guido van Rossum · 34 years ago