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