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