1. 008edbf A nit to make Fred proud. by Barry Warsaw · 25 years ago
  2. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  3. 7eba1d8 Tell what the result objects are (based on comment from the list). by Fred Drake · 25 years ago
  4. a8b37ad Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. by Guido van Rossum · 25 years ago
  5. f8e390b New version by Mark-Andre Lemburg (generated by a script, parseentities.py). by Guido van Rossum · 25 years ago
  6. 9ed56de Added item regarding random/whrandom. by Fred Drake · 25 years ago
  7. b3fc9d1 Added disclaimer to the sleep() function. by Guido van Rossum · 25 years ago
  8. a5456d5 In floatsleep(), when using select(), ignore EINTR error. by Guido van Rossum · 25 years ago
  9. 1ebcf6a Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  10. 8a07bae Bump to version 1.1 by Barry Warsaw · 25 years ago
  11. 772d696 __update(): Jeremy Hylton reports occurances of sunaudiodev.error by Barry Warsaw · 25 years ago
  12. 959fa01 Typo in comment (on Mac, it's the *resource* fork that's not copied, by Guido van Rossum · 25 years ago
  13. 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  14. 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
  15. e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
  16. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago
  17. 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
  18. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  19. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  20. 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
  21. 8c66b69 Added DistutilsExecError, DistutilsValueError. by Greg Ward · 25 years ago
  22. e27db5a Initial implementation by Barry Warsaw · 25 years ago
  23. 31e5e37 Explain the possible range of values for the pid parameter to waitpid(). by Fred Drake · 25 years ago
  24. af57251 Initial revision by Barry Warsaw · 25 years ago
  25. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  26. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  27. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  28. 50765ab (py-shell): Set the default shell if not set yet. It's sometimes by Barry Warsaw · 25 years ago
  29. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  30. 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
  31. 68921df In note mentioning [].remove()'s exception, tell what exception is by Fred Drake · 25 years ago
  32. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  33. 4f1a618 Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock(). by Guido van Rossum · 25 years ago
  34. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  35. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  36. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  37. 933c91e Vladimir Marangozov fixes an AIX-specific problem, writing: by Guido van Rossum · 25 years ago
  38. 58c5a2a Started documentation on buffer objects & types. Very preliminary. by Fred Drake · 25 years ago
  39. 4574f23 PyBuffer_New(): Raise ValueError if size is negative (the other by Fred Drake · 25 years ago
  40. 493aa48 Added available() method, which checks whether quicktime is installed at all (by by Jack Jansen · 25 years ago
  41. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  42. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  43. 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
  44. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  45. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  46. 32bc45f Removed PyMapping_Clear() -- it was wishful thinking and serves no by Guido van Rossum · 25 years ago
  47. 83c0983 Use the mksourcepgk script instead of mktarball.sh. by Fred Drake · 25 years ago
  48. 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
  49. 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
  50. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  51. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  52. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  53. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  54. c71b802 Markup nits. by Fred Drake · 25 years ago
  55. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  56. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  57. 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
  58. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  59. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  60. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  61. 2394c98 Minor updates. by Fred Drake · 25 years ago
  62. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  63. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  64. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  65. 478a265 Minor update. by Fred Drake · 25 years ago
  66. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  67. 5ed843f A few minor Customize changes: by Barry Warsaw · 25 years ago
  68. 11f2156 (python-mode): Set which interpreter (CPython or JPython) to use the by Barry Warsaw · 25 years ago
  69. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  70. ddc4696 (py-beginning-of-def-or-class): Only move to match-beginning if the by Barry Warsaw · 25 years ago
  71. 4ef3ea0 Add support for bzip2 compression. by Fred Drake · 25 years ago
  72. 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
  73. b5213c3 Ignore additional compressed formats. by Fred Drake · 25 years ago
  74. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  75. 7dcc69a Add zip archive support for html, pdf, ps, and latex archives. by Fred Drake · 25 years ago
  76. 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
  77. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  78. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  79. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  80. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  81. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  82. 3d58744 Fixed order of parameters in slice() docstring. The Library Reference by Fred Drake · 25 years ago
  83. aba953e New wishes. by Guido van Rossum · 25 years ago
  84. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  85. 2f80d96 Patch by Stephen Turner, who writes: by Guido van Rossum · 25 years ago
  86. 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 25 years ago
  87. 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 25 years ago
  88. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  89. 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
  90. 860e256 Added comment clarifying that RELEASE is the documentation release by Fred Drake · 25 years ago
  91. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  92. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  93. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  94. bb7eff9 Updated Milan's email address. by Fred Drake · 25 years ago
  95. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  96. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
  97. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
  98. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  99. ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
  100. 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago