| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix {} mismatch spotted by George Yoshida. | Neal Norwitz | 2006-04-13 | 1 | -1/+1 |
|
|
* | tty isn't supported on all boxes. | Tim Peters | 2006-04-13 | 1 | -1/+6 |
|
|
* | Fix typography of Martin's name | Andrew M. Kuchling | 2006-04-13 | 2 | -4/+4 |
|
|
* | spread the extern "C" { } magic pixie dust around. Python itself builds now | Anthony Baxter | 2006-04-13 | 12 | -0/+112 |
|
|
* | Write some ctypes examples | Andrew M. Kuchling | 2006-04-13 | 1 | -4/+73 |
|
|
* | If compiling with g++ don't use -Wstrict-prototpes. | Skip Montanaro | 2006-04-13 | 2 | -7/+13 |
|
|
* | reverting r45321: Patch #860326: traceback.format_exception_only() now | Anthony Baxter | 2006-04-13 | 3 | -30/+1 |
|
|
* | casting nastiness to make C++ compiler happy | Anthony Baxter | 2006-04-13 | 1 | -2/+10 |
|
|
* | Add a cast to make code compile with a C++ compiler. | Anthony Baxter | 2006-04-13 | 1 | -1/+1 |
|
|
* | Patch #860326: traceback.format_exception_only() now prepends the | Georg Brandl | 2006-04-12 | 3 | -1/+30 |
|
|
* | Fixes bug #1117761 | Gregory P. Smith | 2006-04-12 | 2 | -8/+10 |
|
|
* | Closes bug #1149413 | Gregory P. Smith | 2006-04-12 | 2 | -2/+9 |
|
|
* | Fix for a bug found by Armin Rigo, plus test. | Thomas Heller | 2006-04-12 | 2 | -1/+13 |
|
|
* | Don't set gi_frame to Py_None, use NULL instead, eliminating some insane | Phillip J. Eby | 2006-04-12 | 2 | -7/+8 |
|
|
* | Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL... | Andrew M. Kuchling | 2006-04-12 | 1 | -9/+26 |
|
|
* | Bump version number; rearrange introduction a bit | Andrew M. Kuchling | 2006-04-12 | 1 | -9/+8 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 6 | -5/+40 |
|
|
* | Patch #1468808: don't complain if Tkinter is already deleted at the time Font... | Georg Brandl | 2006-04-12 | 1 | -1/+3 |
|
|
* | Add PEP 243 section | Andrew M. Kuchling | 2006-04-12 | 1 | -1/+26 |
|
|
* | Update test_sundry. Many modules have now tests, but | Georg Brandl | 2006-04-12 | 1 | -36/+12 |
|
|
* | Note C API incompatibilities | Andrew M. Kuchling | 2006-04-12 | 1 | -0/+32 |
|
|
* | Mention access to ASTs | Andrew M. Kuchling | 2006-04-12 | 1 | -1/+14 |
|
|
* | Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. | Anthony Baxter | 2006-04-12 | 2 | -2/+9 |
|
|
* | Off-by-one buffer overflow error. | Armin Rigo | 2006-04-12 | 1 | -1/+1 |
|
|
* | Patch #1463288: use a context manager to temporarily switch locales. | Walter Dörwald | 2006-04-12 | 2 | -30/+164 |
|
|
* | wrap docstrings so they are less than 80 columns. add spaces after commas. | Neal Norwitz | 2006-04-12 | 1 | -3/+5 |
|
|
* | gen_throw(): The caller doesn't own PyArg_ParseTuple() | Tim Peters | 2006-04-12 | 1 | -3/+1 |
|
|
* | Update comments and the skip list, maybe some of these tests don't | Neal Norwitz | 2006-04-12 | 1 | -3/+10 |
|
|
* | Add another little test to make sure we roundtrip multiple list comp ifs ok. | Neal Norwitz | 2006-04-12 | 1 | -0/+4 |
|
|
* | Update for new grammar | Neal Norwitz | 2006-04-12 | 1 | -4/+4 |
|
|
* | put in a reference to PEP 306 in a comment at the top | Anthony Baxter | 2006-04-12 | 1 | -0/+3 |
|
|
* | Get rid of some warnings on Mac | Neal Norwitz | 2006-04-12 | 2 | -6/+3 |
|
|
* | avoid C++ name mangling for the _Py.*SizeT functions | Anthony Baxter | 2006-04-12 | 1 | -0/+6 |
|
|
* | remove forward declarations. No constructors to move for these files. Makes | Anthony Baxter | 2006-04-12 | 2 | -6/+1 |
|
|
* | Move constructors, add some casts to make C++ compiler happy. Still a problem | Anthony Baxter | 2006-04-12 | 1 | -202/+201 |
|
|
* | remove forward declarations, move constructor functions. makes code C++ safe. | Anthony Baxter | 2006-04-12 | 1 | -43/+42 |
|
|
* | Make symtable.c safe for C++ compilers. Changed macros in the same way as | Anthony Baxter | 2006-04-12 | 1 | -11/+13 |
|
|
* | per Jeremy's email, remove the _WITH_CAST versions of macros. g++ | Anthony Baxter | 2006-04-12 | 1 | -46/+24 |
|
|
* | Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test | Thomas Wouters | 2006-04-12 | 2 | -2/+7 |
|
|
* | Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as in | Thomas Wouters | 2006-04-12 | 1 | -2/+2 |
|
|
* | Fix int() and long() to repr() their argument when formatting the exception, | Thomas Wouters | 2006-04-11 | 2 | -6/+28 |
|
|
* | StreamHandler now checks explicitly for None before using sys.stderr as the s... | Vinay Sajip | 2006-04-11 | 1 | -1/+1 |
|
|
* | _Py_PrintReferenceAddresses,_Py_PrintReferences: | Tim Peters | 2006-04-11 | 1 | -7/+3 |
|
|
* | Complete the ElementTree section | Andrew M. Kuchling | 2006-04-11 | 1 | -5/+32 |
|
|
* | Some more changes to make code compile under a C++ compiler. | Anthony Baxter | 2006-04-11 | 5 | -10/+11 |
|
|
* | more low-hanging fruit to make code compile under a C++ compiler. Not | Anthony Baxter | 2006-04-11 | 5 | -70/+102 |
|
|
* | Patch #1464444: Add --with-system-ffi. | Martin v. Löwis | 2006-04-11 | 4 | -38/+98 |
|
|
* | Convert 0 to their respective enum types. Convert | Martin v. Löwis | 2006-04-11 | 1 | -11/+11 |
|
|
* | Correct casts to char*. | Martin v. Löwis | 2006-04-11 | 1 | -4/+4 |
|
|
* | Remove "static forward" declaration. Move constructors | Martin v. Löwis | 2006-04-11 | 3 | -85/+79 |
|
|