1. 244ad60 whatsnew: removal of TYPE_INT64 from marshal. by R David Murray · 11 years ago
  2. 9cf617b whatsnew: logging TimedRotatingFileHandler atTime parameter. by R David Murray · 11 years ago
  3. 4908f4a whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. by R David Murray · 11 years ago
  4. b231b2b whatsnew: ppring string wrapping, string pickling optimization. by R David Murray · 11 years ago
  5. 57fcf76 whatsnew: Mock mock_open readline(s); expand description of subtests feature. by R David Murray · 11 years ago
  6. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 11 years ago
  7. 335e14d Issue #19713: Move away from using find_module/load_module. by Eric Snow · 11 years ago
  8. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  9. 78194cd Merge heads by Serhiy Storchaka · 11 years ago
  10. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  11. 3079328 Reverted changeset b72c5573c5e7 (issue #15027). by Serhiy Storchaka · 11 years ago
  12. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  13. 583a939 Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. by Serhiy Storchaka · 11 years ago
  14. 41adc26 Merge from 3.3. by Stefan Krah · 11 years ago
  15. 0455c3f Whitespace. by Stefan Krah · 11 years ago
  16. 5aaf847 Drop reference to pythoncore, to avoid linking python34.dll by Martin v. Löwis · 11 years ago
  17. dd3c36d Merge 3.3 by Martin v. Löwis · 11 years ago
  18. 8d805d7 Regenerate python34stub.def. by Martin v. Löwis · 11 years ago
  19. 6087646 Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  20. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  21. e608255 whatsnew: consistently use 3 blanks between major sections. 2 for minor. by R David Murray · 11 years ago
  22. 5917172 whatsnew: make bullet list presentation style consistent. by R David Murray · 11 years ago
  23. db085f5 whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. by R David Murray · 11 years ago
  24. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  25. a2924ca whatsnew: porting note for HTTP[S]Connection strict parameter removal. by R David Murray · 11 years ago
  26. 0056936 whatsnew: deprecation of HTTPConnection's strict parameter. by R David Murray · 11 years ago
  27. 42fa110 whatsnew: unittest import time SkipTest reported as skip not error. by R David Murray · 11 years ago
  28. a475a8d whatsnew: http.server send_error explain parameter. by R David Murray · 11 years ago
  29. fa4e68d Remove deadcode (HASH macro is no more defined) by Victor Stinner · 11 years ago
  30. 92a419e Remove now unused variables by Victor Stinner · 11 years ago
  31. 7341b52 Revert accidental deletion of _overlapped. by Martin v. Löwis · 11 years ago
  32. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  33. f3b46b4 unicode_char() uses get_latin1_char() to get latin1 singleton characters by Victor Stinner · 11 years ago
  34. 985a82a add unicode_char() in unicodeobject.c to factorize code by Victor Stinner · 11 years ago
  35. 5c86733 Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check by Victor Stinner · 11 years ago
  36. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  37. 9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand by Daniel Holth · 11 years ago
  38. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  39. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  40. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  41. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  42. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  43. 6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) by Victor Stinner · 11 years ago
  44. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  45. 8ec15f7 merge 3.3 (#20110) by Benjamin Peterson · 11 years ago
  46. 9025f1c whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation by R David Murray · 11 years ago
  47. 6e731b0 Merge and update #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  48. c22eaec merge 3.3 (closes #20108) by Benjamin Peterson · 11 years ago
  49. 393a942 Issue #20101: Merge with 3.3 by Zachary Ware · 11 years ago
  50. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  51. f7f58f8 Update pip to the released 1.5 by Donald Stufft · 11 years ago
  52. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  53. 009771e (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters by Victor Stinner · 11 years ago
  54. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago
  55. e879452 threading.RLock._acquire_restore() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  56. f4c68db (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  57. 5f8d485 parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  58. 84d3256 Update copyright dates in Mac plists. by Ned Deily · 11 years ago
  59. cb0613b Update copyright dates in Mac plists. by Ned Deily · 11 years ago
  60. a015bb1 merge 3.3 by Benjamin Peterson · 11 years ago
  61. fa10ae0 update copyright year by Benjamin Peterson · 11 years ago
  62. b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  63. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  64. 089305f Merge: Clarify the wording of a news entry. by R David Murray · 11 years ago
  65. b075cc0 Clarify the wording of a news entry. by R David Murray · 11 years ago
  66. 33ef1ae whatsnew: mock called_with improvements, socket CAN_BCM support. by R David Murray · 11 years ago
  67. 8b2d682 whatsnew: random.getrandbits performance. by R David Murray · 11 years ago
  68. d592bb2 whatsnew: afic.open supports 'with'. by R David Murray · 11 years ago
  69. 1cb4f60 Merge with 3.3 by Zachary Ware · 11 years ago
  70. 340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. by Zachary Ware · 11 years ago
  71. fced3ec whatsnew: argparse FileType accepts errors and encodings args. by R David Murray · 11 years ago
  72. 2bc930f whatsnew: epoll supports with. by R David Murray · 11 years ago
  73. d9ddd3f Update setuptools to 2.0.2 by Donald Stufft · 11 years ago
  74. 73777c4 Update pip to 1.5rc4 by Donald Stufft · 11 years ago
  75. bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  76. efa2e04 Issue19619: skip zlib error test when zlib not available by Zachary Ware · 11 years ago
  77. 2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  78. f598558 Fixed typo (thx Arfrever) by Christian Heimes · 11 years ago
  79. 4d1639f Closes issue 20031. Document unittest.TextTestRunner.run method. by Michael Foord · 11 years ago
  80. 2691ee6 whatsnew: abc.ABC. Also add issue number to news entry and reword. by R David Murray · 11 years ago
  81. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 11 years ago
  82. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  83. 880fee6 Add context to a json NEWS entry. by R David Murray · 11 years ago
  84. a82eafd #12692: null merge with 3.3 by Senthil Kumaran · 11 years ago
  85. b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. by Antoine Pitrou · 11 years ago
  86. 156b361 Issue #19918: Fix PurePath.relative_to() under Windows. by Antoine Pitrou · 11 years ago
  87. 68816ef Export asyncio.iscoroutine[function]. by Guido van Rossum · 11 years ago
  88. e6d2f15 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 11 years ago
  89. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  90. 473f45b whatsnew: rewrite urllib, doctest, and poplib sections. by R David Murray · 11 years ago
  91. d265381 whatsnew: importlib cleanup and source_to_code add; python partial impl. by R David Murray · 11 years ago
  92. d7bc99e Mostly-null merge of #18116 backport (updated NEWS entry). by R David Murray · 11 years ago
  93. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  94. 1896dc5 Update bundled pip to 1.5rc3 by Donald Stufft · 11 years ago
  95. 8c4f57d Issue #20046: Locale alias table no longer contains entities which can be by Serhiy Storchaka · 11 years ago
  96. 0e81463 whatsnew for gc.get_stats, plus doc tweaks. by R David Murray · 11 years ago
  97. e190fac Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  98. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 11 years ago
  99. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  100. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago