1. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 21 years ago
  2. e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 21 years ago
  3. f823f11 forgot Cliff's sniffer by Skip Montanaro · 21 years ago
  4. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  5. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 21 years ago
  6. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  7. 26f42f6 Skip the ioctl test if we can't open /dev/tty. This happens on by Neal Norwitz · 21 years ago
  8. 6e54f57 Fix SF bug #697556, test_posix fails: getlogin by Neal Norwitz · 21 years ago
  9. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  10. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  11. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  12. fa348c8 getaddrlist(): Make sure this consumes all the data, and if there is by Barry Warsaw · 21 years ago
  13. c2ca32d Test for UnicodeError instead of ImportError to determine whether by Martin v. Löwis · 21 years ago
  14. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 21 years ago
  15. 450bd87 Capturing the exit status for the build process didn't work. Using by Jack Jansen · 21 years ago
  16. 0070f00 Change the default number of repetitions to 3, both in the Timer class by Guido van Rossum · 21 years ago
  17. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 21 years ago
  18. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  19. 538f1d8 Implement some recommendations from Raymond H: by Guido van Rossum · 21 years ago
  20. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 21 years ago
  21. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  22. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 21 years ago
  23. b1fbf85 Filter out the depracation warning for macfs. by Jack Jansen · 21 years ago
  24. 83245b5 SF bug #699934: Obscure error message by Raymond Hettinger · 21 years ago
  25. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  26. ca53c12 Python 2.1 doesn't have True and False by Barry Warsaw · 21 years ago
  27. 7c22132 M rpc.py by Kurt B. Kaiser · 21 years ago
  28. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 21 years ago
  29. 315aa36 Add 'audio' resource. by Guido van Rossum · 21 years ago
  30. 47e5987 Patch by Andrew Straw: use urllib2 so proxie access works. by Jack Jansen · 21 years ago
  31. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  32. df6c70b beta 1 by Barry Warsaw · 21 years ago
  33. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  34. cbec700 __init__(): Don't add a newline to _text if it doesn't already end in by Barry Warsaw · 21 years ago
  35. 12dc230 body_line_iterator(): Accept optional decode argument, pass through to by Barry Warsaw · 21 years ago
  36. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 21 years ago
  37. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  38. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 21 years ago
  39. 98b15ab A interruptmodule.c by Kurt B. Kaiser · 21 years ago
  40. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 21 years ago
  41. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago
  42. 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 21 years ago
  43. 513af77 Fix base class by Barry Warsaw · 21 years ago
  44. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 21 years ago
  45. 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 21 years ago
  46. 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 21 years ago
  47. a57dccd Patch #700839: Fix bugs in the plural handling. by Martin v. Löwis · 21 years ago
  48. a416341 [Patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 21 years ago
  49. 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 21 years ago
  50. faef74a Use isinstance() instead of type comparison by Andrew M. Kuchling · 21 years ago
  51. 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 21 years ago
  52. 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  53. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  54. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  55. c49435c Skip the test if TESTFN_ENCODING is None. Fixes #699386. by Martin v. Löwis · 21 years ago
  56. 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 21 years ago
  57. 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 21 years ago
  58. 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 21 years ago
  59. 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 21 years ago
  60. 61cd0db Don't quote the path to Python unless the path contains an embedded space. by Tim Peters · 21 years ago
  61. 669454e Whitespace normalization. by Tim Peters · 21 years ago
  62. bf7e241 whitespace normalization by Barry Warsaw · 21 years ago
  63. eabafeb This test relied on significant trailing whitespace in a string literal. Evil. by Tim Peters · 21 years ago
  64. ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 21 years ago
  65. 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 21 years ago
  66. c4d6bdd Test_ioctl and test_tarfile are skipped on MacOS9. by Jack Jansen · 21 years ago
  67. 1c8501e Filter out macfs warning. by Jack Jansen · 21 years ago
  68. f934778 Somebody must not have run the test before checking this in -- it had by Tim Peters · 21 years ago
  69. 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 21 years ago
  70. cfc4902 Make tarfile raise ImportError on MacOS9. The pathname handling needs work, and I don't have time to fix it. I'll file a bug report. by Jack Jansen · 21 years ago
  71. 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 21 years ago
  72. c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 21 years ago
  73. 834eff6 Test that os.utime and os.chmod actually exist before using them. by Jack Jansen · 21 years ago
  74. 6e31aad Broke down and made it work for Python 2.0 and up. (Older versions by Guido van Rossum · 21 years ago
  75. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  76. 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 21 years ago
  77. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 21 years ago
  78. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  79. 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 21 years ago
  80. 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 21 years ago
  81. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  82. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 21 years ago
  83. e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 21 years ago
  84. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  85. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 21 years ago
  86. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  87. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  88. 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  89. 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  90. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  91. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  92. 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  93. e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 21 years ago
  94. b7ab600 Added more documentation. by Guido van Rossum · 21 years ago
  95. b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 21 years ago
  96. 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 21 years ago
  97. f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 21 years ago
  98. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  99. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 21 years ago
  100. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 21 years ago