summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set EOL style to native.Tim Peters2006-02-285-969/+969
* Another bit of unconstification.Tim Peters2006-02-281-1/+1
* Whitespace normalization.Tim Peters2006-02-289-993/+990
* TabifyJeremy Hylton2006-02-281-84/+87
* Instead of printing the exception when you interrupt a test (Ctrl-C),Neal Norwitz2006-02-281-1/+9
* Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton2006-02-283-81/+59
* Update commentsNeal Norwitz2006-02-281-1/+2
* Real arena implementationJeremy Hylton2006-02-282-72/+84
* George Yoshida points out that the special charactersNeal Norwitz2006-02-281-1/+1
* Test case to cover subscription bug from SF 1333982Jeremy Hylton2006-02-282-0/+12
* Wups, add NEWS item I'd written but not checked in.Thomas Wouters2006-02-281-0/+6
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-2820-74/+271
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-02-281-1/+1
* XXX something for amk's attentionAnthony Baxter2006-02-281-0/+1
* Forgot to explain the effect of the new opcode.Guido van Rossum2006-02-281-0/+1
* Generate return statement.Martin v. Löwis2006-02-281-0/+1
* Regenerate.Martin v. Löwis2006-02-281-0/+2
* Update the compiler package to compile the with-statement.Guido van Rossum2006-02-283-1/+63
* Add generation of the version.Martin v. Löwis2006-02-282-1/+7
* Ignore resource fileNeal Norwitz2006-02-280-0/+0
* Add support for version field on ModulesMartin v. Löwis2006-02-283-8/+29
* Check the return code for PyErr_Warn() when warning about raising stringBrett Cannon2006-02-272-4/+9
* PyErr_ProgramText(): Grrrrrr.Tim Peters2006-02-271-1/+1
* Finish removal of CO_GENERATOR_ALLOWED.Neal Norwitz2006-02-272-1/+4
* unconst.Martin v. Löwis2006-02-271-2/+2
* Clarify C-style exception handling with proper label name.Thomas Wouters2006-02-271-3/+3
* Fix assertions.Thomas Wouters2006-02-271-3/+3
* PEP 343 -- the with-statement.Guido van Rossum2006-02-2723-731/+1768
* Start of a source code unparser.Martin v. Löwis2006-02-272-0/+164
* Even though we don't currently use unicode or complex numbers in the test,Neal Norwitz2006-02-271-3/+3
* Don't filter out OverflowWarning; should be a test failure if it is raised byBrett Cannon2006-02-271-2/+1
* Make or_test similar to test, not testlist.Martin v. Löwis2006-02-271-1/+2
* Skip over doc strings.Martin v. Löwis2006-02-272-1/+10
* Convert array.array.insert to use Py_ssize_t (like the rest already does.)Thomas Wouters2006-02-271-2/+2
* Fix parsing of subscriptlist.Jeremy Hylton2006-02-271-4/+30
* More unconsting.Martin v. Löwis2006-02-279-62/+56
* Patch 1413181, by Gabriel Becedillas.Tim Peters2006-02-272-0/+10
* And some more cleanup.Thomas Wouters2006-02-271-2/+2
* Clean up from-import handling.Thomas Wouters2006-02-271-22/+21
* unconst.Martin v. Löwis2006-02-271-9/+9
* Simplify ast_for_trailer() in anticipation of more changes.Jeremy Hylton2006-02-271-17/+11
* Trimmed trailing whitespace.Tim Peters2006-02-271-1/+1
* Add an entry for 308Neal Norwitz2006-02-271-0/+2
* Fix old not-reading-pep-308-right artifact.Thomas Wouters2006-02-271-1/+1
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-2736-70/+71
* Note version added for conditional expressionsNeal Norwitz2006-02-271-1/+1
* Update for PEP 308 patch.Thomas Wouters2006-02-271-3/+54
* Handle testlist_safe and or_test like testlist.Martin v. Löwis2006-02-271-2/+2
* Alias non-terminals introduced for backwards compatibility.Martin v. Löwis2006-02-271-0/+3
* Fix assertion errors in debug build, brought on by PEP 308 patch.Thomas Wouters2006-02-271-1/+1