1. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  2. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  3. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  4. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  5. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  6. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  7. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  8. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  9. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  10. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  11. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  12. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  13. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  14. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  15. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
  16. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  17. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  18. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  19. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  20. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  21. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  22. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  23. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  24. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  25. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  26. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  27. 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
  28. d750036 A little refactoring. by Jeremy Hylton · 22 years ago
  29. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  30. 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
  31. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
  32. ca2f537 Have os.environ() inherit from the iterable version of UserDict. by Raymond Hettinger · 22 years ago
  33. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
  34. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  35. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  36. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  37. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  38. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  39. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  40. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  41. 609ba81 SF # 555779, import user doesn't work with CGIs by Neal Norwitz · 22 years ago
  42. 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  43. 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
  44. 5c1ee17 Change the unicode.translate docstring to document that by Walter Dörwald · 22 years ago
  45. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  46. d4c472c Move code for reading chunked responses in helper function, by Jeremy Hylton · 22 years ago
  47. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  48. d229b3a SF bug [ 600488 ] Robustness tweak to httplib.py by Jeremy Hylton · 22 years ago
  49. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
  50. 683c0fe Fix for SF bug 601077 by Zack Weinberg. by Guido van Rossum · 22 years ago
  51. 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 22 years ago
  52. d011636 (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patch by Kurt B. Kaiser · 22 years ago
  53. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  54. a4ce1cf _structure(): Use .get_content_type() by Barry Warsaw · 22 years ago
  55. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  56. 35816e6 Many hopefully benign style clean ups. Still passes the test suite of course. by Barry Warsaw · 22 years ago
  57. 2bdb614 strptime(): The code that was adding 12 to PM hours was incorrect by Barry Warsaw · 22 years ago
  58. 375e0ee The test I saw failing this morning just happened to be run at 8am by Barry Warsaw · 22 years ago
  59. 1a8d193 Sped _update(). Uses the fast update() method when a dictionary is available. by Raymond Hettinger · 22 years ago
  60. fc26c07 Undo Barry's change. This file is not imported, it's fed as input to by Guido van Rossum · 22 years ago
  61. f0253f2 Restore the hex/oct constant tests that Barry commented out for fear by Guido van Rossum · 22 years ago
  62. 604cd6a complex() was the only numeric constructor that created a new instance by Raymond Hettinger · 22 years ago
  63. 18bd112 Fixed three exceptions in the Plain integers test, although I'm not by Barry Warsaw · 22 years ago
  64. c6f80fd The test_tokenize output has changed slightly, by the addition of some by Barry Warsaw · 22 years ago
  65. 266e6b1 Quite down some FutureWarnings. by Barry Warsaw · 22 years ago
  66. 1a16075 Whitespace normalization. by Barry Warsaw · 22 years ago
  67. 48b0d36 Typo by Barry Warsaw · 22 years ago
  68. da5628f Fix an inaccuracy in the comment by Barry Warsaw · 22 years ago
  69. 454602f Gave intersection_update a speed boost. by Tim Peters · 22 years ago
  70. cd06eeb Gave issubet() and issuperset() major speed boosts. That's it for now! by Tim Peters · 22 years ago
  71. b894039 Gave __sub__/difference a factor of 2-5 speed boost. by Tim Peters · 22 years ago
  72. 334b4a5 Gave __xor__/symmetric_difference a factor of 2-5 speed boost. by Tim Peters · 22 years ago
  73. 37faed2 Sped union by a factor of 3-4. by Tim Peters · 22 years ago
  74. d33e6be Sped intersection by large factors (3-5x faster than before on sets of by Tim Peters · 22 years ago
  75. 4a2f91e Added a clue about why xyz_update isn't the same as __xyz__. by Tim Peters · 22 years ago
  76. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 22 years ago
  77. 93d8d48 TestSubset(): Generalized the framework to support testing upcoming by Tim Peters · 22 years ago
  78. 4127e91 Rewrote all remaining assert stmts. by Tim Peters · 22 years ago
  79. 62c6243 Simplified construction of the test suite. by Tim Peters · 22 years ago
  80. de830ca Simplified code building sets of characters. by Tim Peters · 22 years ago
  81. a777799 Ack! Virtually every test here relied on an assert stmt. assert stmts by Tim Peters · 22 years ago
  82. 0bbb308 Simplified the setup for is-subset testing. by Tim Peters · 22 years ago
  83. 4924db1 Record a clue about why __or__ is not union, etc. by Tim Peters · 22 years ago
  84. c8f8034 Replace 0 with False to match working in documentation. SF 599681. by Raymond Hettinger · 22 years ago
  85. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 22 years ago
  86. a552e3a Improve exception handling across rpc interface Modified Files: rpc.py by Kurt B. Kaiser · 22 years ago
  87. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 22 years ago
  88. 9d6897a Speed up the most egregious "if token in (long tuple)" cases by using by Guido van Rossum · 22 years ago
  89. 1b9f5d4 At Tim Peter's suggestion, propagated GvR's binary operator changes to by Raymond Hettinger · 22 years ago
  90. d501851 Since instances of _TemporarilyImmutableSet are always thrown away by Raymond Hettinger · 22 years ago
  91. 045e51a Expanded tests for sets of sets. by Raymond Hettinger · 22 years ago
  92. fa1480f 1. Removed module self test in favor of unittests -- Timbot's suggestion. by Raymond Hettinger · 22 years ago
  93. 53506be pop() docstring: this isn't a randomly-chosen element, it's merely by Tim Peters · 22 years ago
  94. d06d030 Comment repair. by Tim Peters · 22 years ago
  95. 2023c9b Fix SF bug 599128, submitted by Inyeol Lee: .replace() would do the by Guido van Rossum · 22 years ago
  96. 8b1a6d6 Code by Inyeol Lee, submitted to SF bug 595350, to implement by Guido van Rossum · 22 years ago
  97. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  98. 7c7efe9 Got rid of the toy _Set class, in favor of sets.Set. by Tim Peters · 22 years ago
  99. e399d08 RH pointed out that discard(element) doesn't do the transformation on by Guido van Rossum · 22 years ago
  100. b2628b0 Added the standard MacOSX location for documentation inside a framework by Jack Jansen · 22 years ago