1. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  2. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  3. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  4. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  5. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  6. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  7. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  8. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  9. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  10. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  11. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  12. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  13. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  14. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  15. 6c3a3aa This commit was manufactured by cvs2svn to create tag 'release14'. by cvs2svn · 28 years ago
  16. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  17. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  18. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  19. f501b4e Ready for release. Added section on the book. Removed bugs/gripes emails. by Guido van Rossum · 28 years ago
  20. 819889d Noticed a few more things that have been done. by Guido van Rossum · 28 years ago
  21. 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
  22. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  23. 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
  24. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  25. c45289c The usual :-( by Guido van Rossum · 28 years ago
  26. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  27. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  28. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  29. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  30. b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
  31. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  32. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  33. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  34. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  35. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago
  36. 93df314 Removed NumPy files -- no time to fix these. by Guido van Rossum · 28 years ago
  37. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  38. 8542c8e Set /MD option for *all* projects (even python.exe). by Guido van Rossum · 28 years ago
  39. a83f3b8 Barry's latest (2.83). He likes this version particularly because by Guido van Rossum · 28 years ago
  40. 9e0e4dd Added answer by Greg Stein about threads on Linux. by Guido van Rossum · 28 years ago
  41. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  42. 0cbaff4 Fix case where you start a new group immediately after a label. by Guido van Rossum · 28 years ago
  43. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  44. 71ec03b Adapted to migration of reference manual to Frame. by Guido van Rossum · 28 years ago
  45. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  46. 5265ae4 Probably just binhexed again... by Jack Jansen · 28 years ago
  47. 230ad2c Different default location for distribution templates by Jack Jansen · 28 years ago
  48. c42c0b7 Only copy project files from build* and plugins to the projects by Jack Jansen · 28 years ago
  49. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  50. 3a9b3b5 Added USE_MALLOC_DEBUG (disabled) by Jack Jansen · 28 years ago
  51. 05d9836 Project files for 1.4 release by Jack Jansen · 28 years ago
  52. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  53. 6b9e560 Updated to cw10 by Jack Jansen · 28 years ago
  54. d6fccdf Fixed gusi preferences by Jack Jansen · 28 years ago
  55. a1255e0 removed unused var by Jack Jansen · 28 years ago
  56. 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
  57. b7e82c1 Raise a more intellegible error in the case of missing keyword args by Jack Jansen · 28 years ago
  58. ae178ea Added HAVE_STRFTIME by Jack Jansen · 28 years ago
  59. 70e413d Added a note on swed and htmled examples, added tab support, fixed typo by Jack Jansen · 28 years ago
  60. 92ca16c Modified to work together with BBPy Re-enabled splash screen by Jack Jansen · 28 years ago
  61. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  62. fde7a75 Fixed compare function to do first char comparison in unsigned mode, by Guido van Rossum · 28 years ago
  63. 1495747 Added support for floating point resolution to Scale.get(). by Guido van Rossum · 28 years ago
  64. db23185 Frame versions of documents after mangling by Robin. by Guido van Rossum · 28 years ago
  65. bed266a New version for 1.4 from Manus. by Guido van Rossum · 28 years ago
  66. cb9fe88 Version number and date. by Guido van Rossum · 28 years ago
  67. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  68. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  69. fd1e543 New date and version number. by Guido van Rossum · 28 years ago
  70. 176f10e Get rid of evil workaround for Python 1.4b2 bug. by Guido van Rossum · 28 years ago
  71. a31e084 It turns out that VC1.5 does not necessarily define _WINDOWS. by Guido van Rossum · 28 years ago
  72. 8487229 Get preference file name from a resource. Changed for 1.8.0 CWGUSI release by Jack Jansen · 28 years ago
  73. d09deac Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder by Jack Jansen · 28 years ago
  74. 2d359bf Updated the instructions for the 1.4 release by Jack Jansen · 28 years ago
  75. e272303 Added a note about incorrect "PythonCore not found" message by Jack Jansen · 28 years ago
  76. 061ac50 Added a note about PythonApplet name by Jack Jansen · 28 years ago
  77. baffd68 Version upped to 1.4, removed some unused dialogs, added STR resource by Jack Jansen · 28 years ago
  78. 83c74df - Get preference filename from a resource by Jack Jansen · 28 years ago
  79. d081b13 Added resource for preference file name by Jack Jansen · 28 years ago
  80. 5b1b33c Fix another case where... by Guido van Rossum · 28 years ago
  81. 5805584 Changed version to plain "1.4". by Guido van Rossum · 28 years ago
  82. a4e41a8 Added question about error from misuse of mangled names. by Guido van Rossum · 28 years ago
  83. 36845ed Changed URL for PCT again. by Guido van Rossum · 28 years ago
  84. 02afd08 Added all current changes. by Guido van Rossum · 28 years ago
  85. a80c398 Added chapter on restricted execution. by Guido van Rossum · 28 years ago
  86. 6e308d7 Start new chapter on restricted execution. by Guido van Rossum · 28 years ago
  87. 095538d Actual text submitted by AMK. by Guido van Rossum · 28 years ago
  88. c3d090c Background chapter on restricted execution. Additional sections are by Guido van Rossum · 28 years ago
  89. 9cb018e Change the default seeding -- use 8 bits of sub-second precision and by Guido van Rossum · 28 years ago
  90. b6685dc The usual... by Guido van Rossum · 28 years ago
  91. 0c37369 (Tkinter.py): Fixed bug in re-implementation of OptionMenu. by Fred Drake · 28 years ago
  92. 28574b5 (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real by Guido van Rossum · 28 years ago
  93. cc55c2d Changes in description of NeXT options. Fixed reference to newsgroup by Guido van Rossum · 28 years ago
  94. 8bcf369 Support passing in an empty dictionary of keywords to newinstanceobject. by Guido van Rossum · 28 years ago
  95. 1d6fddb Changed _Py_EllipsesObject -> _Py_EllipsisObject. by Guido van Rossum · 28 years ago
  96. a1b1cdb Major upgrade by Vladimir Marangozov. by Guido van Rossum · 28 years ago
  97. 6b02b3e Checkin before ticking changes off.. by Guido van Rossum · 28 years ago
  98. d8b4dd6 Don't recommend unzipping in the root. by Guido van Rossum · 28 years ago
  99. 22a6770 Changed _Py_EllipsesObject -> _Py_EllipsisObject. by Guido van Rossum · 28 years ago
  100. cf6c0ea Add an XXX comment about apparent incompleteness of Borland defines. by Guido van Rossum · 28 years ago