469 Commits (78f3ce577fda646812b31e5eddffff7f50ea40cd)

Author SHA1 Message Date
Trent Nelson 05c197c75e Make PyAST_obj2mod C89 compliant. 13 years ago
Ezio Melotti c820de5e60 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). 14 years ago
Ezio Melotti cb2916a714 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). 14 years ago
Georg Brandl 02144cca2f Remove unused variables in parsetok(). 14 years ago
Georg Brandl cc98887e45 Remove unused variables in parsetok(). 14 years ago
Jesus Cea e9c5318967 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Jesus Cea 3e3192d8f7 Closes #15512: Correct __sizeof__ support for parser 14 years ago
Jesus Cea 035997f1a3 Issue #1677: Unused variable warning in Non-Windows 14 years ago
Jesus Cea d0f5f4827d Issue #1677: Unused variable warning in Non-Windows 14 years ago
Jesus Cea 99ad1f1354 Backed out changeset 7ccc2cea6969 14 years ago
Jesus Cea 263afe2fed Issue #1667: Unused variable warning in Non-Windows 14 years ago
Tim Golden b92b757eed Issue #1677: Handle better a race condition between the interactive interpreter and 14 years ago
Tim Golden 4702336a0d Issue #1677: Handle better a race condition between the interactive interpreter and 14 years ago
Martin v. Löwis e654c11f56 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. 14 years ago
Antoine Pitrou c345ce1a69 Issue #10350: Read and save errno before calling a function which might overwrite it. 14 years ago
Amaury Forgeot d'Arc 58e8761da6 Issue #13436: Fix a bogus error message when an AST object was passed 14 years ago
Antoine Pitrou 9ec2593bda Fix memory leak with FLUFL-related syntax errors (!) 14 years ago
Benjamin Peterson 0224d4e699 accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson 4058211e8d accept bytes for the AST 'string' type 15 years ago
Benjamin Peterson 180e63507d None is ok for identifiers but not strings 15 years ago
Benjamin Peterson efad2449fc hardcode the old svn __version__ 15 years ago
Benjamin Peterson 2193d2b72b type check AST strings and identifiers 15 years ago
Benjamin Peterson 5eed3062f5 allow None identifiers 15 years ago
Benjamin Peterson 77820242dd verify the types of AST strings and identifiers (closes #12609 and #12610) 15 years ago
Benjamin Peterson 59c69512be hardcode the old svn __version__ 15 years ago
Victor Stinner 4f71101eed Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix 15 years ago
Victor Stinner 08563d904d Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix 15 years ago
Victor Stinner 2c585f607e (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then 15 years ago
Victor Stinner 4755ab010f Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, 15 years ago
Victor Stinner c68b6aaec8 Issue #9319: Fix a crash on parsing a Python source code without encoding 15 years ago
Victor Stinner 5de51ac4c0 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was 15 years ago
Victor Stinner 52c950f229 Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Victor Stinner 034c7537d8 Issue #10841: don't translate newlines for pgen 15 years ago
Victor Stinner 89e3436606 Issue #10841: set binary mode on files; the parser translates newlines 15 years ago
Victor Stinner aaa4e9a438 Remove arbitrary string length limits 15 years ago
Victor Stinner 60fe499941 Compile pgenmain.c and printgrammar.c with PGEN defined 15 years ago
Victor Stinner 83098a4095 Issue #10778: decoding_fgets() decodes the filename from the filesystem 15 years ago
Georg Brandl f55aa80b37 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from 15 years ago
Benjamin Peterson 0a4dae5309 fix refleak 15 years ago
Benjamin Peterson 787cddc93d Merged revisions 86545 via svnmerge from 15 years ago
Benjamin Peterson d8f6597318 new plan: functions that want 'tmp' can declare it 15 years ago
Benjamin Peterson e82c169622 Merged revisions 86540 via svnmerge from 15 years ago
Benjamin Peterson 0e9e98edc7 c89 declarations 15 years ago
Benjamin Peterson aab9585130 Merged revisions 86538 via svnmerge from 15 years ago
Benjamin Peterson 5b066817e2 use %R format code; fixes invalid dereferencing #10391 15 years ago
Georg Brandl 2b15bd810d #10222: fix for overzealous AIX compiler. 15 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