1. 6ef5dfd Merge by Antoine Pitrou · 13 years ago
  2. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 13 years ago
  3. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  4. 24befa8 merge with 3.1 by Giampaolo Rodola' · 13 years ago
  5. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  6. 4c1aebd #5421: merge with 3.1. by Ezio Melotti · 13 years ago
  7. 63e4230 #5421: add tests. by Ezio Melotti · 13 years ago
  8. 06383ee #12017: merge with 3.1. by Ezio Melotti · 13 years ago
  9. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  10. b0b0579 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  11. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  12. 044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  13. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  14. c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  15. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  16. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  17. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  18. 6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. by Ronald Oussoren · 13 years ago
  19. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 13 years ago
  20. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  21. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 13 years ago
  22. 8cd2e5f Sync-up minor code edits with the default branch. by Raymond Hettinger · 13 years ago
  23. 102d874 Sync-up minor code edits with the default branch. by Raymond Hettinger · 13 years ago
  24. f90ba8a Avoid codec spelling issues by just using the utf-8 default. by Raymond Hettinger · 13 years ago
  25. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  26. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 13 years ago
  27. fdc2c55 Remove trailing whitespace by Nick Coghlan · 13 years ago
  28. 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
  29. 3ef4419 Merge #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  30. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  31. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  32. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  33. e548f5a #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  34. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  35. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 13 years ago
  36. b87a56a Fix typo in name of private function by Antoine Pitrou · 13 years ago
  37. a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 13 years ago
  38. 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 13 years ago
  39. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  40. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 13 years ago
  41. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  42. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  43. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  44. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  45. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 13 years ago
  46. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 13 years ago
  47. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  48. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 13 years ago
  49. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 13 years ago
  50. 9a42793 Branch merge by Éric Araujo · 13 years ago
  51. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  52. be5dbeb merge from 3.1 by Senthil Kumaran · 13 years ago
  53. 08fd8d9 merge by Brian Curtin · 13 years ago
  54. 5c7419d Removed debugging leftovers. by Łukasz Langa · 13 years ago
  55. 4d27d9e __class__ of a __class__ check worked only by chance. by Łukasz Langa · 13 years ago
  56. 75da860 TestChainMap was not previously used. Minor corrections applied. by Łukasz Langa · 13 years ago
  57. 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 13 years ago
  58. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 13 years ago
  59. ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: by Łukasz Langa · 13 years ago
  60. c20566c merge from 3.1 by Senthil Kumaran · 13 years ago
  61. e698cd5 Closes #11858: configparser.ExtendedInterpolation and section case. by Łukasz Langa · 13 years ago
  62. 8a410d3 merge from 3.1 by Senthil Kumaran · 13 years ago
  63. 44aad85 #11926: merge with 3.1. by Ezio Melotti · 13 years ago
  64. 75cbd73 #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. by Ezio Melotti · 13 years ago
  65. daab1c8 Closes #11670: configparser read_file now iterates over f. by Łukasz Langa · 13 years ago
  66. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  67. 19acb88 Branch merge by Éric Araujo · 13 years ago
  68. edd117f #11763: merge with 3.1. by Ezio Melotti · 13 years ago
  69. 75e6ed1 merge from 3.1 codeline. by Senthil Kumaran · 13 years ago
  70. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  71. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  72. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  73. 1184690 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 13 years ago
  74. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  75. 5db3e01 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  76. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 13 years ago
  77. fbeb1a9 Merge 3.1 by Éric Araujo · 13 years ago
  78. cae1be8 Branch merge by Éric Araujo · 13 years ago
  79. 5348b63 Branch merge by Éric Araujo · 13 years ago
  80. 7fdd0fe Issue #9319: Fix the unit test by Victor Stinner · 13 years ago
  81. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 13 years ago
  82. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  83. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  84. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  85. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  86. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  87. 6f205ed Branch merge by Éric Araujo · 13 years ago
  88. ad0790e Branch merge by Éric Araujo · 13 years ago
  89. f8e1b60 Add docstring to dbm.open by Éric Araujo · 13 years ago
  90. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  91. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  92. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  93. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  94. 1114744 merge by Raymond Hettinger · 13 years ago
  95. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  96. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  97. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  98. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  99. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 13 years ago
  100. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago