summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-48/+65
* Merged revisions 84320 via svnmerge fromBenjamin Peterson2010-08-251-2/+2
* Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-2/+2
* Merged revisions 83833,83838-83839,83859,83878 via svnmerge fromFlorent Xicluna2010-08-091-2/+2
* Issue8757: Implicit set-to-frozenset conversion not thread-safe.Raymond Hettinger2010-08-061-9/+3
* Merged revisions 83226-83227,83229-83230,83232 via svnmerge fromGeorg Brandl2010-08-011-4/+2
* Recorded merge of revisions 83444 via svnmerge fromGeorg Brandl2010-08-011-3/+3
* Merged revisions 83395 via svnmerge fromGeorg Brandl2010-08-011-2/+2
* Merged revisions 83400 via svnmerge fromMark Dickinson2010-08-011-4/+8
* #9328: string format methods return strings.Georg Brandl2010-07-311-2/+2
* Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.Stefan Krah2010-07-191-1/+1
* Merged revisions 82814 via svnmerge fromAntoine Pitrou2010-07-111-11/+3
* Merged revisions 82573 via svnmerge fromSenthil Kumaran2010-07-052-2/+3
* add spaceBenjamin Peterson2010-07-021-1/+1
* remove unused last argument to property_copyBenjamin Peterson2010-06-281-16/+12
* Fix extra space.Ezio Melotti2010-06-262-2/+2
* remove INT_MAX assertions; they can fail with large Py_ssize_t #9058Benjamin Peterson2010-06-221-3/+0
* fix warning with ucs4Benjamin Peterson2010-06-121-1/+2
* Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crashAntoine Pitrou2010-06-111-19/+21
* Issue #8930: fix some C code indentationAntoine Pitrou2010-06-092-217/+217
* remove extra byte and fix commentBenjamin Peterson2010-06-071-2/+2
* correctly overflow when indexes are too largeBenjamin Peterson2010-06-071-0/+4
* locale grouping strings should end in '\0'Benjamin Peterson2010-06-071-1/+1
* Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.Ezio Melotti2010-06-051-63/+56
* Fix comment typo.Mark Dickinson2010-06-051-1/+1
* Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.Mark Dickinson2010-06-051-4/+10
* Issue #8627: remove out-of-date warning about overriding __cmp__Mark Dickinson2010-06-051-7/+0
* _PyObject_LookupSpecial returns a new referenceBenjamin Peterson2010-06-051-0/+1
* fix ref countingBenjamin Peterson2010-06-051-1/+1
* implement object.__format__ with PyObject_FormatBenjamin Peterson2010-06-051-12/+1
* remove PyType_Ready call; float should be initialized in interpreter startupBenjamin Peterson2010-06-051-6/+1
* properly lookup the __format__ special methodBenjamin Peterson2010-06-051-21/+11
* Issue #8748: Fix incorrect results from comparisons between an integerMark Dickinson2010-05-301-9/+54
* Remove declaration for unused variable.Mark Dickinson2010-05-301-1/+0
* Issue #5211: Complete removal of implicit coercions for the complexMark Dickinson2010-05-301-19/+2
* #8635: document enumerate() start parameter in docstring.Georg Brandl2010-05-221-3/+4
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-171-2/+4
* Wrap multiline macros in a 'do {} while(0)', for safety.Mark Dickinson2010-05-091-37/+43
* Post-detabification cleanup: whitespace fixes and long line rewraps only.Mark Dickinson2010-05-091-159/+155
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0934-37897/+37897
* Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach.Mark Dickinson2010-05-081-5/+2
* Add back in a line that was unneeded which advanced a pointer, but commentedBrett Cannon2010-05-061-0/+1
* Remove an unneeded assignment.Brett Cannon2010-05-051-2/+2
* Remove an unneeded variable assignment.Brett Cannon2010-05-051-2/+1
* Remove an unneeded variable.Brett Cannon2010-05-051-2/+0
* Remove an unneeded variable increment.Brett Cannon2010-05-051-1/+0
* Issue #8404: Fix set operations on dictionary views.Alexandre Vassalotti2010-05-041-3/+6
* Pull a NULL pointer check up to cover more cases in the function.Brett Cannon2010-05-041-2/+4
* Remove an unneeded variable and assignment.Brett Cannon2010-05-041-3/+2
* Improve error message from nb_int returning a non-integer, in various PyInt_A...Mark Dickinson2010-05-021-4/+4