1. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  2. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  3. 37f0263 Bug #412086, reported by Peter Wilson: The _curses module doesn't by Andrew M. Kuchling · 23 years ago
  4. 7880e5e Patch #413912 from Steve Majewski: Add .m to the list of extensions by Andrew M. Kuchling · 23 years ago
  5. dc80670 Corrected default value of the DocumentType.internalSubset attribute based by Fred Drake · 23 years ago
  6. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  7. 33d2b84 CharacterData methods: Update self.length on changes instead of extended by Fred Drake · 23 years ago
  8. 87432f4 Add support for the CharacterData methods, CDATASection. by Fred Drake · 23 years ago
  9. c951bf9 SF bug [#410708] Condition.wait() and KeyboardInterrupt. by Tim Peters · 23 years ago
  10. cb67ea1 Initialize Attr.value with empty string in createAttribute*, as per DOM by Martin v. Löwis · 23 years ago
  11. f89d993 Back out the requirement to supply a version number by Andrew M. Kuchling · 23 years ago
  12. f7eb4fa Fixes a fatal bug when the module has computed alternatives containing %s. by Eric S. Raymond · 23 years ago
  13. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  14. 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 23 years ago
  15. 764dad5 Arghh. Fix typo. by Martin v. Löwis · 23 years ago
  16. c9494ac Use Guido's trick for always extracting the version number from a by Martin v. Löwis · 23 years ago
  17. f78a81b Fix some reloading problems (still more work needed). by Ka-Ping Yee · 23 years ago
  18. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  19. fc31f26 Update auto-detection for Konqueror to include KDE 2 -- the kfm command is by Fred Drake · 23 years ago
  20. 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 23 years ago
  21. 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 23 years ago
  22. 62d2488 Two minor changes for better Jython compatibility. Finn Bock says: by Barry Warsaw · 23 years ago
  23. 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 23 years ago
  24. 88b0884 Change rfc822_escape() to ensure there's a consistent amount of whitespace by Andrew M. Kuchling · 23 years ago
  25. 7519e7a setlocale(): In _locale-missing compatibility function, string by Barry Warsaw · 23 years ago
  26. dfdac1a Several changes for Jython portability. This closes SF patch by Barry Warsaw · 23 years ago
  27. 101651c flesh out __all__ by Jeremy Hylton · 23 years ago
  28. a9c6c8d Extend isclass() to work for extension classes (by looking for __bases__). by Ka-Ping Yee · 23 years ago
  29. e280c06 Browser compatibility fixes. by Ka-Ping Yee · 23 years ago
  30. 987ec90 Small formatting improvements. by Ka-Ping Yee · 23 years ago
  31. 3bda879 Show inherited methods, with hyperlinks to the base class they came from. by Ka-Ping Yee · 23 years ago
  32. 28c62bb Provide a StopTokenizing exception for conveniently exiting the loop. by Ka-Ping Yee · 23 years ago
  33. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 23 years ago
  34. 6526bf8 When creating an attribute node using createAttribute() or by Fred Drake · 23 years ago
  35. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 23 years ago
  36. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 23 years ago
  37. 37f7b38 Fixes for various issues reported and discovered since Python 9: by Ka-Ping Yee · 23 years ago
  38. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  39. 816e149 First cut at a high-level symbol table interface by Jeremy Hylton · 23 years ago
  40. 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 23 years ago
  41. 14b90a4 Strip \r as trailing whitespace as part of soft line endings. by Guido van Rossum · 23 years ago
  42. 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 23 years ago
  43. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  44. 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 23 years ago
  45. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  46. b374dd3 Synchronize with 1.6 of PyXML: by Martin v. Löwis · 23 years ago
  47. ffb963c Use the get_contact*() accessors instead of get_maintainer*() by Andrew M. Kuchling · 23 years ago
  48. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 23 years ago
  49. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  50. 6e9c0ba Remove redundant import by Andrew M. Kuchling · 23 years ago
  51. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  52. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 23 years ago
  53. a7210ed Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, by Andrew M. Kuchling · 23 years ago
  54. df66df0 Patch #407434: add rfc822_escape utility function by Andrew M. Kuchling · 23 years ago
  55. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  56. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  57. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 23 years ago
  58. ed9d0ba Do not print caret when offset is None. by Jeremy Hylton · 23 years ago
  59. 69e9e8b Reformat and edit docstrings to follow modern conventions. Single by Jeremy Hylton · 23 years ago
  60. 9175114 Add test cases for the fnmatch module. by Fred Drake · 23 years ago
  61. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 23 years ago
  62. 0253820 The unittest module from PyUNIT, by Steve Purcell. by Fred Drake · 23 years ago
  63. 46d9fda Donovan Baarda <abo@users.sourceforge.net>: by Fred Drake · 23 years ago
  64. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 23 years ago
  65. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  66. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  67. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  68. d092694 Add a deprecation warning to this module. by Guido van Rossum · 23 years ago
  69. 44f5f8f Bug #409419: delete seek() and tell() methods, so callers can use getattr() by Andrew M. Kuchling · 23 years ago
  70. d3f193f * Fixing the password-proxy bug by Moshe Zadka · 23 years ago
  71. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 23 years ago
  72. a8423a9 Add a whole lot of stuff to __all__. by Guido van Rossum · 23 years ago
  73. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 23 years ago
  74. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 23 years ago
  75. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 23 years ago
  76. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 23 years ago
  77. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago
  78. 7620bbd Fix bug #233253: the --define and --undef options didn't work, whether by Andrew M. Kuchling · 23 years ago
  79. 898f099 Bug #409403: Signal an error if the distribution's metadata has no version by Andrew M. Kuchling · 23 years ago
  80. d179be8 Distutils version number has been changed from 1.0.1 to 1.0.2pre by Thomas Heller · 23 years ago
  81. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 23 years ago
  82. 6695737 Change RuntimeError to SGMLParseError, which subclasses RuntimeError by Fred Drake · 23 years ago
  83. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  84. 3bda4f0 Remove redundant "__future__:" from module docstring. by Ka-Ping Yee · 24 years ago
  85. 904f2fc Import the exceptions that this module can raise. by Fred Drake · 24 years ago
  86. adcf8a0 Add doc string for run from profile.doc. (pydoc motivates me to write by Jeremy Hylton · 24 years ago
  87. 538453e Moved clearing of "literal" flag. The flag is set in setliteral which by Sjoerd Mullender · 24 years ago
  88. 62dfed9 Change "[%s]" % string.whitespace to r"\s" in regular expressions. by Fred Drake · 24 years ago
  89. 44d5e0c updated __all__ to include several other names by Skip Montanaro · 24 years ago
  90. 126f2f6 Patch #407965: Improve Level 2 conformance of minidom by Martin v. Löwis · 24 years ago
  91. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 24 years ago
  92. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
  93. 521c83d Multifile.read(): Fix a broken conversion to string methods. by Fred Drake · 24 years ago
  94. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 24 years ago
  95. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 24 years ago
  96. 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 24 years ago
  97. f115a08 Replace setenv with putenv. Reported by Dietmar Schwertberger. by Martin v. Löwis · 24 years ago
  98. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 24 years ago
  99. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 24 years ago
  100. ec6ec90 Define & use NetrcParseError instead of improperly overloading SyntaxError. by Fred Drake · 24 years ago