summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functionsVictor Stinner2011-05-272-2/+2
* SystemExit_init(): avoid an useless testVictor Stinner2011-05-261-1/+1
* set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)Victor Stinner2011-05-261-9/+11
* Avoid useless "++" at the end of functionsVictor Stinner2011-05-262-3/+3
* indicate return value on __dir__ methodsBenjamin Peterson2011-05-242-3/+3
* merge 3.2Benjamin Peterson2011-05-241-3/+3
|\
| * merge 3.1Benjamin Peterson2011-05-241-3/+3
| |\
| | * use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
* | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-243-178/+174
* | | merge 3.2Benjamin Peterson2011-05-231-5/+6
|\ \ \ | |/ /
| * | 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
* | | Issue #11849: Make it more likely for the system allocator to releaseAntoine Pitrou2011-05-031-6/+23
* | | (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-3/+6
|\ \ \ | |/ /
| * | (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
* | | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-7/+22
* | | #6780: merge with 3.2.Ezio Melotti2011-04-263-9/+32
|\ \ \ | |/ /
| * | #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
|\ \ \ | |/ /
| * | 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: Merge with 3.2.Ezio Melotti2011-04-151-1/+1
|\ \ \ | |/ /
| * | #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
| |\ \ | | |/
* | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-2/+0
* | | Issue #11634: Remove misleading paragraph from a commentEli Bendersky2011-03-241-6/+2
* | | Merge from 3.2Éric Araujo2011-03-231-2/+5
|\ \ \ | |/ /
| * | 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
* | | Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200sVictor Stinner2011-03-221-1/+1
* | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-211-13/+1
* | | Issue #10833: Remove the buffer allocated on the stack, it isn't used anymoreVictor Stinner2011-03-211-1/+0
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-211-31/+27
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-164-5/+5
|\ \ \ | |/ /
| * | #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.2.Ezio Melotti2011-03-154-4/+4
|\ \ \ | |/ /
| * | #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