25 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Antoine Pitrou 9ed5f27266 Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
Christian Heimes 1eb0cb12ac Some compilers complain about 'control reaches end of non-void function' 13 years ago
Christian Heimes 53d2dc4045 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging 13 years ago
Benjamin Peterson 742b2f8d7a make PyGrammar_LabelRepr return a const char * (closes #16369) 14 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 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
Tim Peters 88e138c842 PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. 25 years ago
Tim Peters 1ca1296157 The parser doesn't need its own implementation of assert, and having its 25 years ago
Barry Warsaw 5947af5ac3 Reverting last change so we don't have to think about the assert macro 25 years ago
Barry Warsaw b97c969fee PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() for 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Thomas Wouters 23c9e0024a Mass ANSIfication. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 86bea46b3d Another directory quickly renamed. 29 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum b9f8d6e54d Added 1995 to copyright message. 32 years ago
Guido van Rossum 6522eb0400 * Parser/grammar1.c (finddfa): massive speed up by using direct 32 years ago
Guido van Rossum 1d5735e846 Merge back to main trunk 32 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum bab9d03855 Copyright for 1992 added 34 years ago
Guido van Rossum f70e43a073 Added copyright notice. 36 years ago
Guido van Rossum 3f5da24ea3 "Compiling" version 36 years ago
Guido van Rossum 85a5fbbdfe Initial revision 36 years ago