1. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  2. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  3. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  4. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  5. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  6. 3d58744 Fixed order of parameters in slice() docstring. The Library Reference by Fred Drake · 25 years ago
  7. aba953e New wishes. by Guido van Rossum · 25 years ago
  8. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  9. 2f80d96 Patch by Stephen Turner, who writes: by Guido van Rossum · 25 years ago
  10. 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 25 years ago
  11. 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 25 years ago
  12. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  13. 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
  14. 860e256 Added comment clarifying that RELEASE is the documentation release by Fred Drake · 25 years ago
  15. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  16. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  17. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  18. bb7eff9 Updated Milan's email address. by Fred Drake · 25 years ago
  19. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  20. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
  21. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
  22. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  23. ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
  24. 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
  25. 7c85ab8 Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, by Guido van Rossum · 25 years ago
  26. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  27. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  28. d5f173b FTP.dir(): Fix typo in docstring. by Fred Drake · 25 years ago
  29. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  30. 17a8b5d make_view_popups(): Catch import error which can occur if a viewer is by Barry Warsaw · 25 years ago
  31. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  32. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  33. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  34. e72d48d Bump the release number to 1.5.2p1. by Fred Drake · 25 years ago
  35. c8c1b5d Drag module added. by Jack Jansen · 25 years ago
  36. 919e74c Darn! Forgot to re-target. by Fred Drake · 25 years ago
  37. 5a8aaa7 Remove one item. by Fred Drake · 25 years ago
  38. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  39. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  40. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  41. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  42. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  43. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  44. 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  45. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  46. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  47. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  48. b5879ca Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  49. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago
  50. 859dc53 Per Frank Stajano's suggestion, state explicitly that the functions by Fred Drake · 25 years ago
  51. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago
  52. 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
  53. f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
  54. 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 25 years ago
  55. 9b59a30 Added some reminders. by Fred Drake · 25 years ago
  56. d85b5a4 Move the setting for secnumdepth to the document classes; make the numbering by Fred Drake · 25 years ago
  57. 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 25 years ago
  58. abc64b7 Added entry for pty module. by Fred Drake · 25 years ago
  59. a4b5d58 pty documentation from Moshe; with small edits. by Fred Drake · 25 years ago
  60. 31d10cb Improve description of the example. by Fred Drake · 25 years ago
  61. f5213c2 Usage nit: a bunch of "nor"s should have been a single "or". by Fred Drake · 25 years ago
  62. 8ad2703 Minor wording change in section title. by Fred Drake · 25 years ago
  63. ac00c4c byteswap() method: Tell *what* exception gets raised when the type by Fred Drake · 25 years ago
  64. 9118f7c Remove unnecessary comma. by Fred Drake · 25 years ago
  65. b8690fb Define NotANumber as a subclass of ValueError when using class-based exceptions. by Fred Drake · 25 years ago
  66. 9e0b622 Comment out XXX comment; this needn't appear in the formatted by Fred Drake · 25 years ago
  67. ef1a029 Add note about not being able to use this module with modules not by Fred Drake · 25 years ago
  68. 4886c66 Moshe: Remove extraneous "and". by Fred Drake · 25 years ago
  69. e4d7818 Added entries for mutex and nis modules. by Fred Drake · 25 years ago
  70. 7fefba5 NIS documentation from Moshe. by Fred Drake · 25 years ago
  71. 2231357 Mutex documentation from Moshe. by Fred Drake · 25 years ago
  72. 7a65a26 Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors by Fred Drake · 25 years ago
  73. 14ae4b4 Fix some typos. by Fred Drake · 25 years ago
  74. c4e3bf9 Add entries for the sched module. by Fred Drake · 25 years ago
  75. 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 25 years ago
  76. 7e99032 Moshe's section on the sched module, with edits. by Fred Drake · 25 years ago
  77. 60b66e1 Update to Sjoerd's documentation of the chunk module, with some by Fred Drake · 25 years ago
  78. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  79. ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
  80. 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
  81. 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
  82. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  83. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago
  84. dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 25 years ago
  85. 374c0df Add unregister() method. by Guido van Rossum · 25 years ago
  86. e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 25 years ago
  87. 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
  88. 624a191 Patch from Sjoerd Mullender: by Fred Drake · 25 years ago
  89. 59834f1 Mikael Lyngvig writes: by Guido van Rossum · 25 years ago
  90. 3aa9ca1 Patch by Mikael Lyngvig: by Guido van Rossum · 25 years ago
  91. cf6905f Clarify the example by explicitly importing the fcntl module -- this by Guido van Rossum · 25 years ago
  92. 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  93. ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
  94. ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 25 years ago
  95. 7c24264 Removed tty module entry. by Fred Drake · 25 years ago
  96. 1b2dc90 Add entries for tty module. by Fred Drake · 25 years ago
  97. 0bccd73 Updates from Moshe, again edited by me. Describe the parameters to by Fred Drake · 25 years ago
  98. 92f3f41 Added "See Also" section for termios module. by Fred Drake · 25 years ago
  99. ae4d5c2 Various updates. by Fred Drake · 25 years ago
  100. 66239d5 tty module documentation from Moshe, with some editing and an added by Fred Drake · 25 years ago