1. 2484aae Added a test that provokes the hypothesized (in my last checkin comment) by Tim Peters · 22 years ago
  2. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
  3. c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
  4. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  5. 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
  6. e5270ae New files which test the corners of multipart/message and by Barry Warsaw · 22 years ago
  7. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  8. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  9. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  10. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  11. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  12. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  13. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  14. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  15. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  16. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  17. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 22 years ago
  18. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  19. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  20. ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 22 years ago
  21. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 22 years ago
  22. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  23. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  24. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 22 years ago
  25. 3875e90 I get failures half of the time that I run this, so I'll disable by Guido van Rossum · 22 years ago
  26. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  27. 83ccb4e Michael fixed the race conditions and removed the sleeps. by Guido van Rossum · 22 years ago
  28. a96b0df Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
  29. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 22 years ago
  30. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  31. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  32. e7f3e24 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 22 years ago
  33. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  34. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  35. 1b738e9 Test exceptional condition in select() by Neal Norwitz · 22 years ago
  36. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 22 years ago
  37. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 22 years ago
  38. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  39. 09638c1 Hopefully this addresses the remaining issues of SF bugs 459235 and by Guido van Rossum · 22 years ago
  40. 597257b Comment out testHostnameRes() -- it depends on a correctly working by Guido van Rossum · 22 years ago
  41. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
  42. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  43. dfad1a9 Fix a typo. by Guido van Rossum · 22 years ago
  44. 3fcd452 Whitespace nit. by Guido van Rossum · 22 years ago
  45. ab65996 Remove some overly complicated ways to concatenate and repeat strings by Guido van Rossum · 22 years ago
  46. 284a2cf Don't test for Java, test for sys.getrefcount. by Guido van Rossum · 22 years ago
  47. 1c93801 Some provisional changes to get more tests to run on Windows (I hope). by Guido van Rossum · 22 years ago
  48. 8e95ca8 Argh. Typo. :-( by Guido van Rossum · 22 years ago
  49. 6fb3d5e Allow absent fromfd(), for Windows. by Guido van Rossum · 22 years ago
  50. 733632a testSetSockOpt() should not require the reuse flag to be 1 -- any by Guido van Rossum · 22 years ago
  51. 7648968 Lose the message on assertEqual calls -- they actually hide by Guido van Rossum · 22 years ago
  52. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 22 years ago
  53. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 22 years ago
  54. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  55. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 22 years ago
  56. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  57. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 22 years ago
  58. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  59. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  60. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  61. 9e9d4f8 Added -t (--threshold) option to call gc.set_threshold(N). by Guido van Rossum · 22 years ago
  62. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  63. a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  64. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  65. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  66. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 22 years ago
  67. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  68. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  69. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago
  70. 1bdd9b0 Test repair now that module.__init__ requires a name and initializes by Guido van Rossum · 22 years ago
  71. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  72. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  73. 155a34d The warning filter was ineffective when this module was invoked as a script. by Guido van Rossum · 22 years ago
  74. c5000df regrtest has a new by Tim Peters · 22 years ago
  75. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  76. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  77. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  78. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  79. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  80. 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 22 years ago
  81. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  82. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 22 years ago
  83. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  84. d4e5be5 Closes: #556025 seg fault when doing list(xrange(1e9)) by Neal Norwitz · 22 years ago
  85. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  86. 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 22 years ago
  87. 7b7ba54 Guess what? --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  88. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  89. 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 22 years ago
  90. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  91. 286225b easy --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  92. 6d86f83 A test message w/ CRLF line endings by Barry Warsaw · 22 years ago
  93. e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 22 years ago
  94. 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 22 years ago
  95. 8bf46e4 This is patch by Michael W. Hudson · 22 years ago
  96. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  97. 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 22 years ago
  98. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 22 years ago
  99. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  100. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 22 years ago