1. f8ae4fa Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane by Sandro Tosi · 12 years ago
  2. 9bc3653 merge heads by Benjamin Peterson · 12 years ago
  3. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 12 years ago
  4. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  5. db780d0 fix instance dicts with str subclasses (#13903) by Benjamin Peterson · 12 years ago
  6. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  7. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  8. d4404d6 merge heads by Senthil Kumaran · 12 years ago
  9. 976db92 news for issue13684 by Senthil Kumaran · 12 years ago
  10. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  11. 88ec620 news for issue13684 by Senthil Kumaran · 12 years ago
  12. 53b9771 don't make shared keys with dict subclasses by Benjamin Peterson · 12 years ago
  13. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  14. 99e6f87 merge 3.2 by Benjamin Peterson · 12 years ago
  15. 2cc52ef add Mark Shannon by Benjamin Peterson · 12 years ago
  16. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  17. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 12 years ago
  18. 1cf5aa9 merge 3.2 by Benjamin Peterson · 12 years ago
  19. 7a436c5 sleep here by Benjamin Peterson · 12 years ago
  20. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  21. 8c5e920 merge by Brett Cannon · 12 years ago
  22. 410e88d Change tests for imp.cache_from_source() to follow os.path.join/split semantics. by Brett Cannon · 12 years ago
  23. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 12 years ago
  24. 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 12 years ago
  25. 6240bd1 merge by Brett Cannon · 12 years ago
  26. 5c903e6 Issue #13959: Continue to try to accomodate altsep in importlib by not by Brett Cannon · 12 years ago
  27. 84c0ca0 Use os.path.samestat() instead of reinventing the wheel. by Charles-François Natali · 12 years ago
  28. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 12 years ago
  29. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 12 years ago
  30. ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 12 years ago
  31. 5e65f66 merge by Brett Cannon · 12 years ago
  32. cf64995 Revert to os.path.join() semantics for path manipulation in importlib by Brett Cannon · 12 years ago
  33. df7070a issue2193 - Update docs about the legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  34. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  35. 6c802b8 Update importlib.h by Brett Cannon · 12 years ago
  36. a846236 Continue the good fight to get Windows to like importlib by fixing a by Brett Cannon · 12 years ago
  37. 27f29d8 merge by Brett Cannon · 12 years ago
  38. 0d05a76 Have importlib look for pre-existing path separators when joining paths. by Brett Cannon · 12 years ago
  39. f758228 merge heads by Senthil Kumaran · 12 years ago
  40. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 12 years ago
  41. cb165db Fix whitespace. by Brett Cannon · 12 years ago
  42. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 12 years ago
  43. b8c0206 Issue #14637: Fix the UNC import test under Windows to actually use by Brett Cannon · 12 years ago
  44. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 12 years ago
  45. b582c92 merge by Brett Cannon · 12 years ago
  46. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  47. 9cf5c9d Remove incorrect comment by Michael Foord · 12 years ago
  48. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  49. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  50. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  51. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 12 years ago
  52. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 12 years ago
  53. 9e924ed Fix a cleanup. by Brett Cannon · 12 years ago
  54. 5d5296d Merge by Brett Cannon · 12 years ago
  55. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  56. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 12 years ago
  57. bbdc9cd Use a skipUnless decorator instead of conditional renaming. by Brett Cannon · 12 years ago
  58. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 12 years ago
  59. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  60. 1032af9 Issue #14585: test_import now runs all tests under by Brett Cannon · 12 years ago
  61. 3dfc22c Issue #14599: Support ImportError.path on AIX and HPUX when loading by Brett Cannon · 12 years ago
  62. fe3c629 merge by Brett Cannon · 12 years ago
  63. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 12 years ago
  64. 9d3a5ae Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but by Stefan Krah · 12 years ago
  65. 3c23a87 The divmod function for large numbers now has an ACL2 proof. Related changes: by Stefan Krah · 12 years ago
  66. a2898c1 Try to debug a Windows failure on the buildbots. by Brett Cannon · 12 years ago
  67. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 12 years ago
  68. dd9a569 Issue #14633: Simplify imp.find_modue() test after fixes from issue by Brett Cannon · 12 years ago
  69. 8ff6baf Issue #14581: Windows users are allowed to import modules w/o taking by Brett Cannon · 12 years ago
  70. 91900ea Have importlib.test.regrtest clear sys.path_importer_cache to make by Brett Cannon · 12 years ago
  71. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 12 years ago
  72. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 12 years ago
  73. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 12 years ago
  74. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  75. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  76. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  77. bf35c15 Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem. by Antoine Pitrou · 12 years ago
  78. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  79. e27b360 Merge from 3.2 by Nick Coghlan · 12 years ago
  80. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 12 years ago
  81. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 12 years ago
  82. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  83. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  84. 05fac02 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  85. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  86. 665c3b3 update importlib... by Benjamin Peterson · 12 years ago
  87. 2a481e5 don't bother keeping a set we'll never use by Benjamin Peterson · 12 years ago
  88. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  89. c51b7fd 1) Simplify comment -- one has to read the complete proof (available in ACL2) by Stefan Krah · 12 years ago
  90. 5d0d2e2 Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail. by Stefan Krah · 12 years ago
  91. ed4b21f Cosmetic change: initialize digits to 1 (redundant). by Stefan Krah · 12 years ago
  92. bc771e9 Remove redundant finalization of the result. by Stefan Krah · 12 years ago
  93. aecaf0b Fix comments and whitespace. by Stefan Krah · 12 years ago
  94. 6369f77 Support mythical ones' complement machines. by Stefan Krah · 12 years ago
  95. 140893c The previous code is correct, but hard to verify: The libmpdec documentation by Stefan Krah · 12 years ago
  96. 447f0cc merge 3.2 by Benjamin Peterson · 12 years ago
  97. 2c14146 improve by Benjamin Peterson · 12 years ago
  98. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 12 years ago
  99. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  100. eca8518 Merge heads by Antoine Pitrou · 12 years ago