1. eb9a1c0 [2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849) by Zackery Spytz · 6 years ago
  2. 00aebab closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Miss Islington (bot) · 6 years ago
  3. 02144cc Remove unused variables in parsetok(). by Georg Brandl · 12 years ago
  4. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  5. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 15 years ago
  6. d12f86c http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  7. 342212c Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD by Christian Heimes · 16 years ago
  8. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  9. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  10. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  11. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  12. 6bf1a8f Handle NULL nodes while parsing. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  13. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 18 years ago
  14. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  15. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  16. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  17. a87c445 Remove C99ism. by Martin v. Löwis · 18 years ago
  18. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  19. 56c6561 Prevent unlikely memory leak, tok should always be freed when parsetok() returns by Neal Norwitz · 19 years ago
  20. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  21. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  22. 4ded4b5 Pass the flags along, rather than ignoring them. Backport candidate by Neal Norwitz · 20 years ago
  23. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  24. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  25. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  26. 80d4e2a SF patch #578297: by Andrew MacIntyre · 22 years ago
  27. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  28. c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 22 years ago
  29. 16eff6f Initialize err_ret with filename if available. Fixes #498828. by Martin v. Löwis · 22 years ago
  30. 0c156a5 Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz) by Guido van Rossum · 23 years ago
  31. da62ecc Add a really stupid warning about 'yield' used as an identifier. by Guido van Rossum · 23 years ago
  32. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  33. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  34. 38aa14a PyParser_ParseString(): When the err_ret structure is initialized, the by Barry Warsaw · 24 years ago
  35. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  36. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  37. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  38. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  39. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  40. 6da3434 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  41. 6b7a5d8 Jack Jansen: Removed Macintosh tab-guessing code by Guido van Rossum · 24 years ago
  42. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  43. 89ce454 Make sure that -t and -tt also work on strings passed to compile(). by Guido van Rossum · 26 years ago
  44. 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 26 years ago
  45. ff0ec52 Finally plug the memory leak caused by syntax error (including by Guido van Rossum · 27 years ago
  46. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  47. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  48. ec49827 fix strncpy call (uninitialized memory read) by Guido van Rossum · 29 years ago
  49. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  50. bd0389d don't call strncpy(str, NULL, 0) by Guido van Rossum · 30 years ago
  51. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  52. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  53. 91ece42 Guess tab size on the Mac from tab resource. by Guido van Rossum · 32 years ago
  54. d8b1d37 Append a NEWLINE token at the end of a file. by Guido van Rossum · 32 years ago
  55. 56b07c8 When printing an error message, don't choke if tok->buf is NULL. by Guido van Rossum · 33 years ago
  56. 326f582 Don't print the line number for syntax errors in string parsing. by Guido van Rossum · 33 years ago
  57. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  58. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  59. 840bcf1 Set parse tree in parser data structure to NULL when returning by Guido van Rossum · 34 years ago
  60. 85a5fbb Initial revision by Guido van Rossum · 34 years ago