1. 5799a2d #16017: merge with 3.2. by Ezio Melotti · 13 years ago
  2. c926c59 #16017: capitalize URLs. by Ezio Melotti · 13 years ago
  3. 0ce2225 #16014: merge with 3.2. by Ezio Melotti · 13 years ago
  4. 4f24af0 #16014: fix broken link. by Ezio Melotti · 13 years ago
  5. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
  6. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
  7. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 13 years ago
  8. f248717 Post-release updates. by Georg Brandl · 13 years ago
  9. a1f7655 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
  10. 6f80f5d Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 13 years ago
  11. 5011244 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. by Nadeem Vawda · 13 years ago
  12. 667a13b Fix indentation of examples in lzma module documentation. by Nadeem Vawda · 13 years ago
  13. 700765f Added tag v3.3.0rc3 for changeset c191d21cefaf by Georg Brandl · 13 years ago
  14. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 13 years ago
  15. 6147515 Add news entries for recent changes. by Georg Brandl · 13 years ago
  16. fd0ddab GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 13 years ago
  17. ab816b5 GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 13 years ago
  18. 3b9493b Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 13 years ago
  19. b8cd700 Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 13 years ago
  20. 91ceece Use C-style comments (required for the AIX build slave). by Stefan Krah · 13 years ago
  21. a4b4dea Use C-style comments (required for the AIX build slave). by Stefan Krah · 13 years ago
  22. 7e6523f Use C-style comments. by Stefan Krah · 13 years ago
  23. f817a7b Use C-style comments. by Stefan Krah · 13 years ago
  24. 2b7a71d #15949, #15899: merge with 3.2. by Ezio Melotti · 13 years ago
  25. 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 13 years ago
  26. 707bce4 Issue #15969: Fix the issue number in Misc/NEWS by Victor Stinner · 13 years ago
  27. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 13 years ago
  28. 752a224 #15925: fix regression: return None for null and non-date strings. by R David Murray · 13 years ago
  29. fb436c4 #15949, 15899: merge with 3.2. by Ezio Melotti · 13 years ago
  30. b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 13 years ago
  31. a867ed5 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 13 years ago
  32. bf84bba Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 13 years ago
  33. 88950fb Add What's New entries for some minor work I did in 3.3. by Larry Hastings · 13 years ago
  34. f82b937 #15421: merge with 3.2. by Ezio Melotti · 13 years ago
  35. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 13 years ago
  36. 050a61f #15304: merge with 3.2. by Ezio Melotti · 13 years ago
  37. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 13 years ago
  38. 8b15ee0 #15980: merge with 3.2. by Ezio Melotti · 13 years ago
  39. 0847db7 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  40. 7d5a8d7 null merge by doko@ubuntu.com · 13 years ago
  41. 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 13 years ago
  42. 61cdcf5 merge 3.2 by Benjamin Peterson · 13 years ago
  43. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 13 years ago
  44. 7926af5 null merge by Alexander Belopolsky · 13 years ago
  45. 57caede Issue #15973: fixed 3.2 backport. by Alexander Belopolsky · 13 years ago
  46. 6f543a3 merge by Alexander Belopolsky · 13 years ago
  47. 690558e merge by Alexander Belopolsky · 13 years ago
  48. 9b9ed86 merged 3.2 by Alexander Belopolsky · 13 years ago
  49. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 13 years ago
  50. 5710c2a Issue 15959: Merge from 3.2. by Mark Dickinson · 13 years ago
  51. c286e58 Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka. by Mark Dickinson · 13 years ago
  52. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 13 years ago
  53. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 13 years ago
  54. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 13 years ago
  55. 1c47222 merge by Christian Heimes · 13 years ago
  56. 5cb31c9 Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 13 years ago
  57. fe6e7e6 Merge the quotes/backslashes fixes with 3.2. by Ezio Melotti · 13 years ago
  58. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 13 years ago
  59. a58d8b0 Merge markup fixes in smtpd.rst with 3.2. by Ezio Melotti · 13 years ago
  60. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 13 years ago
  61. be54d6d Update suspicious ignore file. by Ezio Melotti · 13 years ago
  62. 7598e18 Fix rst markup. by Ezio Melotti · 13 years ago
  63. f6813f6 Merge rst markup fixes in timeit docs with 3.2. by Ezio Melotti · 13 years ago
  64. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 13 years ago
  65. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 13 years ago
  66. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 13 years ago
  67. da064d0 Silence compiler warnings on Solaris 10 via explicit (void *) casts. by Trent Nelson · 13 years ago
  68. ab02db2 Silence compiler warnings on Solaris 10 via explicit (void *) casts. by Trent Nelson · 13 years ago
  69. 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 13 years ago
  70. 1da769a What's New in Python 3.3: mention unittest.mock by Victor Stinner · 13 years ago
  71. 6d10b4d #15796: merge with 3.2. by Ezio Melotti · 13 years ago
  72. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  73. 4a5fae1 #11643: merge with 3.2. by Ezio Melotti · 13 years ago
  74. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 13 years ago
  75. 8646e8e #15920: merge with 3.2. by Ezio Melotti · 13 years ago
  76. 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  77. 0708533 Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 13 years ago
  78. 8a53dbe Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 13 years ago
  79. a5377ca #15789: merge with 3.2. by Ezio Melotti · 13 years ago
  80. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  81. 711f093 #15932: merge with 3.2. by Ezio Melotti · 13 years ago
  82. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 13 years ago
  83. 9b1c84b Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 13 years ago
  84. 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 13 years ago
  85. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 13 years ago
  86. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  87. c2085dd #15437, #15439: merge with 3.2. by Ezio Melotti · 13 years ago
  88. 56f37aa #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 13 years ago
  89. e8cd6bb Issue #15881: Clarify comment in exit function by Richard Oudkerk · 13 years ago
  90. 0b90d66 Issue #15599: FreeBSD on KVM cannot handle a very low switch interval. by Stefan Krah · 13 years ago
  91. d89774e Merge 3.2 fix updates and tests for issue #15906. by Barry Warsaw · 13 years ago
  92. 2dceb35 Update merge from 2.7: s/basetring/str by Barry Warsaw · 13 years ago
  93. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 13 years ago
  94. 77c4553 Merge by Antoine Pitrou · 13 years ago
  95. 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 13 years ago
  96. 10ca1fe Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 13 years ago
  97. 55ad651 Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 13 years ago
  98. 9c5b521 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 13 years ago
  99. 1526582 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 13 years ago
  100. 7ae251a Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359 by Christian Heimes · 13 years ago