1. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  2. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  3. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  4. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  5. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  6. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  7. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  8. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  9. a81d220 SF patch # 580411, move frame macros from frameobject.h into ceval.c by Neal Norwitz · 22 years ago
  10. 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
  11. 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
  12. 57f4ddd Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so by Tim Peters · 22 years ago
  13. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  14. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  15. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  16. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  17. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  18. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  19. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  20. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  21. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  22. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  23. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  24. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  25. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  26. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  27. 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 22 years ago
  28. e5df105 Silly typo. by Michael W. Hudson · 22 years ago
  29. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  30. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  31. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  32. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  33. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  34. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  35. b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 22 years ago
  36. 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 22 years ago
  37. 8b078f9 Moving pymalloc along. by Tim Peters · 22 years ago
  38. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  39. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  40. 51e7f5c Moving pymalloc along. by Tim Peters · 22 years ago
  41. 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 22 years ago
  42. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  43. 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 22 years ago
  44. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  45. e9e7452 First cut at repairing out-of-date comments; make alignment of macro defs by Tim Peters · 22 years ago
  46. 20d0a1a Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  47. 3e7b893 Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  48. f6d1ea1 Change the type of the tp_free from 'destructor' to 'freefunc'. by Neil Schemenauer · 22 years ago
  49. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  50. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  51. 9b745f6 Get rid of USE_CACHE_ALIGNED. It has no function anymore. by Jack Jansen · 22 years ago
  52. 303d05d Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs. by Mark Hammond · 22 years ago
  53. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  54. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago
  55. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  56. 7ccfadf New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). by Tim Peters · 22 years ago
  57. 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 22 years ago
  58. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 22 years ago
  59. ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 22 years ago
  60. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 22 years ago
  61. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  62. 1543c07 Add a comment that PyArg_GetInt is deprecated and should not be used by Neal Norwitz · 22 years ago
  63. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  64. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 22 years ago
  65. c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 22 years ago
  66. ffd5399 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) by Neil Schemenauer · 22 years ago
  67. fbb556d Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On by Tim Peters · 22 years ago
  68. 913b907 [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their by Andrew M. Kuchling · 22 years ago
  69. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 22 years ago
  70. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  71. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 22 years ago
  72. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  73. a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 22 years ago
  74. 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 22 years ago
  75. 31e233a Cells are not VAR objects. by Jeremy Hylton · 22 years ago
  76. 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 22 years ago
  77. 5e090fc OS/2 EMX port changes (Include part of patch #450267): by Andrew MacIntyre · 22 years ago
  78. 2cec354 Change the version string from "2.2+" to "2.3a0". disutils peels off by Tim Peters · 22 years ago
  79. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  80. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
  81. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  82. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  83. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 23 years ago
  84. 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
  85. 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
  86. 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
  87. 19554f6 As usual, bump the version number. by Barry Warsaw · 23 years ago
  88. 12ce485 Add helper macro to get the number of free variables for a PyCodeObject. by Jeremy Hylton · 23 years ago
  89. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  90. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  91. 301d0f8 PyMethodObject(): Update the comment about im_class based upon a by Guido van Rossum · 23 years ago
  92. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  93. 5defb17 Stop defining NDEBUG in Python.h, because it can interfere with by Tim Peters · 23 years ago
  94. 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
  95. faad5ad mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to by Tim Peters · 23 years ago
  96. c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 23 years ago
  97. a437d45 Removed preprocessor gimmick trying to force use of snprintf emulation by Tim Peters · 23 years ago
  98. 7c7ee5f Fix SF bug [ #476852 ] Some bad macros in abstract.h by Jeremy Hylton · 23 years ago
  99. 754b712 Bumping version number. by Barry Warsaw · 23 years ago
  100. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago