1. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 21 years ago
  2. 7069c31 removed info@pythonware.com reference by Fredrik Lundh · 21 years ago
  3. f7e74b7 Add a comment explaining -kb. by Martin v. Löwis · 21 years ago
  4. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 21 years ago
  5. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
  6. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 21 years ago
  7. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 21 years ago
  8. e8374a5 Folded long lines. by Tim Peters · 21 years ago
  9. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 21 years ago
  10. 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 21 years ago
  11. 3b01a70 Wrap long lines. by Tim Peters · 21 years ago
  12. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  13. 25b38c8 Improvements when running pdb as a script. by Johannes Gijsbers · 21 years ago
  14. 51ee66e Typo fix by Andrew M. Kuchling · 21 years ago
  15. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
  16. abf8a56 Don't use mutable values for method defaults. by Raymond Hettinger · 21 years ago
  17. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 21 years ago
  18. c054a8b This is jiwon's patch to fix: by Michael W. Hudson · 21 years ago
  19. 29589a0 Open source files in universal newlines mode. by Michael W. Hudson · 21 years ago
  20. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  21. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 21 years ago
  22. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 21 years ago
  23. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 21 years ago
  24. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 21 years ago
  25. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 21 years ago
  26. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 21 years ago
  27. dab988d SF patch #1043218 by Raymond Hettinger · 21 years ago
  28. c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 21 years ago
  29. 7db385e Rewrite rmtree using os.walk to fix bug #1025127: by Johannes Gijsbers · 21 years ago
  30. ffa5cf9 Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to by Brett Cannon · 21 years ago
  31. f7948c2 Convert a listcomp to a gencomp (was already editing code). by Brett Cannon · 21 years ago
  32. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 21 years ago
  33. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 21 years ago
  34. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 21 years ago
  35. 2d5fee0 Version number updated to 0.4.9.5 by Vinay Sajip · 21 years ago
  36. ab9b32c Whitespace normalization. by Tim Peters · 21 years ago
  37. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
  38. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 21 years ago
  39. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 21 years ago
  40. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 21 years ago
  41. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  42. 2cdd608 removed 2.2 support by Just van Rossum · 21 years ago
  43. 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 21 years ago
  44. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 21 years ago
  45. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 21 years ago
  46. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 21 years ago
  47. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
  48. 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 21 years ago
  49. 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 21 years ago
  50. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  51. ff5dc0e Improve test coverage. by Raymond Hettinger · 21 years ago
  52. bcab2b2 Improve test coverage. by Raymond Hettinger · 21 years ago
  53. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
  54. 4cda01e * Increase test coverage. by Raymond Hettinger · 21 years ago
  55. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
  56. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
  57. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 21 years ago
  58. 630e535 Rename test for comparision errors. by Raymond Hettinger · 21 years ago
  59. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 21 years ago
  60. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 21 years ago
  61. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 21 years ago
  62. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  63. 4837a22 Use floor division operator. by Raymond Hettinger · 21 years ago
  64. 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
  65. aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 21 years ago
  66. 55593c3 Make the regex pattern easier to read, understand, and modify by Raymond Hettinger · 21 years ago
  67. 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 21 years ago
  68. 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 21 years ago
  69. 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 21 years ago
  70. 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 21 years ago
  71. 5a59d88 Whitespace normalization. by Tim Peters · 21 years ago
  72. 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 21 years ago
  73. 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 21 years ago
  74. 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 21 years ago
  75. b2635b2 Added log() function by Vinay Sajip · 21 years ago
  76. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 21 years ago
  77. 1cc3738 Whitespace normalization. by Tim Peters · 21 years ago
  78. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
  79. 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 21 years ago
  80. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
  81. 513c8bd Arghh, checked in wrong draft. Replacing with correct one. by Raymond Hettinger · 21 years ago
  82. 0336e1f Use local variables in StringIO.write(). by Raymond Hettinger · 21 years ago
  83. 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 21 years ago
  84. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago
  85. ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 21 years ago
  86. b959117 Added getLoggerClass() by Vinay Sajip · 21 years ago
  87. a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 21 years ago
  88. 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 21 years ago
  89. bab3e99 Whitespace normalization. by Tim Peters · 21 years ago
  90. 6165620 Import no longer needed. by Raymond Hettinger · 21 years ago
  91. 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 21 years ago
  92. 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 21 years ago
  93. 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 21 years ago
  94. 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 21 years ago
  95. 0273f5b In DocFileTest: by Edward Loper · 21 years ago
  96. 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 21 years ago
  97. b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  98. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 21 years ago
  99. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
  100. 17cb600 At the cost of a modest (but useful in its own right) change in the semantics by Barry Warsaw · 21 years ago