1. 50cc04e Mac CodeWarrior has faulty declaration for hypot, which we hide with a by Guido van Rossum · 26 years ago
  2. a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 26 years ago
  3. a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 26 years ago
  4. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  5. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  6. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  7. 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
  8. 4d856ee Added Tabcheck flag. by Guido van Rossum · 26 years ago
  9. e77a992 Add E_INDENT -- new error to check for bad indentation by Guido van Rossum · 26 years ago
  10. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  11. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 26 years ago
  12. fccb68e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass by Guido van Rossum · 26 years ago
  13. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 26 years ago
  14. 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 26 years ago
  15. d8a0be7 Set the patch level to 1.5. by Guido van Rossum · 27 years ago
  16. d555957 Start calling it 1.5b2 by Guido van Rossum · 27 years ago
  17. cd8732a Remove the last bits of log from the leading comments. by Guido van Rossum · 27 years ago
  18. 60aff2c Use the proper OS2 test symbol: PYOS_OS2. by Guido van Rossum · 27 years ago
  19. 36facb0 Merge between my version and Jim Fulton's version; removed RCS keywords by Guido van Rossum · 27 years ago
  20. 7bf22de Patch for QNX, by Chris Herborth. by Guido van Rossum · 27 years ago
  21. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  22. ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing by Guido van Rossum · 27 years ago
  23. 127b8dd Add declaration for PyNumber_CoerceEx(). by Guido van Rossum · 27 years ago
  24. 33635f8 start numbering things 1.5b1 now by Guido van Rossum · 27 years ago
  25. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  26. 66959af Remove the declaration of "internal" table _PyImport_Inittab[]; add by Guido van Rossum · 27 years ago
  27. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  28. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  29. eec6ef1 Use K&R function prototypes. by Guido van Rossum · 27 years ago
  30. b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
  31. 2d2c344 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  32. 65349a3 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  33. 0474832 Introduce PyExc_Exception as the conceptual root class for all exceptions. by Guido van Rossum · 27 years ago
  34. 7ca65ab Set it to 1.5a4, now we have dotted-name import... by Guido van Rossum · 27 years ago
  35. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  36. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  37. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  38. d7ed683 Inline PyObject_CallObject (Marc-Andre Lemburg). by Guido van Rossum · 27 years ago
  39. 3d90af9 Added NoSite flag. by Guido van Rossum · 27 years ago
  40. d5a0ff9 Added extern definition for -X flag variable. by Barry Warsaw · 27 years ago
  41. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  42. 392d827 Added externs for three new exceptions PyExc_StandardError, by Barry Warsaw · 27 years ago
  43. c0dc92a Three new C API functions: by Barry Warsaw · 27 years ago
  44. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  45. ab589b9 Completely disable the declarations for malloc() and friends. Use by Guido van Rossum · 27 years ago
  46. ef3138f Moved assert.h to ../Parser directory by Guido van Rossum · 27 years ago
  47. 9faabb8 Added prototype for PyImport_Import(). by Guido van Rossum · 27 years ago
  48. 142eeb8 cPickle release 0.3 from Jim Fulton by Guido van Rossum · 27 years ago
  49. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  50. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  51. bb301c5 Added prototype for PyGrammar_RemoveAccelerators(). by Guido van Rossum · 27 years ago
  52. 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
  53. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  54. d085e88 Added Py_Malloc and friends as well as PyMem_Malloc and friends. by Guido van Rossum · 27 years ago
  55. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  56. 7a2d611 Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  57. 2981bc7 Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  58. 7661185 Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not by Guido van Rossum · 27 years ago
  59. 57d8e3f Added declarations for Py_{Set,Get}ProgramName() and a bunch of other by Guido van Rossum · 27 years ago
  60. 5617f32 Added decl for PyInt_GetMax(). by Guido van Rossum · 27 years ago
  61. a847889 Moved PyEval_InitThreads to inside WITH_THREAD, where it belongs. by Guido van Rossum · 27 years ago
  62. e6fb204 Got rid of "suppres printing" flag. by Guido van Rossum · 27 years ago
  63. 618af4b Include pystate.h earlier so it can be referenced by ceval.h. by Guido van Rossum · 27 years ago
  64. 2fca21f7 PyEval_SaveThread() and PyEval_RestoreThread() now return/take a by Guido van Rossum · 27 years ago
  65. 4b11c74 Only add 1 byte to all malloc calls when it is known that malloc(0) or by Guido van Rossum · 27 years ago
  66. 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
  67. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  68. c23ef0a Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack) by Guido van Rossum · 27 years ago
  69. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  70. 4346716 Bump level to 1.5a2. by Guido van Rossum · 27 years ago
  71. 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
  72. 6a33de9 Get rid of obsolete ACCESS_MODE opcode. by Guido van Rossum · 27 years ago
  73. 6778f25 Oops, rename2.h was included by some other headers. by Guido van Rossum · 27 years ago
  74. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 27 years ago
  75. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  76. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  77. 4a43cc6 Remove sys_* defines that are internal only and about to disappear by Guido van Rossum · 27 years ago
  78. 84bf425 Finally deleted this obsolete crud. by Guido van Rossum · 27 years ago
  79. d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed by Guido van Rossum · 27 years ago
  80. 174f95a Moved allobjects.h to Python.h (without rename2.h). by Guido van Rossum · 27 years ago
  81. 87490eb Renamed inittab. by Guido van Rossum · 27 years ago
  82. e601c0f Added new name for inittab! by Guido van Rossum · 27 years ago
  83. 63c35e5 Remove macros that are only used for cgensupport.[ch]. by Guido van Rossum · 27 years ago
  84. 92e8782 Moved cgensupport.h to Modules (awaiting oblivion). by Guido van Rossum · 27 years ago
  85. 1818b77 Moved rename2's macros relevant to this module here and added comment by Guido van Rossum · 27 years ago
  86. 45c3aab Got rid of the static decl of PyCObject_Import, which was a 1.4 by Guido van Rossum · 27 years ago
  87. 0a73dd5 Changed the way the C API was exported. Jim Fulton. by Guido van Rossum · 27 years ago
  88. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  89. 6fa4466 Added AssertionError. by Guido van Rossum · 27 years ago
  90. 94dbd99 Remove ConflictError (which was also removed from bltinmodule.c, even by Guido van Rossum · 27 years ago
  91. e053c67 Remove err_input -- there is no such global! by Guido van Rossum · 27 years ago
  92. f095806 Remove redundant references to thread stuff -- long, long ago, there by Guido van Rossum · 27 years ago
  93. 7427791 Add Macros defining new names for all external symbols. by Guido van Rossum · 27 years ago
  94. 1f06bee Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the by Guido van Rossum · 27 years ago
  95. f39fc43 A few comment alignment and clarifications. by Guido van Rossum · 27 years ago
  96. e9e4779 Add global Py_OptimizeFlag. by Guido van Rossum · 27 years ago
  97. 7d4266e Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  98. 1ca407f Fix the comments for bitwise and/or. by Guido van Rossum · 27 years ago
  99. 5c4998b Added decl for Py_FdIsInteractive. by Guido van Rossum · 27 years ago
  100. 3f3a268 Added decl for Py_InteractiveFlag. by Guido van Rossum · 27 years ago