1. c7d7136 RPM spec file name update for 3.4 branch. by Georg Brandl · 12 years ago
  2. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  3. 1628eaa Added tag v3.3.0 for changeset de6b91d97113 by Georg Brandl · 12 years ago
  4. 1d02173 Update release date in whatsnew document. by Georg Brandl · 12 years ago
  5. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  6. d6e857b Point "source" links in the docs to the 3.3 versions in the repo. by Georg Brandl · 12 years ago
  7. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 12 years ago
  8. 8ed677d Add some comments. by Brett Cannon · 12 years ago
  9. 7dcbd2c Merge #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  10. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  11. fb8a49e Merge #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  12. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  13. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  14. 8ec31c2 Merge by Michael Foord · 12 years ago
  15. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  16. 811b981 Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later. by Georg Brandl · 12 years ago
  17. 4945027 MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  18. 33b5769 Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  19. d5dc6e5 Merge. by Stefan Krah · 12 years ago
  20. 18581ef Close issue #16073: merge fix from 3.2. by Chris Jerdonek · 12 years ago
  21. 8ef1fce Merge by Michael Foord · 12 years ago
  22. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  23. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  24. fd448da Close issue #16073: fix map() example in list comprehension documentation. by Chris Jerdonek · 12 years ago
  25. 0e1af28 Fix typo. by Ezio Melotti · 12 years ago
  26. 207d229 urllib.parse.urlencode doc updarte. Closes issue 15593 by Michael Foord · 12 years ago
  27. 74cca70 Now that it's possible, avoid timing attacks in the crypt module examples) by Nick Coghlan · 12 years ago
  28. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  29. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  30. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  31. 43f8f4c renmae test method to avoid conflict (#16056) by Benjamin Peterson · 12 years ago
  32. 3d78385 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  33. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  34. 3658cb3 Tell people the *new* behaviour, not just the old behaviour by Nick Coghlan · 12 years ago
  35. c4bacd3 Mention the Unicode version bump in What's New by Nick Coghlan · 12 years ago
  36. c7e139b #1087: use proper skips in test_os. by Ezio Melotti · 12 years ago
  37. 461f41d Add a few entries to whatsnew/3.3.rst. by Ezio Melotti · 12 years ago
  38. fc34921 Closes #16052: fix typo. Patch by Lars Buitinck. by Georg Brandl · 12 years ago
  39. 52c62d8 rephrase by Benjamin Peterson · 12 years ago
  40. 8286951 merge 3.3 by Giampaolo Rodola' · 12 years ago
  41. 49379c0 mention new MLSD support for ftplib in 3.3 whatsnew by Giampaolo Rodola' · 12 years ago
  42. 847bb76 merge by Brett Cannon · 12 years ago
  43. 288717a Shift a deprecation from the porting section to the deprecation section. by Brett Cannon · 12 years ago
  44. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  45. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  46. 15c8849 fix contextlib.ExitStack typo in 3.3's whatsnew.rst by Giampaolo Rodola' · 12 years ago
  47. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  48. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  49. 3331a20 merge 3.2 by Benjamin Peterson · 12 years ago
  50. 1654d74 switch assertion to an explicit ValueError by Benjamin Peterson · 12 years ago
  51. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  52. 8b7ebaf merge heads by Benjamin Peterson · 12 years ago
  53. 0beb4d2 don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  54. feaa54f don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  55. ee830e0 Merge. by Stefan Krah · 12 years ago
  56. 6b6a1df Restore the benchmark order to avoid waiting for decimal.py if just the by Stefan Krah · 12 years ago
  57. d79ac0f merge 3.2 by Benjamin Peterson · 12 years ago
  58. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  59. 296b21a merge by Barry Warsaw · 12 years ago
  60. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  61. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  62. 6cf50c5 Fix whitespace. by Brett Cannon · 12 years ago
  63. 63092fe Fix whitespace. by Brett Cannon · 12 years ago
  64. d266c44 Make the decimal bench file run under Python 2.7. by Brett Cannon · 12 years ago
  65. dbe5088 Issue #16015: Merge and update from 3.2. by Chris Jerdonek · 12 years ago
  66. df12f2b Issue #16015: Make welcome message more realistic in tutorial example. by Chris Jerdonek · 12 years ago
  67. 49d1302 merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  68. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  69. 9118a79 Issue #16015: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  70. 9bb56a6 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 12 years ago
  71. d0af310 Close #16022: What's New in Python 3.3 document is no more at beta stage by Victor Stinner · 12 years ago
  72. 6447b92 Close #16022: What's New in Python 3.3 document is no more at beta stage by Victor Stinner · 12 years ago
  73. 33d8ce1 Issue #14167: merge fix from 3.2 branch. by Mark Dickinson · 12 years ago
  74. 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
  75. f8a2865 #16019, #16020: merge with 3.2. by Ezio Melotti · 12 years ago
  76. 8618fb6 #16019, #16020: fix syntax highlight. by Ezio Melotti · 12 years ago
  77. 5799a2d #16017: merge with 3.2. by Ezio Melotti · 12 years ago
  78. c926c59 #16017: capitalize URLs. by Ezio Melotti · 12 years ago
  79. 0ce2225 #16014: merge with 3.2. by Ezio Melotti · 12 years ago
  80. 4f24af0 #16014: fix broken link. by Ezio Melotti · 12 years ago
  81. d37b9d7 Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. by Georg Brandl · 12 years ago
  82. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  83. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  84. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 12 years ago
  85. f248717 Post-release updates. by Georg Brandl · 12 years ago
  86. a1f7655 Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  87. 6f80f5d Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  88. 5011244 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. by Nadeem Vawda · 12 years ago
  89. 667a13b Fix indentation of examples in lzma module documentation. by Nadeem Vawda · 12 years ago
  90. 700765f Added tag v3.3.0rc3 for changeset c191d21cefaf by Georg Brandl · 12 years ago
  91. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  92. 6147515 Add news entries for recent changes. by Georg Brandl · 12 years ago
  93. fd0ddab GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 12 years ago
  94. ab816b5 GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 12 years ago
  95. 3b9493b Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 12 years ago
  96. b8cd700 Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 12 years ago
  97. 91ceece Use C-style comments (required for the AIX build slave). by Stefan Krah · 12 years ago
  98. a4b4dea Use C-style comments (required for the AIX build slave). by Stefan Krah · 12 years ago
  99. 7e6523f Use C-style comments. by Stefan Krah · 12 years ago
  100. f817a7b Use C-style comments. by Stefan Krah · 12 years ago