1. de51909 Updated for 2.0c1 by Jack Jansen · 24 years ago
  2. 816cf9d Python implementation of strptime(). by Jack Jansen · 24 years ago
  3. 14126df Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution. by Jack Jansen · 24 years ago
  4. 237b5f4 Andy Dustman <adustman@users.sourceforge.net>: by Fred Drake · 24 years ago
  5. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  6. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  7. babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
  8. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 24 years ago
  9. 110941a If the status line is invalid, assume it is a pre-1.0 response. The by Jeremy Hylton · 24 years ago
  10. 2bf405a Repaired a comment and asserted a precondition. by Tim Peters · 24 years ago
  11. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  12. 73574ee two fixes for redirects: by Jeremy Hylton · 24 years ago
  13. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  14. ada6d87 Fix for Bug #116453. by Guido van Rossum · 24 years ago
  15. f4670e9 When we know the compiler is GCC, always add the -Wall and by Fred Drake · 24 years ago
  16. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  17. b636dc6 [ Bug #116636 ] Bug in StringIO.write() by Guido van Rossum · 24 years ago
  18. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 24 years ago
  19. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 24 years ago
  20. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 24 years ago
  21. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  22. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 24 years ago
  23. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 24 years ago
  24. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 24 years ago
  25. 0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm by Thomas Wouters · 24 years ago
  26. 8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use by Thomas Wouters · 24 years ago
  27. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  28. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 24 years ago
  29. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 24 years ago
  30. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 24 years ago
  31. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  32. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  33. 06fdd2d Another gcc -Wall warning squashed: by Fred Drake · 24 years ago
  34. 4747a18 Remove one more gcc -Wall warning. by Fred Drake · 24 years ago
  35. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  36. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  37. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  38. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  39. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  40. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  41. 5428c7d Fix the docstring for new.function(). by Fred Drake · 24 years ago
  42. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  43. e693df9 Avoid a couple of "value computed is not used" warnings from gcc -Wall; by Fred Drake · 24 years ago
  44. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  45. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  46. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  47. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago
  48. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 24 years ago
  49. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  50. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  51. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  52. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  53. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
  54. ea761c0 Place the full text of the CNRI license verbatim in the LICENSE file. by Guido van Rossum · 24 years ago
  55. 841815e This commit was manufactured by cvs2svn to create tag 'r20c1'. by cvs2svn · 24 years ago
  56. cfc4178 When the classes in wave.py opened files themselves, their .close() methods by Tim Peters · 24 years ago
  57. e8d2f55 The usual. by Guido van Rossum · 24 years ago
  58. eebb1c6 The Usual. by Jeremy Hylton · 24 years ago
  59. cc46bd2 the usual by Jeremy Hylton · 24 years ago
  60. 6040aaa add note explaining what a release candidate is by Jeremy Hylton · 24 years ago
  61. 95fdec4 This file is no longer used. by Fred Drake · 24 years ago
  62. 46446d6 Repaired IDLE Unicode bug description. Added tokenize.py bugfix info. by Tim Peters · 24 years ago
  63. ff71839 Another generated file... by Fred Drake · 24 years ago
  64. c9a5cc1 Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning by Fred Drake · 24 years ago
  65. 56fe7f8 WAVE test + bugfix contributor. by Guido van Rossum · 24 years ago
  66. 16b198e wave test output by Guido van Rossum · 24 years ago
  67. a00afc1 Simple test suite for wave.py by Jean-Claude Rimbault (with some by Guido van Rossum · 24 years ago
  68. 13a3069 Paul Prescod <paul@prescod.net>: Correct the chaining between siblings. by Fred Drake · 24 years ago
  69. eca576c Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was by Guido van Rossum · 24 years ago
  70. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  71. 5c2c604 And another. by Guido van Rossum · 24 years ago
  72. 5839e58 Checking in three Darwin-specific patches. by Guido van Rossum · 24 years ago
  73. 32e20ff typo by Jeremy Hylton · 24 years ago
  74. 95d53d2 Use python$EXE instead of python, for Darwin. (Patch by Tony Lownds. (#101816) by Guido van Rossum · 24 years ago
  75. fdddb31 For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to by Guido van Rossum · 24 years ago
  76. fded5ed One more name. by Guido van Rossum · 24 years ago
  77. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 24 years ago
  78. 1092120 added better description of BeOS changes from Donn Cave by Jeremy Hylton · 24 years ago
  79. ed9e644 Summary of changes between 2.0b2 and 2.0c1 by Jeremy Hylton · 24 years ago
  80. 30e7877 new name by Jeremy Hylton · 24 years ago
  81. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 24 years ago
  82. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
  83. ecbd2aa Another name. by Fred Drake · 24 years ago
  84. 5790be1 Donn Cave <donn@oz.net>: Update for BeOS. This closes SourceForge patch #101774. by Fred Drake · 24 years ago
  85. a2cb78f Donn Cave <donn@oz.net>: by Fred Drake · 24 years ago
  86. 047fe99 Donn Cave <donn@oz.net>: Revise BeOS support. by Fred Drake · 24 years ago
  87. 9e2e1e5 Donn Cave <donn@oz.net>: Updated to work better with BeOS. by Fred Drake · 24 years ago
  88. d359022 Updated version from Donn Cave <donn@oz.net>. by Fred Drake · 24 years ago
  89. 04f4943 _exceptions: Format a missing system id as <unknown>. by Martin v. Löwis · 24 years ago
  90. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  91. 1e75e81 bump patchlevel to 2.0c1 by Jeremy Hylton · 24 years ago
  92. b769e80 read in a .pyc file and disassemble the code objects by Jeremy Hylton · 24 years ago
  93. d923831 Patch #101810: check whether zst.avail_out is non-zero when getting by Andrew M. Kuchling · 24 years ago
  94. 46735ad Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. by Guido van Rossum · 24 years ago
  95. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  96. 5931667 Be consistent in the description of audio formats: <format> <width> "audio". by Guido van Rossum · 24 years ago
  97. ce6292e Correct output. by Guido van Rossum · 24 years ago
  98. 923ebe4 It seems our sound cards can't play mulaw data. Use native-format by Guido van Rossum · 24 years ago
  99. 830b37b Don't use string methods to allow sharing this code with PyXML. by Martin v. Löwis · 24 years ago
  100. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago