1. 01ea326 Close #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  2. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  3. 3ee1140 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  4. b212291 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  5. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  6. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  7. 4a0b6f7 Issue #15301: skip new test method so Windows builtbots stop failing. by Terry Jan Reedy · 11 years ago
  8. e1acf34 Merge by Terry Jan Reedy · 11 years ago
  9. 56ecb36 Merge heads by Terry Jan Reedy · 11 years ago
  10. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  11. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  12. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  13. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  14. b723a12 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  15. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  16. 9559243 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  17. 7c64aad Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  18. 53f58db Close #18693: __dir__ removed from Enum; help() now helpful. by Ethan Furman · 11 years ago
  19. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  20. fbcf4d7 #18681: merge with 3.3. by Ezio Melotti · 11 years ago
  21. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  22. b37278c Null merge of 3.3 merge heads. by R David Murray · 11 years ago
  23. 13f4cd6 Merge heads. by R David Murray · 11 years ago
  24. a9e67ad Merge heads. by R David Murray · 11 years ago
  25. 2bb2f6a Merge #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  26. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  27. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  28. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  29. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  30. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  31. 8281e7c #18453: merge with 3.3. by Ezio Melotti · 11 years ago
  32. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  33. 06c9ab5 #18465: merge with 3.3. by Ezio Melotti · 11 years ago
  34. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  35. 490eef9 #18484: merge with 3.3. by Ezio Melotti · 11 years ago
  36. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  37. 7f5218a #18483: merge with 3.3. by Ezio Melotti · 11 years ago
  38. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  39. 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago
  40. c7c953a typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 by Christian Heimes · 11 years ago
  41. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  42. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  43. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  44. 8a44c05 Null merge related to #18600. by R David Murray · 11 years ago
  45. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  46. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  47. 3f58277 Closes #18671: Output more information when logging exceptions occur. by Vinay Sajip · 11 years ago
  48. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  49. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  50. e1a6edc #18581: merge with 3.3. by Ezio Melotti · 11 years ago
  51. 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  52. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  53. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  54. 3e4477c #18267: merge with 3.3. by Ezio Melotti · 11 years ago
  55. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  56. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  57. 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
  58. a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
  59. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  60. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  61. 236a547 Issue #18665: fix typos. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  62. dbfc129 Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  63. 47cd96e Normalize whitespace by Antoine Pitrou · 11 years ago
  64. 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
  65. 79ba388 Improve verbose reporting of shutdown phase by using the "public" module name by Antoine Pitrou · 11 years ago
  66. 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
  67. 0e0ccf7 #18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  68. 73207e0 Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  69. 9ae513c Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  70. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  71. 536f9fd Put the most important and most frequency accessed struct member first. by Raymond Hettinger · 11 years ago
  72. c629d4c Replace outdated optimization with clearer code that compiles better. by Raymond Hettinger · 11 years ago
  73. 9e3d27b Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py. by Antoine Pitrou · 11 years ago
  74. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  75. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  76. 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 11 years ago
  77. e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  78. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  79. f3e4b62 Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures. by Mark Dickinson · 11 years ago
  80. a9e626f Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  81. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  82. d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
  83. 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  84. c86d7e9 Silence compiler warning for an unused declaration by Raymond Hettinger · 11 years ago
  85. e56666d Silence compiler warning about an uninitialized variable by Raymond Hettinger · 11 years ago
  86. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  87. 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  88. 28dc9b9 merge by Raymond Hettinger · 11 years ago
  89. ec53111 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  90. 44473f2 Merge. by Alexander Belopolsky · 11 years ago
  91. df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
  92. b3325a1 merge by Raymond Hettinger · 11 years ago
  93. 0d4f94a Merge. by Alexander Belopolsky · 11 years ago
  94. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  95. 5ed1b38 merge by Raymond Hettinger · 11 years ago
  96. 5e5a823 Close #18635: Move class level private attribute from instance to class. by Ethan Furman · 11 years ago
  97. af760db Null merge. by Charles-François Natali · 11 years ago
  98. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  99. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  100. b90f417 Merging the 3.4.0a1 head. by Larry Hastings · 11 years ago