1. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  2. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  3. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  4. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  6. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  7. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  8. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  9. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  10. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  11. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  12. 6da3434 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  13. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  14. 6c981ad Only write message about changed Tab size with -v. by Guido van Rossum · 24 years ago
  15. ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 24 years ago
  16. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 24 years ago
  17. d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
  18. 6e73bf4 Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  19. 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 26 years ago
  20. 54758fa Swap two statements in the dedent check loop. This makes absolutely by Guido van Rossum · 26 years ago
  21. 3568524 Fixed the bug in searching for triple quotes -- change the 'quote2' by Guido van Rossum · 26 years ago
  22. cf57d8b tok_nextc() should return unsigned characters, to avoid mistaking by Guido van Rossum · 27 years ago
  23. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  24. 5026cb4 Now that the string-sig has settled on r"obin" strings, restrict the by Guido van Rossum · 27 years ago
  25. 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 27 years ago
  26. 24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  27. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  28. fd8a393 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  29. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  30. faa436c use only j for imaginary constants by Guido van Rossum · 29 years ago
  31. f595fde changes for pow(**) and complex by Guido van Rossum · 29 years ago
  32. 3f6bb86 fix bogus resize length in nextc by Guido van Rossum · 29 years ago
  33. 94d32b1 ignore control-l in whitespace by Guido van Rossum · 29 years ago
  34. 2e96eb9 replace "\r\n" with "\n" at line end (Jim Ahlstrom) by Guido van Rossum · 29 years ago
  35. 78c0535 fix loop on unterminated triple quotes by Guido van Rossum · 30 years ago
  36. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  37. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  38. 1a817c0 * Parser/tokenizer.c (tok_nextc): count line numbers when parsing by Guido van Rossum · 30 years ago
  39. f4b1a64 * Parser/tokenizer.c: backup over illegal newline in string by Guido van Rossum · 30 years ago
  40. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  41. a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set by Guido van Rossum · 31 years ago
  42. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  43. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  44. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  45. 4fe8729 Make tabs always 8 spaces wide -- it's more portable. by Guido van Rossum · 32 years ago
  46. 9430945 Add warning XXX that 09.9 isn't accepted. by Guido van Rossum · 33 years ago
  47. baf0ebf Added shift and mask ops. Allow numbers starting with a period. by Guido van Rossum · 33 years ago
  48. fbab905 Added 2-char tokens and new versions of comparisons by Guido van Rossum · 33 years ago
  49. 8c11a5c Completely ignore lines with only a newline token on them, except by Guido van Rossum · 33 years ago
  50. d6a15ad Generalize to macintosh. by Guido van Rossum · 33 years ago
  51. f023c46 Added recognition of 'l' or 'L' as long integer suffix by Guido van Rossum · 33 years ago
  52. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  53. b156d72 Changes for THINK C 4.0. by Guido van Rossum · 34 years ago
  54. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  55. a769172 Increment line number for continuation lines. by Guido van Rossum · 34 years ago
  56. 85a5fbb Initial revision by Guido van Rossum · 34 years ago