1. 9202755 Replaced by Pythonpath.r by Jack Jansen · 25 years ago
  2. 2cc340d Windows sound playing module, by Fredrik Lundh. by Guido van Rossum · 25 years ago
  3. 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  4. 67c65b2 Special-case _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  5. 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 25 years ago
  6. a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 25 years ago
  7. dbd72a4 Added module synopsis. by Fred Drake · 25 years ago
  8. 68a8c69 Take out just about everything and refer the reader to the os module. by Fred Drake · 25 years ago
  9. b23ee1d Make the text generic, and call it os.path instead of posixpath. by Fred Drake · 25 years ago
  10. 59d8b73 Remove all references to posixpath; only refer to os.path. by Fred Drake · 25 years ago
  11. 2e9e0df Add canonic() function -- for brand new bdb.py feature. by Guido van Rossum · 25 years ago
  12. 14b2d30 Protect against accessing an empty stack. by Guido van Rossum · 25 years ago
  13. 6aa4257 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() by Barry Warsaw · 25 years ago
  14. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 25 years ago
  15. 98be47e OSError description: "as the by the" --> "as the" by Fred Drake · 25 years ago
  16. e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 25 years ago
  17. fe64935 Patch by Sjoerd Mullender for better compatibility with the version by Guido van Rossum · 25 years ago
  18. 79e0223 removed old IDE stuff -- jvr by Just van Rossum · 25 years ago
  19. e1fb04f minor cleanup of last patch -- jvr by Just van Rossum · 25 years ago
  20. 9d609b4 Added PythonIDE to the applet list; added destination filename support for applets -- jvr by Just van Rossum · 25 years ago
  21. e590a95 removed turd resources left by my former MacCVS client -- jvr by Just van Rossum · 25 years ago
  22. 99ec5a5 Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr by Just van Rossum · 25 years ago
  23. a7a7193 There are now three possible ways to run the IDE: by Just van Rossum · 25 years ago
  24. 4f0d1f5 ??? adding this file somehow failed -- jvr by Just van Rossum · 25 years ago
  25. 40f9b7b First Checked In. by Just van Rossum · 25 years ago
  26. f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 25 years ago
  27. 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 25 years ago
  28. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 25 years ago
  29. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 25 years ago
  30. 2607a44 added some try/excepts so it also works when certain projects/folders are not available -- jvr by Just van Rossum · 25 years ago
  31. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 25 years ago
  32. 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 · 25 years ago
  33. 292f4c4 added "delay console window until needed" preference by Just van Rossum · 25 years ago
  34. 245d179 Added pascal-style string name of preference file resource, and bracketed by Jack Jansen · 25 years ago
  35. c0780ac From: Mike Orr <mso@oz.net> by Guido van Rossum · 25 years ago
  36. ca44236 Embarrassing: remove a debug print statement from set_break() for the by Guido van Rossum · 25 years ago
  37. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 25 years ago
  38. 9787bea Use win32api.GetFullPathName(path) if it exists to implement abspath(). by Guido van Rossum · 25 years ago
  39. 28e66d1 Added the info tarball to the tarballs target. Added the README to by Fred Drake · 25 years ago
  40. b2c59ab A README file for the info tarball. by Fred Drake · 25 years ago
  41. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 25 years ago
  42. 170e190 Support a canonical() method, implementable by a derived class, to be by Guido van Rossum · 25 years ago
  43. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 25 years ago
  44. 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 25 years ago
  45. 9b0dc53 Define %descriptor.class, since it's used. by Fred Drake · 25 years ago
  46. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 25 years ago
  47. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 25 years ago
  48. 3d05b1a initmain(): Nailed a memory leak. bimod must be DECREF'd! by Barry Warsaw · 25 years ago
  49. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 25 years ago
  50. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 25 years ago
  51. 38a5a3b Use only the height to decide whether to zoom in or out. by Guido van Rossum · 25 years ago
  52. 7890203 bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's by Barry Warsaw · 25 years ago
  53. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 25 years ago
  54. e294cf6 Add abspath() by Guido van Rossum · 25 years ago
  55. 1804dc3 Document abspath() (implementation is forthcoming). by Guido van Rossum · 25 years ago
  56. f339632 Define a general entity "&version;" that can be used as the current major by Fred Drake · 25 years ago
  57. fdfd50f Convert <version> to &version;. by Fred Drake · 25 years ago
  58. 53ea134 doh! added missing comma (will check before committing in the future ;-) -- jvr by Just van Rossum · 25 years ago
  59. 7859f17 A few scribbles toward the DTD. by Fred Drake · 25 years ago
  60. 9f08666 added path entry for NumPy -- jvr by Just van Rossum · 25 years ago
  61. 6bcc53c Standard ISO entities. by Fred Drake · 25 years ago
  62. d2d2b20 Pythonpath converted to Rez source, and vers resource removed from by Jack Jansen · 25 years ago
  63. 2eb07f0 The OASIS Exchange table model public text. by Fred Drake · 25 years ago
  64. 00d225e Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. by Guido van Rossum · 25 years ago
  65. 6a71572 Projects moved to Mac:Build. The macfreeze projects still need sorting out. by Jack Jansen · 25 years ago
  66. 8f67bce Fixed an absolute path. by Jack Jansen · 25 years ago
  67. f25813a Re-committed as AppleSingle by Jack Jansen · 25 years ago
  68. 7dab6af Update the docstring. by Fred Drake · 25 years ago
  69. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 25 years ago
  70. ae3e574 "numberic" --> "numeric", two places by Fred Drake · 25 years ago
  71. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 25 years ago
  72. b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 25 years ago
  73. 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 25 years ago
  74. 85ef9dc Add Quit button to the debugger window. by Guido van Rossum · 25 years ago
  75. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 25 years ago
  76. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 25 years ago
  77. 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 25 years ago
  78. 703b70e Added \modulesynopsis. by Fred Drake · 25 years ago
  79. 959c937 When find_again() finds exactly the current selection, it's a failure. by Guido van Rossum · 25 years ago
  80. 3d58bcd Rename idle -> idle.py by Guido van Rossum · 25 years ago
  81. fa77e09 builtin_map(): A better fix for the previous leak plug (remember by Barry Warsaw · 25 years ago
  82. c9bda41 Updated for new build and plugin paths by Jack Jansen · 25 years ago
  83. fcfef78 Everything now builds in the right location,. by Jack Jansen · 25 years ago
  84. 0e5ff05 Checking in the projects that have been converted so far. by Jack Jansen · 25 years ago
  85. 541563e Implement -OO; "unsafe" optimization that removes docstrings. by Guido van Rossum · 25 years ago
  86. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  87. bf07b29 Re-commit in applesingle by Jack Jansen · 25 years ago
  88. b657c93 Improvement of b/w compat note in help text for clear, by Richard Wolff. by Guido van Rossum · 25 years ago
  89. 0fa2ccd added default sys.path entry for NumPy -- jvr by Just van Rossum · 25 years ago
  90. 56d6939 Starting on the new project/plugin structure. Far from complete... by Jack Jansen · 25 years ago
  91. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 25 years ago
  92. 2133287 builtin_map(): Nailed memory leak. PyList_Append() borrows a by Barry Warsaw · 25 years ago
  93. f988e68 builtin_complex(): Nailed memory leak. This one's in the instance by Barry Warsaw · 25 years ago
  94. 583cc31 Get rid of do_clear_break / do_clb command -- it is redundant. by Guido van Rossum · 25 years ago
  95. b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 25 years ago
  96. ffd5112 Add the info "dir" fragment to the info tarball. by Fred Drake · 25 years ago
  97. 8d7919d Fragment of an info "dir" file for the Python documentation. by Fred Drake · 25 years ago
  98. ffc4811 Simplify slightly. by Fred Drake · 25 years ago
  99. c5efde8 Don't build info for the Macintosh module reference by default; it by Fred Drake · 25 years ago
  100. 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 25 years ago