| Commit message (Expand) | Author | Age | Files | Lines |
* | regenerate Python-ast.c | Benjamin Peterson | 2009-12-13 | 1 | -89/+455 |
|
|
* | Merged revisions 76534,76538,76628,76701,76774 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+5 |
|
|
* | remove magic number bumping from the 2.x -U option #7459 | Benjamin Peterson | 2009-12-10 | 1 | -19/+11 |
|
|
* | Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This | Mark Dickinson | 2009-12-03 | 1 | -0/+1 |
|
|
* | Merged revisions 76575 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -28/+17 |
|
|
* | Issue #4486: When an exception has an explicit cause, do not print its implic... | Antoine Pitrou | 2009-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -36/+31 |
|
|
* | Merged revisions 76423-76424 via svnmerge from | Benjamin Peterson | 2009-11-20 | 1 | -3/+2 |
|
|
* | Try to strengthen condition-waiting under Windows. | Antoine Pitrou | 2009-11-12 | 1 | -11/+9 |
|
|
* | Our condition variable emulation under Windows is imperfect, which | Antoine Pitrou | 2009-11-11 | 1 | -9/+24 |
|
|
* | Remove obsolete comment. | Antoine Pitrou | 2009-11-10 | 1 | -1/+0 |
|
|
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 4 | -63/+499 |
|
|
* | Merged revisions 75982 via svnmerge from | Mark Dickinson | 2009-10-31 | 1 | -1/+19 |
|
|
* | in wide builds, avoid storing high unicode characters from source code with s... | Benjamin Peterson | 2009-10-28 | 1 | -9/+14 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -5/+17 |
|
|
* | Move some comments to more appropriate places | Mark Dickinson | 2009-10-26 | 1 | -5/+8 |
|
|
* | Merged revisions 75714 via svnmerge from | Mark Dickinson | 2009-10-26 | 1 | -0/+9 |
|
|
* | Disable support for Irix threads | Antoine Pitrou | 2009-10-24 | 1 | -6/+1 |
|
|
* | Disable GNU pth support | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | Disable support for SunOS LWP | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | Disable support for Mach C Threads. | Antoine Pitrou | 2009-10-24 | 1 | -0/+1 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 3 | -351/+0 |
|
|
* | Peephole constant folding had missed UNARY_POSITIVE. | Raymond Hettinger | 2009-10-22 | 1 | -0/+4 |
|
|
* | Merged revisions 75570 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -0/+32 |
|
|
* | Remove the uses of WITHOUT_COMPLEX introduced in r75471 | Mark Dickinson | 2009-10-18 | 2 | -4/+0 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 5 | -18/+0 |
|
|
* | Merged revisions 75440 via svnmerge from | Mark Dickinson | 2009-10-15 | 2 | -3/+8 |
|
|
* | Issue #1754094: Improve the stack depth calculation in the compiler. | Neil Schemenauer | 2009-10-14 | 1 | -4/+13 |
|
|
* | Merged revisions 74841 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -19/+12 |
|
|
* | Merged revisions 75223 via svnmerge from | Benjamin Peterson | 2009-10-03 | 1 | -0/+13 |
|
|
* | silence with (void) two warnings about computed and unused value of POP() | Ezio Melotti | 2009-10-03 | 1 | -2/+2 |
|
|
* | Merged revisions 75141 via svnmerge from | Mark Dickinson | 2009-09-29 | 1 | -3/+13 |
|
|
* | star_expr now always has two nodes | Benjamin Peterson | 2009-09-27 | 1 | -3/+1 |
|
|
* | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 | 2 | -842/+853 |
|
|
* | Merged revisions 74464 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -11/+10 |
|
|
* | - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with | Sean Reifscheider | 2009-08-01 | 1 | -1/+1 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -7/+7 |
|
|
* | Merged revisions 73750 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -5/+4 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 4 | -69/+17 |
|
|
* | Merged revisions 73683,73786 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -6/+9 |
|
|
* | update ast version | Benjamin Peterson | 2009-07-17 | 1 | -2/+2 |
|
|
* | Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -10/+12 |
|
|
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+5 |
|
|
* | Merged revisions 74040,74042 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|
|
* | refactor logic a little when no sep or end is passed | Benjamin Peterson | 2009-07-02 | 1 | -4/+10 |
|
|
* | In most cases, the parser will protect True, False, and None from being assi... | Benjamin Peterson | 2009-06-28 | 1 | -13/+38 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 4 | -67/+67 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -12/+0 |
|
|
* | use stack altering macros here | Benjamin Peterson | 2009-06-28 | 1 | -7/+7 |
|
|
* | Merged revisions 73614-73615 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -2/+4 |
|
|