1. a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 22 years ago
  2. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  3. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  4. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 22 years ago
  5. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  6. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  7. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago
  8. 1bdd9b0 Test repair now that module.__init__ requires a name and initializes by Guido van Rossum · 22 years ago
  9. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  10. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  11. 155a34d The warning filter was ineffective when this module was invoked as a script. by Guido van Rossum · 22 years ago
  12. c5000df regrtest has a new by Tim Peters · 22 years ago
  13. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  14. 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 22 years ago
  15. 05ab2e6 Fix SF bug [ 561825 ] Confusing error for "del f()" by Jeremy Hylton · 22 years ago
  16. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  17. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  18. 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 22 years ago
  19. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  20. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 22 years ago
  21. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  22. d4e5be5 Closes: #556025 seg fault when doing list(xrange(1e9)) by Neal Norwitz · 22 years ago
  23. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  24. 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 22 years ago
  25. 7b7ba54 Guess what? --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  26. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  27. 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 22 years ago
  28. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  29. 286225b easy --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  30. 6d86f83 A test message w/ CRLF line endings by Barry Warsaw · 22 years ago
  31. e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 22 years ago
  32. 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 22 years ago
  33. 8bf46e4 This is patch by Michael W. Hudson · 22 years ago
  34. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  35. 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 22 years ago
  36. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 22 years ago
  37. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  38. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 22 years ago
  39. 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 22 years ago
  40. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago
  41. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 22 years ago
  42. e0e890a Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 22 years ago
  43. 485f340 Buffer-object repitition and concatenation has worked all along; add a test by Fred Drake · 22 years ago
  44. e41abab Fred's recent changes to support "-u all" resulted in subset resource by Andrew MacIntyre · 22 years ago
  45. 67d687a builtin_zip(): Take a good guess at how big the result list will be, by Tim Peters · 22 years ago
  46. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  47. 3b04d63 Add more tests for abstract isinstance() and issubclass(). by Neil Schemenauer · 22 years ago
  48. 1e33ffa test_resource has no chance of running on Windows. by Tim Peters · 22 years ago
  49. e12cda9 test_mmap started breaking on Windows, only when run after test_bsddb. by Tim Peters · 22 years ago
  50. 906569d Unit tests for the changes in abstract.c version 2.101. The debug by Barry Warsaw · 22 years ago
  51. 5ca5374 Rewrote the PyUnit description so that it now recommends to use by Barry Warsaw · 22 years ago
  52. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 22 years ago
  53. 1476c27 There was a non-ascii character in the source. Replaced by a hex escape. by Jack Jansen · 22 years ago
  54. 4ce6b35 don't fail if the audio device is busy, just skip. SF patch 545486 by Anthony Baxter · 22 years ago
  55. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  56. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  57. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  58. ea572b2 Assorted code cleanups for readability. Greatly boosted the size of the by Tim Peters · 22 years ago
  59. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 22 years ago
  60. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 22 years ago
  61. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 22 years ago
  62. afb2c80 ceval.c/do_raise(): Tighten the test to disallow raising an instance of by Tim Peters · 22 years ago
  63. 5379dea SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 by Tim Peters · 22 years ago
  64. d99b3e7 SF bug 542984. by Guido van Rossum · 22 years ago
  65. 2ee4be0 Apply diff3.txt from SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  66. e8fc640 SF bug 544647. by Guido van Rossum · 22 years ago
  67. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 22 years ago
  68. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 22 years ago
  69. 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 22 years ago
  70. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 22 years ago
  71. 4d9b466 Fewer deprecation warnings. by Tim Peters · 22 years ago
  72. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  73. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  74. 50ac30e OK, don't call resetwarnings(). by Tim Peters · 22 years ago
  75. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  76. a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 22 years ago
  77. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 22 years ago
  78. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 22 years ago
  79. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  80. b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 22 years ago
  81. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 22 years ago
  82. 518d261 Test suite for universal newline support. by Jack Jansen · 22 years ago
  83. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 22 years ago
  84. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 22 years ago
  85. d854f3b I am mad. This test never worked! by Guido van Rossum · 22 years ago
  86. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  87. 04a8da5 Clean up the "all" support for -u. by Fred Drake · 22 years ago
  88. a7c2b30 Since xmllib is deprecated now, suppress the DeprecationWarning its test by Tim Peters · 22 years ago
  89. b05cd49 Ignore more deprecation warnings. by Tim Peters · 22 years ago
  90. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 22 years ago
  91. deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 22 years ago
  92. 3a15dac Added the resource name "all" to enable all of the optional resource uses. by Fred Drake · 22 years ago
  93. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 22 years ago
  94. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  95. ce0b664 Added test case for UTF-8 encoding bug #541828. by Marc-André Lemburg · 22 years ago
  96. a974561 Use random instead of whrandom by Andrew M. Kuchling · 22 years ago
  97. 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 22 years ago
  98. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 22 years ago
  99. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 22 years ago
  100. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 22 years ago