1. f90ba8a Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 14 years ago
  2. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 14 years ago
  3. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
  4. fdc2c55 Remove trailing whitespace by Nick Coghlan · 14 years ago
  5. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
  6. 3ef4419 Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  7. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  8. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 14 years ago
  9. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  10. e548f5a #11985: merge with 3.1. by Ezio Melotti · 14 years ago
  11. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
  12. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  13. b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
  14. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 14 years ago
  15. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 14 years ago
  16. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  17. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
  18. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  19. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  20. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  21. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  22. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 14 years ago
  23. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 14 years ago
  24. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
  25. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 14 years ago
  26. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 14 years ago
  27. 9a42793 Branch merge by Éric Araujo · 14 years ago
  28. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 14 years ago
  29. be5dbeb merge from 3.1 by Senthil Kumaran · 14 years ago
  30. 08fd8d9 merge by Brian Curtin · 14 years ago
  31. 5c7419d Removed debugging leftovers. by Łukasz Langa · 14 years ago
  32. 4d27d9e __class__ of a __class__ check worked only by chance. by Łukasz Langa · 14 years ago
  33. 75da860 TestChainMap was not previously used. Minor corrections applied. by Łukasz Langa · 14 years ago
  34. 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
  35. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
  36. ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: by Łukasz Langa · 14 years ago
  37. c20566c merge from 3.1 by Senthil Kumaran · 14 years ago
  38. e698cd5 Closes #11858: configparser.ExtendedInterpolation and section case. by Łukasz Langa · 14 years ago
  39. 8a410d3 merge from 3.1 by Senthil Kumaran · 14 years ago
  40. 44aad85 #11926: merge with 3.1. by Ezio Melotti · 14 years ago
  41. 75cbd73 #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. by Ezio Melotti · 14 years ago
  42. daab1c8 Closes #11670: configparser read_file now iterates over f. by Łukasz Langa · 14 years ago
  43. 944d16c Merge 3.1 by Éric Araujo · 14 years ago
  44. 19acb88 Branch merge by Éric Araujo · 14 years ago
  45. edd117f #11763: merge with 3.1. by Ezio Melotti · 14 years ago
  46. 75e6ed1 merge from 3.1 codeline. by Senthil Kumaran · 14 years ago
  47. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 14 years ago
  48. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 14 years ago
  49. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  50. 1184690 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 14 years ago
  51. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
  52. 5db3e01 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 14 years ago
  53. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 14 years ago
  54. fbeb1a9 Merge 3.1 by Éric Araujo · 14 years ago
  55. cae1be8 Branch merge by Éric Araujo · 14 years ago
  56. 5348b63 Branch merge by Éric Araujo · 14 years ago
  57. 7fdd0fe Issue #9319: Fix the unit test by Victor Stinner · 14 years ago
  58. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 14 years ago
  59. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 14 years ago
  60. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 14 years ago
  61. fc330ae Minor text rearrangement. by Raymond Hettinger · 14 years ago
  62. af92842 Use non-deprecated method name. by Ezio Melotti · 14 years ago
  63. 37e6c54 Merge 3.1 by Éric Araujo · 14 years ago
  64. 6f205ed Branch merge by Éric Araujo · 14 years ago
  65. ad0790e Branch merge by Éric Araujo · 14 years ago
  66. f8e1b60 Add docstring to dbm.open by Éric Araujo · 14 years ago
  67. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  68. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  69. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  70. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  71. 1114744 merge by Raymond Hettinger · 14 years ago
  72. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  73. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  74. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 14 years ago
  75. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  76. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
  77. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  78. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  79. c15d9e7 Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  80. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  81. dcb22a3 Fix resource warning found manually by Éric Araujo · 14 years ago
  82. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  83. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 14 years ago
  84. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 14 years ago
  85. 87f3a9a Fix double use of f.close(). by Éric Araujo · 14 years ago
  86. 2a83cc6 Add missing types to docstring of ast.literal_eval. by Éric Araujo · 14 years ago
  87. e7d36fe Prevent deprecation warning by Éric Araujo · 14 years ago
  88. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 14 years ago
  89. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  90. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  91. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 14 years ago
  92. 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 · 14 years ago
  93. b4bd4af merge from 3.1 by Senthil Kumaran · 14 years ago
  94. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 14 years ago
  95. 82b0d5d #11848: Merge with 3.1. by Ezio Melotti · 14 years ago
  96. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 14 years ago
  97. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 14 years ago
  98. 56f1e2d merge from 3.1 by Senthil Kumaran · 14 years ago
  99. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  100. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago