summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Rough and dirty job -- allow concatenation of bytes and arbitraryGuido van Rossum2007-04-131-0/+1
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+4
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-3/+4
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-4/+2
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-182-7/+11
* SF patch #1669633, add methods for bytes from Pete Shinners.Neal Norwitz2007-02-271-0/+2
* I assume this was supposed to be Py_ssize_t since there are no uses of plain ...Neal Norwitz2007-02-271-1/+1
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-273-61/+71
* Whoops, fix build breakage. There were still a few uses of the bool type.Neal Norwitz2007-02-261-4/+0
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-258-13/+31
* Make bytes_repr return a string containing a b"" literal.Georg Brandl2007-02-241-1/+0
* Prevent regeneration.Thomas Wouters2007-02-231-0/+1
* Bytes literal.Thomas Wouters2007-02-232-4/+10
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-232-1/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-22/+13
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-092-4/+0
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-092-19/+6
* Essential changes for print function changes.Guido van Rossum2007-02-091-68/+67
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-012-90/+150
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-144-25/+22
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-3/+3
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-284-83/+118
* Cruft removal:Neal Norwitz2006-12-282-91/+1
* Remove PyFloat_AsReprString() and PyFloat_AsString() which should notNeal Norwitz2006-12-281-14/+5
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-133-3/+17
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-274-5/+15
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-4/+5
* Patch #1550800: make exec a function.Georg Brandl2006-09-064-66/+55
* Get rid of more coerce cruft (really check in this time :-)Neal Norwitz2006-08-291-1/+0
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-291-1/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-283-10/+16
* SF patch 1546297 (with some tweaks):Guido van Rossum2006-08-251-0/+3
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-252-9/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+1
* Change the way __hash__ is inherited; when __eq__ or __cmp__ is overriddenGuido van Rossum2006-08-211-0/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-216-5/+46
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-212-19/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-175-58/+9
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1110-14/+33
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-273-50/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-082-0/+7
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-083-14/+32
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-278-15/+181
* Optimizations for bytes reallocation.Guido van Rossum2006-05-051-0/+1
* Added much functionality to the bytes type.Guido van Rossum2006-04-241-2/+3
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-222-0/+48
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2113-57/+179