1. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 22 years ago
  2. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  3. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 22 years ago
  4. 294bbf3 Replace obsolete stat module constants with by Walter Dörwald · 22 years ago
  5. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  6. f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 22 years ago
  7. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  8. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 22 years ago
  9. 8f787bf Test changes before checking them in. by Jeremy Hylton · 22 years ago
  10. 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 22 years ago
  11. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 22 years ago
  12. 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 22 years ago
  13. 4f2f133 Add missing import of log. by Jeremy Hylton · 22 years ago
  14. 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 22 years ago
  15. fc861ba Remove unused imports by Jeremy Hylton · 22 years ago
  16. 11a5270 Make None return explicit by Jeremy Hylton · 22 years ago
  17. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 22 years ago
  18. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 22 years ago
  19. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 22 years ago
  20. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 22 years ago
  21. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 22 years ago
  22. d53f6e4 global _option_order is not used by Jeremy Hylton · 22 years ago
  23. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 22 years ago
  24. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  25. a181ec0 Set repeat metadata for an option based on repeat local var not constant. by Jeremy Hylton · 22 years ago
  26. 332a146 Remove unused imports caught by pychecker by Jeremy Hylton · 22 years ago
  27. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  28. 6fa82a3 A simple log mechanism styled after the proposed std library module by Jeremy Hylton · 22 years ago
  29. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago
  30. e22bc1e The comment said: by Jeremy Hylton · 22 years ago
  31. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 22 years ago
  32. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 22 years ago
  33. 1bdd9b0 Test repair now that module.__init__ requires a name and initializes by Guido van Rossum · 22 years ago
  34. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  35. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  36. 88f72ff Replace .keys() with .iteritems(). Second review and test by Alex. by Raymond Hettinger · 22 years ago
  37. 155a34d The warning filter was ineffective when this module was invoked as a script. by Guido van Rossum · 22 years ago
  38. 40bbae3 Fix HTTPError __init__ for cases where fp is None. by Jeremy Hylton · 22 years ago
  39. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  40. a401ae4 Fix a regression from the 1.68->1.69 checkin: by Walter Dörwald · 22 years ago
  41. c5000df regrtest has a new by Tim Peters · 22 years ago
  42. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  43. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  44. d2b2e53 header_encode(), encode(): Use _floordiv() from the appropriate by Barry Warsaw · 22 years ago
  45. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  46. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  47. 524af6f Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  48. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  49. ff49279 _intdiv2() -> _floordiv(), merge of uncommitted changes. by Barry Warsaw · 22 years ago
  50. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  51. 1fab9ee Get email test to pass. Barry, hope this is what you had in mind by Neal Norwitz · 22 years ago
  52. 1ccccc0 Make test_mhlib run again. by Michael W. Hudson · 22 years ago
  53. 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
  54. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  55. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  56. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  57. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  58. 793d4b4 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  59. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  60. 9d5e4aa Bump to version 2.0.5, and also use absolute import paths. by Barry Warsaw · 22 years ago
  61. 2f514a8 These two classes provide bases for more specific content type subclasses. by Barry Warsaw · 22 years ago
  62. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  63. c5d1c04 Slightly better docstring by Barry Warsaw · 22 years ago
  64. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  65. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  66. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  67. 0f4940c Replaced boolean test with 'is None' by Raymond Hettinger · 22 years ago
  68. 8989ea6 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  69. a144900 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  70. c041860 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  71. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  72. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 22 years ago
  73. ebb4190 Use string methods, remove import string by Neal Norwitz · 22 years ago
  74. ab19962 Use more string methods, remove import string by Neal Norwitz · 22 years ago
  75. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  76. 7616504 Fix printing plural (s or ""). by Neal Norwitz · 22 years ago
  77. 5aee504 Remove import of re, it is not used by Neal Norwitz · 22 years ago
  78. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  79. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  80. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  81. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  82. efbb67b Remove comment about inheritance, look one line up by Neal Norwitz · 22 years ago
  83. 1dbe6c0 Move statement out of comment block by Raymond Hettinger · 22 years ago
  84. ca948b4 Use floor division where appropriate. by Guido van Rossum · 22 years ago
  85. 127ee16 Minor cleanup: by Fred Drake · 22 years ago
  86. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  87. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  88. 72a2b4d Whitespace normalization by Neal Norwitz · 22 years ago
  89. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  90. 313a751 This is a Python 2.1 and 2.2 bugfix candidate: by Christian Tismer · 22 years ago
  91. 72de9c7 Geiger Ho's patch for better subclassing by Steven M. Gava · 22 years ago
  92. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  93. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago
  94. 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 22 years ago
  95. 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
  96. ef4d4bd Whitespace normalized. by Raymond Hettinger · 22 years ago
  97. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  98. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  99. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 22 years ago
  100. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago