1. 66bf12a whatsnew: FileIO.readall performance, os.cpu_count. by R David Murray · 11 years ago
  2. 6f17deb (Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  3. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  4. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 11 years ago
  5. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  6. e4314e0 Issue 19713: Remove PEP 451-related code that should have been factored out. by Eric Snow · 11 years ago
  7. 2e385e2 Fixes issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  8. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  9. 6188bd4 Fix typo in asyncio/streams.py. by Guido van Rossum · 11 years ago
  10. df7c22b Issue #19723: Missed one conversion to the new Argument Clinic syntax. by Larry Hastings · 11 years ago
  11. e483d16 Issue #19723: Fix issue number typo in Misc/NEWS by Zachary Ware · 11 years ago
  12. b05cbe6 Issue #12837: Silence a Clang compiler warning on OS X. by Brett Cannon · 11 years ago
  13. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  14. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  15. 9026113 Issue #20157: When Argument Clinic renames a parameter because its name by Larry Hastings · 11 years ago
  16. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  17. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  18. 0bce6e7 whatsnew: expand 'dis' entry. by R David Murray · 11 years ago
  19. 985b8db Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  20. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  21. 9ca21b3 Issue #20096: Update the Python 2/3 porting HOWTO to focus on by Brett Cannon · 11 years ago
  22. cc26310 Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in by Victor Stinner · 11 years ago
  23. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  24. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 11 years ago
  25. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 11 years ago
  26. 3192eac Remove dead PEP 451 code. by Eric Snow · 11 years ago
  27. 3845521 asyncio: Fix deadlock in readexactly(). Fixes issue #20154. by Guido van Rossum · 11 years ago
  28. a101bdb whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. by R David Murray · 11 years ago
  29. 9835827 whatsnew: pydoc.Scanner removal, check_output input parm, operator.py. by R David Murray · 11 years ago
  30. eb31e9d Issue #20143: The line numbers reported in Argument Clinic errors are by Larry Hastings · 11 years ago
  31. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  32. b7f5dca Merge 3.4.0b2 release revisions back into mainline. by Larry Hastings · 11 years ago
  33. e7ee44e Post-release engineering; updated NEWS and version string. by Larry Hastings · 11 years ago
  34. 74fc8c4 Add comments to frozenset_hash(). by Raymond Hettinger · 11 years ago
  35. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  36. d10ccfb Added tag v3.4.0b2 for changeset ba32913eb13e by Larry Hastings · 11 years ago
  37. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  38. bfd715e Regenerated pydoc/topics.py, and fix a "suspicious" doc error. by Larry Hastings · 11 years ago
  39. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago
  40. 5ea9750 Issue 20123: Disable a problematic test. by Eric Snow · 11 years ago
  41. 1d8bd67 Fix news entry to use updated name for XMLPullParser. by R David Murray · 11 years ago
  42. 0dddf42 Issue 20123: try using a different builtin module in a pydoc test. by Eric Snow · 11 years ago
  43. 410d320 whatsnew: XMLPullParser, plus some doc updates. by R David Murray · 11 years ago
  44. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 11 years ago
  45. 244ad60 whatsnew: removal of TYPE_INT64 from marshal. by R David Murray · 11 years ago
  46. 9cf617b whatsnew: logging TimedRotatingFileHandler atTime parameter. by R David Murray · 11 years ago
  47. 4908f4a whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. by R David Murray · 11 years ago
  48. b231b2b whatsnew: ppring string wrapping, string pickling optimization. by R David Murray · 11 years ago
  49. 0455c3f Whitespace. by Stefan Krah · 11 years ago
  50. 8d805d7 Regenerate python34stub.def. by Martin v. Löwis · 11 years ago
  51. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  52. 57fcf76 whatsnew: Mock mock_open readline(s); expand description of subtests feature. by R David Murray · 11 years ago
  53. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 11 years ago
  54. 335e14d Issue #19713: Move away from using find_module/load_module. by Eric Snow · 11 years ago
  55. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  56. 78194cd Merge heads by Serhiy Storchaka · 11 years ago
  57. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  58. 3079328 Reverted changeset b72c5573c5e7 (issue #15027). by Serhiy Storchaka · 11 years ago
  59. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  60. 583a939 Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. by Serhiy Storchaka · 11 years ago
  61. 41adc26 Merge from 3.3. by Stefan Krah · 11 years ago
  62. 5aaf847 Drop reference to pythoncore, to avoid linking python34.dll by Martin v. Löwis · 11 years ago
  63. dd3c36d Merge 3.3 by Martin v. Löwis · 11 years ago
  64. 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
  65. e608255 whatsnew: consistently use 3 blanks between major sections. 2 for minor. by R David Murray · 11 years ago
  66. 5917172 whatsnew: make bullet list presentation style consistent. by R David Murray · 11 years ago
  67. db085f5 whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. by R David Murray · 11 years ago
  68. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  69. a2924ca whatsnew: porting note for HTTP[S]Connection strict parameter removal. by R David Murray · 11 years ago
  70. 0056936 whatsnew: deprecation of HTTPConnection's strict parameter. by R David Murray · 11 years ago
  71. 42fa110 whatsnew: unittest import time SkipTest reported as skip not error. by R David Murray · 11 years ago
  72. a475a8d whatsnew: http.server send_error explain parameter. by R David Murray · 11 years ago
  73. fa4e68d Remove deadcode (HASH macro is no more defined) by Victor Stinner · 11 years ago
  74. 92a419e Remove now unused variables by Victor Stinner · 11 years ago
  75. 7341b52 Revert accidental deletion of _overlapped. by Martin v. Löwis · 11 years ago
  76. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  77. f3b46b4 unicode_char() uses get_latin1_char() to get latin1 singleton characters by Victor Stinner · 11 years ago
  78. 985a82a add unicode_char() in unicodeobject.c to factorize code by Victor Stinner · 11 years ago
  79. 5c86733 Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check by Victor Stinner · 11 years ago
  80. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  81. 9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand by Daniel Holth · 11 years ago
  82. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  83. 002033e correct word for __annotations__ doc (closes #20110) by Benjamin Peterson · 11 years ago
  84. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  85. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 11 years ago
  86. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  87. 6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) by Victor Stinner · 11 years ago
  88. 1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. by Antoine Pitrou · 11 years ago
  89. 8ec15f7 merge 3.3 (#20110) by Benjamin Peterson · 11 years ago
  90. 9025f1c whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation by R David Murray · 11 years ago
  91. 6e731b0 Merge and update #17282: Document unittest.main defaultTest argument. by R David Murray · 11 years ago
  92. c22eaec merge 3.3 (closes #20108) by Benjamin Peterson · 11 years ago
  93. 393a942 Issue #20101: Merge with 3.3 by Zachary Ware · 11 years ago
  94. 487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which by Zachary Ware · 11 years ago
  95. f7f58f8 Update pip to the released 1.5 by Donald Stufft · 11 years ago
  96. c70d4f4 Issue #19728: Enable pip installation by default on Windows. by Martin v. Löwis · 11 years ago
  97. 009771e (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters by Victor Stinner · 11 years ago
  98. 6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, by Victor Stinner · 11 years ago
  99. e879452 threading.RLock._acquire_restore() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  100. f4c68db (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago