1. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  2. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  3. d2b2e53 header_encode(), encode(): Use _floordiv() from the appropriate by Barry Warsaw · 22 years ago
  4. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  5. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  6. 524af6f Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  7. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  8. ff49279 _intdiv2() -> _floordiv(), merge of uncommitted changes. by Barry Warsaw · 22 years ago
  9. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  10. 1fab9ee Get email test to pass. Barry, hope this is what you had in mind by Neal Norwitz · 22 years ago
  11. 1ccccc0 Make test_mhlib run again. by Michael W. Hudson · 22 years ago
  12. 9ea6c19 Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint. by Martin v. Löwis · 22 years ago
  13. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  14. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  15. 1931ca7 Use somewhat longer C++ program to detect whether linking requires the C++ by Martin v. Löwis · 22 years ago
  16. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  17. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  18. 793d4b4 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  19. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  20. 9d5e4aa Bump to version 2.0.5, and also use absolute import paths. by Barry Warsaw · 22 years ago
  21. 2f514a8 These two classes provide bases for more specific content type subclasses. by Barry Warsaw · 22 years ago
  22. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  23. c5d1c04 Slightly better docstring by Barry Warsaw · 22 years ago
  24. 93b2cc4 A bogus assert in the new listiter code prevented starting Python in a by Tim Peters · 22 years ago
  25. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  26. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  27. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  28. 0f4940c Replaced boolean test with 'is None' by Raymond Hettinger · 22 years ago
  29. 8989ea6 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  30. a144900 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  31. c041860 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  32. 3e12905 Remove unused static function by Neal Norwitz · 22 years ago
  33. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  34. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 22 years ago
  35. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 22 years ago
  36. ebb4190 Use string methods, remove import string by Neal Norwitz · 22 years ago
  37. ab19962 Use more string methods, remove import string by Neal Norwitz · 22 years ago
  38. 3f8dae7 Fix typo by Neal Norwitz · 22 years ago
  39. a407300 Implement the intention of SF patch 472523 (but coded differently). by Guido van Rossum · 22 years ago
  40. 32a7e7f Change name from string to basestring by Neal Norwitz · 22 years ago
  41. 9b414ac Update links and information on PyQt/PyKDE. by Fred Drake · 22 years ago
  42. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  43. 79e39bd Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug mode). by Guido van Rossum · 22 years ago
  44. 7616504 Fix printing plural (s or ""). by Neal Norwitz · 22 years ago
  45. 5aee504 Remove import of re, it is not used by Neal Norwitz · 22 years ago
  46. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  47. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  48. 5352d8c Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c by Neal Norwitz · 22 years ago
  49. 8c20916 Remove unneeded import by Andrew M. Kuchling · 22 years ago
  50. 5e2c5fa imp_load_module(): correct and comment the sense of the test for '+' by Guido van Rossum · 22 years ago
  51. 4ae6fae Cover a few corners in the 'U' mode integration to make imp work. by Jeremy Hylton · 22 years ago
  52. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  53. 1e9abf0 Typo fixes. by Fred Drake · 22 years ago
  54. e4df27f Add the pymemcompat.h header as discussed on python-dev. by Michael W. Hudson · 22 years ago
  55. 5c16468 Holger Krekel. by Guido van Rossum · 22 years ago
  56. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  57. efbb67b Remove comment about inheritance, look one line up by Neal Norwitz · 22 years ago
  58. 1dbe6c0 Move statement out of comment block by Raymond Hettinger · 22 years ago
  59. ca948b4 Use floor division where appropriate. by Guido van Rossum · 22 years ago
  60. 127ee16 Minor cleanup: by Fred Drake · 22 years ago
  61. 187b1d8 Add OS/2 text by Andrew M. Kuchling · 22 years ago
  62. 8b6b491 The logreader object did not always refill the input buffer correctly by Neil Schemenauer · 22 years ago
  63. d7abe2a Various minor rewrites by Andrew M. Kuchling · 22 years ago
  64. 72b58e0 More additions by Andrew M. Kuchling · 22 years ago
  65. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  66. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  67. e85ee8d Issue an explicit error when we can't find an appropriate type for UINT4. by Guido van Rossum · 22 years ago
  68. 4164439 Fix a possible segfault. Found be Neal Norvitz. by Marc-André Lemburg · 22 years ago
  69. 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 22 years ago
  70. 1e1542f This is patch by Michael W. Hudson · 22 years ago
  71. 72a2b4d Whitespace normalization by Neal Norwitz · 22 years ago
  72. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  73. 05459c5 Accept u"..." literals even when Unicode is disabled. But these by Guido van Rossum · 22 years ago
  74. c88da1f File modes in filedescr entries are also passed to Python, so we now put "U" by Jack Jansen · 22 years ago
  75. 313a751 This is a Python 2.1 and 2.2 bugfix candidate: by Christian Tismer · 22 years ago
  76. 72de9c7 Geiger Ho's patch for better subclassing by Steven M. Gava · 22 years ago
  77. 2b6edce Rearrange paragraph by Andrew M. Kuchling · 22 years ago
  78. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  79. e5df105 Silly typo. by Michael W. Hudson · 22 years ago
  80. 2498972 Use self.__class__ to instantiate a TreeNode item recursively, to by Guido van Rossum · 22 years ago
  81. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago
  82. 38d5345 Define the "all" target more reasonably, but retain "html" as the default by Fred Drake · 22 years ago
  83. 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 22 years ago
  84. a2a206b Mention math.degrees() and math.radians() Other minor rewrites by Andrew M. Kuchling · 22 years ago
  85. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
  86. 9ee4b94 Add a safeguard against setting the class to something with a by Guido van Rossum · 22 years ago
  87. 4b46c0a Don't require Unicode support. by Guido van Rossum · 22 years ago
  88. 0cc8c37 Move really open-ended XXX items into comments by Andrew M. Kuchling · 22 years ago
  89. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  90. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  91. ef4d4bd Whitespace normalized. by Raymond Hettinger · 22 years ago
  92. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  93. dc74568 Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read by Jack Jansen · 22 years ago
  94. 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 22 years ago
  95. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  96. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  97. f070cce (py-goto-statement-below): Watch out for landing in a triple quoted by Barry Warsaw · 22 years ago
  98. db2e3e3 Added missing dependency on the refcount data file. by Fred Drake · 22 years ago
  99. 1ccb3ee Link with the right C library! This has always been wrong (& my fault). by Tim Peters · 22 years ago
  100. f547863 Use Perl function prototypes to help avoid definition/usage mismatches by Fred Drake · 22 years ago