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