592 Commits (fa310ee3a950e32c94c378ba2aa790b517104fae)

Author SHA1 Message Date
Benjamin Peterson efad2449fc hardcode the old svn __version__ 15 years ago
Benjamin Peterson 0bd152cd67 remove ast.__version__ (closes #12273) 15 years ago
Benjamin Peterson 620b2c8c98 comment which is not applicable anymore 15 years ago
Benjamin Peterson 0c1036270d remove intrcheck.c, which hasn't been used for years 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
Benjamin Peterson 758888d437 don't restrict unexpected EOF errors to the first line (closes #12216) 15 years ago
Benjamin Peterson 43af12b0b4 unify TryExcept and TryFinally (closes #12199) 15 years ago
Benjamin Peterson bf1bbc1452 reflect with statements with multiple items in the AST (closes #12106) 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
Jesus Cea c1935d2abf Revert bb62908896fe, but keep the test 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
Victor Stinner fe7c5b5bdf Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. 15 years ago
Victor Stinner 7f2fee3640 Issue #10785: Store the filename as Unicode in the Python parser. 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Benjamin Peterson c9723d09eb use only the hex version, since the revno is unreliable across repos 15 years ago
Benjamin Peterson 0d6245dd89 actually get file rev 15 years ago
Benjamin Peterson 6cb2b923e0 convert ast versioning to mercurial 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 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 15 years ago
Victor Stinner 4c7c8c3023 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 15 years ago
Victor Stinner 22a351aabf Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file 15 years ago
Benjamin Peterson 3e5cd1d04e Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
Stefan Krah 3db4161011 Issue #9020: The Py_IS* macros from pyctype.h should generally only be 16 years ago
Benjamin Peterson 60995fbdc5 Merged revisions 82160 via svnmerge from 16 years ago
Benjamin Peterson c009735b50 spacing nit; this isn't C 16 years ago
Benjamin Peterson 1056ca264f fix code formatting 16 years ago
Benjamin Peterson 5b92772e24 use the 's' format code instead of 'U' 16 years ago
Senthil Kumaran bb35b21bce Merged revisions 81288 via svnmerge from 16 years ago
Senthil Kumaran 2b80fa6939 Merged revisions 81286 via svnmerge from 16 years ago