1. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  2. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
  3. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
  4. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
  5. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  6. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 14 years ago
  7. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 14 years ago
  8. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 14 years ago
  9. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
  10. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
  11. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
  12. cd6756d Branch merge by Éric Araujo · 14 years ago
  13. b79c234 Add missing colon by Éric Araujo · 14 years ago
  14. 9b2fd32 Fix spelling. by Raymond Hettinger · 14 years ago
  15. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  16. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
  17. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  18. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  19. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
  20. 3bba57d Fix wording by Éric Araujo · 14 years ago
  21. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
  22. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
  23. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
  24. 73365dd whitespace... by Brian Curtin · 14 years ago
  25. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
  26. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 14 years ago
  27. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 14 years ago
  28. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
  29. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
  30. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 14 years ago
  31. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 14 years ago
  32. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
  33. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  34. 9a42793 Branch merge by Éric Araujo · 14 years ago
  35. 10f3d7a Change markup so it generates a link by Éric Araujo · 14 years ago
  36. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 14 years ago
  37. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 14 years ago
  38. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 14 years ago
  39. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  40. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  41. 16190c8 Change markup so that it creates a link by Éric Araujo · 14 years ago
  42. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  43. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 14 years ago
  44. 5348b63 Branch merge by Éric Araujo · 14 years ago
  45. 2b9388a Fix weird executable name by Éric Araujo · 14 years ago
  46. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 14 years ago
  47. 7365acc merge heads by Jesus Cea · 14 years ago
  48. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 14 years ago
  49. fc330ae Minor text rearrangement. by Raymond Hettinger · 14 years ago
  50. c3ab577 merge by Jesus Cea · 14 years ago
  51. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 14 years ago
  52. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 14 years ago
  53. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 14 years ago
  54. ad0790e Branch merge by Éric Araujo · 14 years ago
  55. f8e1b60 Add docstring to dbm.open by Éric Araujo · 14 years ago
  56. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  57. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  58. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  59. 1114744 merge by Raymond Hettinger · 14 years ago
  60. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 14 years ago
  61. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  62. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  63. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  64. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 14 years ago
  65. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  66. dcb22a3 Fix resource warning found manually by Éric Araujo · 14 years ago
  67. a0b3c32 Advertise nesting directives for class/method and class/data combos. by Éric Araujo · 14 years ago
  68. 340d269 Small wording fix. by Georg Brandl · 14 years ago
  69. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 14 years ago
  70. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 14 years ago
  71. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  72. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 14 years ago
  73. 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
  74. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 14 years ago
  75. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 14 years ago
  76. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  77. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 14 years ago
  78. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  79. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  80. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 14 years ago
  81. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago
  82. 395ba35 Minor tweaks to a few comments in heapq by Éric Araujo · 14 years ago
  83. b4fb909 Remove inexistent tools by Brian Curtin · 14 years ago
  84. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 14 years ago
  85. ce073cd Fix typo in docstring. by Ezio Melotti · 14 years ago
  86. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 14 years ago
  87. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 14 years ago
  88. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 14 years ago
  89. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 14 years ago
  90. a8b0f9a Merge updates by Senthil Kumaran · 14 years ago
  91. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  92. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  93. abdeeff merge heads by Benjamin Peterson · 14 years ago
  94. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  95. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 14 years ago
  96. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
  97. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  98. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 14 years ago
  99. 628f980 Add NEWS item for #5162. by brian.curtin · 14 years ago
  100. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago