1. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  2. 0db895e Merge with 3.3 by Terry Jan Reedy · 11 years ago
  3. 29c3fc5 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  4. 102bdbc Merge with 3.3 by Terry Jan Reedy · 11 years ago
  5. c2564f9 Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  6. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  7. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  8. f0e5210 (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  9. 5e4d639 Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD by Victor Stinner · 11 years ago
  10. 8ad3919 Hoist the global "dummy" lookup outside of the reinsertion loop. by Raymond Hettinger · 11 years ago
  11. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  12. 01dbca0 Null merge from 3.3. by Eric Snow · 11 years ago
  13. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  14. 5d07e70 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  15. e76c039 Remove errant fourth '.' from ellipsis in datetime documentation. by David Wolever · 11 years ago
  16. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  17. d06eeb4 merge by Raymond Hettinger · 11 years ago
  18. b1b915c Issue 18719: Remove a false optimization by Raymond Hettinger · 11 years ago
  19. b31e3f7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  20. 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 11 years ago
  21. fc8a0a7 (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  22. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  23. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago
  24. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  25. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  26. 9eaa3e6 #18687: merge with 3.3. by Ezio Melotti · 11 years ago
  27. 4bfa6c5 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  28. 7cf5e61 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  29. eedb58d Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  30. 07abe7a merge from 3.3 by Senthil Kumaran · 11 years ago
  31. 0d53860 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  32. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  33. bc4b8eb Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  34. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  35. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  36. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  37. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  38. 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
  39. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  40. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  41. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  42. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  43. e1f1597 Closes issue #18598: Have the exception message for by Brett Cannon · 11 years ago
  44. 388a392 Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `help()`. by Ethan Furman · 11 years ago
  45. 8f2c2bc Add some docstrings, clarify others, and fix formatting. by Eli Bendersky · 11 years ago
  46. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  47. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  48. 3ee1140 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  49. b212291 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  50. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  51. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  52. 4a0b6f7 Issue #15301: skip new test method so Windows builtbots stop failing. by Terry Jan Reedy · 11 years ago
  53. e1acf34 Merge by Terry Jan Reedy · 11 years ago
  54. 56ecb36 Merge heads by Terry Jan Reedy · 11 years ago
  55. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  56. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  57. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  58. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  59. b723a12 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  60. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  61. 9559243 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  62. 7c64aad Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  63. 53f58db Close #18693: __dir__ removed from Enum; help() now helpful. by Ethan Furman · 11 years ago
  64. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  65. fbcf4d7 #18681: merge with 3.3. by Ezio Melotti · 11 years ago
  66. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  67. b37278c Null merge of 3.3 merge heads. by R David Murray · 11 years ago
  68. 13f4cd6 Merge heads. by R David Murray · 11 years ago
  69. a9e67ad Merge heads. by R David Murray · 11 years ago
  70. 2bb2f6a Merge #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  71. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  72. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  73. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  74. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  75. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  76. 8281e7c #18453: merge with 3.3. by Ezio Melotti · 11 years ago
  77. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  78. 06c9ab5 #18465: merge with 3.3. by Ezio Melotti · 11 years ago
  79. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  80. 490eef9 #18484: merge with 3.3. by Ezio Melotti · 11 years ago
  81. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  82. 7f5218a #18483: merge with 3.3. by Ezio Melotti · 11 years ago
  83. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  84. 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago
  85. c7c953a typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 by Christian Heimes · 11 years ago
  86. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  87. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  88. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  89. 8a44c05 Null merge related to #18600. by R David Murray · 11 years ago
  90. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  91. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  92. 3f58277 Closes #18671: Output more information when logging exceptions occur. by Vinay Sajip · 11 years ago
  93. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  94. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  95. e1a6edc #18581: merge with 3.3. by Ezio Melotti · 11 years ago
  96. 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  97. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  98. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  99. 3e4477c #18267: merge with 3.3. by Ezio Melotti · 11 years ago
  100. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago