1. 274a763 properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 8 years ago
  2. 5d7d26c Issue #25388: Fixed tokenizer hang when processing undecodable source code by Serhiy Storchaka · 9 years ago
  3. 223546d add missing NULL checks to get_coding_spec (closes #24854) by Benjamin Peterson · 9 years ago
  4. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 10 years ago
  5. 24b8209 Issue #21789: fix broken link (reported by Jan Varho) by Ned Deily · 10 years ago
  6. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  7. 22d9ee7 complain if the codec doesn't return unicode by Benjamin Peterson · 11 years ago
  8. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  9. 3db4161 Issue #9020: The Py_IS* macros from pyctype.h should generally only be by Stefan Krah · 14 years ago
  10. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  11. 88623d7 use our own locale independent ctype macros by Benjamin Peterson · 15 years ago
  12. 4ceeeb0 ensure that the locale does not affect the tokenization of identifiers by Benjamin Peterson · 15 years ago
  13. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
  14. d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 15 years ago
  15. 42d6384 rewrite translate_newlines for clarity by Benjamin Peterson · 15 years ago
  16. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 15 years ago
  17. e3383b8 spelling by Benjamin Peterson · 15 years ago
  18. 9586cf8 fix some coding style by Benjamin Peterson · 15 years ago
  19. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 15 years ago
  20. 110a48c #3367: revert rev. 65539: this change causes test_parser to fail by Andrew M. Kuchling · 16 years ago
  21. efa61bc #3367 from Kristjan Valur Jonsson: by Andrew M. Kuchling · 16 years ago
  22. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  23. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  24. 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
  25. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 17 years ago
  26. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  27. 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 17 years ago
  28. c44af33 Add assertion that we do not blow out newl by Neal Norwitz · 17 years ago
  29. 082c9b0 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 17 years ago
  30. 898f187 Add a "const" to make gcc happy. by Georg Brandl · 17 years ago
  31. 38d1715 Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 17 years ago
  32. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 17 years ago
  33. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  34. 76b30d1 Fix #define ordering. by Georg Brandl · 17 years ago
  35. dfe5dc8 Make Python compile with --disable-unicode. by Georg Brandl · 17 years ago
  36. 6dae85f Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. by Amaury Forgeot d'Arc · 17 years ago
  37. 02c9ab5 Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. by Christian Heimes · 17 years ago
  38. 729ab15 Applied patch #1754273 and #1754271 from Thomas Glee by Christian Heimes · 17 years ago
  39. 9fc1b96 Change a PyErr_Print() into a PyErr_Clear(), per discussion in issue 1031213. by Guido van Rossum · 17 years ago
  40. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  41. 9b3a824 Comment grammar by Andrew M. Kuchling · 18 years ago
  42. 71e05f1 Don't truncate if size_t is bigger than uint by Neal Norwitz · 18 years ago
  43. d21a7ff Patch #1357836: by Neal Norwitz · 18 years ago
  44. a0b6338 C++ compiler cleanup: cast signed to unsigned by Skip Montanaro · 19 years ago
  45. 08062d6 As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API by Neal Norwitz · 19 years ago
  46. 1149002 Fix the code in Parser/ to also compile with C++. This was mostly casts for by Anthony Baxter · 19 years ago
  47. 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 19 years ago
  48. c9d78aa Years in the making. by Tim Peters · 19 years ago
  49. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 19 years ago
  50. 7eaf2aa Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes by Thomas Wouters · 19 years ago
  51. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  52. 6cba256 Change non-ASCII warning into a SyntaxError. by Martin v. Löwis · 19 years ago
  53. f5adf1e Use Py_ssize_t to count the length. by Martin v. Löwis · 19 years ago
  54. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  55. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  56. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  57. dee2fd5 Fix some more memory leaks. by Neal Norwitz · 19 years ago
  58. c0d5faa Free coding spec (cs) if there was an error to prevent mem leak. Maybe backport candidate by Neal Norwitz · 19 years ago
  59. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  60. c1f5fff Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file by Walter Dörwald · 19 years ago
  61. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 20 years ago
  62. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 20 years ago
  63. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  64. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  65. 1fb1400 Add URL for PEP to the source code encoding warning. by Marc-André Lemburg · 22 years ago
  66. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 22 years ago
  67. a2e303c Fix [ 665014 ] files with long lines and an encoding crash. by Mark Hammond · 22 years ago
  68. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  69. e08e1bc Fix compiler warning on HP-UX. Cast param to isalnum() to int. by Neal Norwitz · 22 years ago
  70. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  71. 17db21f Removed reliance on gcc/C99 extension. by Tim Peters · 22 years ago
  72. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  73. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  74. 118ec70 provide less mysterious error messages when seeing end-of-line in by Skip Montanaro · 22 years ago
  75. 2863c10 Use Py_FatalError instead of abort. by Martin v. Löwis · 22 years ago
  76. 019934b Fix PEP 263 code --without-unicode. Fixes #591943. by Martin v. Löwis · 22 years ago
  77. cf0a2cf Added a cast to shut up a compiler warning. by Jack Jansen · 22 years ago
  78. 725bb23 Add 1 to lineno in deprecation warning. Fixes #590888. by Martin v. Löwis · 22 years ago
  79. 1ee99d3 Make pgen compile with pydebug. Duplicate normalized names, as it may by Martin v. Löwis · 22 years ago
  80. cd280fb Group statements properly. by Martin v. Löwis · 22 years ago
  81. 2c3f9c6 Repaired a fatal compiler error in the debug build: it's not clear what by Tim Peters · 22 years ago
  82. 919603b Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  83. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  84. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
  85. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  86. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  87. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  88. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 24 years ago
  89. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  90. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  91. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  92. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  93. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  94. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  95. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  96. 6da3434 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  97. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  98. 6c981ad Only write message about changed Tab size with -v. by Guido van Rossum · 25 years ago
  99. ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 25 years ago
  100. 86016cb Marc-Andre Lemburg: add new string token types u"..." and ur"..." by Guido van Rossum · 25 years ago