1. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  2. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  3. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  4. 5020e00 Merge with 3.2. by Ezio Melotti · 13 years ago
  5. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  6. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  7. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  8. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  9. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  10. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  11. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  12. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  13. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 13 years ago
  14. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  15. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  16. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  17. 2d70e29 Issue #11223: fix test_dummy_threading, add _dummy_thread.info() by Victor Stinner · 13 years ago
  18. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  19. 1114744 merge by Raymond Hettinger · 13 years ago
  20. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  21. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  22. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  23. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  24. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  25. d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 13 years ago
  26. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 13 years ago
  27. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  28. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  29. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  30. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  31. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  32. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  33. c15d9e7 Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  34. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  35. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  36. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  37. a4eb194 Merge from 3.2 by Antoine Pitrou · 13 years ago
  38. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  39. e2c4cfc Merge: Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  40. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  41. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  42. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  43. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  44. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  45. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  46. 8437fe2 Remove unused method from internal class. by R David Murray · 13 years ago
  47. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  48. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  49. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  50. b496159 merge from 3.2 by Senthil Kumaran · 13 years ago
  51. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  52. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  53. 0dea648 #11848: Merge with 3.2. by Ezio Melotti · 13 years ago
  54. 82b0d5d #11848: Merge with 3.1. by Ezio Melotti · 13 years ago
  55. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  56. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 13 years ago
  57. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  58. 99e97f9 merge from 3.2. by Senthil Kumaran · 13 years ago
  59. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  60. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  61. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  62. f400ab4 merge by Raymond Hettinger · 13 years ago
  63. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  64. 5b5ee69 Remove dead code in gzip. by Nadeem Vawda · 13 years ago
  65. 5e610de Merge with 3.2. by Ezio Melotti · 13 years ago
  66. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  67. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  68. 7d01e78 Merge with 3.2. by Ezio Melotti · 13 years ago
  69. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  70. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  71. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  72. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  73. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  74. b5eacc2 Merge by Alexander Belopolsky · 13 years ago
  75. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 13 years ago
  76. ec78bc8 Merge by Raymond Hettinger · 13 years ago
  77. 2df393c Fix nit. by Raymond Hettinger · 13 years ago
  78. 820ae36 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  79. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  80. d16ee63 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  81. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  82. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  83. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  84. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  85. abdeeff merge heads by Benjamin Peterson · 13 years ago
  86. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  87. 5809403 merge the change update. by Senthil Kumaran · 13 years ago
  88. 1cea9a0 merge from 3.2 by Senthil Kumaran · 13 years ago
  89. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  90. 9bf133c Fix #11825: disable regrtest timeout if Python doesn't support threads by Victor Stinner · 13 years ago
  91. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  92. 9180deb Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  93. f03d302 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  94. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  95. 4d65224 Issue #11186: pydoc ignores a module if its name contains a surrogate character by Victor Stinner · 13 years ago
  96. ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 13 years ago
  97. b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  98. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  99. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  100. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago