| Commit message (Expand) | Author | Age | Files | Lines |
* | Small clarification in docstring of dict.update(): the positional argument is... | Georg Brandl | 2011-12-18 | 1 | -3/+3 |
|
|
* | Fix the fix for issue #12149: it was incorrect, although it had the side | Antoine Pitrou | 2011-12-15 | 1 | -8/+10 |
|
|
* | Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() | Victor Stinner | 2011-11-22 | 1 | -4/+3 |
|
|
* | Make an error message more understandable and consistent with other error mes... | Raymond Hettinger | 2011-11-20 | 1 | -1/+1 |
|
|
* | Issue #13333: The UTF-7 decoder now accepts lone surrogates | Antoine Pitrou | 2011-11-15 | 1 | -9/+5 |
|
|
* | Issue #13161: fix doc strings of __i*__ operators | Eli Bendersky | 2011-11-11 | 1 | -11/+11 |
|
|
* | Revert "Accept None as start and stop parameters for list.index() and tuple.i... | Petri Lehtinen | 2011-11-06 | 2 | -22/+7 |
|
|
* | Accept None as start and stop parameters for list.index() and tuple.index() | Petri Lehtinen | 2011-11-05 | 2 | -7/+22 |
|
|
* | remove unused variable | Benjamin Peterson | 2011-10-30 | 1 | -1/+1 |
|
|
* | Fix the return value of set_discard (issue #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+3 |
|
|
* | Avoid unnecessary recursive function calls (closes #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+2 |
|
|
* | Issue #13018: Fix reference leaks in error paths in dictobject.c. | Petri Lehtinen | 2011-10-24 | 1 | -4/+12 |
|
|
* | PyEval_CallObject requires a tuple of args (closes #13186) | Benjamin Peterson | 2011-10-15 | 1 | -1/+1 |
|
|
* | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 1 | -15/+4 |
|
|
* | Issue #7732: Fix a crash on importing a module if a directory has the same name | Victor Stinner | 2011-09-23 | 1 | -13/+19 |
|
|
* | Backport issue #12973 list_repeat fix from 3.x. | Mark Dickinson | 2011-09-19 | 1 | -3/+3 |
|
|
* | Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviou... | Mark Dickinson | 2011-09-19 | 1 | -2/+8 |
|
|
* | fix possible refleaks | Benjamin Peterson | 2011-08-17 | 1 | -1/+3 |
|
|
* | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ... | Ezio Melotti | 2011-08-15 | 1 | -2/+2 |
|
|
* | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 3 | -6/+6 |
|
|
* | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 1 | -1/+1 |
|
|
* | Issue #12149: Update the method cache after a type's dictionnary gets | Antoine Pitrou | 2011-07-12 | 1 | -0/+2 |
|
|
* | Fixup repr for dict_proxy objects. | Raymond Hettinger | 2011-06-29 | 1 | -1/+15 |
|
|
* | Issue #12164: Document (in docstring) that str.translate accepts None for the... | Mark Dickinson | 2011-06-25 | 1 | -1/+3 |
|
|
* | use '->' to indicate return values | Benjamin Peterson | 2011-05-24 | 1 | -3/+3 |
|
|
* | must clear an AttributeError if it is set | Benjamin Peterson | 2011-05-23 | 1 | -2/+6 |
|
|
* | handle old-style instances | Benjamin Peterson | 2011-05-23 | 1 | -3/+10 |
|
|
* | correctly lookup __dir__ | Benjamin Peterson | 2011-05-23 | 1 | -3/+5 |
|
|
* | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 1 | -3/+6 |
|
|
* | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 2 | -5/+20 |
|
|
* | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 4 | -64/+74 |
|
|
* | Issue #11144: Fix corner cases where float-to-int conversion unnecessarily re... | Mark Dickinson | 2011-03-26 | 1 | -7/+10 |
|
|
* | Issue #11634: Remove misleading paragraph from a comment | Eli Bendersky | 2011-03-24 | 1 | -6/+2 |
|
|
* | Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raym... | Éric Araujo | 2011-03-22 | 1 | -10/+23 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 4 | -5/+5 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 4 | -4/+4 |
|
|
* | Merged revisions 88735 via svnmerge from | Eli Bendersky | 2011-03-04 | 1 | -2/+2 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 88097 via svnmerge from | Antoine Pitrou | 2011-01-18 | 1 | -4/+1 |
|
|
* | Merged revisions 88069 via svnmerge from | Benjamin Peterson | 2011-01-17 | 1 | -1/+0 |
|
|
* | Merged revisions 88066 via svnmerge from | Benjamin Peterson | 2011-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 88063 via svnmerge from | Benjamin Peterson | 2011-01-17 | 1 | -4/+2 |
|
|
* | Merged revisions 87960 via svnmerge from | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
|
|
* | Merged revisions 87952-87954 via svnmerge from | Benjamin Peterson | 2011-01-12 | 1 | -2/+11 |
|
|
* | Merged revisions 87834 via svnmerge from | Antoine Pitrou | 2011-01-07 | 1 | -6/+22 |
|
|
* | Merged revisions 87032 via svnmerge from | Mark Dickinson | 2010-12-04 | 1 | -4/+14 |
|
|
* | Merged revisions 86791 via svnmerge from | Stefan Krah | 2010-11-26 | 1 | -9/+9 |
|
|
* | Revert r86726. Sorry about interfering with the rc. | Armin Rigo | 2010-11-24 | 1 | -1/+1 |
|
|
* | A no-op change. It looks like this call was not meant to be a recursive | Armin Rigo | 2010-11-24 | 1 | -1/+1 |
|
|
* | Improved docstrings for str and unicode methods format and __format__. | Eric Smith | 2010-11-06 | 2 | -4/+6 |
|
|