summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-071-1/+3
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-011-2/+10
* Added test cases for string.Formatter subclassing.Eric Smith2007-08-311-8/+15
* Added format tests.Eric Smith2007-08-301-0/+1
* Additional test for formatting code.Eric Smith2007-08-271-1/+2
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+26
* Finish the work on __round__ and __trunc__.Guido van Rossum2007-08-231-0/+42
* Implement the round functionality for PEP 3141, and add tests for it.Alex Martelli2007-08-221-0/+13
* Implement the trunc builtin for PEP 3141Alex Martelli2007-08-221-0/+14
* Bug #1772489: make dir() work on traceback objects again.Collin Winter2007-08-141-0/+7
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-55/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-4/+4
* Make chr() and ord() return/accept surrogate pairs in narrow builds.Guido van Rossum2007-07-151-8/+27
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-85/+34
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-5/+24
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-8/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-6/+7
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-221-120/+26
* It's ok for __hex__ or __oct__ to return unicode.Guido van Rossum2007-05-151-2/+1
* Given that ord() of a bytes object of length 1 is defined, it shouldGuido van Rossum2007-05-081-0/+9
* Kill u"..." string quotes. Thought I already did that.Guido van Rossum2007-05-081-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-25/+29
* More coding by random modification.Guido van Rossum2007-05-041-11/+8
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-13/+13
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-60/+60
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-9/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+16
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-3/+30
* Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.Georg Brandl2007-03-101-4/+59
* Add raw_input() back, named input(). Revive the old unittests too.Guido van Rossum2007-02-261-0/+40
* Another fix. Partly reverted the tweaks done by the previous fix.Guido van Rossum2007-02-111-6/+6
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-8/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-230/+230
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-3/+5
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-24/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+15
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+25
* Make built-in zip() equal to itertools.izip().Guido van Rossum2006-08-241-8/+8
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-5/+15
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-26/+0
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-11/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-5/+5
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+27
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-24/+165
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+4
* Remove apply()Neal Norwitz2006-03-171-26/+0
* Whoops, input *and* raw_input are slated for removal, and now both are gone.Neal Norwitz2006-03-171-31/+0