| Commit message (Expand) | Author | Age | Files | Lines |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -3/+3 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+6 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+3 |
|
|
* | Make 'python -tt' the default, meaning Python won't allow mixing tabs and | Thomas Wouters | 2006-04-14 | 1 | -11/+4 |
|
|
* | Get rid of compiler warning | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Get rid of compiler warning about with_msg and as_msg being unused | Neal Norwitz | 2006-03-16 | 1 | -0/+2 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -1/+2 |
|
|
* | Patch #1440601: Add col_offset attribute to AST nodes. | Martin v. Löwis | 2006-03-01 | 1 | -2/+7 |
|
|
* | Make 'as' an actual keyword when with's future statement is used. Not | Thomas Wouters | 2006-02-28 | 1 | -2/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -16/+39 |
|
|
* | Remove C99ism. | Martin v. Löwis | 2006-02-15 | 1 | -1/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+2 |
|
|
* | Prevent unlikely memory leak, tok should always be freed when parsetok() returns | Neal Norwitz | 2005-11-15 | 1 | -0/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -3/+2 |
|
|
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 1 | -1/+1 |
|
|
* | Pass the flags along, rather than ignoring them. Backport candidate | Neal Norwitz | 2004-07-08 | 1 | -1/+1 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -0/+9 |
|
|
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 1 | -7/+7 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -2/+10 |
|
|
* | SF patch #578297: | Andrew MacIntyre | 2002-08-04 | 1 | -3/+3 |
|
|
* | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -2/+11 |
|
|
* | Disable the parser hacks that enabled the "yield" keyword using a future | Neil Schemenauer | 2002-03-22 | 1 | -0/+6 |
|
|
* | Initialize err_ret with filename if available. Fixes #498828. | Martin v. Löwis | 2002-01-05 | 1 | -5/+5 |
|
|
* | Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz) | Guido van Rossum | 2001-10-20 | 1 | -12/+15 |
|
|
* | Add a really stupid warning about 'yield' used as an identifier. | Guido van Rossum | 2001-07-17 | 1 | -0/+12 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -5/+22 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | PyParser_ParseString(): When the err_ret structure is initialized, the | Barry Warsaw | 2000-08-18 | 1 | -0/+2 |
|
|
* | Mass ANSIfication. | Thomas Wouters | 2000-07-22 | 1 | -17/+4 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 1 | -2/+2 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -2/+1 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
|
|
* | Jack Jansen: Removed Macintosh tab-guessing code | Guido van Rossum | 2000-06-28 | 1 | -7/+0 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Make sure that -t and -tt also work on strings passed to compile(). | Guido van Rossum | 1998-12-21 | 1 | -0/+7 |
|
|
* | Declare and use Py_TabcheckFlag here. | Guido van Rossum | 1998-04-10 | 1 | -0/+8 |
|
|
* | Finally plug the memory leak caused by syntax error (including | Guido van Rossum | 1997-07-27 | 1 | -1/+4 |
|
|
* | Another directory quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -11/+12 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | fix strncpy call (uninitialized memory read) | Guido van Rossum | 1995-01-20 | 1 | -1/+2 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | don't call strncpy(str, NULL, 0) | Guido van Rossum | 1994-08-29 | 1 | -81/+79 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -4/+7 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Guess tab size on the Mac from tab resource. | Guido van Rossum | 1992-03-25 | 1 | -0/+7 |
|
|
* | Append a NEWLINE token at the end of a file. | Guido van Rossum | 1992-03-04 | 1 | -0/+7 |
|
|
* | When printing an error message, don't choke if tok->buf is NULL. | Guido van Rossum | 1991-06-07 | 1 | -10/+14 |
|
|
* | Don't print the line number for syntax errors in string parsing. | Guido van Rossum | 1991-06-03 | 1 | -0/+3 |
|
|