1. 582646a grand renaming; added copyright to some files by Guido van Rossum · 28 years ago
  2. 0a8626e Plug memory leak (variable names in code objects were being leaked!) by Guido van Rossum · 28 years ago
  3. 9a97d6c Added Py_GetPath (getpythonpath) by Guido van Rossum · 28 years ago
  4. 68ded21 minor fix to mime header regex --Sjoerd by Guido van Rossum · 28 years ago
  5. 507f15b Auto-install on first import. Added quick reference. by Guido van Rossum · 28 years ago
  6. ddcb36b Use ../install-sh to install files. by Guido van Rossum · 28 years ago
  7. 9c8a0c4 Made all c_* symbols static. by Guido van Rossum · 28 years ago
  8. 5f1563c rename more symbols by Guido van Rossum · 28 years ago
  9. 652f108 rename exported symbols with _Py_ prefix by Guido van Rossum · 28 years ago
  10. 53d0de4 rename exported symbols with _Py_ prefix by Guido van Rossum · 28 years ago
  11. 3d86cc0 make soundex_hash static by Guido van Rossum · 28 years ago
  12. 8c1e150 Removed some done "to do" items. Changed #ifdef DEBUG slightly. by Guido van Rossum · 28 years ago
  13. ded690f rename printrefs, getobjects to _Py_ prefix by Guido van Rossum · 28 years ago
  14. 363078a make some things static by Guido van Rossum · 28 years ago
  15. 9ea917e Only define PyOS_ReadlineInit if WITH_READLINE defined. by Guido van Rossum · 28 years ago
  16. 5048de2 rename parser internal symbols with _Py_ prefix by Guido van Rossum · 28 years ago
  17. e1cd6c1 don't use NDEBUG by Guido van Rossum · 28 years ago
  18. 01b68fd X11 install.sh script by Guido van Rossum · 28 years ago
  19. 814842f Removed most of the README text since it is all about the Mac specific by Guido van Rossum · 28 years ago
  20. faefe4c Fix typos (need to use tag_bind, not bind). by Guido van Rossum · 28 years ago
  21. a4916fa Added mkfifo, ftruncate. Windows/PC changes. by Guido van Rossum · 28 years ago
  22. dd96ca7 Be more careful about default args. by Guido van Rossum · 28 years ago
  23. 2c26cfe Use struct _inittab def from import.h by Guido van Rossum · 28 years ago
  24. 3539b1e Added flock(). by Guido van Rossum · 28 years ago
  25. 7081cf5 Microsoft C changes by Guido van Rossum · 28 years ago
  26. 88661e8 Subtle Windows changes by Guido van Rossum · 28 years ago
  27. fb0df94 Use sigaction if possible by Guido van Rossum · 28 years ago
  28. 5555854 Windows/PC changes by Guido van Rossum · 28 years ago
  29. 5038412 Added __doc__ strings. Added get_soundex(). by Guido van Rossum · 28 years ago
  30. bceeac8 Watcom changes. by Guido van Rossum · 28 years ago
  31. dadc824 removed verbose decl; added win3.1 dynamic linking. by Guido van Rossum · 28 years ago
  32. 40f470f moved verbose decl to pydebug.h; added dos_8x3 feature by Guido van Rossum · 28 years ago
  33. f857a6b Added copyright. Include config.h which may define COMPILER. by Guido van Rossum · 28 years ago
  34. 5e3e426 removed sime redundant header includes and decls. by Guido van Rossum · 28 years ago
  35. 795ba58 Removed some redundant header includes. by Guido van Rossum · 28 years ago
  36. 441e4ab new debugger symbol names by Guido van Rossum · 28 years ago
  37. 7f3f2c1 TRACE_REFS -> Py_TRACE_REFS by Guido van Rossum · 28 years ago
  38. 4b0538c Added PySys_SetPath. by Guido van Rossum · 28 years ago
  39. b9d8760 Don't declare Py_FatalError. Add Py_mport_Init and PyBuiltin_Init. by Guido van Rossum · 28 years ago
  40. b221ac4 Define DL_IMPORT if necessary. by Guido van Rossum · 28 years ago
  41. dd197e91 Added __WATCOMC__ as DOS compiler. by Guido van Rossum · 28 years ago
  42. 39c2aae Added decl for PyImport_Init. by Guido van Rossum · 28 years ago
  43. 2514ec7 Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. Added PyBuiltin_Init. by Guido van Rossum · 28 years ago
  44. b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. by Guido van Rossum · 28 years ago
  45. 1266974 Debug related variable/function definitions go here. by Guido van Rossum · 28 years ago
  46. 1799eb5 Non-trivial DL_IMPORT must now be defined in config.h. by Guido van Rossum · 28 years ago
  47. aae0d32 Use new names for debug macros. Don't include pythonrun.h. by Guido van Rossum · 28 years ago
  48. 84a9032 TRACE_REFS -> Py_TRACE_REFS. by Guido van Rossum · 28 years ago
  49. 60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. by Guido van Rossum · 28 years ago
  50. 0578851 Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work. by Guido van Rossum · 28 years ago
  51. f976326 Plug memory leak in the previous fix :-( by Guido van Rossum · 28 years ago
  52. 993952b Fix obscure bug in string%mapping where the mapping creates its items by Guido van Rossum · 28 years ago
  53. 422cc7f more changes copied from Grail by Guido van Rossum · 28 years ago
  54. 4122216 Modified for 1.3.3 distribution by Jack Jansen · 28 years ago
  55. ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 28 years ago
  56. 9d640a3 Added waste by Jack Jansen · 28 years ago
  57. 25241d9 Fixed callback handling on 68K machines. by Jack Jansen · 28 years ago
  58. 12fe9fb re-binhexed for 1.3.3 distribution by Jack Jansen · 28 years ago
  59. ee21706 Added waste and _tkinter modules by Jack Jansen · 28 years ago
  60. 4f0456d Recreated tkpython.rsrc, upped version number by Jack Jansen · 28 years ago
  61. 5fb5432 Added USE_WASTE define by Jack Jansen · 28 years ago
  62. 1b63b27 Fixed up for 1.3.3 distribution, removed various old (and nuused) project files. by Jack Jansen · 28 years ago
  63. 4915c99 Export OptResObj_{New,Convert} by Jack Jansen · 28 years ago
  64. 86a853f Changed for 1.3.3 distribution by Jack Jansen · 28 years ago
  65. 9c9a07c Remember source filename as <module>.__file__. by Guido van Rossum · 28 years ago
  66. 63e39ae Made Place.info == Pack.info by Guido van Rossum · 28 years ago
  67. a5f875f Yet another mini fix to pack/grid info. by Guido van Rossum · 28 years ago
  68. 6878436 Patch from the net for 4.1 file handler changes. by Guido van Rossum · 28 years ago
  69. 54ac189 Add __sinit() call according to Jack. by Guido van Rossum · 28 years ago
  70. 3626999 Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). by Guido van Rossum · 28 years ago
  71. 37dcab1 Resync with Grail's Tkinter.py. by Guido van Rossum · 28 years ago
  72. 955c5d1 Set the base for atoi() and atol() to 0, since we're reading Python by Guido van Rossum · 28 years ago
  73. 6dabc98 Added __name__ attribute to class instance method objects. by Guido van Rossum · 28 years ago
  74. 3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) by Jack Jansen · 28 years ago
  75. d9585c9 Fixed reference to cr/lf problems by Jack Jansen · 28 years ago
  76. 1df16d0 A version of swed that can import html files. Also demonstrates by Jack Jansen · 28 years ago
  77. 42bc4b2 Added call to initialize standard (i.e. implemented in C) embedded by Jack Jansen · 28 years ago
  78. 756522f Added support for callbacks (for embedded objects) by Jack Jansen · 28 years ago
  79. 316a430 Removed some spurios biindex calls. by Guido van Rossum · 28 years ago
  80. 59b328e Added warning about behavior of open mode 'a' (or 'a+'). by Guido van Rossum · 28 years ago
  81. e71c5a7 Removed broken tst.py by Guido van Rossum · 28 years ago
  82. 0f6dc5b Added MenuItem methods setstyle(), seticon(), setmark() by Jack Jansen · 28 years ago
  83. 782405f Extension to wed that handles styles, fonts and sizes by Jack Jansen · 28 years ago
  84. 8ae8e4f Made style and soup handles optional by Jack Jansen · 28 years ago
  85. efe8c9c An interface to the WASTE textedit replacement library. by Jack Jansen · 28 years ago
  86. f2331de Keep .exp files in cvs tree by Jack Jansen · 28 years ago
  87. b4c9381 Copy .exp files to mwerks project directory too. by Jack Jansen · 28 years ago
  88. 3ba03b2 An example of waste by Jack Jansen · 28 years ago
  89. c4eec9f - Confine window moves to screen boundaries by Jack Jansen · 28 years ago
  90. 2cc4160 Minimal waste test program, modified from ttedit. by Jack Jansen · 28 years ago
  91. 0836542 Added documentation on FrameWork, TextEdit and Waste by Jack Jansen · 28 years ago
  92. 8444507 Use FrameWork.windowbounds(), fixed idle routine by Jack Jansen · 28 years ago
  93. dce32a9 Idle callback is now supplied with the null event causing it. by Jack Jansen · 28 years ago
  94. a2408e9 Fixed code generated for an argument of type **** by Jack Jansen · 28 years ago
  95. 7bfc875 Fixed ScrolledWindow to disable scrollbars if everything is visible. by Jack Jansen · 28 years ago
  96. 111fdcf Added correct handling of cut/paste menu enabling, scroll bars by Jack Jansen · 28 years ago
  97. ded81a1 Removed ...gen.py files from repository by Jack Jansen · 28 years ago
  98. 19171a2 Added support for accessing a few more TERec members by Jack Jansen · 28 years ago
  99. 90ecdf4 An interface to WASTE, an all-singing-all-dancing TextEdit replacement by Jack Jansen · 28 years ago
  100. 6528b1f An interface to WASTE, an all-singing-all-dancing TextEdit replacement. by Jack Jansen · 28 years ago