summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Small clarification in docstring of dict.update(): the positional argument is...Georg Brandl2011-12-181-3/+3
* Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-8/+10
* Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-4/+3
* Make an error message more understandable and consistent with other error mes...Raymond Hettinger2011-11-201-1/+1
* Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-9/+5
* Issue #13161: fix doc strings of __i*__ operatorsEli Bendersky2011-11-111-11/+11
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-062-22/+7
* Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-052-7/+22
* remove unused variableBenjamin Peterson2011-10-301-1/+1
* Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
* Avoid unnecessary recursive function calls (closes #10519)Petri Lehtinen2011-10-301-2/+2
* Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-241-4/+12
* PyEval_CallObject requires a tuple of args (closes #13186)Benjamin Peterson2011-10-151-1/+1
* Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-15/+4
* Issue #7732: Fix a crash on importing a module if a directory has the same nameVictor Stinner2011-09-231-13/+19
* Backport issue #12973 list_repeat fix from 3.x.Mark Dickinson2011-09-191-3/+3
* Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviou...Mark Dickinson2011-09-191-2/+8
* fix possible refleaksBenjamin Peterson2011-08-171-1/+3
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-2/+2
* merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met...Senthil Kumaran2011-07-273-6/+6
* Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-1/+1
* Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+2
* Fixup repr for dict_proxy objects.Raymond Hettinger2011-06-291-1/+15
* Issue #12164: Document (in docstring) that str.translate accepts None for the...Mark Dickinson2011-06-251-1/+3
* use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
* must clear an AttributeError if it is setBenjamin Peterson2011-05-231-2/+6
* handle old-style instancesBenjamin Peterson2011-05-231-3/+10
* correctly lookup __dir__Benjamin Peterson2011-05-231-3/+5
* (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-3/+6
* #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-262-5/+20
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-204-64/+74
* Issue #11144: Fix corner cases where float-to-int conversion unnecessarily re...Mark Dickinson2011-03-261-7/+10
* Issue #11634: Remove misleading paragraph from a commentEli Bendersky2011-03-241-6/+2
* Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raym...Éric Araujo2011-03-221-10/+23
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-5/+5
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-154-4/+4
* Merged revisions 88735 via svnmerge fromEli Bendersky2011-03-041-2/+2
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-1/+1
* Merged revisions 88097 via svnmerge fromAntoine Pitrou2011-01-181-4/+1
* Merged revisions 88069 via svnmerge fromBenjamin Peterson2011-01-171-1/+0
* Merged revisions 88066 via svnmerge fromBenjamin Peterson2011-01-171-1/+1
* Merged revisions 88063 via svnmerge fromBenjamin Peterson2011-01-171-4/+2
* Merged revisions 87960 via svnmerge fromBenjamin Peterson2011-01-121-2/+2
* Merged revisions 87952-87954 via svnmerge fromBenjamin Peterson2011-01-121-2/+11
* Merged revisions 87834 via svnmerge fromAntoine Pitrou2011-01-071-6/+22
* Merged revisions 87032 via svnmerge fromMark Dickinson2010-12-041-4/+14
* Merged revisions 86791 via svnmerge fromStefan Krah2010-11-261-9/+9
* Revert r86726. Sorry about interfering with the rc.Armin Rigo2010-11-241-1/+1
* A no-op change. It looks like this call was not meant to be a recursiveArmin Rigo2010-11-241-1/+1
* Improved docstrings for str and unicode methods format and __format__.Eric Smith2010-11-062-4/+6