summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* SF#1391872Fredrik Lundh2005-12-291-2/+2
* do_mkvalue(), 'I' and 'k' cases: squash legitimateTim Peters2005-12-241-2/+2
* const poisoning, spreading to fix new const warningsTim Peters2005-12-241-3/+3
* Remove extra parensNeal Norwitz2005-12-191-1/+1
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-193-6/+6
* Bug #889500, fix line number on SyntaxWarning for global declarations.Neal Norwitz2005-12-191-7/+10
* fixed compilation with an ordinary C89 compilerFredrik Lundh2005-12-182-4/+3
* Fix Armin's bug 1333982. He found it, he didn't created it :-)Neal Norwitz2005-12-181-9/+1
* Fix compiler warningsNeal Norwitz2005-12-181-2/+2
* Handle more error conditions with SystemErrorNeal Norwitz2005-12-181-8/+22
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-181-2/+2
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-181-48/+25
* Set MemoryError when alloc failsNeal Norwitz2005-12-181-3/+11
* Wrap long lines in the grammarNeal Norwitz2005-12-181-16/+17
* Cleanup a bit and make things more consistent.Neal Norwitz2005-12-182-142/+87
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+3
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-172-55/+81
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-177-1164/+576
* Fix an int/long mismatch identified here:Neal Norwitz2005-12-151-1/+2
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+1
* SF #1377897, Bus error in astNeal Norwitz2005-12-111-0/+5
* SF #1370197, memory leak - ast_error_finish (in error conditions).Neal Norwitz2005-12-111-2/+6
* Add const to several API functions that take char *.Jeremy Hylton2005-12-105-69/+67
* Simplify logic for handling import *Neal Norwitz2005-12-061-6/+3
* Reduce scope of featureNeal Norwitz2005-12-061-2/+1
* Remove unused macro, check is done elsewhereNeal Norwitz2005-12-061-1/+0
* Remove unnecessary extern variableNeal Norwitz2005-12-051-2/+0
* Patch #1350409: Port signal handling to VS 2005.Martin v. Löwis2005-11-281-0/+17
* Fix memory leaksNeal Norwitz2005-11-271-5/+8
* Fix a few more ref leaks. Backport candidateNeal Norwitz2005-11-243-4/+8
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-3/+20
* Fix a few more memory leaksNeal Norwitz2005-11-203-2/+14
* Last batch of ref leaks in new AST code.Neal Norwitz2005-11-192-29/+58
* Correctly handle identifiers for anonymous scopes and align genexpr name with...Nick Coghlan2005-11-161-11/+17
* Bring handling of genexpr in line with other anonymous scope namesNick Coghlan2005-11-161-4/+3
* add more docNeal Norwitz2005-11-161-1/+22
* version was not initialized properlyNeal Norwitz2005-11-161-0/+1
* Fix another memory leak or two (one real, one potential)Neal Norwitz2005-11-151-1/+2
* Add a note about how to do the memory deallocation a bit.Neal Norwitz2005-11-151-0/+20
* Fix a whole bunch of potential memory leaks (and some real ones too)Neal Norwitz2005-11-151-81/+206
* Convert all internal errors from Exception to SystemErrorNeal Norwitz2005-11-141-19/+17
* Use convenience functionNeal Norwitz2005-11-141-1/+1
* Fix memory leak with bad generator expressionNeal Norwitz2005-11-141-3/+10
* remove useless debug print helper. fix a couple of exceptionsNeal Norwitz2005-11-131-7/+4
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-132-66/+74
* Fix a lot of memory and ref leaks in error paths.Neal Norwitz2005-11-132-42/+110
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-132-15/+29
* make internal method staticNeal Norwitz2005-11-131-1/+1
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-091-1/+4
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-2/+0