1. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  2. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  3. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  4. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  5. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  6. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  7. 2b15bd8 #10222: fix for overzealous AIX compiler. by Georg Brandl · 14 years ago
  8. 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
  9. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 15 years ago
  12. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  13. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  14. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  15. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  16. 3f993c3 Use an enum for decoding_state. It makes the code a little more understandable. by Neil Schemenauer · 17 years ago
  17. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  18. 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
  19. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  20. 66485ae Remove unused field. by Martin v. Löwis · 18 years ago
  21. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 21 years ago
  22. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  23. 1ee99d3 Make pgen compile with pydebug. Duplicate normalized names, as it may by Martin v. Löwis · 22 years ago
  24. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  25. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  26. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  27. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  28. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  29. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  30. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  31. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  32. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  33. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  34. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 30 years ago
  35. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  36. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  37. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  38. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  39. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  40. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  41. 85a5fbb Initial revision by Guido van Rossum · 34 years ago