| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typo in comment. | Walter Dörwald | 2005-11-02 | 1 | -1/+1 |
|
|
* | Whitespace cleanup. | Walter Dörwald | 2005-11-02 | 1 | -27/+27 |
|
|
* | Fix SF #1345263, colorsys tests, bug in frange | Neal Norwitz | 2005-11-02 | 2 | -1/+2 |
|
|
* | Cleanup the previous checkin. | Neal Norwitz | 2005-11-02 | 1 | -1/+4 |
|
|
* | Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. | Neal Norwitz | 2005-11-02 | 2 | -0/+3 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 1 | -0/+6 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 2 | -0/+8 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 30 | -196/+0 |
|
|
* | add missing "and" | Fred Drake | 2005-10-30 | 1 | -2/+3 |
|
|
* | SF Bug #1341934: Fix a representation of "\n" to use a proper tag. | Hye-Shik Chang | 2005-10-30 | 1 | -1/+1 |
|
|
* | test_directories(): This test had no chance of passing on | Tim Peters | 2005-10-30 | 1 | -2/+14 |
|
|
* | Add *.pyc to svn:ignore. | Martin v. Löwis | 2005-10-29 | 1 | -0/+1 |
|
|
* | _PyUnicode_IsWhitespace(), | Tim Peters | 2005-10-29 | 1 | -2/+2 |
|
|
* | Minor update to HTTPHandler documentation to indicate that host:port can be u... | Vinay Sajip | 2005-10-29 | 1 | -1/+3 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 10 | -13/+14 |
|
|
* | Patch #1338314, Bug #1336623: fix tarfile so it can extract | Neal Norwitz | 2005-10-28 | 3 | -5/+39 |
|
|
* | Update instructions according to Dave Abrahams | Martin v. Löwis | 2005-10-27 | 1 | -0/+3 |
|
|
* | Add Makefile which allows easily rebuilding the charmap codecs. | Marc-André Lemburg | 2005-10-25 | 1 | -0/+81 |
|
|
* | Add custom mapping files used for generating some of the charmap | Marc-André Lemburg | 2005-10-25 | 3 | -0/+873 |
|
|
* | Apply some cosmetic fixes to the output of the script. | Marc-André Lemburg | 2005-10-25 | 1 | -15/+28 |
|
|
* | Refactor code for translating "power" nodes. | Neil Schemenauer | 2005-10-25 | 1 | -91/+95 |
|
|
* | Write a separate ast_for_testlist_gexp() function instead of overloading | Neil Schemenauer | 2005-10-25 | 1 | -62/+77 |
|
|
* | Ensure that compiler_exit_scope() is called as necessary to free memory | Neil Schemenauer | 2005-10-25 | 1 | -10/+18 |
|
|
* | Cosmetic change: make all hex literals use upper case hex so that they | Marc-André Lemburg | 2005-10-24 | 45 | -14236/+14281 |
|
|
* | Removed the decoding_map from the codecs where this is possible. | Marc-André Lemburg | 2005-10-24 | 45 | -25663/+22734 |
|
|
* | use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P... | Neal Norwitz | 2005-10-24 | 1 | -2/+2 |
|
|
* | Do not pollute name block_ty, prefix with _Py_ | Neal Norwitz | 2005-10-24 | 2 | -6/+6 |
|
|
* | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 | Neal Norwitz | 2005-10-24 | 1 | -0/+23 |
|
|
* | Fix compiler test when run with -u (long mode) | Neal Norwitz | 2005-10-24 | 1 | -1/+1 |
|
|
* | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 | Neal Norwitz | 2005-10-23 | 1 | -1/+30 |
|
|
* | cleanup a bit and reuse instrsize (instruction size). working towards fixing... | Neal Norwitz | 2005-10-23 | 1 | -30/+24 |
|
|
* | One-off "No handlers..." error message only raised if raiseExceptions is set. | Vinay Sajip | 2005-10-23 | 1 | -1/+1 |
|
|
* | Add paragraphs on AST branch. AST'ers, please suggest corrections | Andrew M. Kuchling | 2005-10-23 | 1 | -0/+25 |
|
|
* | Add convenience makefile to check the latest what's new. | Andrew M. Kuchling | 2005-10-23 | 1 | -0/+3 |
|
|
* | Use PyErr_NoMemory() instead of rolling our own. | Neal Norwitz | 2005-10-23 | 1 | -61/+54 |
|
|
* | use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P... | Neal Norwitz | 2005-10-23 | 1 | -2/+2 |
|
|
* | Use PyErr_NoMemory() instead of rolling our own. | Neal Norwitz | 2005-10-23 | 1 | -7/+5 |
|
|
* | Remove unnecessary local variable. | Neil Schemenauer | 2005-10-23 | 1 | -3/+2 |
|
|
* | Fix check_unoptimized() function. The only optimized namespaces are | Neil Schemenauer | 2005-10-23 | 1 | -1/+1 |
|
|
* | Fix private name mangling. The symtable also must do mangles so that | Neil Schemenauer | 2005-10-23 | 3 | -19/+47 |
|
|
* | Use PyTuple_Pack instead of Py_BuildValue. | Neil Schemenauer | 2005-10-23 | 1 | -2/+1 |
|
|
* | Add news item for the new charmap codecs. | Marc-André Lemburg | 2005-10-23 | 1 | -0/+8 |
|
|
* | Correct error to PyRun_SimpleString macro introduced in AST merge. | Mark Hammond | 2005-10-23 | 1 | -1/+1 |
|
|
* | Remove conflict markers and add parsermodule.c to get things building | Mark Hammond | 2005-10-23 | 1 | -12/+11 |
|
|
* | Add AST files to VC6 build. | Raymond Hettinger | 2005-10-23 | 1 | -0/+16 |
|
|
* | Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have | Neil Schemenauer | 2005-10-23 | 2 | -1/+11 |
|
|
* | Don't stop generating code for import statements after the first "import as" | Neil Schemenauer | 2005-10-23 | 1 | -2/+3 |
|
|
* | Add an assert. | Neil Schemenauer | 2005-10-23 | 1 | -0/+1 |
|
|
* | Revert previous checkin: | Neal Norwitz | 2005-10-22 | 1 | -1/+1 |
|
|
* | Revert change, func_name of lambda's is back to <lambda>. | Neil Schemenauer | 2005-10-21 | 1 | -1/+1 |
|
|