1. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  2. 5c03d20 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  3. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  4. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  5. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  6. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  7. 05eafa8 Make test.support.reap_threads() faster by Antoine Pitrou · 11 years ago
  8. 95b2146 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  9. ec34ab5 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  10. 00731e2 #18707: merge with 3.3. by Ezio Melotti · 11 years ago
  11. 802bf8a #18707: point to Doc/README.txt in the README file. Patch by Madison May. by Ezio Melotti · 11 years ago
  12. 566c470 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  13. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  14. 53e5b5e Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  15. ba69008 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  16. d88f735 Issue #18673: Add versionchanged to docs by Christian Heimes · 11 years ago
  17. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  18. 0db895e Merge with 3.3 by Terry Jan Reedy · 11 years ago
  19. 29c3fc5 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  20. 102bdbc Merge with 3.3 by Terry Jan Reedy · 11 years ago
  21. c2564f9 Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  22. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  23. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  24. f0e5210 (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  25. 5e4d639 Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  26. 8ad3919 Hoist the global "dummy" lookup outside of the reinsertion loop. by Raymond Hettinger · 11 years ago
  27. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  28. 01dbca0 Null merge from 3.3. by Eric Snow · 11 years ago
  29. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  30. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  31. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  32. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  33. d06eeb4 merge by Raymond Hettinger · 11 years ago
  34. b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  35. b31e3f7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  36. 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 11 years ago
  37. fc8a0a7 (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  38. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  39. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago
  40. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  41. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  42. 9eaa3e6 #18687: merge with 3.3. by Ezio Melotti · 11 years ago
  43. 4bfa6c5 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  44. 7cf5e61 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  45. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  46. 07abe7a merge from 3.3 by Senthil Kumaran · 11 years ago
  47. 0d53860 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  48. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  49. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  50. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  51. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  52. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  53. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  54. 389dec8 Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length. by Antoine Pitrou · 11 years ago
  55. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  56. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  57. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  58. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  59. e1f1597 Closes issue #18598: Have the exception message for by Brett Cannon · 11 years ago
  60. 388a392 Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `help()`. by Ethan Furman · 11 years ago
  61. 8f2c2bc Add some docstrings, clarify others, and fix formatting. by Eli Bendersky · 11 years ago
  62. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  63. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  64. 3ee1140 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  65. b212291 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  66. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  67. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  68. 4a0b6f7 Issue #15301: skip new test method so Windows builtbots stop failing. by Terry Jan Reedy · 11 years ago
  69. e1acf34 Merge by Terry Jan Reedy · 11 years ago
  70. 56ecb36 Merge heads by Terry Jan Reedy · 11 years ago
  71. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  72. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  73. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  74. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  75. b723a12 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  76. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  77. 9559243 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  78. 7c64aad Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  79. 53f58db Close #18693: __dir__ removed from Enum; help() now helpful. by Ethan Furman · 11 years ago
  80. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  81. fbcf4d7 #18681: merge with 3.3. by Ezio Melotti · 11 years ago
  82. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  83. b37278c Null merge of 3.3 merge heads. by R David Murray · 11 years ago
  84. 13f4cd6 Merge heads. by R David Murray · 11 years ago
  85. a9e67ad Merge heads. by R David Murray · 11 years ago
  86. 2bb2f6a Merge #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  87. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  88. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  89. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  90. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  91. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  92. 8281e7c #18453: merge with 3.3. by Ezio Melotti · 11 years ago
  93. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  94. 06c9ab5 #18465: merge with 3.3. by Ezio Melotti · 11 years ago
  95. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  96. 490eef9 #18484: merge with 3.3. by Ezio Melotti · 11 years ago
  97. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  98. 7f5218a #18483: merge with 3.3. by Ezio Melotti · 11 years ago
  99. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  100. 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago