summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved gencodec.py to the Tools/unicode/ directory.Marc-André Lemburg2005-10-211-88/+179
* ANSI-C-ify the placement of local var declarations.Armin Rigo2005-10-213-9/+14
* Fix bug:Michael W. Hudson2005-10-214-8/+20
* the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need toMichael W. Hudson2005-10-211-1/+3
* Add 2.4.2 to LICENSE.Georg Brandl2005-10-211-0/+1
* add some notes about recent checkinsNeal Norwitz2005-10-211-0/+6
* Get the bug # writeNeal Norwitz2005-10-211-1/+1
* Incorrect code was generated for:Neal Norwitz2005-10-211-0/+3
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-213-10/+30
* Free coding spec (cs) if there was an error to prevent mem leak. Maybe backp...Neal Norwitz2005-10-211-0/+3
* Don't use a string exception since it's deprecatedNeal Norwitz2005-10-211-1/+1
* Oops, "=" is not a comparison operatorNeal Norwitz2005-10-211-1/+0
* Add comment lost from AST mergeNeal Norwitz2005-10-211-1/+1
* Remove INT_MIN that came from the AST merge.Neal Norwitz2005-10-211-1/+0
* Fix some mods that got dropped from the AST mergeNeal Norwitz2005-10-211-2/+2
* Use the newer names for APIs after the AST mergeNeal Norwitz2005-10-211-3/+3
* Remove dup declarations after AST mergeNeal Norwitz2005-10-211-3/+0
* Merge ast-branch to headJeremy Hylton2005-10-2054-6342/+13207
* Enhance the performance of two important Unicode characterMarc-André Lemburg2005-10-201-10/+52
* add missing wordFred Drake2005-10-201-1/+1
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-202-29/+37
* Find bsd db v4 on gentoo (2005 i think)Neal Norwitz2005-10-201-0/+1
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-202-2/+50
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Get bsddb module to compile with version 3.2 of BSD DB.Neal Norwitz2005-10-201-0/+8
* SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Wi...Neal Norwitz2005-10-201-0/+2
* Whitespace corrections.Marc-André Lemburg2005-10-191-19/+19
* Bug fix for [ 1331062 ] utf 7 codec broken.Marc-André Lemburg2005-10-191-8/+16
* SF bug #1328915, try to word kill a bit more generically. Backport candidate.Neal Norwitz2005-10-181-2/+2
* Drop permissions for Gregory K Johnson.Raymond Hettinger2005-10-171-0/+4
* Add Nick CoghlanRaymond Hettinger2005-10-161-0/+4
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-152-0/+6
* Optimised Placeholders handling of child loggers by using a dict rather than ...Vinay Sajip2005-10-141-4/+8
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* fix stupid typoFred Drake2005-10-111-1/+1
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* SF bug #1323294, Minor error in the Library Reference doc. Will backportNeal Norwitz2005-10-111-1/+2