1. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  2. 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 23 years ago
  3. 59ade08 Add getlineno() routine to account for LINENO optimization. by Ka-Ping Yee · 23 years ago
  4. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 23 years ago
  5. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 23 years ago
  6. 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 23 years ago
  7. 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 23 years ago
  8. 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 23 years ago
  9. 150a664 Fix filter for SyntaxErrors by Jeremy Hylton · 23 years ago
  10. 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 23 years ago
  11. 9c98a42 Move some constant initialization from FTP.__init__() and FTP.connect() by Fred Drake · 23 years ago
  12. 9e26318 Add a new API: by Guido van Rossum · 23 years ago
  13. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 23 years ago
  14. 6335773 Placate tabnanny by Andrew M. Kuchling · 23 years ago
  15. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 23 years ago
  16. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 23 years ago
  17. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  18. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 23 years ago
  19. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 23 years ago
  20. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 23 years ago
  21. ff443a5 added missing element to __all__ by Skip Montanaro · 23 years ago
  22. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 23 years ago
  23. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 23 years ago
  24. 5e2b173 Acknowledgements. by Ka-Ping Yee · 23 years ago
  25. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 23 years ago
  26. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 23 years ago
  27. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  28. 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 23 years ago
  29. ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 23 years ago
  30. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  31. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 23 years ago
  32. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 23 years ago
  33. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 23 years ago
  34. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 23 years ago
  35. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 23 years ago
  36. 8016a4b Remove two meaningless, module-level global statements (one of a by Jeremy Hylton · 23 years ago
  37. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  38. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 23 years ago
  39. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago
  40. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 23 years ago
  41. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  42. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 23 years ago
  43. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 23 years ago
  44. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 23 years ago
  45. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 23 years ago
  46. 22e4182 Describe -s a little more generically. by Barry Warsaw · 23 years ago
  47. 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 23 years ago
  48. f5d3ea0 Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. by Jeremy Hylton · 23 years ago
  49. 3a9a96c replace exec with simple assignments by Jeremy Hylton · 23 years ago
  50. 2d0589b The code to write timestamps couldn't handle negative times (and time by Jack Jansen · 23 years ago
  51. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  52. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 23 years ago
  53. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 23 years ago
  54. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 23 years ago
  55. c05abb3 Patch #103473 from dougfort: Some sites (amazon.com for one) drop by Andrew M. Kuchling · 23 years ago
  56. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  57. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 23 years ago
  58. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 23 years ago
  59. b68c245 SF Patch # 103839 byt dougfort: Allow ';' in attributes by Guido van Rossum · 23 years ago
  60. f828e2d Add simple section for assert, including assert w/ lambdas by Jeremy Hylton · 23 years ago
  61. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  62. c348cd7 fix long line by Jeremy Hylton · 23 years ago
  63. b6a4425 DOMException._get_code(): by Fred Drake · 23 years ago
  64. e09f639 Enhancements to the bdist_wininst command: by Thomas Heller · 23 years ago
  65. 636b906 This patch makes the default compiler determination more flexible by Marc-André Lemburg · 23 years ago
  66. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 23 years ago
  67. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 23 years ago
  68. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  69. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  70. 1ca2ed3 removed __all__ - should probably rename makedict to _makedict unless it is by Skip Montanaro · 23 years ago
  71. 23bafc6 add module-level constants to __all__ by Skip Montanaro · 23 years ago
  72. 27eba5e Split the rpath argument into multiple paths, turning it into a list. by Andrew M. Kuchling · 23 years ago
  73. 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 23 years ago
  74. 0e6d213 Whitespace normalization. by Tim Peters · 23 years ago
  75. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  76. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 23 years ago
  77. 4ac8347 Provide a default for the blocksize arg of storbinary(). by Guido van Rossum · 23 years ago
  78. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 23 years ago
  79. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 23 years ago
  80. d4df94b Be much more permissive in what we accept in section names; there has been by Fred Drake · 23 years ago
  81. f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 23 years ago
  82. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 23 years ago
  83. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 23 years ago
  84. 467d723 Added a comment explaining why this file must really have #! by Guido van Rossum · 23 years ago
  85. 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 23 years ago
  86. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 23 years ago
  87. d83bbbf Allow square brackets in the option names; this makes it possible to use by Fred Drake · 23 years ago
  88. bfae196 This change makes imputil more closely emulate the standard import by Thomas Heller · 23 years ago
  89. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 23 years ago
  90. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  91. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 23 years ago
  92. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago
  93. 6db54c6 Add std test for doctest. by Tim Peters · 23 years ago
  94. ecb6fb9 Bump __version__ tuple. by Tim Peters · 23 years ago
  95. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  96. c8c6aa2 String method cleanup. by Eric S. Raymond · 23 years ago
  97. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 23 years ago
  98. 6f8ee59 SF bug #131560: pdb imports 'repr', causing name collision by Tim Peters · 23 years ago
  99. 11db72a update to use new symtable interface by Jeremy Hylton · 23 years ago
  100. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 23 years ago