summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo...Antoine Pitrou2009-01-031-432/+431
* Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.Antoine Pitrou2009-01-032-69/+64
* Remove traces of Py_InitModule*.Georg Brandl2009-01-021-2/+2
* Merged revisions 68128 via svnmerge fromAntoine Pitrou2009-01-012-20/+45
* Recorded merge of revisions 68051 via svnmerge fromNick Coghlan2008-12-301-0/+11
* #4759: allow None as first argument of bytearray.translate(), for consistency...Georg Brandl2008-12-281-16/+25
* Remove confusing error message in bytes.translate.Georg Brandl2008-12-271-5/+0
* Revert unwanted function name change introduced by r67939.Alexandre Vassalotti2008-12-271-1/+1
* Fixed incompatible pointer warning.Hirokazu Yamamoto2008-12-271-1/+1
* Fix bogus assertion.Alexandre Vassalotti2008-12-271-1/+1
* Optimize built-in unicode codecs by avoiding unnecessary copying.Alexandre Vassalotti2008-12-271-50/+58
* Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString.Alexandre Vassalotti2008-12-271-15/+4
* Merged revisions 67932 via svnmerge fromAlexandre Vassalotti2008-12-271-28/+30
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-0/+3
* Issue #3106: Speedup some comparisons. This also removes the last callAntoine Pitrou2008-12-202-73/+88
* Add missing Py_CHARMASK when calling isspace().Kristján Valur Jónsson2008-12-181-2/+2
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-171-0/+71
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-071-93/+105
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-11/+31
* Issue #4445: save 3 bytes of memory (on average) per bytes allocation.Mark Dickinson2008-12-061-10/+18
* Issue 4497: silence compiler warnings on Windows.Mark Dickinson2008-12-051-4/+4
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-8/+9
* Update copyright for recent changes.Raymond Hettinger2008-11-301-1/+1
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+1
* Fix for bug 4360 "SystemError when method has both super() & closure". PatchBarry Warsaw2008-11-201-2/+3
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-17/+3
* Merged revisions 67246 via svnmerge fromBenjamin Peterson2008-11-171-3/+36
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-5/+17
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-121-0/+9
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-0/+13
* STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != ''Barry Warsaw2008-10-172-2/+2
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-161-85/+0
* merge from trunkBenjamin Peterson2008-10-116-19/+30
* Issue #3740: Null-initialize module state.Martin v. Löwis2008-10-071-0/+1
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-022-16/+16
* Merged revisions 66739 via svnmerge fromChristian Heimes2008-10-021-1/+1
* remove a trace of the cmp argument for list.sortBenjamin Peterson2008-09-301-2/+1
* Merged revisions 66631 via svnmerge fromAmaury Forgeot d'Arc2008-09-262-8/+6
* #3946 fix PyObject_CheckBuffer on a memoryview objectBenjamin Peterson2008-09-261-3/+3
* Merged revisions 66616 via svnmerge fromMartin v. Löwis2008-09-251-1/+1
* Merged revisions 66552-66553 via svnmerge fromAndrew MacIntyre2008-09-221-3/+3
* Merged revisions 66383 via svnmerge fromMartin v. Löwis2008-09-111-1/+3
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-102-3/+3
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-7/+0
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-102-777/+946
* #3660: Correct a reference leak in PyUnicode_AsEncodedString whenAmaury Forgeot d'Arc2008-09-051-13/+19
* #3712: The memoryview object had a reference leak and didn't support cyclic g...Antoine Pitrou2008-09-011-34/+66
* Remove outdated comment. Reviewed by Antoine.Georg Brandl2008-08-301-1/+0
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-7/+0
* Removed merge glitch from stringlib/find.h as explained on the python committ...Christian Heimes2008-08-281-1/+1