1. d1f66dc Fix buglet in load_put -- the test for bad readline result tested the by Guido van Rossum · 26 years ago
  2. c54367a Uwe Zessin. by Guido van Rossum · 26 years ago
  3. ec119a3 Don't crash if a window no longer exists. by Guido van Rossum · 26 years ago
  4. 5ec13c5 Restructured a bit. by Guido van Rossum · 26 years ago
  5. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 26 years ago
  6. ce67f06 Update documentation to reflect changes to Queue.py by Tim Peters. by Guido van Rossum · 26 years ago
  7. 9e1721f Tim Peters: by Guido van Rossum · 26 years ago
  8. 68de064 The writelines() function was never tested and contained numerous bugs by Guido van Rossum · 26 years ago
  9. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
  10. 7f1653c new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr by Just van Rossum · 26 years ago
  11. e058189 Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as by Jack Jansen · 26 years ago
  12. b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  13. fd44e3d Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  14. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 26 years ago
  15. 496cae7 Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. by Jack Jansen · 26 years ago
  16. 6d3d6e4 Added Extensions:img:Mac to default sys.path by Jack Jansen · 26 years ago
  17. 6c45a82 - img modules are no longer in PlugIns folder by Jack Jansen · 26 years ago
  18. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  19. 8f81a22 Some weird symbol (M_I386) was used to decide whether to include the by Guido van Rossum · 26 years ago
  20. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 26 years ago
  21. ebb9c92 Two important fixes: by Guido van Rossum · 26 years ago
  22. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
  23. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
  24. 2013ba4 Should open files in binary mode! by Guido van Rossum · 26 years ago
  25. dfb4e24 Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add by Fred Drake · 26 years ago
  26. 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 26 years ago
  27. 2ff880e More magic to tighten up a little of the formatting. by Fred Drake · 26 years ago
  28. f9918f2 Minor nit to prevent dropping a space in the HTML generation. by Fred Drake · 26 years ago
  29. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 26 years ago
  30. f9ffb03 Jim Fulton: this fixes seg faults with bad pickles like "c". by Guido van Rossum · 26 years ago
  31. d673d48 Document sameopenfile(), samestat(). by Fred Drake · 26 years ago
  32. 0256c1f Document splitdrive(). by Fred Drake · 26 years ago
  33. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  34. 534972b New splitdrive() that knows about UNC paths (e.g., network paths like by Guido van Rossum · 26 years ago
  35. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 26 years ago
  36. c256ece Partly updated to reflect the new organization and the availability of CVS by Jack Jansen · 26 years ago
  37. 33a5d7e Just's script to find non-7-bit-clean charactres in a source tree (slightly by Jack Jansen · 26 years ago
  38. 7bcd84d updated to the new numpy build setup -- jvr by Just van Rossum · 26 years ago
  39. 579ed77 Never mind, this belongs in the PC subdirectory, by Guido van Rossum · 26 years ago
  40. edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
  41. b8bf163 added some comments by Just van Rossum · 26 years ago
  42. 2e3f7be Fredrik Lundh fixes Sjoerd's patch... by Guido van Rossum · 26 years ago
  43. dbd37df Remove three items. by Fred Drake · 26 years ago
  44. 215fe2f Fix the os/posix documentation issue. by Fred Drake · 26 years ago
  45. dda199b Moved \versionadded to end of description sections. by Fred Drake · 26 years ago
  46. 12ba786 Moved posixpath to os.path. by Fred Drake · 26 years ago
  47. 560bcae Added posixpath, winsound. by Fred Drake · 26 years ago
  48. a9b9bf9 Change this to be os.path. by Fred Drake · 26 years ago
  49. bb79438 This seems to fix a problem with targeting from the indexes. by Fred Drake · 26 years ago
  50. 2116d98 Make \versionadded and \versionchanged less prominant -- neither bold by Fred Drake · 26 years ago
  51. d0bceee Move \versionadded macros to end of descriptions. by Fred Drake · 26 years ago
  52. 09da65e Patch by Sjoerd Mullender to placate /F: by Guido van Rossum · 26 years ago
  53. cc2c291 Patch by Sjoerd Mullender to placate /F: by Guido van Rossum · 26 years ago
  54. 7e3535c Added documentation to the docstrings for the W*() functions that take by Fred Drake · 26 years ago
  55. 26a69db put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr by Just van Rossum · 26 years ago
  56. 9202755 Replaced by Pythonpath.r by Jack Jansen · 26 years ago
  57. 2cc340d Windows sound playing module, by Fredrik Lundh. by Guido van Rossum · 26 years ago
  58. 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 26 years ago
  59. 67c65b2 Special-case _P_WAIT etc. for NT. by Guido van Rossum · 26 years ago
  60. 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 26 years ago
  61. a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 26 years ago
  62. dbd72a4 Added module synopsis. by Fred Drake · 26 years ago
  63. 68a8c69 Take out just about everything and refer the reader to the os module. by Fred Drake · 26 years ago
  64. b23ee1d Make the text generic, and call it os.path instead of posixpath. by Fred Drake · 26 years ago
  65. 59d8b73 Remove all references to posixpath; only refer to os.path. by Fred Drake · 26 years ago
  66. 2e9e0df Add canonic() function -- for brand new bdb.py feature. by Guido van Rossum · 26 years ago
  67. 14b2d30 Protect against accessing an empty stack. by Guido van Rossum · 26 years ago
  68. 6aa4257 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() by Barry Warsaw · 26 years ago
  69. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
  70. 98be47e OSError description: "as the by the" --> "as the" by Fred Drake · 26 years ago
  71. e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 26 years ago
  72. fe64935 Patch by Sjoerd Mullender for better compatibility with the version by Guido van Rossum · 26 years ago
  73. 79e0223 removed old IDE stuff -- jvr by Just van Rossum · 26 years ago
  74. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 26 years ago
  75. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 26 years ago
  76. e590a95 removed turd resources left by my former MacCVS client -- jvr by Just van Rossum · 26 years ago
  77. 99ec5a5 Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr by Just van Rossum · 26 years ago
  78. a7a7193 There are now three possible ways to run the IDE: by Just van Rossum · 26 years ago
  79. 4f0d1f5 ??? adding this file somehow failed -- jvr by Just van Rossum · 26 years ago
  80. 40f9b7b First Checked In. by Just van Rossum · 26 years ago
  81. f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 26 years ago
  82. 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 26 years ago
  83. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 26 years ago
  84. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 26 years ago
  85. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 26 years ago
  86. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 26 years ago
  87. 786cb11 Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr by Just van Rossum · 26 years ago
  88. 292f4c4 added "delay console window until needed" preference by Just van Rossum · 26 years ago
  89. 245d179 Added pascal-style string name of preference file resource, and bracketed by Jack Jansen · 26 years ago
  90. c0780ac From: Mike Orr <mso@oz.net> by Guido van Rossum · 26 years ago
  91. ca44236 Embarrassing: remove a debug print statement from set_break() for the by Guido van Rossum · 26 years ago
  92. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 26 years ago
  93. 9787bea Use win32api.GetFullPathName(path) if it exists to implement abspath(). by Guido van Rossum · 26 years ago
  94. 28e66d1 Added the info tarball to the tarballs target. Added the README to by Fred Drake · 26 years ago
  95. b2c59ab A README file for the info tarball. by Fred Drake · 26 years ago
  96. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
  97. 170e190 Support a canonical() method, implementable by a derived class, to be by Guido van Rossum · 26 years ago
  98. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 26 years ago
  99. 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 26 years ago
  100. 9b0dc53 Define %descriptor.class, since it's used. by Fred Drake · 26 years ago