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