1. 9ac11a7 properly free memory in pgen by Benjamin Peterson · 8 years ago
  2. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  3. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  4. a8cd4d4 Got rid of warnings "suggest braces around empty body in an ‘else’ statement" by Serhiy Storchaka · 9 years ago
  5. 5e4d372 Silence warning about set but unused variable inside compile_atom() in non-debug builds by Christian Heimes · 11 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  8. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  10. 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 · 18 years ago
  11. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 18 years ago
  12. bd311d8 Remove a "temporary" piece of code that was probably unneeded since by Guido van Rossum · 21 years ago
  13. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  14. edaa071 compile_atom(): Neal's last checkin removing the setting of i broke by Barry Warsaw · 21 years ago
  15. 5f16a31 Remove setting i since it isn't used. Found in unrelated bug 690012. by Neal Norwitz · 21 years ago
  16. 5352d8c Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c by Neal Norwitz · 22 years ago
  17. 44c4c6d Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it. by Neil Schemenauer · 22 years ago
  18. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  19. 25dfe2c Silence parser generator output. by Guido van Rossum · 23 years ago
  20. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  21. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  22. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  23. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. bb3649e Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  27. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  28. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  29. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  32. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  33. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  34. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  35. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  36. 71f477c Added forward declarations. by Guido van Rossum · 33 years ago
  37. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  38. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  39. 85a5fbb Initial revision by Guido van Rossum · 34 years ago