1. a918b8c Fixed to allow sys.path initializer to be longer than 255 chars. by Jack Jansen · 28 years ago
  2. 2a6e68f Output original address by Barry Warsaw · 28 years ago
  3. de0e8f7 Updated country codes as per ISO3166 10-Feb-1994 by Barry Warsaw · 28 years ago
  4. cb2b672 implementation complete. need to update country codes by Barry Warsaw · 28 years ago
  5. 3a7212c Added `ru' --> Russia by Barry Warsaw · 28 years ago
  6. f6d5344 A rewrite for better Python-ish style by Barry Warsaw · 28 years ago
  7. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  8. c59120b Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). by Guido van Rossum · 28 years ago
  9. caa83c4 Added Q. about enabling *shared* on Linux. by Guido van Rossum · 28 years ago
  10. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  11. 3e1fe89 (myformat.perl): Fixed handling of "\e" -- argh! by Fred Drake · 28 years ago
  12. b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
  13. 4464022 (myformat.perl): Simplify generated HTML for "\optional{...}". by Fred Drake · 28 years ago
  14. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  15. 784c6d3 (.latex2html-init): Perform some limited setup for the reference manuals; by Fred Drake · 28 years ago
  16. 9b550d9 (myformat.sty): Simplify \varvars definition. by Fred Drake · 28 years ago
  17. e08c04c Added 'strict_parsing' option to all parsing functions. This causes a by Guido van Rossum · 28 years ago
  18. 73eba25 Don't require leading '-' on option name to Text.tag_cget by Guido van Rossum · 28 years ago
  19. c5d7e80 Fix the way the Authorization header is sent (how could this have worked?). by Guido van Rossum · 28 years ago
  20. c384d75 (myformat.perl): Updated to allow library reference manual to be handled by by Fred Drake · 28 years ago
  21. d859785 Add twit "home" location to sys.path (so you can put the applet on the desktop) by Jack Jansen · 28 years ago
  22. 052b7e1 Make Py_ReturnNullError() statis as it should be. by Guido van Rossum · 28 years ago
  23. 08ef9d9 Only call sq_length in Sequence_GetItem for negative index. by Guido van Rossum · 28 years ago
  24. 115c114 Changed project segment structure to (more-or-less) match directory structure. by Jack Jansen · 28 years ago
  25. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  26. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  27. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  28. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  29. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  30. 6c06590 More sensible default sys.path by Jack Jansen · 28 years ago
  31. 297d7dd Keep the folder structure in Mac:mwerks:projects similar to the by Jack Jansen · 28 years ago
  32. 612db8f Removed addpack calls by Jack Jansen · 28 years ago
  33. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  34. 7d42d95 Fix syntax of commented-out variables by Guido van Rossum · 28 years ago
  35. b54f4de Added 'Introduction' section head and 'Memory Management' subsection. by Guido van Rossum · 28 years ago
  36. 8dbcdd0 correct typo in return variable for PySequence_Index() by Guido van Rossum · 28 years ago
  37. 0b1ff66 Should compare errno to 0, not NULL by Guido van Rossum · 28 years ago
  38. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  39. f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
  40. 7a7480d (myformat.perl): Added handler for cfuncdesc environment. This is needed by Fred Drake · 28 years ago
  41. eb33c78 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to by Fred Drake · 28 years ago
  42. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  43. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  44. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  45. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  46. 6c3a3aa This commit was manufactured by cvs2svn to create tag 'release14'. by cvs2svn · 28 years ago
  47. 61f9139 Added disclaimer. by Guido van Rossum · 28 years ago
  48. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  49. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  50. f501b4e Ready for release. Added section on the book. Removed bugs/gripes emails. by Guido van Rossum · 28 years ago
  51. 819889d Noticed a few more things that have been done. by Guido van Rossum · 28 years ago
  52. 7704bb7 Added last-minute changes. by Guido van Rossum · 28 years ago
  53. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  54. 130575d CNRI additions, approved by the boss and his wife :-) by Guido van Rossum · 28 years ago
  55. 6240b0b Small nits only. by Guido van Rossum · 28 years ago
  56. c45289c The usual :-( by Guido van Rossum · 28 years ago
  57. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  58. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  59. f73f79b Done with this for 1.4. by Guido van Rossum · 28 years ago
  60. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  61. b0259bc Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. by Guido van Rossum · 28 years ago
  62. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  63. 40f7a55 Get rid of bogus binding of <Delete> to a function that deletes the next by Guido van Rossum · 28 years ago
  64. a5a4c2a Correct truncated paragraph. by Guido van Rossum · 28 years ago
  65. 16d5b11 Fix truncated paragraph in doc string. Bump version to 2.0. by Guido van Rossum · 28 years ago
  66. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago
  67. 93df314 Removed NumPy files -- no time to fix these. by Guido van Rossum · 28 years ago
  68. 9b67621 Cast mtime gotten from stat() to long int -- else it won't work on the Mac. by Guido van Rossum · 28 years ago
  69. 8542c8e Set /MD option for *all* projects (even python.exe). by Guido van Rossum · 28 years ago
  70. a83f3b8 Barry's latest (2.83). He likes this version particularly because by Guido van Rossum · 28 years ago
  71. 9e0e4dd Added answer by Greg Stein about threads on Linux. by Guido van Rossum · 28 years ago
  72. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  73. 0cbaff4 Fix case where you start a new group immediately after a label. by Guido van Rossum · 28 years ago
  74. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  75. 71ec03b Adapted to migration of reference manual to Frame. by Guido van Rossum · 28 years ago
  76. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  77. 5265ae4 Probably just binhexed again... by Jack Jansen · 28 years ago
  78. 230ad2c Different default location for distribution templates by Jack Jansen · 28 years ago
  79. c42c0b7 Only copy project files from build* and plugins to the projects by Jack Jansen · 28 years ago
  80. d2034c1 Build imgmodules.cfm68k too by Jack Jansen · 28 years ago
  81. 3a9b3b5 Added USE_MALLOC_DEBUG (disabled) by Jack Jansen · 28 years ago
  82. 05d9836 Project files for 1.4 release by Jack Jansen · 28 years ago
  83. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  84. 6b9e560 Updated to cw10 by Jack Jansen · 28 years ago
  85. d6fccdf Fixed gusi preferences by Jack Jansen · 28 years ago
  86. a1255e0 removed unused var by Jack Jansen · 28 years ago
  87. 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
  88. b7e82c1 Raise a more intellegible error in the case of missing keyword args by Jack Jansen · 28 years ago
  89. ae178ea Added HAVE_STRFTIME by Jack Jansen · 28 years ago
  90. 70e413d Added a note on swed and htmled examples, added tab support, fixed typo by Jack Jansen · 28 years ago
  91. 92ca16c Modified to work together with BBPy Re-enabled splash screen by Jack Jansen · 28 years ago
  92. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  93. fde7a75 Fixed compare function to do first char comparison in unsigned mode, by Guido van Rossum · 28 years ago
  94. 1495747 Added support for floating point resolution to Scale.get(). by Guido van Rossum · 28 years ago
  95. db23185 Frame versions of documents after mangling by Robin. by Guido van Rossum · 28 years ago
  96. bed266a New version for 1.4 from Manus. by Guido van Rossum · 28 years ago
  97. cb9fe88 Version number and date. by Guido van Rossum · 28 years ago
  98. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  99. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  100. fd1e543 New date and version number. by Guido van Rossum · 28 years ago