1. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  2. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  3. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  4. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 13 years ago
  5. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  6. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  7. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  8. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 16 years ago
  9. 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
  10. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  11. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  12. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  13. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  14. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 21 years ago
  15. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  16. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  17. c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 22 years ago
  18. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  19. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  20. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  21. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  22. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  23. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  24. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  25. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  26. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  27. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  28. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  29. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 30 years ago
  30. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  31. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  32. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  33. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  34. 3f5da24 "Compiling" version by Guido van Rossum · 33 years ago
  35. 85a5fbb Initial revision by Guido van Rossum · 34 years ago