summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Bug #801349: document that start/stop/step slice arguments can be NoneGeorg Brandl2006-02-191-1/+1
* Remove size constraints in SLICE opcodes.Martin v. Löwis2006-02-171-16/+11
* Move cast to suppress warning.Martin v. Löwis2006-02-161-2/+2
* Use Py_ssize_t to count theMartin v. Löwis2006-02-167-22/+24
* Use PyString_FromFormat for formatting error messages.Martin v. Löwis2006-02-161-42/+36
* Merge ssize_t branch.Martin v. Löwis2006-02-1515-187/+363
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-111-3/+3
* Update general copyright years to 2006.Georg Brandl2006-02-111-1/+1
* Explain the clearing of the stack in a comment in Python/ceval.c'sThomas Wouters2006-02-101-1/+2
* Add doc discussing how AST compiler is structured and designed.Brett Cannon2006-02-091-0/+507
* Use C-style commentNeal Norwitz2006-02-051-1/+1
* Improved handling of syntax errors.Jeremy Hylton2006-01-271-35/+74
* typoGeorg Brandl2006-01-201-1/+1
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-193-0/+6
* Repair bizarre indentation created by VC 7.1.Tim Peters2006-01-081-1/+1
* alias_for_import_name(): Dueling compiler warnings ;-)Tim Peters2006-01-081-1/+2
* analyze_cells(): This no longer compiled under VC 7.1.Tim Peters2006-01-081-1/+2
* Fix icc warnings: conversion from "long" to "int" may lose significant bitsNeal Norwitz2006-01-082-15/+15
* Fix icc warnings: strlen() returns size_tNeal Norwitz2006-01-081-3/+2
* Fix icc warnings: shadowing local variable (i) and complex is set but not use...Neal Norwitz2006-01-071-3/+2
* Fix icc warnings: single bit fields should be unsigned, shadowing local varia...Neal Norwitz2006-01-071-16/+16
* Fix icc warnings: shadowing local variablesNeal Norwitz2006-01-071-2/+1
* svnversion_init(): Use standard layout for function defn.Tim Peters2006-01-061-1/+2
* Trimmed trailing whitespace.Tim Peters2006-01-061-20/+20
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-2/+84
* Fix a warning from gcc by adding a missed const qualifier.Hye-Shik Chang2006-01-041-1/+1
* Regenerate.Martin v. Löwis2006-01-021-45/+45
* Adjust usage of compiler_use_new_block to its return type.Martin v. Löwis2006-01-021-2/+2
* 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