1. db4f255 Expand checking in test_sha by Andrew M. Kuchling · 19 years ago
  2. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 19 years ago
  3. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 19 years ago
  4. 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 19 years ago
  5. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
  6. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 19 years ago
  7. 3a62404 Correctly forward exception in instance_contains(). by Martin v. Löwis · 19 years ago
  8. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 19 years ago
  9. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  10. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 19 years ago
  11. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 19 years ago
  12. 92911bf Add tests for basic argument errors. by Walter Dörwald · 19 years ago
  13. 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 19 years ago
  14. 59ba429 Remove leftover test output file. by Georg Brandl · 19 years ago
  15. cd97208 Convert test_openpty to unittest. by Georg Brandl · 19 years ago
  16. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 19 years ago
  17. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
  18. e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
  19. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 19 years ago
  20. bd0fb14 Convert test_types to unittest. by Georg Brandl · 19 years ago
  21. 850b2be Convert test_nis to unittest. by Georg Brandl · 19 years ago
  22. eecce79 Convert test_poll to unittest. by Georg Brandl · 19 years ago
  23. 3163179 Convert test_mmap to unittest. by Georg Brandl · 19 years ago
  24. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
  25. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
  26. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
  27. facd273 Test assert if __debug__ is true. by Georg Brandl · 19 years ago
  28. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
  29. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 19 years ago
  30. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 19 years ago
  31. b21e081 make test_grammar pass with python -O by Georg Brandl · 19 years ago
  32. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 19 years ago
  33. 2f03760 Convert test_math to unittest. by Georg Brandl · 19 years ago
  34. 856b446 Update outstanding bugs test file. by Georg Brandl · 19 years ago
  35. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 19 years ago
  36. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 19 years ago
  37. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 19 years ago
  38. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
  39. 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 19 years ago
  40. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago
  41. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 19 years ago
  42. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 19 years ago
  43. e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 19 years ago
  44. d3973b5 Port test___future__ to unittest. by Walter Dörwald · 19 years ago
  45. ef3f32f Whitespace normalization. by Tim Peters · 19 years ago
  46. a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 19 years ago
  47. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 19 years ago
  48. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 19 years ago
  49. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 19 years ago
  50. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 19 years ago
  51. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 19 years ago
  52. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
  53. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 19 years ago
  54. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 19 years ago
  55. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
  56. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 19 years ago
  57. 373d90b Convert test_imp over to unittest. by Brett Cannon · 19 years ago
  58. 54c3db5 Convert test_import to unittest. by Georg Brandl · 19 years ago
  59. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
  60. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
  61. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 19 years ago
  62. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
  63. c839c2f Another crasher. by Armin Rigo · 19 years ago
  64. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
  65. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 19 years ago
  66. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 19 years ago
  67. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 19 years ago
  68. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 19 years ago
  69. 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 19 years ago
  70. bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 19 years ago
  71. ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 19 years ago
  72. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 19 years ago
  73. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 19 years ago
  74. 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 19 years ago
  75. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 19 years ago
  76. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 19 years ago
  77. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 19 years ago
  78. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 19 years ago
  79. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
  80. a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 19 years ago
  81. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
  82. c1120b4 Hmm, this test has failed at least twice recently on the OpenBSD and by Neal Norwitz · 19 years ago
  83. ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 19 years ago
  84. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 19 years ago
  85. db38588 Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...) by Nick Coghlan · 19 years ago
  86. 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
  87. 7b60464 - Move functions common to all path modules into genericpath.py and have the by Jack Diederich · 19 years ago
  88. 4582d7d A new test here relied on preserving invisible trailing by Tim Peters · 19 years ago
  89. 147f9ae Whitespace normalization. by Tim Peters · 19 years ago
  90. cd73a78 The regular expression engine in '_sre' can segfault when interpreting by Armin Rigo · 19 years ago
  91. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 19 years ago
  92. 348dc88 Reverting the patch that tried to fix the issue whereby x**2 raises by Alex Martelli · 19 years ago
  93. 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 19 years ago
  94. 20362a8 x**2 should about equal x*x (including for a float x such that the result is by Alex Martelli · 19 years ago
  95. 29bef0b Baby steps towards better tests for tokenize by Jeremy Hylton · 19 years ago
  96. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 19 years ago
  97. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 19 years ago
  98. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 19 years ago
  99. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 19 years ago
  100. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago