1. 50765ab (py-shell): Set the default shell if not set yet. It's sometimes by Barry Warsaw · 25 years ago
  2. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  3. 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
  4. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  5. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  6. 4f1a618 Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock(). by Guido van Rossum · 25 years ago
  7. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  8. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  9. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  10. 933c91e Vladimir Marangozov fixes an AIX-specific problem, writing: by Guido van Rossum · 25 years ago
  11. 58c5a2a Started documentation on buffer objects & types. Very preliminary. by Fred Drake · 25 years ago
  12. 4574f23 PyBuffer_New(): Raise ValueError if size is negative (the other by Fred Drake · 25 years ago
  13. 493aa48 Added available() method, which checks whether quicktime is installed at all (by by Jack Jansen · 25 years ago
  14. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  15. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  16. 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
  17. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  18. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  19. 32bc45f Removed PyMapping_Clear() -- it was wishful thinking and serves no by Guido van Rossum · 25 years ago
  20. 83c0983 Use the mksourcepgk script instead of mktarball.sh. by Fred Drake · 25 years ago
  21. 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
  22. 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
  23. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  24. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  25. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  26. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  27. c71b802 Markup nits. by Fred Drake · 25 years ago
  28. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  29. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  30. 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
  31. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  32. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  33. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  34. 2394c98 Minor updates. by Fred Drake · 25 years ago
  35. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  36. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  37. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  38. 478a265 Minor update. by Fred Drake · 25 years ago
  39. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  40. 5ed843f A few minor Customize changes: by Barry Warsaw · 25 years ago
  41. 11f2156 (python-mode): Set which interpreter (CPython or JPython) to use the by Barry Warsaw · 25 years ago
  42. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  43. ddc4696 (py-beginning-of-def-or-class): Only move to match-beginning if the by Barry Warsaw · 25 years ago
  44. 4ef3ea0 Add support for bzip2 compression. by Fred Drake · 25 years ago
  45. 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
  46. b5213c3 Ignore additional compressed formats. by Fred Drake · 25 years ago
  47. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  48. 7dcc69a Add zip archive support for html, pdf, ps, and latex archives. by Fred Drake · 25 years ago
  49. 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
  50. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  51. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  52. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  53. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  54. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  55. 3d58744 Fixed order of parameters in slice() docstring. The Library Reference by Fred Drake · 25 years ago
  56. aba953e New wishes. by Guido van Rossum · 25 years ago
  57. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  58. 2f80d96 Patch by Stephen Turner, who writes: by Guido van Rossum · 25 years ago
  59. 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 25 years ago
  60. 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 25 years ago
  61. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  62. 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
  63. 860e256 Added comment clarifying that RELEASE is the documentation release by Fred Drake · 25 years ago
  64. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  65. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  66. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  67. bb7eff9 Updated Milan's email address. by Fred Drake · 25 years ago
  68. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  69. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
  70. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
  71. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  72. ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
  73. 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
  74. 7c85ab8 Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, by Guido van Rossum · 25 years ago
  75. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  76. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  77. d5f173b FTP.dir(): Fix typo in docstring. by Fred Drake · 25 years ago
  78. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  79. 17a8b5d make_view_popups(): Catch import error which can occur if a viewer is by Barry Warsaw · 25 years ago
  80. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  81. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  82. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  83. e72d48d Bump the release number to 1.5.2p1. by Fred Drake · 25 years ago
  84. c8c1b5d Drag module added. by Jack Jansen · 25 years ago
  85. 919e74c Darn! Forgot to re-target. by Fred Drake · 25 years ago
  86. 5a8aaa7 Remove one item. by Fred Drake · 25 years ago
  87. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  88. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  89. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  90. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  91. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  92. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  93. 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  94. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  95. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  96. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  97. b5879ca Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  98. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago
  99. 859dc53 Per Frank Stajano's suggestion, state explicitly that the functions by Fred Drake · 25 years ago
  100. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago