35 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Georg Brandl f55aa80b37 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from 16 years ago
Georg Brandl 2b15bd810d #10222: fix for overzealous AIX compiler. 16 years ago
Victor Stinner 15244f7b12 Recorded merge of revisions 85569-85570 via svnmerge from 16 years ago
Victor Stinner 4c7c8c3023 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 16 years ago
Victor Stinner 22a351aabf Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file 16 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
Benjamin Peterson aeaa592516 Merged revisions 76230 via svnmerge from 17 years ago
Benjamin Peterson f5b52246ed ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 17 years ago
Brett Cannon da78043237 Latin-1 source code was not being properly decoded when passed through 18 years ago
Guido van Rossum 40d20bcf1f Issue 1267, continued. 19 years ago
Guido van Rossum ce3a72aec6 Patch 1267 by Christian Heimes. 19 years ago
Neil Schemenauer 3f993c3b52 Use an enum for decoding_state. It makes the code a little more 19 years ago
Thomas Wouters 89d996e5c2 Merged revisions 57778-58052 via svnmerge from 19 years ago
Martin v. Löwis 85bcc66bb4 Convert code from sys.stdin.encoding to UTF-8 in 19 years ago
Martin v. Löwis 49c5da1d88 Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
Martin v. Löwis 66485ae571 Remove unused field. 20 years ago
Martin v. Löwis 95292d6caa Constify filenames and scripts. Fixes #651362. 24 years ago
Martin v. Löwis f62a89b1e0 Ignore encoding declarations inside strings. Fixes #603509. 24 years ago
Martin v. Löwis 1ee99d31d9 Make pgen compile with pydebug. Duplicate normalized names, as it may 24 years ago
Martin v. Löwis 00f1e3f5a5 Patch #534304: Implement phase 1 of PEP 263. 24 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Tim Peters dbd9ba6a6c Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. 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 926f13a081 Add checking for inconsistent tab usage 28 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 1d5735e846 Merge back to main trunk 32 years ago
Guido van Rossum 248a50c168 * Grammar: corrected old typo (class instead of 'class') 33 years ago
Guido van Rossum a3309960a5 * Added support for X11 modules. 33 years ago
Guido van Rossum a849b834f1 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set 33 years ago
Guido van Rossum 6ac258d381 * pythonrun.c: Print exception type+arg *after* stack trace instead of 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum 5113f5fd34 Copyright for 1992 added 34 years ago
Guido van Rossum f70e43a073 Added copyright notice. 36 years ago
Guido van Rossum 85a5fbbdfe Initial revision 36 years ago