1. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  2. 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
  3. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  4. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  5. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  6. 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
  7. 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
  8. 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
  9. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  10. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  11. 7f82f79 Add missing documentation for the PEP 293 functionality to by Walter Dörwald · 22 years ago
  12. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  13. 7a3bae4 Replace bsddb3 and _db occurrences. by Martin v. Löwis · 22 years ago
  14. 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago
  15. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  16. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  17. fe4f769 Add __mod__ method to UserString. by Neil Schemenauer · 22 years ago
  18. b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
  19. ab9e4b7 check for unicode.__mod__ by Neil Schemenauer · 22 years ago
  20. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  21. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  22. 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
  23. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  24. d1cade0 SF Patch #638825 logging module by Neal Norwitz · 22 years ago
  25. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 22 years ago
  26. 903bf90 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  27. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  28. b9ba458 Checking in Greg Ward's Optik, as optparse.py. This is the most by Guido van Rossum · 22 years ago
  29. 9a81892 Fix or disable some tests that were affected by the new C3 MRO by Guido van Rossum · 22 years ago
  30. c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 22 years ago
  31. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  32. a4864a2 Update the docstring to match the code. Will backport. by Neal Norwitz · 22 years ago
  33. f539bde Sync Tix from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  34. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  35. ef67956 Fix typo in comment by Neal Norwitz · 22 years ago
  36. f6756e8 Fix docstring typo; remove 'created' line by Andrew M. Kuchling · 22 years ago
  37. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  38. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  39. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  40. b2db587 Make nntplib aware of ~/.netrc credentials; now they get used if they are by Eric S. Raymond · 22 years ago
  41. 4c8be85 Add some simple tests of the persistence hooks. by Jeremy Hylton · 22 years ago
  42. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  43. 0e1183d remove debugging print by Jeremy Hylton · 22 years ago
  44. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  45. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 22 years ago
  46. 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
  47. 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
  48. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  49. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  50. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago
  51. c0b4034 Improved clarity and thoroughness of docstring. by Raymond Hettinger · 22 years ago
  52. f2928eb Fix typo in comment. by Fred Drake · 22 years ago
  53. 8557156 Update file by Andrew M. Kuchling · 22 years ago
  54. ea002a1 Docstring typo fix by Andrew M. Kuchling · 22 years ago
  55. 80a1bf4 Fix SF # 635969, No error "not all arguments converted" by Neal Norwitz · 22 years ago
  56. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  57. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  58. 3ae84b6 Allow both string and Unicode objects in levels. by Martin v. Löwis · 22 years ago
  59. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  60. 838a359 Search for tix subdirectories. Fixes #564729. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  61. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 22 years ago
  62. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 22 years ago
  63. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 22 years ago
  64. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 22 years ago
  65. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  66. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 22 years ago
  67. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  68. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 22 years ago
  69. 7cd83ca Another attempt at making the set constructor both safe and fast. [SF by Guido van Rossum · 22 years ago
  70. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  71. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  72. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  73. 1f04610 Make strip behave as documented. Will backport to 2.2.3. by Martin v. Löwis · 22 years ago
  74. 0ec1ddc _update(): Commented the new obscurity. Materialized into a tuple by Tim Peters · 22 years ago
  75. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 22 years ago
  76. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  77. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  78. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  79. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  80. 07e1476 Make int("...") return a long if an int would overflow. by Walter Dörwald · 22 years ago
  81. aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
  82. 9050a51 Fix docstring typos by Andrew M. Kuchling · 22 years ago
  83. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  84. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  85. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  86. 5a231c8f By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  87. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 22 years ago
  88. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  89. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  90. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  91. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  92. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  93. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  94. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  95. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  96. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  97. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  98. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  99. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  100. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago