summaryrefslogtreecommitdiffstats
path: root/Parser
Commit message (Expand)AuthorAgeFilesLines
* Issue 7147 - remove ability to attempt to build Python without complex number...Skip Montanaro2009-10-181-6/+0
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-281-3/+11
* The output() function takes only one string argument.Alexandre Vassalotti2009-07-171-2/+2
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-282-46/+1
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-4/+1
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-112-21/+21
* #2725: Fix missing local, and handle errors without tracebacks.Georg Brandl2009-04-121-1/+4
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-013-21/+26
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-023-1/+28
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 68523 via svnmerge fromMartin v. Löwis2009-01-111-0/+1
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi...Kristján Valur Jónsson2008-12-181-2/+2
* there are only four asdl builtin types in py3kBenjamin Peterson2008-12-061-1/+1
* Merged revisions 67030-67031 via svnmerge fromBenjamin Peterson2008-10-261-3/+0
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-1/+1
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-0/+18
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-172-4/+4
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-0/+8
* Merged revisions 66379 via svnmerge fromBenjamin Peterson2008-09-101-1/+1
* Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM...Amaury Forgeot d'Arc2008-09-041-2/+0
* #3773: Check for errors around the use of PyTokenizer_FindEncoding().Amaury Forgeot d'Arc2008-09-041-1/+4
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-041-2/+6
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-0/+3
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-8/+12
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Remove __metaclass__ remains.Georg Brandl2008-05-271-2/+0
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-262-6/+6
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-4/+4
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+1
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-0/+3
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-03-311-10/+30
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-5/+2
* Merged revisions 62049,62054 via svnmerge fromNeal Norwitz2008-03-311-8/+102
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-6/+13
* Merged revisions 62013-62014 via svnmerge fromMartin v. Löwis2008-03-301-1/+1
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-2/+253
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-8/+0
* Merged revisions 61954,61956-61957 via svnmerge fromChristian Heimes2008-03-261-0/+1
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-262-10/+40
* Bug #2301: Don't try decoding the source code into the originalMartin v. Löwis2008-03-172-74/+5
* Add missing parameter spotted by Jared FlatowNeal Norwitz2008-03-171-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-232-2/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-1/+1
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-271-0/+1