1. 06fdd2d Another gcc -Wall warning squashed: by Fred Drake · 24 years ago
  2. 4747a18 Remove one more gcc -Wall warning. by Fred Drake · 24 years ago
  3. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  4. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  5. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  6. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  7. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  8. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  9. 5428c7d Fix the docstring for new.function(). by Fred Drake · 24 years ago
  10. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  11. e693df9 Avoid a couple of "value computed is not used" warnings from gcc -Wall; by Fred Drake · 24 years ago
  12. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  13. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  14. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  15. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago
  16. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 24 years ago
  17. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  18. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  19. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  20. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  21. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
  22. ea761c0 Place the full text of the CNRI license verbatim in the LICENSE file. by Guido van Rossum · 24 years ago
  23. 841815e This commit was manufactured by cvs2svn to create tag 'r20c1'. by cvs2svn · 24 years ago
  24. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 24 years ago
  25. e8d2f55 The usual. by Guido van Rossum · 24 years ago
  26. eebb1c6 The Usual. by Jeremy Hylton · 24 years ago
  27. cc46bd2 the usual by Jeremy Hylton · 24 years ago
  28. 6040aaa add note explaining what a release candidate is by Jeremy Hylton · 24 years ago
  29. 95fdec4 This file is no longer used. by Fred Drake · 24 years ago
  30. 46446d6 Repaired IDLE Unicode bug description. Added tokenize.py bugfix info. by Tim Peters · 24 years ago
  31. ff71839 Another generated file... by Fred Drake · 24 years ago
  32. c9a5cc1 Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning by Fred Drake · 24 years ago
  33. 56fe7f8 WAVE test + bugfix contributor. by Guido van Rossum · 24 years ago
  34. 16b198e wave test output by Guido van Rossum · 24 years ago
  35. a00afc1 Simple test suite for wave.py by Jean-Claude Rimbault (with some by Guido van Rossum · 24 years ago
  36. 13a3069 Paul Prescod <paul@prescod.net>: Correct the chaining between siblings. by Fred Drake · 24 years ago
  37. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 24 years ago
  38. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  39. 5c2c604 And another. by Guido van Rossum · 24 years ago
  40. 5839e58 Checking in three Darwin-specific patches. by Guido van Rossum · 24 years ago
  41. 32e20ff typo by Jeremy Hylton · 24 years ago
  42. 95d53d2 Use python$EXE instead of python, for Darwin. (Patch by Tony Lownds. (#101816) by Guido van Rossum · 24 years ago
  43. fdddb31 For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to by Guido van Rossum · 24 years ago
  44. fded5ed One more name. by Guido van Rossum · 24 years ago
  45. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 24 years ago
  46. 1092120 added better description of BeOS changes from Donn Cave by Jeremy Hylton · 24 years ago
  47. ed9e644 Summary of changes between 2.0b2 and 2.0c1 by Jeremy Hylton · 24 years ago
  48. 30e7877 new name by Jeremy Hylton · 24 years ago
  49. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 24 years ago
  50. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
  51. ecbd2aa Another name. by Fred Drake · 24 years ago
  52. 5790be1 Donn Cave <donn@oz.net>: Update for BeOS. This closes SourceForge patch #101774. by Fred Drake · 24 years ago
  53. a2cb78f Donn Cave <donn@oz.net>: by Fred Drake · 24 years ago
  54. 047fe99 Donn Cave <donn@oz.net>: Revise BeOS support. by Fred Drake · 24 years ago
  55. 9e2e1e5 Donn Cave <donn@oz.net>: Updated to work better with BeOS. by Fred Drake · 24 years ago
  56. d359022 Updated version from Donn Cave <donn@oz.net>. by Fred Drake · 24 years ago
  57. 04f4943 _exceptions: Format a missing system id as <unknown>. by Martin v. Löwis · 24 years ago
  58. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  59. 1e75e81 bump patchlevel to 2.0c1 by Jeremy Hylton · 24 years ago
  60. b769e80 read in a .pyc file and disassemble the code objects by Jeremy Hylton · 24 years ago
  61. d923831 Patch #101810: check whether zst.avail_out is non-zero when getting by Andrew M. Kuchling · 24 years ago
  62. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  63. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  64. 5931667 Be consistent in the description of audio formats: <format> <width> "audio". by Guido van Rossum · 24 years ago
  65. ce6292e Correct output. by Guido van Rossum · 24 years ago
  66. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 24 years ago
  67. 830b37b Don't use string methods to allow sharing this code with PyXML. by Martin v. Löwis · 24 years ago
  68. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  69. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 24 years ago
  70. 4095101 Put arguments to test -z in double quotes. Fixes Bug #116325. by Guido van Rossum · 24 years ago
  71. 7787841 Hush the nanny. by Fred Drake · 24 years ago
  72. 5d64421 Fix a couple of places where the descriptions of *_GET_SIZE() macros said by Fred Drake · 24 years ago
  73. 613f7c4 Donn Cave <donn@oz.net>: Generated files for BeOS R5. by Fred Drake · 24 years ago
  74. a2fda0d Record bugs found when comparing the module with DOM Core Level 2. by Martin v. Löwis · 24 years ago
  75. 8bf9e3b Prevent possible buffer overflow exploits under Windows. As per (the very quick) patch Patch #101801. by Mark Hammond · 24 years ago
  76. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  77. 53f3d4a [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix for the bug reported in Bug #116174: "%% %s" % u"abc" failed due by Marc-André Lemburg · 24 years ago
  78. b96d802 Updated test with a case which checks for the bug reported in by Marc-André Lemburg · 24 years ago
  79. de49583 Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). by Tim Peters · 24 years ago
  80. 70d87d7 Prep Windows installer for 2.0c1: title and build number. by Tim Peters · 24 years ago
  81. f2fba87 Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The by Tim Peters · 24 years ago
  82. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  83. 2c8a89c minidom: access attribute value before printing it by Martin v. Löwis · 24 years ago
  84. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  85. 31b485f In an incremental parser, close the parser after feeding everything. by Martin v. Löwis · 24 years ago
  86. 5fece7f Don't use a file object as system id; try to propagate the file name to by Martin v. Löwis · 24 years ago
  87. 2aa93ef Don't report a final chunk for an external entity parser. by Martin v. Löwis · 24 years ago
  88. ee1dc15 Move translation from expat.error to SAXParseException into feed, so that by Martin v. Löwis · 24 years ago
  89. c2bac87 Include more information from the docstrings. by Fred Drake · 24 years ago
  90. 3a844a2 Another name. by Fred Drake · 24 years ago
  91. db810ac Donn Cave <donn@oz.net>: Fix large file support for BeOS. by Fred Drake · 24 years ago
  92. 24c532a Fix a couple of typos in docstrings. by Fred Drake · 24 years ago
  93. 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 24 years ago
  94. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 24 years ago
  95. 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 24 years ago
  96. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 24 years ago
  97. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  98. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 24 years ago
  99. cc773d3 __getslice__(): Make this use the constructor form that gets a sequence by Fred Drake · 24 years ago
  100. e60de4d Added a new "base" type, IOobject for which most of the by Jim Fulton · 24 years ago