1. 7beeb2b Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode by Neal Norwitz · 18 years ago
  2. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 18 years ago
  3. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  4. 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 18 years ago
  5. 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 18 years ago
  6. 093b670 Deprecate the sets module. by Brett Cannon · 18 years ago
  7. 9fdfadb SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 18 years ago
  8. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  9. 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  10. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 18 years ago
  11. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 18 years ago
  12. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  13. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  14. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  15. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 18 years ago
  16. f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 18 years ago
  17. ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 18 years ago
  18. 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 18 years ago
  19. 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
  20. dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
  21. ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
  22. 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  23. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
  24. c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 18 years ago
  25. 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 18 years ago
  26. da1ad32 Fix typo. by Walter Dörwald · 18 years ago
  27. c789f34 Add test for SF bug 1576657 by Raymond Hettinger · 18 years ago
  28. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  29. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 18 years ago
  30. f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 18 years ago
  31. f390442 a test for an error condition not covered by existing tests by Michael W. Hudson · 18 years ago
  32. 39b8b6a Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) by Walter Dörwald · 18 years ago
  33. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 18 years ago
  34. 9eec51c Add a test case of data w/ bytes > 127 by Andrew M. Kuchling · 18 years ago
  35. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  36. 283a135 Patch [ 1586791 ] better error msgs for some TypeErrors by Georg Brandl · 18 years ago
  37. db4f255 Expand checking in test_sha by Andrew M. Kuchling · 18 years ago
  38. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 18 years ago
  39. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  40. 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 18 years ago
  41. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 18 years ago
  42. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  43. 3a62404 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  44. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  45. abd8a33 Whitespace normalization. by Tim Peters · 18 years ago
  46. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 18 years ago
  47. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 18 years ago
  48. 92911bf Add tests for basic argument errors. by Walter Dörwald · 18 years ago
  49. 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 18 years ago
  50. 59ba429 Remove leftover test output file. by Georg Brandl · 18 years ago
  51. cd97208 Convert test_openpty to unittest. by Georg Brandl · 18 years ago
  52. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 18 years ago
  53. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 18 years ago
  54. e184433 Convert test_cgi to unittest. by Georg Brandl · 18 years ago
  55. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 18 years ago
  56. bd0fb14 Convert test_types to unittest. by Georg Brandl · 18 years ago
  57. 850b2be Convert test_nis to unittest. by Georg Brandl · 18 years ago
  58. eecce79 Convert test_poll to unittest. by Georg Brandl · 18 years ago
  59. 3163179 Convert test_mmap to unittest. by Georg Brandl · 18 years ago
  60. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  61. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  62. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  63. facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
  64. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  65. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
  66. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  67. b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
  68. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
  69. 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
  70. 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
  71. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  72. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
  73. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  74. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  75. 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  76. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  77. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  78. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  79. e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 18 years ago
  80. d3973b5 Port test___future__ to unittest. by Walter Dörwald · 18 years ago
  81. ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
  82. a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 18 years ago
  83. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
  84. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  85. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  86. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  87. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  88. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  89. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  90. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  91. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  92. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
  93. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  94. 54c3db5 Convert test_import to unittest. by Georg Brandl · 18 years ago
  95. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  96. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  97. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  98. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  99. c839c2f Another crasher. by Armin Rigo · 18 years ago
  100. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago