| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous checkin, the check is for <, not ==. i is unsed in non-debug... | Neal Norwitz | 2006-01-08 | 1 | -2/+5 |
|
|
* | Fix icc warnings. This couldn't have been correct since i is checked | Neal Norwitz | 2006-01-08 | 1 | -5/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 3 | -814/+814 |
|
|
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 2 | -2/+3 |
|
|
* | Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. | Neal Norwitz | 2005-12-18 | 1 | -0/+6 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -5/+10 |
|
|
* | When regenerating files like Python-ast.h, take care that the generated | Armin Rigo | 2005-12-14 | 1 | -3/+2 |
|
|
* | SF #1373150, diffs in working copy after a build | Neal Norwitz | 2005-12-11 | 1 | -1/+5 |
|
|
* | Fix some more memory leaks. | Neal Norwitz | 2005-11-16 | 1 | -6/+11 |
|
|
* | Prevent unlikely memory leak, tok should always be freed when parsetok() returns | Neal Norwitz | 2005-11-15 | 1 | -0/+1 |
|
|
* | Thou shalt not lie, there are really 5 types now | Neal Norwitz | 2005-11-15 | 1 | -1/+1 |
|
|
* | Whoops, checkin consistent versions of *all* files to stop polluting | Neal Norwitz | 2005-11-13 | 1 | -6/+80 |
|
|
* | Prevent name pollution by making lots of internal functions static. | Neal Norwitz | 2005-11-13 | 1 | -4/+4 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -6/+0 |
|
|
* | Use PyErr_NoMemory() instead of rolling our own. | Neal Norwitz | 2005-10-23 | 1 | -7/+5 |
|
|
* | Free coding spec (cs) if there was an error to prevent mem leak. Maybe backp... | Neal Norwitz | 2005-10-21 | 1 | -0/+3 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 7 | -4/+1967 |
|
|
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 3 | -2/+12 |
|
|
* | Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file | Walter Dörwald | 2005-07-12 | 1 | -27/+45 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 1 | -0/+4 |
|
|
* | Patch #802188: better parser error message for non-EOL following line cont. | Martin v. Löwis | 2005-03-03 | 1 | -1/+1 |
|
|
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 1 | -13/+4 |
|
|
* | SF #941229: Decode source code with sys.stdin.encoding in interactive | Hye-Shik Chang | 2004-08-04 | 1 | -0/+61 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -0/+2 |
|
|
* | PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes | Michael W. Hudson | 2004-07-08 | 1 | -1/+1 |
|
|
* | Pass the flags along, rather than ignoring them. Backport candidate | Neal Norwitz | 2004-07-08 | 1 | -1/+1 |
|
|
* | "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD | Tim Peters | 2004-07-07 | 1 | -4/+4 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -3/+38 |
|
|
* | [Patch #974633] Check PyObject_MALLOC return for error | Andrew M. Kuchling | 2004-06-29 | 1 | -0/+4 |
|
|
* | Fix for SF 780407. | Guido van Rossum | 2004-03-20 | 1 | -1/+1 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -2/+0 |
|
|
* | Remove a "temporary" piece of code that was probably unneeded since | Guido van Rossum | 2003-12-15 | 1 | -7/+0 |
|
|
* | Talk about old code: removed a reference to THINK_C. | Jack Jansen | 2003-11-20 | 1 | -30/+0 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 3 | -28/+0 |
|
|
* | Getting rid of support for the ancient Apple MPW compiler. | Jack Jansen | 2003-11-19 | 2 | -24/+0 |
|
|
* | SF bug 751956: graminit.[ch] don't build on windows | Tim Peters | 2003-06-17 | 1 | -1/+4 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+4 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+8 |
|
|
* | Remove file that was moved to ../Include | Guido van Rossum | 2003-04-29 | 1 | -18/+0 |
|
|
* | Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to | Guido van Rossum | 2003-04-17 | 3 | -5/+34 |
|
|
* | compile_atom(): Neal's last checkin removing the setting of i broke | Barry Warsaw | 2003-02-28 | 1 | -0/+3 |
|
|
* | Remove setting i since it isn't used. Found in unrelated bug 690012. | Neal Norwitz | 2003-02-28 | 1 | -3/+0 |
|
|
* | Add URL for PEP to the source code encoding warning. | Marc-André Lemburg | 2003-02-17 | 1 | -6/+12 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -0/+9 |
|
|
* | patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom | Just van Rossum | 2003-02-09 | 1 | -2/+2 |
|
|
* | Fix [ 665014 ] files with long lines and an encoding crash. | Mark Hammond | 2003-01-14 | 1 | -1/+2 |
|
|
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 3 | -12/+14 |
|
|
* | Fix compiler warning on HP-UX. | Neal Norwitz | 2002-11-02 | 1 | -2/+2 |
|
|
* | Change PyOS_Readline declaration to match the recent change to myreadline.c | Skip Montanaro | 2002-10-27 | 1 | -2/+2 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 2 | -10/+22 |
|
|