1. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 24 years ago
  2. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 24 years ago
  3. 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 24 years ago
  4. f115a08 Replace setenv with putenv. Reported by Dietmar Schwertberger. by Martin v. Löwis · 24 years ago
  5. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 24 years ago
  6. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 24 years ago
  7. ec6ec90 Define & use NetrcParseError instead of improperly overloading SyntaxError. by Fred Drake · 24 years ago
  8. 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 24 years ago
  9. 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 24 years ago
  10. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
  11. feb6719 Use r""" instead of """ for the docstring so that backslashes are preserved. by Ka-Ping Yee · 24 years ago
  12. d1d053c Patch by Itamar S.T. (SF#305470): add reset() method. by Guido van Rossum · 24 years ago
  13. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 24 years ago
  14. b7fe432 Fix by Donn Cave for BeOS (SF #403642): by Guido van Rossum · 24 years ago
  15. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  16. 4ba3d65 Use != instead of <>. Sorry, Barry. by Guido van Rossum · 24 years ago
  17. db8ed15 Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. by Ka-Ping Yee · 24 years ago
  18. 228d807 RISCOS files by dschwertberger by Guido van Rossum · 24 years ago
  19. c92cdf7 The sys.platform identifier for Windows is just 'win32' (for all varieties). by Ka-Ping Yee · 24 years ago
  20. 7dcf84f Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. by Guido van Rossum · 24 years ago
  21. 4eb0c00 Make getsourcefile() succeed even if the filename doesn't end in '.py' -- by Ka-Ping Yee · 24 years ago
  22. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 24 years ago
  23. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 24 years ago
  24. b616e11 Believe it or not, but "more" on Windows requires "more <file" rather by Guido van Rossum · 24 years ago
  25. fd85a4e Typo repair. by Tim Peters · 24 years ago
  26. d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 24 years ago
  27. 239432a Clean up the handling of getsourcefile/getabsfile. by Ka-Ping Yee · 24 years ago
  28. c113c24 Clarify the purpose of getsourcefile(). by Ka-Ping Yee · 24 years ago
  29. 0a8c29b Clarify synopsis line a bit. by Ka-Ping Yee · 24 years ago
  30. fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 24 years ago
  31. 7a25765 When seeking the module for an object, compare absolute (not relative) paths. by Ka-Ping Yee · 24 years ago
  32. a2fe103 Use imp.get_suffixes to determine a module name in modulename(file). by Ka-Ping Yee · 24 years ago
  33. 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
  34. d977e35 Also accept .so as an extension for module files. by Ka-Ping Yee · 24 years ago
  35. 4f64c13 Better __credits__. by Ka-Ping Yee · 24 years ago
  36. 244c593 Add __author__ and __credits__ variables. by Ka-Ping Yee · 24 years ago
  37. 8b58b84 Add __author__ variable. by Ka-Ping Yee · 24 years ago
  38. 66efbc7 Docstring improvements. by Ka-Ping Yee · 24 years ago
  39. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
  40. 2510831 Whitespace normalization. by Tim Peters · 24 years ago
  41. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
  42. 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 24 years ago
  43. 59ade08 Add getlineno() routine to account for LINENO optimization. by Ka-Ping Yee · 24 years ago
  44. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  45. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 24 years ago
  46. 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 24 years ago
  47. 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 24 years ago
  48. 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 24 years ago
  49. 150a664 Fix filter for SyntaxErrors by Jeremy Hylton · 24 years ago
  50. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 24 years ago
  51. 9c98a42 Move some constant initialization from FTP.__init__() and FTP.connect() by Fred Drake · 24 years ago
  52. 9e26318 Add a new API: by Guido van Rossum · 24 years ago
  53. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 24 years ago
  54. 6335773 Placate tabnanny by Andrew M. Kuchling · 24 years ago
  55. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 24 years ago
  56. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 24 years ago
  57. 85ba673 Whitespace normalization. by Tim Peters · 24 years ago
  58. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
  59. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 24 years ago
  60. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 24 years ago
  61. ff443a5 added missing element to __all__ by Skip Montanaro · 24 years ago
  62. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 24 years ago
  63. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 24 years ago
  64. 5e2b173 Acknowledgements. by Ka-Ping Yee · 24 years ago
  65. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 24 years ago
  66. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 24 years ago
  67. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 24 years ago
  68. 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 24 years ago
  69. ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 24 years ago
  70. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 24 years ago
  71. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago
  72. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 24 years ago
  73. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 24 years ago
  74. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 24 years ago
  75. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 24 years ago
  76. 8016a4b Remove two meaningless, module-level global statements (one of a by Jeremy Hylton · 24 years ago
  77. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  78. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 24 years ago
  79. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 24 years ago
  80. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 24 years ago
  81. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 24 years ago
  82. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 24 years ago
  83. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 24 years ago
  84. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 24 years ago
  85. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 24 years ago
  86. 22e4182 Describe -s a little more generically. by Barry Warsaw · 24 years ago
  87. 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 24 years ago
  88. f5d3ea0 Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. by Jeremy Hylton · 24 years ago
  89. 3a9a96c replace exec with simple assignments by Jeremy Hylton · 24 years ago
  90. 2d0589b The code to write timestamps couldn't handle negative times (and time by Jack Jansen · 24 years ago
  91. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  92. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 24 years ago
  93. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 24 years ago
  94. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 24 years ago
  95. c05abb3 Patch #103473 from dougfort: Some sites (amazon.com for one) drop by Andrew M. Kuchling · 24 years ago
  96. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 24 years ago
  97. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 24 years ago
  98. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 24 years ago
  99. b68c245 SF Patch # 103839 byt dougfort: Allow ';' in attributes by Guido van Rossum · 24 years ago
  100. f828e2d Add simple section for assert, including assert w/ lambdas by Jeremy Hylton · 24 years ago