summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.Mark Dickinson2011-09-191-3/+3
* Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.Stefan Krah2011-09-121-3/+3
* Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null characterVictor Stinner2011-09-061-5/+5
* make sure to initialize the method wrapper typeBenjamin Peterson2011-09-012-6/+6
* #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-41/+60
* Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+11
* the named of the character is actually NULBenjamin Peterson2011-08-181-1/+1
* NUL -> NULLBenjamin Peterson2011-08-181-1/+1
* fix possible refleaksBenjamin Peterson2011-08-171-1/+3
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-2/+2
* in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-131-8/+23
* remove duplicated type readyBenjamin Peterson2011-07-301-3/+0
* Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt...Senthil Kumaran2011-07-273-6/+6
* Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+10
* Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-1/+1
|\
| * 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
* | Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.Senthil Kumaran2011-07-041-3/+1
* | Fix closes Issue12385 - Clarify maketrans method docstring for bytes and byte...Senthil Kumaran2011-06-271-4/+4
* | merge 3.1Benjamin Peterson2011-05-241-3/+3
|\ \ | |/
| * use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
* | merge 3.1Benjamin Peterson2011-05-231-5/+6
|\ \ | |/
| * correctly lookup __dir__Benjamin Peterson2011-05-231-5/+6
* | #11335: Fix memory leak after key function failure in sortDaniel Stutzbach2011-05-041-0/+2
* | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-3/+6
|\ \ | |/
| * Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-011-3/+6
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-7/+22
* | #6780: merge with 3.1.Ezio Melotti2011-04-263-9/+32
|\ \ | |/
| * #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-263-13/+36
| * Port 5b607cd8c71b (closes #11892)Jesus Cea2011-04-202-8/+0
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-204-64/+74
|\ \ | |/
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-204-64/+74
* | #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice...Ezio Melotti2011-04-151-1/+1
* | Merge with 3.1Ross Lagerwall2011-04-051-1/+1
|\ \ | |/
* | Merge from 3.1.Éric Araujo2011-03-231-2/+5
|\ \ | |/
| * Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...Éric Araujo2011-03-231-10/+23
* | #11565: Merge with 3.1.Ezio Melotti2011-03-164-5/+5
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-6/+6
* | #11515: Merge with 3.1.Ezio Melotti2011-03-154-4/+4
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-154-11/+11
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-1/+1
| * Merged revisions 88097 via svnmerge fromAntoine Pitrou2011-01-181-3/+0
| * 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 87368 via svnmerge fromEzio Melotti2010-12-181-1/+7
| * Merged revisions 87251 via svnmerge fromR. David Murray2010-12-141-2/+3