1. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 5 years ago
  2. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  3. 67c719b Silenced some warnings about comparison between signed and unsigned integer by Serhiy Storchaka · 10 years ago
  4. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  5. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  6. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  7. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  8. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  9. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  10. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  12. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  13. 80d4e2a SF patch #578297: by Andrew MacIntyre · 22 years ago
  14. e561dc2 XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt by Tim Peters · 22 years ago
  15. 623fdb9 PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow. by Tim Peters · 22 years ago
  16. 755ebea PyNode_AddChild(): Do aggressive over-allocation when the number of by Tim Peters · 22 years ago
  17. 1d6a729 More limits.h stuff in node.c. Fred, check this! by Tim Peters · 24 years ago
  18. 58e64a8 Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined by Vladimir Marangozov · 24 years ago
  19. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  20. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  21. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  22. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  23. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  24. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  25. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  26. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  27. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  28. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  29. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  30. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  31. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 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. 03a24cd Add function to free an entire parse tree. by Guido van Rossum · 34 years ago
  35. 85a5fbb Initial revision by Guido van Rossum · 34 years ago