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