1. 1149002 Fix the code in Parser/ to also compile with C++. This was mostly casts for by Anthony Baxter · 18 years ago
  2. 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 18 years ago
  3. 46aae19 Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds by Neal Norwitz · 19 years ago
  4. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 19 years ago
  5. bd311d8 Remove a "temporary" piece of code that was probably unneeded since by Guido van Rossum · 21 years ago
  6. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  7. edaa071 compile_atom(): Neal's last checkin removing the setting of i broke by Barry Warsaw · 21 years ago
  8. 5f16a31 Remove setting i since it isn't used. Found in unrelated bug 690012. by Neal Norwitz · 21 years ago
  9. 5352d8c Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c by Neal Norwitz · 22 years ago
  10. 44c4c6d Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it. by Neil Schemenauer · 22 years ago
  11. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  12. 25dfe2c Silence parser generator output. by Guido van Rossum · 23 years ago
  13. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  14. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  15. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  16. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  17. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  18. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  19. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  20. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  21. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  22. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  25. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  26. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  27. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  28. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  29. 71f477c Added forward declarations. by Guido van Rossum · 33 years ago
  30. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  31. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  32. 85a5fbb Initial revision by Guido van Rossum · 34 years ago