summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-3030-196/+0
* add missing "and"Fred Drake2005-10-301-2/+3
* SF Bug #1341934: Fix a representation of "\n" to use a proper tag.Hye-Shik Chang2005-10-301-1/+1
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* Add *.pyc to svn:ignore.Martin v. Löwis2005-10-291-0/+1
* _PyUnicode_IsWhitespace(),Tim Peters2005-10-291-2/+2
* Minor update to HTTPHandler documentation to indicate that host:port can be u...Vinay Sajip2005-10-291-1/+3
* fix typos, mostly in commentsFred Drake2005-10-2810-13/+14
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-283-5/+39
* Update instructions according to Dave AbrahamsMartin v. Löwis2005-10-271-0/+3
* Add Makefile which allows easily rebuilding the charmap codecs.Marc-André Lemburg2005-10-251-0/+81
* Add custom mapping files used for generating some of the charmapMarc-André Lemburg2005-10-253-0/+873
* Apply some cosmetic fixes to the output of the script.Marc-André Lemburg2005-10-251-15/+28
* Refactor code for translating "power" nodes.Neil Schemenauer2005-10-251-91/+95
* Write a separate ast_for_testlist_gexp() function instead of overloadingNeil Schemenauer2005-10-251-62/+77
* Ensure that compiler_exit_scope() is called as necessary to free memoryNeil Schemenauer2005-10-251-10/+18
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-2445-14236/+14281
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-2445-25663/+22734
* use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...Neal Norwitz2005-10-241-2/+2
* Do not pollute name block_ty, prefix with _Py_Neal Norwitz2005-10-242-6/+6
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-241-0/+23
* Fix compiler test when run with -u (long mode)Neal Norwitz2005-10-241-1/+1
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-231-1/+30
* cleanup a bit and reuse instrsize (instruction size). working towards fixing...Neal Norwitz2005-10-231-30/+24
* One-off "No handlers..." error message only raised if raiseExceptions is set.Vinay Sajip2005-10-231-1/+1
* Add paragraphs on AST branch. AST'ers, please suggest correctionsAndrew M. Kuchling2005-10-231-0/+25
* Add convenience makefile to check the latest what's new.Andrew M. Kuchling2005-10-231-0/+3
* Use PyErr_NoMemory() instead of rolling our own.Neal Norwitz2005-10-231-61/+54
* use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...Neal Norwitz2005-10-231-2/+2
* Use PyErr_NoMemory() instead of rolling our own.Neal Norwitz2005-10-231-7/+5
* Remove unnecessary local variable.Neil Schemenauer2005-10-231-3/+2
* Fix check_unoptimized() function. The only optimized namespaces areNeil Schemenauer2005-10-231-1/+1
* Fix private name mangling. The symtable also must do mangles so thatNeil Schemenauer2005-10-233-19/+47
* Use PyTuple_Pack instead of Py_BuildValue.Neil Schemenauer2005-10-231-2/+1
* Add news item for the new charmap codecs.Marc-André Lemburg2005-10-231-0/+8
* Correct error to PyRun_SimpleString macro introduced in AST merge.Mark Hammond2005-10-231-1/+1
* Remove conflict markers and add parsermodule.c to get things buildingMark Hammond2005-10-231-12/+11
* Add AST files to VC6 build.Raymond Hettinger2005-10-231-0/+16
* Fix arigo's funky LOAD_NAME bug: implicit globals inside classes haveNeil Schemenauer2005-10-232-1/+11
* Don't stop generating code for import statements after the first "import as"Neil Schemenauer2005-10-231-2/+3
* Add an assert.Neil Schemenauer2005-10-231-0/+1
* Revert previous checkin:Neal Norwitz2005-10-221-1/+1
* Revert change, func_name of lambda's is back to <lambda>.Neil Schemenauer2005-10-211-1/+1
* Use <lamba> as the function name for lambdas (matches old compiler).Neil Schemenauer2005-10-211-1/+1
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-219-13/+1
* Replace the old EBCDIC codecs with new ones using the decoding table.Marc-André Lemburg2005-10-214-981/+3027
* Alias iso8859_1 to latin_1 which is the same encoding, but hasMarc-André Lemburg2005-10-211-0/+7
* Add a few more Mac OS encodings. The mapping tables for these areMarc-André Lemburg2005-10-215-0/+3414
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-2149-5129/+29964
* Add two new tools to compare codecs and show differences and toMarc-André Lemburg2005-10-212-0/+94