1. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  2. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  3. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  4. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  5. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  6. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
  7. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  8. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  9. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  10. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
  11. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
  12. 2fcf206 Fix typo in comment. by Neal Norwitz · 19 years ago
  13. 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago
  14. a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 19 years ago
  15. 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
  16. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  17. 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 19 years ago
  18. 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 19 years ago
  19. c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 19 years ago
  20. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  21. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  22. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  23. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  24. f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 19 years ago
  25. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  26. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  27. 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 19 years ago
  28. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 19 years ago
  29. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  30. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  31. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  32. 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  33. f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 19 years ago
  34. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  35. ebc3457 Revert previous checkin: by Neal Norwitz · 19 years ago
  36. ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 19 years ago
  37. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  38. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  39. f21c8ed Add comment lost from AST merge by Neal Norwitz · 19 years ago
  40. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  41. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  42. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  43. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  44. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 19 years ago
  45. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  46. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  47. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  48. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  49. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  50. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  51. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  52. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  53. 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 19 years ago
  54. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  55. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  56. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
  57. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
  58. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
  59. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  60. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
  61. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  62. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  63. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  64. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  65. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 19 years ago
  66. d603c04 Add list() around xreadlines() by Georg Brandl · 19 years ago
  67. 62fe585 *** empty log message *** by Georg Brandl · 19 years ago
  68. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  69. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  70. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
  71. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 19 years ago
  72. 8246c43 Correct test suite for #848017. by Georg Brandl · 19 years ago
  73. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 19 years ago
  74. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  75. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 19 years ago
  76. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  77. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  78. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  79. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  80. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  81. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  82. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 19 years ago
  83. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 19 years ago
  84. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 19 years ago
  85. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 19 years ago
  86. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 19 years ago
  87. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  88. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  89. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  90. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  91. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  92. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  93. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  94. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  95. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  96. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  97. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  98. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  99. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  100. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago