1. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  2. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  3. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  4. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  5. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  6. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  7. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  8. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  9. 9e92188 Issue #12281: Fix test_codecs.test_cp932() on Windows XP by Victor Stinner · 13 years ago
  10. 62be4fb Issue #12281: Skip code page tests on non-Windows platforms by Victor Stinner · 13 years ago
  11. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  12. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  13. cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  14. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  15. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  16. ecd0207 Issue #12367: Test test_select.test_errno() on FreeBSD by Victor Stinner · 13 years ago
  17. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  18. 386c2d8 test_select: use a timeout=0 in test_errno() by Victor Stinner · 13 years ago
  19. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  20. d8886fc Merge by Raymond Hettinger · 13 years ago
  21. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 13 years ago
  22. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  23. 01277d1 Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  24. 0e7e715 (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 by Victor Stinner · 13 years ago
  25. 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 13 years ago
  26. 21d29c3 Issue #12367: Add a test on error attribute of select.error by Victor Stinner · 13 years ago
  27. 5d6fbe8 Instantiate the OS-related exception as soon as we raise it, so that by Antoine Pitrou · 13 years ago
  28. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  29. ffa547e Fix deprecation warning by Antoine Pitrou · 13 years ago
  30. 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
  31. 86fe860 Fix the threading infrastructure in test_socket to support skipping by Antoine Pitrou · 13 years ago
  32. 9255464 Branch merge by Éric Araujo · 13 years ago
  33. a5bc34f Branch merge by Éric Araujo · 13 years ago
  34. 798b4df test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
  35. c0bbe7d test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
  36. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  37. de50455 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 13 years ago
  38. 1461775 - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
  39. de8c723 Merged by Barry Warsaw · 13 years ago
  40. 35d1878 Trunk merge by Barry Warsaw · 13 years ago
  41. cb9c5ba - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
  42. 532c363 Merge with 3.2 by Ned Deily · 13 years ago
  43. 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 13 years ago
  44. 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 13 years ago
  45. 1d972ad Mark 'abc'.expandtab() optimization as specific to CPython by Victor Stinner · 13 years ago
  46. 59de0ee str.replace(a, a) is now returning str unchanged if a is a by Victor Stinner · 13 years ago
  47. 0959554 Fix memory consumption estimate in test_unicode_repr_wide by Antoine Pitrou · 13 years ago
  48. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  49. caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
  50. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
  51. 399df55 Fix expected memory consumption for test_translate by Antoine Pitrou · 13 years ago
  52. b6080b6 Fix size estimate for test_unicode_repr by Antoine Pitrou · 13 years ago
  53. a5d9917 Fix test_splitlines to reach its size estimate by Antoine Pitrou · 13 years ago
  54. f81ad6f Make the formula for this estimate more explicit by Antoine Pitrou · 13 years ago
  55. 8ac582f Fix size estimation for test_bigmem.StrTest.test_format by Antoine Pitrou · 13 years ago
  56. de21f84 Fix the expected memory consumption for some tests by Antoine Pitrou · 13 years ago
  57. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  58. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  59. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  60. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  61. 0f4ee93 Branch merge by Éric Araujo · 13 years ago
  62. bb2095f Branch merge by Éric Araujo · 13 years ago
  63. 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
  64. 3484c09 Merge from 3.2 by Amaury Forgeot d'Arc · 13 years ago
  65. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  66. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  67. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  68. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  69. 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 13 years ago
  70. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  71. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  72. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  73. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  74. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  75. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  76. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  77. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  78. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  79. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  80. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
  81. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  82. 031487e Fix test failure by Antoine Pitrou · 13 years ago
  83. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  84. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  85. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  86. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  87. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  88. 55a190f merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  89. 00b2c86 Fix text failures when ctypes is not available by Antoine Pitrou · 13 years ago
  90. 09252c4 os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  91. 5f99c91 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  92. e39b112 Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  93. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  94. 8619cd7 Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which by Charles-François Natali · 13 years ago
  95. 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 13 years ago
  96. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  97. 22cd021 Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  98. 027f9a3 Issue #13084: Fix a test_signal failure: the delivery order is only defined for by Charles-François Natali · 13 years ago
  99. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  100. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago