1. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  2. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  3. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  4. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  5. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  6. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 13 years ago
  7. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  8. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  9. 4755ab0 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, by Victor Stinner · 13 years ago
  10. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  11. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  12. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  13. 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  14. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  15. 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 13 years ago
  16. 1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. by Ezio Melotti · 13 years ago
  17. 4d1cd0a Merge by Antoine Pitrou · 13 years ago
  18. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  19. fde86ff merge by Giampaolo Rodola' · 13 years ago
  20. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  21. 63e4230 #5421: add tests. by Ezio Melotti · 13 years ago
  22. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  23. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  24. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  25. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  26. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  27. 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
  28. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  29. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  30. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  31. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  32. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 13 years ago
  33. cd6756d Branch merge by Éric Araujo · 13 years ago
  34. b79c234 Add missing colon by Éric Araujo · 13 years ago
  35. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  36. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  37. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  38. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  39. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  40. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  41. 3bba57d Fix wording by Éric Araujo · 13 years ago
  42. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  43. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  44. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 13 years ago
  45. 73365dd whitespace... by Brian Curtin · 13 years ago
  46. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  47. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 13 years ago
  48. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 13 years ago
  49. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 13 years ago
  50. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  51. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 13 years ago
  52. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 13 years ago
  53. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  54. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  55. 9a42793 Branch merge by Éric Araujo · 13 years ago
  56. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  57. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  58. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 13 years ago
  59. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  60. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  61. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  62. 16190c8 Change markup so that it creates a link by Éric Araujo · 13 years ago
  63. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  64. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 13 years ago
  65. 5348b63 Branch merge by Éric Araujo · 13 years ago
  66. 2b9388a Fix weird executable name by Éric Araujo · 13 years ago
  67. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  68. 7365acc merge heads by Jesus Cea · 13 years ago
  69. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  70. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  71. c3ab577 merge by Jesus Cea · 13 years ago
  72. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  73. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  74. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 13 years ago
  75. ad0790e Branch merge by Éric Araujo · 13 years ago
  76. f8e1b60 Add docstring to dbm.open by Éric Araujo · 13 years ago
  77. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  78. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  79. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  80. 1114744 merge by Raymond Hettinger · 13 years ago
  81. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  82. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  83. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  84. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  85. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  86. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  87. dcb22a3 Fix resource warning found manually by Éric Araujo · 13 years ago
  88. a0b3c32 Advertise nesting directives for class/method and class/data combos. by Éric Araujo · 13 years ago
  89. 340d269 Small wording fix. by Georg Brandl · 13 years ago
  90. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  91. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  92. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  93. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  94. 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
  95. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  96. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  97. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  98. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  99. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  100. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago