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