1. c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
  2. e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
  3. a312c3a Remove uses of string module and stat.ST_MODE by Neal Norwitz · 22 years ago
  4. ec7cf13 Remove another reference to stat.ST_MODE by Neal Norwitz · 22 years ago
  5. 33b77de Use isinstance for the type check, use booleans. by Martin v. Löwis · 22 years ago
  6. a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  7. 3e3583c Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  8. 88a20ba Apply diff.txt from SF patch http://www.python.org/sf/561478 by Walter Dörwald · 22 years ago
  9. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  10. 56f46f8 Pyrangeiter_Type && range_iter should be static by Neal Norwitz · 22 years ago
  11. a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 22 years ago
  12. 065c1a2 Stop testing for sigprocmask. This is a stop gap measure until I work by Michael W. Hudson · 22 years ago
  13. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  14. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 22 years ago
  15. 294bbf3 Replace obsolete stat module constants with by Walter Dörwald · 22 years ago
  16. c2009a8 CRLF -> LF by Guido van Rossum · 22 years ago
  17. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  18. f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 22 years ago
  19. 48165d4 SF 564601 adding rangeiterobject to make xrange() iterate like range(). by Raymond Hettinger · 22 years ago
  20. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  21. 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 22 years ago
  22. aee2d5f Better isinstance error message. by Thomas Heller · 22 years ago
  23. dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 22 years ago
  24. 8f787bf Test changes before checking them in. by Jeremy Hylton · 22 years ago
  25. 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 22 years ago
  26. 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 22 years ago
  27. 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 22 years ago
  28. 4f2f133 Add missing import of log. by Jeremy Hylton · 22 years ago
  29. 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 22 years ago
  30. fc861ba Remove unused imports by Jeremy Hylton · 22 years ago
  31. 11a5270 Make None return explicit by Jeremy Hylton · 22 years ago
  32. c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 22 years ago
  33. ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 22 years ago
  34. adb2b38 Reindent lines to improve readability by Jeremy Hylton · 22 years ago
  35. 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 22 years ago
  36. d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 22 years ago
  37. d53f6e4 global _option_order is not used by Jeremy Hylton · 22 years ago
  38. e6f40ea Fix bug in recent change to logging code. by Jeremy Hylton · 22 years ago
  39. a2f9989 Fix unused local variables caught by pychecker. by Jeremy Hylton · 22 years ago
  40. a181ec0 Set repeat metadata for an option based on repeat local var not constant. by Jeremy Hylton · 22 years ago
  41. 332a146 Remove unused imports caught by pychecker by Jeremy Hylton · 22 years ago
  42. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  43. 6fa82a3 A simple log mechanism styled after the proposed std library module by Jeremy Hylton · 22 years ago
  44. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago
  45. e22bc1e The comment said: by Jeremy Hylton · 22 years ago
  46. e53e7a2 Inverted test for small speedup by Raymond Hettinger · 22 years ago
  47. b0dc1a3 Fiddle wording. by Michael W. Hudson · 22 years ago
  48. b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
  49. 293dd4b Fix up Guido's markup. by Fred Drake · 22 years ago
  50. 16c8d70 When using a Python that has not been installed to build 3rd-party by Fred Drake · 22 years ago
  51. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 22 years ago
  52. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  53. 1bdd9b0 Test repair now that module.__init__ requires a name and initializes by Guido van Rossum · 22 years ago
  54. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  55. ed3e09f Add a docstring to the module type. by Guido van Rossum · 22 years ago
  56. 2e4e026 Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  57. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  58. 88f72ff Replace .keys() with .iteritems(). Second review and test by Alex. by Raymond Hettinger · 22 years ago
  59. b65c65b Address the residual issue with the fix for SF 551412 in by Guido van Rossum · 22 years ago
  60. 155a34d The warning filter was ineffective when this module was invoked as a script. by Guido van Rossum · 22 years ago
  61. 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 22 years ago
  62. 40bbae3 Fix HTTPError __init__ for cases where fp is None. by Jeremy Hylton · 22 years ago
  63. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  64. a401ae4 Fix a regression from the 1.68->1.69 checkin: by Walter Dörwald · 22 years ago
  65. c5000df regrtest has a new by Tim Peters · 22 years ago
  66. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  67. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  68. d2b2e53 header_encode(), encode(): Use _floordiv() from the appropriate by Barry Warsaw · 22 years ago
  69. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  70. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  71. 524af6f Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  72. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  73. ff49279 _intdiv2() -> _floordiv(), merge of uncommitted changes. by Barry Warsaw · 22 years ago
  74. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  75. 1fab9ee Get email test to pass. Barry, hope this is what you had in mind by Neal Norwitz · 22 years ago
  76. 1ccccc0 Make test_mhlib run again. by Michael W. Hudson · 22 years ago
  77. 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
  78. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  79. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  80. 1931ca7 Use somewhat longer C++ program to detect whether linking requires the C++ by Martin v. Löwis · 22 years ago
  81. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  82. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  83. 793d4b4 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  84. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  85. 9d5e4aa Bump to version 2.0.5, and also use absolute import paths. by Barry Warsaw · 22 years ago
  86. 2f514a8 These two classes provide bases for more specific content type subclasses. by Barry Warsaw · 22 years ago
  87. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  88. c5d1c04 Slightly better docstring by Barry Warsaw · 22 years ago
  89. 93b2cc4 A bogus assert in the new listiter code prevented starting Python in a by Tim Peters · 22 years ago
  90. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  91. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  92. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  93. 0f4940c Replaced boolean test with 'is None' by Raymond Hettinger · 22 years ago
  94. 8989ea6 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  95. a144900 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  96. c041860 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  97. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  98. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  99. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 22 years ago
  100. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 22 years ago