1. 46d9fda Donovan Baarda <abo@users.sourceforge.net>: by Fred Drake · 23 years ago
  2. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 23 years ago
  3. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  4. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  5. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  6. d092694 Add a deprecation warning to this module. by Guido van Rossum · 23 years ago
  7. 44f5f8f Bug #409419: delete seek() and tell() methods, so callers can use getattr() by Andrew M. Kuchling · 23 years ago
  8. d3f193f * Fixing the password-proxy bug by Moshe Zadka · 23 years ago
  9. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 23 years ago
  10. a8423a9 Add a whole lot of stuff to __all__. by Guido van Rossum · 23 years ago
  11. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 23 years ago
  12. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 23 years ago
  13. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 23 years ago
  14. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 23 years ago
  15. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago
  16. 7620bbd Fix bug #233253: the --define and --undef options didn't work, whether by Andrew M. Kuchling · 23 years ago
  17. 898f099 Bug #409403: Signal an error if the distribution's metadata has no version by Andrew M. Kuchling · 23 years ago
  18. d179be8 Distutils version number has been changed from 1.0.1 to 1.0.2pre by Thomas Heller · 23 years ago
  19. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 23 years ago
  20. 6695737 Change RuntimeError to SGMLParseError, which subclasses RuntimeError by Fred Drake · 23 years ago
  21. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  22. 3bda4f0 Remove redundant "__future__:" from module docstring. by Ka-Ping Yee · 23 years ago
  23. 904f2fc Import the exceptions that this module can raise. by Fred Drake · 23 years ago
  24. adcf8a0 Add doc string for run from profile.doc. (pydoc motivates me to write by Jeremy Hylton · 23 years ago
  25. 538453e Moved clearing of "literal" flag. The flag is set in setliteral which by Sjoerd Mullender · 23 years ago
  26. 62dfed9 Change "[%s]" % string.whitespace to r"\s" in regular expressions. by Fred Drake · 23 years ago
  27. 44d5e0c updated __all__ to include several other names by Skip Montanaro · 23 years ago
  28. 126f2f6 Patch #407965: Improve Level 2 conformance of minidom by Martin v. Löwis · 23 years ago
  29. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 23 years ago
  30. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 23 years ago
  31. 521c83d Multifile.read(): Fix a broken conversion to string methods. by Fred Drake · 23 years ago
  32. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 23 years ago
  33. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 23 years ago
  34. 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 23 years ago
  35. f115a08 Replace setenv with putenv. Reported by Dietmar Schwertberger. by Martin v. Löwis · 23 years ago
  36. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 23 years ago
  37. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 23 years ago
  38. ec6ec90 Define & use NetrcParseError instead of improperly overloading SyntaxError. by Fred Drake · 23 years ago
  39. 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 23 years ago
  40. 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 23 years ago
  41. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 23 years ago
  42. feb6719 Use r""" instead of """ for the docstring so that backslashes are preserved. by Ka-Ping Yee · 23 years ago
  43. d1d053c Patch by Itamar S.T. (SF#305470): add reset() method. by Guido van Rossum · 23 years ago
  44. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 23 years ago
  45. b7fe432 Fix by Donn Cave for BeOS (SF #403642): by Guido van Rossum · 23 years ago
  46. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  47. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 23 years ago
  48. db8ed15 Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. by Ka-Ping Yee · 23 years ago
  49. 228d807 RISCOS files by dschwertberger by Guido van Rossum · 23 years ago
  50. c92cdf7 The sys.platform identifier for Windows is just 'win32' (for all varieties). by Ka-Ping Yee · 23 years ago
  51. 7dcf84f Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. by Guido van Rossum · 23 years ago
  52. 4eb0c00 Make getsourcefile() succeed even if the filename doesn't end in '.py' -- by Ka-Ping Yee · 23 years ago
  53. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 23 years ago
  54. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 23 years ago
  55. b616e11 Believe it or not, but "more" on Windows requires "more <file" rather by Guido van Rossum · 23 years ago
  56. fd85a4e Typo repair. by Tim Peters · 23 years ago
  57. d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 23 years ago
  58. 239432a Clean up the handling of getsourcefile/getabsfile. by Ka-Ping Yee · 23 years ago
  59. c113c24 Clarify the purpose of getsourcefile(). by Ka-Ping Yee · 23 years ago
  60. 0a8c29b Clarify synopsis line a bit. by Ka-Ping Yee · 23 years ago
  61. fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 23 years ago
  62. 7a25765 When seeking the module for an object, compare absolute (not relative) paths. by Ka-Ping Yee · 23 years ago
  63. a2fe103 Use imp.get_suffixes to determine a module name in modulename(file). by Ka-Ping Yee · 23 years ago
  64. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 23 years ago
  65. d977e35 Also accept .so as an extension for module files. by Ka-Ping Yee · 23 years ago
  66. 4f64c13 Better __credits__. by Ka-Ping Yee · 23 years ago
  67. 244c593 Add __author__ and __credits__ variables. by Ka-Ping Yee · 23 years ago
  68. 8b58b84 Add __author__ variable. by Ka-Ping Yee · 23 years ago
  69. 66efbc7 Docstring improvements. by Ka-Ping Yee · 23 years ago
  70. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 23 years ago
  71. 2510831 Whitespace normalization. by Tim Peters · 23 years ago
  72. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  73. 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 23 years ago
  74. 59ade08 Add getlineno() routine to account for LINENO optimization. by Ka-Ping Yee · 23 years ago
  75. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 23 years ago
  76. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 23 years ago
  77. 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 23 years ago
  78. 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 23 years ago
  79. 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 23 years ago
  80. 150a664 Fix filter for SyntaxErrors by Jeremy Hylton · 23 years ago
  81. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 23 years ago
  82. 9c98a42 Move some constant initialization from FTP.__init__() and FTP.connect() by Fred Drake · 23 years ago
  83. 9e26318 Add a new API: by Guido van Rossum · 23 years ago
  84. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 23 years ago
  85. 6335773 Placate tabnanny by Andrew M. Kuchling · 23 years ago
  86. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 23 years ago
  87. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 23 years ago
  88. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  89. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 23 years ago
  90. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 23 years ago
  91. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 23 years ago
  92. ff443a5 added missing element to __all__ by Skip Montanaro · 23 years ago
  93. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 23 years ago
  94. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 23 years ago
  95. 5e2b173 Acknowledgements. by Ka-Ping Yee · 23 years ago
  96. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 23 years ago
  97. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 23 years ago
  98. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  99. 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 23 years ago
  100. ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 23 years ago