- 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 16 years ago
- c485361 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 16 years ago
- 4585ca9 Merged revisions 71722,71725 via svnmerge from by Benjamin Peterson · 16 years ago
- e9b9121 Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from by Georg Brandl · 16 years ago
- dd0989e Merged revisions 69433,69436 via svnmerge from by Mark Dickinson · 16 years ago
- d465640 Merged revisions 68051 via svnmerge from by Nick Coghlan · 17 years ago
- c6e80eb Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-67785,67787-67788,67802,67832,67848-67849,67859,67862-67864,67880,67882,67885,67889-67892,67895 via svnmerge from by Benjamin Peterson · 17 years ago
- 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 17 years ago
- 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 17 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
- 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
- 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 17 years ago
- ae42f33 Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373. by Steven Bethard · 17 years ago
- 37edeab Fix test67.py from issue #1303614. by Guido van Rossum · 18 years ago
- e4c270c Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) by Amaury Forgeot d'Arc · 18 years ago
- d1c131a Back out r59931 - test_ctypes fails with it. by Georg Brandl · 18 years ago
- 27e26ec Patch #1700288: Method cache optimization, by Armin Rigo, ported to by Georg Brandl · 18 years ago
- e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
- 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
- 0b14f24 tuple.__repr__ did not consider a reference loop as it is not possible from by Brett Cannon · 18 years ago
- 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 18 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
- 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
- 26ca925 Remove warning: funcion declaration isn't a prototype by Jeremy Hylton · 18 years ago
- 3bb1567 Typo and grammar fixes. by Georg Brandl · 18 years ago
- 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
- 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
- ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
- 2cfaa34 Correct some value converting strangenesses. by Georg Brandl · 19 years ago
- 2060d1b Comment typo fix by Andrew M. Kuchling · 19 years ago
- 45294a9 Remove types from type_list if they have no objects by Martin v. Löwis · 19 years ago
- ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
- e170937 Ignore the references to the dummy objects used as deleted keys by Armin Rigo · 19 years ago
- cbd6f18 _Py_PrintReferenceAddresses,_Py_PrintReferences: by Tim Peters · 19 years ago
- 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
- 262c00a Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 19 years ago
- 8af92d1 Heh -- used the right format for a refcount, but forgot to stop truncating it. by Tim Peters · 19 years ago
- 4d073bb _Py_NegativeRefcount(): print the full value of ob_refcnt. by Tim Peters · 19 years ago
- 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 19 years ago
- 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- 84632ee Oops, forgot to include this in the last checkin. by Neal Norwitz · 19 years ago
- 8b87a0b Use %ld and casts to long for refcount printing, in absense of a universally by Thomas Wouters · 19 years ago
- 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
- cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 20 years ago
- c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 20 years ago
- a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 21 years ago
- a5ca2e7 Remove 'extern' declaration for _Py_SwappedOp. by Brett Cannon · 21 years ago
- f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 21 years ago
- 1593f50 Move a comment back to its rightful location. by Michael W. Hudson · 21 years ago
- 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 21 years ago
- 93468ea Remove unused macros in .c files by Neal Norwitz · 21 years ago
- 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
- 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
- 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 21 years ago
- 8183fa4 Fix typo in comment. by Raymond Hettinger · 21 years ago
- 93d4481 Add identity shortcut to PyObject_RichCompareBool. by Raymond Hettinger · 21 years ago
- fb5a4e3 Removed two unneeded lines from PyObject_Compare(). by Brett Cannon · 22 years ago
- eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 22 years ago
- fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 22 years ago
- 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
- b2c7de4 Fix for by Michael W. Hudson · 22 years ago
- 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 22 years ago
- 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 22 years ago
- 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 22 years ago
- 51f8d38 Typo in comment. by Tim Peters · 22 years ago
- 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 22 years ago
- 36eb4df Refactored some of the Py_TRACE_REFS code. New private API function by Tim Peters · 22 years ago
- 3e40c7f Oops! Used a wrong preprocessor symbol. by Tim Peters · 22 years ago
- 78be799 When Py_TRACE_REFS is defined, a list of all live objects is maintained in by Tim Peters · 22 years ago
- 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
- 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
- 90195e2 PyObject_Generic{Get,Set}Attr: by Guido van Rossum · 22 years ago
- fb50d3f default_3way_compare(): use PyNumber_Check(), rather than testing for by Guido van Rossum · 22 years ago
- 18e7083 SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. by Tim Peters · 23 years ago
- 4440f22 Recursive compare machinery: The code that intended to exempt tuples by Tim Peters · 23 years ago
- 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 23 years ago
- 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 23 years ago
- 6e08c14 PyObject_Init[Var] is almost always called from the PyObject_NEW[_VAR] by Guido van Rossum · 23 years ago
- 6248f44 Speedup for PyObject_IsTrue(): check for True and False first. by Guido van Rossum · 23 years ago
- 81912d4 Speedup for PyObject_RichCompareBool(): PyObject_RichCompare() almost by Guido van Rossum · 23 years ago
- 056fbf4 Another modest speedup in PyObject_GenericGetAttr(): inline the call by Guido van Rossum · 23 years ago
- c66ff44 Inline call to _PyObject_GetDictPtr() in PyObject_GenericGetAttr(). by Guido van Rossum · 23 years ago
- 3f19b10 Replace abort with Py_FatalError. by Martin v. Löwis · 23 years ago
- a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 23 years ago
- 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 23 years ago
- 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 23 years ago
- c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 23 years ago
- 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 23 years ago
- a6269a8 Removed 3 unlikely #includes that were only needed for the non-gc flavor by Tim Peters · 23 years ago
- 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 23 years ago
- 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 23 years ago
- 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 23 years ago
- 51290d3 SF # 561244 Micro optimizations by Neal Norwitz · 23 years ago