1. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 16 years ago
  2. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 16 years ago
  3. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 16 years ago
  4. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 16 years ago
  5. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 16 years ago
  6. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 16 years ago
  7. 58a96ef Fixed repr of dictionary views. by Alexandre Vassalotti · 16 years ago
  8. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 16 years ago
  9. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 16 years ago
  10. e822ab0 fix test_popen when the path to python has spaces #7671 by Benjamin Peterson · 16 years ago
  11. 2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: by Senthil Kumaran · 16 years ago
  12. 9d87323 Update root certificate to CAcert. by Martin v. Löwis · 16 years ago
  13. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 16 years ago
  14. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 16 years ago
  15. e365613 Issue #7532: Add additional slicing test cases for new- and old-style by Mark Dickinson · 16 years ago
  16. 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 16 years ago
  17. 7a2ee0b Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration by Senthil Kumaran · 16 years ago
  18. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 16 years ago
  19. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  20. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  21. 3194d14 Backport some float repr tests that were missed in issue 7117. by Mark Dickinson · 16 years ago
  22. 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 16 years ago
  23. 8904053 #5991: let completion for the "help" command include help topics. by Georg Brandl · 16 years ago
  24. 5089a38 Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class. by Georg Brandl · 16 years ago
  25. 2b6e4bc add a test about hashing array.array by Benjamin Peterson · 16 years ago
  26. af45b11 Kill a couple of "<>" by Antoine Pitrou · 16 years ago
  27. ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 16 years ago
  28. 673ddf9 Issue #7471: Improve the performance of GzipFile's buffering mechanism, by Antoine Pitrou · 16 years ago
  29. 49d709c Fix testSourceAddress to not test the host, it wasn't passing on some platforms. by Gregory P. Smith · 16 years ago
  30. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
  31. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
  32. 6dcdcde Import all implementations of the hash algorithms (OpenSSL & builtin) and run by Gregory P. Smith · 16 years ago
  33. 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 16 years ago
  34. b538d54 Remove silly conditional. by Antoine Pitrou · 16 years ago
  35. 83f86e8 Add tests for issue #7458: str.rfind() would crash when called with an invalid by Antoine Pitrou · 16 years ago
  36. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
  37. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 16 years ago
  38. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  39. 763f1e8 indentation and further alignment with py3k by Ezio Melotti · 16 years ago
  40. 6d6b53c cleanup and refactoring by Ezio Melotti · 16 years ago
  41. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
  42. 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 16 years ago
  43. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  44. 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 16 years ago
  45. 8e3e1d6 Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, by Mark Dickinson · 16 years ago
  46. b598393 enable test_main.py by Benjamin Peterson · 16 years ago
  47. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
  48. e079636 Use a more idiomatic check in check_truediv. by Mark Dickinson · 16 years ago
  49. 4c96035 Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64). by Mark Dickinson · 16 years ago
  50. 4657283 Issue #1811: Improve accuracy and consistency of true division for integers. by Mark Dickinson · 16 years ago
  51. f84caf4 #6108: unicode(exception) and str(exception) should return the same message by Ezio Melotti · 16 years ago
  52. 3293593 fix alleged refleak by Benjamin Peterson · 16 years ago
  53. 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 16 years ago
  54. 2ba1e9c Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna by Mark Dickinson · 16 years ago
  55. 603ae9e Issue #7554: Various fixups in test_cmath.py: remove code duplication, by Mark Dickinson · 16 years ago
  56. ed28499 Silence -3 warnings. Thanks Florent Xicluna. by Mark Dickinson · 16 years ago
  57. 3e0bafe Fix for consistency with py3k keyword-only version of assertAlmostEqual by Mark Dickinson · 16 years ago
  58. 1d2ae21 Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicluna. by Mark Dickinson · 16 years ago
  59. b5e348b Add missing tests for PyArg_Parse* with format 'h' by Mark Dickinson · 16 years ago
  60. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
  61. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
  62. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
  63. 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 16 years ago
  64. 3690298 remove lib2to3 resource by Benjamin Peterson · 16 years ago
  65. c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 16 years ago
  66. 0a0a1a8 Issue #1680159: unicode coercion during an 'in' operation was masking by R. David Murray · 16 years ago
  67. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
  68. e304852 #7342: make sure that the datetime object in test_fraction always has a number of microseconds != 0 by Ezio Melotti · 16 years ago
  69. 4147216 make StringIO like other file objects in that readline(-1) has no effect #7348 by Benjamin Peterson · 16 years ago
  70. 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 16 years ago
  71. c169c78 Issue #7466: segmentation fault when the garbage collector is called by Antoine Pitrou · 16 years ago
  72. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
  73. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
  74. 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
  75. d4e31a4 Skip new imaplib SSL tests if ssl is not available. by R. David Murray · 16 years ago
  76. 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
  77. 29dcdab Make test_pipes a little bit more robust. by Antoine Pitrou · 16 years ago
  78. 8c54e78 Fix the transient refleaks in test_zipimport_support. by Antoine Pitrou · 16 years ago
  79. a4a04d1 fix test_parser from tokenizer tweak by Benjamin Peterson · 16 years ago
  80. 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
  81. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
  82. f2bf0d2 Issue #4482: Add tests for special float value formatting. by Eric Smith · 16 years ago
  83. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  84. e09f45a Issue 7410: deepcopy of itertools.count resets the count by Raymond Hettinger · 16 years ago
  85. c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
  86. d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
  87. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  88. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
  89. 2dab865 When open_urlresource() fails, HTTPException is another possible error by Antoine Pitrou · 16 years ago
  90. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
  91. 8b2d713 Issue 7128: Removed reference to the non-existent copyreg module. by Alexandre Vassalotti · 16 years ago
  92. 3e53549 Issue #7117: Update float formatting testcases to match those in py3k. by Mark Dickinson · 16 years ago
  93. 9a03f2f comment out test added in r76438, which caused refleaks by Jesse Noller · 16 years ago
  94. bce7837 round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this. by Mark Dickinson · 16 years ago
  95. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
  96. 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
  97. 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 16 years ago
  98. 12adc65 Add a testcase that checks if the TarFile constructor successfully by Lars Gustäbel · 16 years ago
  99. dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 16 years ago
  100. 814d02d issue6615: Additional test for logging support in multiprocessing by Jesse Noller · 16 years ago