1. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  2. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  3. d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
  4. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  5. a90b23c One of the new prototypes was missing the "void" args. by Greg Stein · 24 years ago
  6. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  7. fa1309f Fix to use Py_UCS4 by Marc-André Lemburg · 24 years ago
  8. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  9. 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
  10. 295b1bb Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik by Marc-André Lemburg · 24 years ago
  11. 4327910 Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need by Marc-André Lemburg · 24 years ago
  12. 3d1a1d7 Added prototypes for the new codec APIs for strings. These APIs by Marc-André Lemburg · 24 years ago
  13. f03e741 Modified the ISALPHA and ISALNUM macros to use the new lookup APIs by Marc-André Lemburg · 24 years ago
  14. 82249c8 Added #defines to enable SUSv2 compatibility where available and by Marc-André Lemburg · 24 years ago
  15. 1f5871e Removed Py_PROTO and switched to ANSI C declarations in the dict by Tim Peters · 24 years ago
  16. a9c103b Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros by Marc-André Lemburg · 24 years ago
  17. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  18. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  19. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  20. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  21. 632ea6e Bump version to 2.0b1. by Guido van Rossum · 24 years ago
  22. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  23. 4f4b799 Jack Jansen: Use include "" instead of <>; and staticforward declarations by Guido van Rossum · 24 years ago
  24. 9cb1cab Jack Jansen: Removed support for long-dead Think C compiler by Guido van Rossum · 24 years ago
  25. 808d9b1 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  26. 5e3c632 Fredrik Lundh: get rid of warning in pythonrun.c by Guido van Rossum · 24 years ago
  27. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  28. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  29. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  30. 2f4d0e9 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  31. 74042d6 Patch from /F: by Andrew M. Kuchling · 24 years ago
  32. 9581144 Typo fix in comment. by Greg Ward · 24 years ago
  33. c094ac8 Now that standard exceptions are builtin, we don't need two phase init by Barry Warsaw · 24 years ago
  34. 98b0404 Removing thread.h -- it has been obsolete for quite a while. by Guido van Rossum · 24 years ago
  35. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  36. cb093fe M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  37. 3ac3edc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  38. 7c36ada Trent Mick: by Guido van Rossum · 24 years ago
  39. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  40. 3a03d4c Add two scenarios by Vladimir Marangozov that show how to use your own by Guido van Rossum · 24 years ago
  41. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  42. e326b1e At last, this backward compatibility file bites the dust. by Guido van Rossum · 24 years ago
  43. b16d197 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  44. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  45. ddc3b63 Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac) by Guido van Rossum · 24 years ago
  46. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  47. 004d64f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  48. 52c2359 Marc-Andre Lemburg: New exported API PyUnicode_Resize(). by Guido van Rossum · 24 years ago
  49. 08df3ac Bump version to 1.6a2 -- to be released one of these days. by Guido van Rossum · 24 years ago
  50. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  51. a14253d Make it version 1.6a1. by Guido van Rossum · 24 years ago
  52. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  53. 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 24 years ago
  54. a403d7d remove reference to CALL_FUNCTION_STAR in comment by Jeremy Hylton · 24 years ago
  55. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  56. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  57. efec115 Prototypes added for MBCS codecs. (Win32 only.) by Guido van Rossum · 24 years ago
  58. 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 24 years ago
  59. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  60. d0d366b Marc-Andre Lemburg: add declaration for PyUnicode_Contains(). by Guido van Rossum · 24 years ago
  61. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  62. fd9eed3 Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, by Guido van Rossum · 24 years ago
  63. bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 24 years ago
  64. 99cc971 Marc-Andre Lemburg: add PyExc_UnicodeError by Guido van Rossum · 24 years ago
  65. d822518 Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh. by Guido van Rossum · 24 years ago
  66. 3094484 Python Codec Registry and support functions, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  67. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  68. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  69. db0c9f7 Declarations related to new WindowsError exception. by Guido van Rossum · 24 years ago
  70. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  71. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  72. 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
  73. 8f3e150 Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to by Guido van Rossum · 25 years ago
  74. 9e47859 Prepare for final release. by Guido van Rossum · 25 years ago
  75. 6d0de99 Release 1.5.2c1 by Guido van Rossum · 25 years ago
  76. bd341fa Add the possibility of a gamma release (release candidate). by Guido van Rossum · 25 years ago
  77. d023a78 Conform to standard boilerplate. by Guido van Rossum · 25 years ago
  78. d709b48 Adding thread.h -- unused but for b/w compatibility. by Guido van Rossum · 25 years ago
  79. 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 25 years ago
  80. e784f1e Add PyModule_GetFilename(). by Guido van Rossum · 25 years ago
  81. 7999bfb There's a macro PycString_IMPORT which the documentation listed as by Guido van Rossum · 25 years ago
  82. 2e6e7d4 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  83. d3b0921 Chris Herborth writes: by Guido van Rossum · 26 years ago
  84. f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
  85. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  86. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  87. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  88. cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  89. f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
  90. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  91. 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
  92. d052ff0 Added PyExc_NotImplementedError by Barry Warsaw · 26 years ago
  93. 446fd04 Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) by Guido van Rossum · 26 years ago
  94. d1f2d7e Bump the patch level to 1.5.2b2, just in case I feel like releasing by Guido van Rossum · 26 years ago
  95. 36eef3c Changes by Greg Stein (code) and GvR (design). by Guido van Rossum · 26 years ago
  96. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  97. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  98. b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still by Guido van Rossum · 26 years ago
  99. 6e5b301 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  100. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago