1. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  2. a14253d Make it version 1.6a1. by Guido van Rossum · 24 years ago
  3. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  4. 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 24 years ago
  5. a403d7d remove reference to CALL_FUNCTION_STAR in comment by Jeremy Hylton · 24 years ago
  6. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  7. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  8. efec115 Prototypes added for MBCS codecs. (Win32 only.) by Guido van Rossum · 24 years ago
  9. 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 24 years ago
  10. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  11. d0d366b Marc-Andre Lemburg: add declaration for PyUnicode_Contains(). by Guido van Rossum · 24 years ago
  12. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  13. fd9eed3 Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, by Guido van Rossum · 24 years ago
  14. bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 24 years ago
  15. 99cc971 Marc-Andre Lemburg: add PyExc_UnicodeError by Guido van Rossum · 24 years ago
  16. d822518 Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh. by Guido van Rossum · 24 years ago
  17. 3094484 Python Codec Registry and support functions, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  18. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  19. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  20. db0c9f7 Declarations related to new WindowsError exception. by Guido van Rossum · 24 years ago
  21. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  22. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  23. 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
  24. 8f3e150 Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to by Guido van Rossum · 25 years ago
  25. 9e47859 Prepare for final release. by Guido van Rossum · 25 years ago
  26. 6d0de99 Release 1.5.2c1 by Guido van Rossum · 25 years ago
  27. bd341fa Add the possibility of a gamma release (release candidate). by Guido van Rossum · 25 years ago
  28. d023a78 Conform to standard boilerplate. by Guido van Rossum · 25 years ago
  29. d709b48 Adding thread.h -- unused but for b/w compatibility. by Guido van Rossum · 25 years ago
  30. 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 25 years ago
  31. e784f1e Add PyModule_GetFilename(). by Guido van Rossum · 25 years ago
  32. 7999bfb There's a macro PycString_IMPORT which the documentation listed as by Guido van Rossum · 26 years ago
  33. 2e6e7d4 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  34. d3b0921 Chris Herborth writes: by Guido van Rossum · 26 years ago
  35. f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
  36. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  37. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  38. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  39. cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  40. f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
  41. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  42. 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
  43. d052ff0 Added PyExc_NotImplementedError by Barry Warsaw · 26 years ago
  44. 446fd04 Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) by Guido van Rossum · 26 years ago
  45. d1f2d7e Bump the patch level to 1.5.2b2, just in case I feel like releasing by Guido van Rossum · 26 years ago
  46. 36eef3c Changes by Greg Stein (code) and GvR (design). by Guido van Rossum · 26 years ago
  47. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  48. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  49. b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still by Guido van Rossum · 26 years ago
  50. 6e5b301 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  51. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  52. 03dc538 Move the #include of <sys/select> to *after* mytime.h (or <time.h>), by Guido van Rossum · 26 years ago
  53. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  54. 1d2e9d1 Duplicate the decls for PySys_WriteStd{out,err} here so the VC++ by Guido van Rossum · 26 years ago
  55. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  56. f1536db Move an indented #define to column 1. by Guido van Rossum · 26 years ago
  57. 3d109a0 Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). by Guido van Rossum · 26 years ago
  58. b2395eb Upgrade patchlevel to 1.5.2a1. by Guido van Rossum · 26 years ago
  59. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  60. 62a21a2 New global variables: PyExc_EnvironmentError and PyExc_OSError by Barry Warsaw · 26 years ago
  61. ba0d061 Add macros for direct access to the members of CFunction objects. by Guido van Rossum · 26 years ago
  62. d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
  63. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  64. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  65. 16926bd Add PyImport_AppendInittab() an PyImport_ExtendInittab(). by Guido van Rossum · 26 years ago
  66. a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
  67. 90ce848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when by Guido van Rossum · 26 years ago
  68. 44e4d5a Renamed PySequence_In() to PySequence_Contains(). by Guido van Rossum · 26 years ago
  69. bf6a9b1 Add PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) by Guido van Rossum · 26 years ago
  70. 50cc04e Mac CodeWarrior has faulty declaration for hypot, which we hide with a by Guido van Rossum · 26 years ago
  71. a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 26 years ago
  72. a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 26 years ago
  73. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  74. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  75. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  76. c9ea757 Set the patch level to 1.5.1. (I'm not going to release this as a by Guido van Rossum · 26 years ago
  77. 4d856ee Added Tabcheck flag. by Guido van Rossum · 26 years ago
  78. e77a992 Add E_INDENT -- new error to check for bad indentation by Guido van Rossum · 26 years ago
  79. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  80. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 26 years ago
  81. fccb68e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass by Guido van Rossum · 26 years ago
  82. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 26 years ago
  83. 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 26 years ago
  84. d8a0be7 Set the patch level to 1.5. by Guido van Rossum · 27 years ago
  85. d555957 Start calling it 1.5b2 by Guido van Rossum · 27 years ago
  86. cd8732a Remove the last bits of log from the leading comments. by Guido van Rossum · 27 years ago
  87. 60aff2c Use the proper OS2 test symbol: PYOS_OS2. by Guido van Rossum · 27 years ago
  88. 36facb0 Merge between my version and Jim Fulton's version; removed RCS keywords by Guido van Rossum · 27 years ago
  89. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  90. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  91. ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing by Guido van Rossum · 27 years ago
  92. 127b8dd Add declaration for PyNumber_CoerceEx(). by Guido van Rossum · 27 years ago
  93. 33635f8 start numbering things 1.5b1 now by Guido van Rossum · 27 years ago
  94. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  95. 66959af Remove the declaration of "internal" table _PyImport_Inittab[]; add by Guido van Rossum · 27 years ago
  96. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  97. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  98. eec6ef1 Use K&R function prototypes. by Guido van Rossum · 27 years ago
  99. b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
  100. 2d2c344 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago