132 Commits (9b5952d7cd64712dd68aebd577ce9cb0a67ca76c)

Author SHA1 Message Date
Stefan Krah 3db4161011 Issue #9020: The Py_IS* macros from pyctype.h should generally only be 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Benjamin Peterson 88623d76b4 use our own locale independent ctype macros 16 years ago
Benjamin Peterson 4ceeeb09d8 ensure that the locale does not affect the tokenization of identifiers 16 years ago
Victor Stinner ea1642910e Partial backport of r78826: leave import site error handler unchanged (print 16 years ago
Victor Stinner 0217c958f2 Merged revisions 78603 via svnmerge from 16 years ago
Victor Stinner 6664426d7c Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt 16 years ago
Victor Stinner d23d3930ff Issue #7820: The parser tokenizer restores all bytes in the right if the BOM 17 years ago
Benjamin Peterson 42d63847c3 rewrite translate_newlines for clarity 17 years ago
Benjamin Peterson e36199b49d fix several compile() issues by translating newlines in the tokenizer 17 years ago
Benjamin Peterson e3383b8e8f spelling 17 years ago
Benjamin Peterson 9586cf8677 fix some coding style 17 years ago
Benjamin Peterson 08a0bbc846 don't mask encoding errors when decoding a string #6289 17 years ago
Andrew M. Kuchling 110a48cf60 #3367: revert rev. 65539: this change causes test_parser to fail 18 years ago
Andrew M. Kuchling efa61bc15f #3367 from Kristjan Valur Jonsson: 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Amaury Forgeot d'Arc 5216721a53 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). 18 years ago
Neal Norwitz d183bdd6fb Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. 18 years ago
Georg Brandl d5b635f196 Make Py3k warnings consistent w.r.t. punctuation; also respect the 18 years ago
Eric Smith 9ff19b5434 Finished backporting PEP 3127, Integer Literal Support and Syntax. 18 years ago
Neal Norwitz c44af337ce Add assertion that we do not blow out newl 19 years ago
Guido van Rossum 1c4282b41b Silence a compiler warning. 19 years ago
Christian Heimes 082c9b0267 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 19 years ago
Christian Heimes d2f4cb8cca Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. 19 years ago
Georg Brandl 898f1879e1 Add a "const" to make gcc happy. 19 years ago
Georg Brandl 7bdff2c8e5 Issue #1882: when compiling code from a string, encoding cookies in the 19 years ago
Georg Brandl 38d1715b0d Issue #1882: when compiling code from a string, encoding cookies in the 19 years ago
Georg Brandl 14404b68d8 Fix #1679: "0x" was taken as a valid integer literal. 19 years ago
Christian Heimes 288e89acfc Added bytes and b'' as aliases for str and '' 19 years ago
Georg Brandl 76b30d1688 Fix #define ordering. 19 years ago
Georg Brandl dfe5dc8455 Make Python compile with --disable-unicode. 19 years ago
Amaury Forgeot d'Arc 6dae85f409 Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. 19 years ago
Christian Heimes 02c9ab568d Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. 19 years ago
Christian Heimes 729ab15370 Applied patch #1754273 and #1754271 from Thomas Glee 19 years ago
Guido van Rossum e15fab4298 Backport revision 58471, replace PyErr_Print() with PyErr_Clear(). 19 years ago
Guido van Rossum 9fc1b96a19 Change a PyErr_Print() into a PyErr_Clear(), 19 years ago
Martin v. Löwis fc787d515d Patch #1031213: Decode source line in SyntaxErrors back to its original 19 years ago
Martin v. Löwis a5136196bc Patch #1031213: Decode source line in SyntaxErrors back to its original 19 years ago
Andrew M. Kuchling 9b3a824097 Comment grammar 20 years ago
Neal Norwitz 71e05f1e0c Don't truncate if size_t is bigger than uint 20 years ago
Neal Norwitz d21a7fffb1 Patch #1357836: 20 years ago
Skip Montanaro a0b6338823 C++ compiler cleanup: cast signed to unsigned 20 years ago
Neal Norwitz 08062d6665 As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API 20 years ago
Anthony Baxter 114900298e Fix the code in Parser/ to also compile with C++. This was mostly casts for 20 years ago
Neal Norwitz 2c4e4f9839 SF patch #1467512, fix double free with triple quoted string in standard build. 20 years ago
Tim Peters c9d78aa470 Years in the making. 21 years ago
Neal Norwitz 2aa9a5dfdd Use macro versions instead of function versions when we already know the type. 21 years ago
Thomas Wouters 7eaf2aaf48 Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes 21 years ago