1. e36e1fe support fast mode for gdmb by Guido van Rossum · 29 years ago
  2. 15ad9a6 only use 'j' for imaginary constants by Guido van Rossum · 29 years ago
  3. c96ef6a properly initialize optional arguments to apply() by Guido van Rossum · 29 years ago
  4. faa436c use only j for imaginary constants by Guido van Rossum · 29 years ago
  5. efa3143 add keyword args to CanvasItem class __init__ by Guido van Rossum · 29 years ago
  6. 15c4fec more recent linux header files by Guido van Rossum · 29 years ago
  7. 8c8a02a speed up unquote() by using atoi() instead of eval() by Guido van Rossum · 29 years ago
  8. 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 29 years ago
  9. 0eaa74b add acct() method to send new account name by Guido van Rossum · 29 years ago
  10. ba42664 fix typo in _setval() return value by Guido van Rossum · 29 years ago
  11. 6700142 backward compatible interface for bsddb by Guido van Rossum · 29 years ago
  12. 0182c06 inherit error from _mod.error by Guido van Rossum · 29 years ago
  13. 13ad35a real test for executable script by Guido van Rossum · 29 years ago
  14. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 29 years ago
  15. eacce12 add missing loop step to parseplist() by Guido van Rossum · 29 years ago
  16. f7476c5 fix default arg for read() -- should be -1 by Guido van Rossum · 29 years ago
  17. 06d7441 add ComplexType by Guido van Rossum · 29 years ago
  18. 7241879 use 'j' instead of 'i' for imaginary constants by Guido van Rossum · 29 years ago
  19. 1e7b2aa Removed unused var by Jack Jansen · 29 years ago
  20. 9fbcc6a (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. by Barry Warsaw · 29 years ago
  21. 996e6dc Corrected format string in api_version_warning. by Sjoerd Mullender · 29 years ago
  22. b89f32e Added prototype for PySys_SetArgv by Jack Jansen · 29 years ago
  23. 6c6ad83 Set default item for dialog by Jack Jansen · 29 years ago
  24. 76c79e9 Added 16-bit pixel support for some operations. by Jack Jansen · 29 years ago
  25. ba1de3b Fixed off-by-one error in rle-decode, and allow whitespace in base64 by Jack Jansen · 29 years ago
  26. 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 29 years ago
  27. 79fb732 Added Fm module by Jack Jansen · 29 years ago
  28. 00bd2e5 adde cmath; added version numbers to tk/tcl libs by Guido van Rossum · 29 years ago
  29. 3206268 added default hypot() implementation by Guido van Rossum · 29 years ago
  30. b123691 64-bit patch by Guido van Rossum · 29 years ago
  31. b28911c added new.classobj() by Guido van Rossum · 29 years ago
  32. c0fd1c0 fix argcount bug for build_node_children by Guido van Rossum · 29 years ago
  33. ca42b16 clear addr buffer before calling getsockname by Guido van Rossum · 29 years ago
  34. 71aa32f complex math by Guido van Rossum · 29 years ago
  35. f595fde changes for pow(**) and complex by Guido van Rossum · 29 years ago
  36. c7fea2f add sigrelse() call for SunOS 4.1; add some fflush() calls by Guido van Rossum · 29 years ago
  37. d8b4925 added complex and c objects by Guido van Rossum · 29 years ago
  38. 97ead3f Hack to force loading of cobject.o by Guido van Rossum · 29 years ago
  39. 39739ea better power implementation by Guido van Rossum · 29 years ago
  40. cf3d108 Added PyComplex_AsCComplex by Guido van Rossum · 29 years ago
  41. ff4af06 __hpux -> hpux equivalence by Guido van Rossum · 29 years ago
  42. b0352fa fix args options for setcheckinterval by Guido van Rossum · 29 years ago
  43. beeda8a changes for power (**) operator by Guido van Rossum · 29 years ago
  44. 50564e8 changes for complex and power (**) operator by Guido van Rossum · 29 years ago
  45. 8a5c5d2 changes for complex numbers by Guido van Rossum · 29 years ago
  46. 0bfd6c3 Added power (**) operator by Guido van Rossum · 29 years ago
  47. 5990592 added decl for PyComplex_AsCComplex by Guido van Rossum · 29 years ago
  48. 3d1f095 changes for ** (power) operator by Guido van Rossum · 29 years ago
  49. b17d5de changes for complex numbers by Guido van Rossum · 29 years ago
  50. e0dbd59 bump api version by Guido van Rossum · 29 years ago
  51. 3ca2a95 added complex and c object.h; get rid of Py_FatalError by Guido van Rossum · 29 years ago
  52. f9fca92 complex numbers a la Konrad Hinsen by Guido van Rossum · 29 years ago
  53. 77654a7 opaque C object a la Jim Fulton by Guido van Rossum · 29 years ago
  54. 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 29 years ago
  55. bf220a1 Added font manager toolbox module by Jack Jansen · 29 years ago
  56. 195e33e - Fixed bug in getfillable() - Added setcallback() method to set a user-callback by Jack Jansen · 29 years ago
  57. 6259af9 An interface to the font manager by Jack Jansen · 29 years ago
  58. c8a9949 Various fixes/enhancements, thanks to Ivan and Just: by Jack Jansen · 29 years ago
  59. 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 29 years ago
  60. 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 29 years ago
  61. b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 29 years ago
  62. 7d1eba9 Added extra module argument varstuff, to declare extra module-level vars by Jack Jansen · 29 years ago
  63. 29c6121 A different binhexer, apparently:-( by Jack Jansen · 29 years ago
  64. 6601964 Fixed example by Jack Jansen · 29 years ago
  65. e8ea21b Added pathname2url and url2pathname methods (only correct for unix and by Jack Jansen · 29 years ago
  66. b678975 (Minimal) instructions on how to build python from source by Jack Jansen · 29 years ago
  67. b696b25 Added missing newline by Jack Jansen · 29 years ago
  68. 5a01fe0 Common header file for all plugin modules by Jack Jansen · 29 years ago
  69. f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 29 years ago
  70. dc3e3f6 Fixed local file access for macintosh by Jack Jansen · 29 years ago
  71. 4f508ad Sample image drawing code (not fully functional yet) by Jack Jansen · 29 years ago
  72. 6f47bf4 Minor bugfix in keyboard input handling by Jack Jansen · 29 years ago
  73. 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
  74. 72b56e8 don't return from main loop when error occurs by Guido van Rossum · 29 years ago
  75. 9cfea10 It now actually works. Also, MovieInWindow and VerySimplePlayer by Jack Jansen · 29 years ago
  76. 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 29 years ago
  77. 1e4ce73 Added Sint8 and Uint8 types by Jack Jansen · 29 years ago
  78. 0a54ae2 Added cm and qt demos by Jack Jansen · 29 years ago
  79. cbc0358 Added QuickTime module by Jack Jansen · 29 years ago
  80. 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
  81. 992ded8 fix free memory reads in dictlookup et al by Guido van Rossum · 29 years ago
  82. e5fe4af Use global statement instead of importing ourselves to get to global variable. by Sjoerd Mullender · 29 years ago
  83. 453ced5 still untested (but it compiles) by Jack Jansen · 29 years ago
  84. 8b13703 Added Cm.slb, the component mgr interface by Jack Jansen · 29 years ago
  85. cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
  86. b996856 Component mgr support by Jack Jansen · 29 years ago
  87. 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 29 years ago
  88. 135fb71 BitMap object support by Jack Jansen · 29 years ago
  89. 93fa45c A variation on PICTbrowse.py that displays the picture using DrawPicture. by Jack Jansen · 29 years ago
  90. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  91. b7abb18 Added support for GrafPort object by Jack Jansen · 29 years ago
  92. 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 29 years ago
  93. 7830ab8 Added definitions for GrafPort object and Fixed type. by Jack Jansen · 29 years ago
  94. e7bea57 Example: control eudora using AppleEvents by Jack Jansen · 29 years ago
  95. 1dcbcc3 Sample extension module: InterSLIP control API. by Jack Jansen · 29 years ago
  96. 4ac7249 Control InterSLIP using modeless dialog, uses FrameWork by Jack Jansen · 29 years ago
  97. 310c657 Control InterSLIP using a modal dialog by Jack Jansen · 29 years ago
  98. 07043b4 Browse all PICT resources in the resource chain. Uses SetWindowPic for display. by Jack Jansen · 29 years ago
  99. 330f576 - Added support for PicHandle by Jack Jansen · 29 years ago
  100. a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 29 years ago