1. 6d20407 Big internal change that should have no external effects: unify the by Guido van Rossum · 23 years ago
  2. 51e4f1f Updated version numbers for post 2.2b1 development. by Barry Warsaw · 23 years ago
  3. b8c65bc SF patch #470578: Fixes to synchronize unicode() and str() by Guido van Rossum · 23 years ago
  4. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  5. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  6. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  7. 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
  8. 5aace07 Use an assert() for the REQ() macro instead of making up our own assertion. by Guido van Rossum · 23 years ago
  9. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  10. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  11. 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
  12. 1c45073 Keep track of a type's subclasses (subtypes), in tp_subclasses, which by Guido van Rossum · 23 years ago
  13. f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
  14. 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
  15. 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
  16. 335244c Remove bogus declaration. by Fred Drake · 23 years ago
  17. b3f0d34 PyObject_ClearWeakRefs() is now a real function instead of a function pointer; by Fred Drake · 23 years ago
  18. 19bc578 Include the weakref object interface. by Fred Drake · 23 years ago
  19. 8844d52 The weak reference implementation, separated from the weakref module. by Fred Drake · 23 years ago
  20. bb9fa21 weakref.ReferenceError becomes a built-in exception now that weak ref objects by Fred Drake · 23 years ago
  21. b1c4698 Introduced the oddly-missing PyList_CheckExact(), and used it to replace by Tim Peters · 23 years ago
  22. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  23. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  24. 092a7a8 SF patch [#466353] Py_HUGE_VAL on BeOS for Intel. by Tim Peters · 23 years ago
  25. 3c1b4a4 PY_RELEASE_SERIAL => 4 PY_VERSION => "2.2a4+" by Barry Warsaw · 23 years ago
  26. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  27. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  28. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  29. 5e6007c Fix for bug #462737. by Marc-André Lemburg · 23 years ago
  30. ab3b034 Hopefully fix 3-way comparisons. This unfortunately adds yet another by Guido van Rossum · 23 years ago
  31. c299fc1 Add support for restricting access based on restricted execution mode. by Guido van Rossum · 23 years ago
  32. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  33. 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  34. 78e0fc7 Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  35. 5a49ade More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  36. 4c3a0a3 More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  37. 7b04946 Prototype for PyMac_GetFullPathname(). by Jack Jansen · 23 years ago
  38. 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 23 years ago
  39. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  40. b875509 PyModule_Check() now checks for subtype of module, as it should. by Guido van Rossum · 23 years ago
  41. 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 23 years ago
  42. 317e9f5 Bumping version numbers. by Barry Warsaw · 23 years ago
  43. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  44. b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
  45. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  46. d893fd6 Repair indentation. by Tim Peters · 23 years ago
  47. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  48. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  49. a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
  50. 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
  51. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  52. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  53. 5eef77a Make the Py<type>_Check() macro use PyObject_TypeCheck(). by Guido van Rossum · 23 years ago
  54. 74b5ade Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  55. 31ec142 Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  56. 251ead8 Make frames a PyVarObject instead of a PyObject. by Neil Schemenauer · 23 years ago
  57. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  58. c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
  59. dadace0 PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from by Barry Warsaw · 23 years ago
  60. 609c7c8 Add decl of PySuper_Type; fixup comments for the two other types. by Guido van Rossum · 23 years ago
  61. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  62. ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
  63. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  64. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  65. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  66. 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
  67. d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago
  68. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  69. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  70. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  71. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  72. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  73. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  74. 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 23 years ago
  75. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  76. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  77. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  78. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  79. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
  80. 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
  81. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  82. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  83. 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
  84. b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
  85. cecd9e0 va_list is defined in stdarg.h. by Marc-André Lemburg · 23 years ago
  86. e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago
  87. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  88. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  89. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  90. 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
  91. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  92. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  93. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  94. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  95. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  96. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  97. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  98. b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
  99. aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
  100. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago