1. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 13 years ago
  2. b582c92 merge by Brett Cannon · 13 years ago
  3. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 13 years ago
  4. 9cf5c9d Remove incorrect comment by Michael Foord · 13 years ago
  5. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 13 years ago
  6. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 13 years ago
  7. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 13 years ago
  8. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 13 years ago
  9. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 13 years ago
  10. 9e924ed Fix a cleanup. by Brett Cannon · 13 years ago
  11. 5d5296d Merge by Brett Cannon · 13 years ago
  12. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  13. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
  14. bbdc9cd Use a skipUnless decorator instead of conditional renaming. by Brett Cannon · 13 years ago
  15. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 13 years ago
  16. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 13 years ago
  17. 1032af9 Issue #14585: test_import now runs all tests under by Brett Cannon · 13 years ago
  18. 3dfc22c Issue #14599: Support ImportError.path on AIX and HPUX when loading by Brett Cannon · 13 years ago
  19. fe3c629 merge by Brett Cannon · 13 years ago
  20. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 13 years ago
  21. 9d3a5ae Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but by Stefan Krah · 13 years ago
  22. 3c23a87 The divmod function for large numbers now has an ACL2 proof. Related changes: by Stefan Krah · 13 years ago
  23. a2898c1 Try to debug a Windows failure on the buildbots. by Brett Cannon · 13 years ago
  24. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 13 years ago
  25. dd9a569 Issue #14633: Simplify imp.find_modue() test after fixes from issue by Brett Cannon · 13 years ago
  26. 8ff6baf Issue #14581: Windows users are allowed to import modules w/o taking by Brett Cannon · 13 years ago
  27. 91900ea Have importlib.test.regrtest clear sys.path_importer_cache to make by Brett Cannon · 13 years ago
  28. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 13 years ago
  29. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
  30. 7b17a4e Close #14386: Register types.MappingProxyType as a Mapping by Victor Stinner · 13 years ago
  31. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 13 years ago
  32. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  33. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  34. bf35c15 Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem. by Antoine Pitrou · 13 years ago
  35. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  36. e27b360 Merge from 3.2 by Nick Coghlan · 13 years ago
  37. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
  38. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 13 years ago
  39. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  40. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
  41. 05fac02 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 13 years ago
  42. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 13 years ago
  43. 665c3b3 update importlib... by Benjamin Peterson · 13 years ago
  44. 2a481e5 don't bother keeping a set we'll never use by Benjamin Peterson · 13 years ago
  45. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 13 years ago
  46. c51b7fd 1) Simplify comment -- one has to read the complete proof (available in ACL2) by Stefan Krah · 13 years ago
  47. 5d0d2e2 Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail. by Stefan Krah · 13 years ago
  48. ed4b21f Cosmetic change: initialize digits to 1 (redundant). by Stefan Krah · 13 years ago
  49. bc771e9 Remove redundant finalization of the result. by Stefan Krah · 13 years ago
  50. aecaf0b Fix comments and whitespace. by Stefan Krah · 13 years ago
  51. 6369f77 Support mythical ones' complement machines. by Stefan Krah · 13 years ago
  52. 140893c The previous code is correct, but hard to verify: The libmpdec documentation by Stefan Krah · 13 years ago
  53. 447f0cc merge 3.2 by Benjamin Peterson · 13 years ago
  54. 2c14146 improve by Benjamin Peterson · 13 years ago
  55. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 13 years ago
  56. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  57. eca8518 Merge heads by Antoine Pitrou · 13 years ago
  58. ec9bac4 Fix it for good :-) by Antoine Pitrou · 13 years ago
  59. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 13 years ago
  60. da20cd2 fix refcnt/style/debuging oversights by Benjamin Peterson · 13 years ago
  61. 94c001b Fix email post-commit review comments. by Brian Curtin · 13 years ago
  62. 03c7ed1 Merge by Brett Cannon · 13 years ago
  63. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 13 years ago
  64. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 13 years ago
  65. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
  66. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 13 years ago
  67. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 13 years ago
  68. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 13 years ago
  69. fba807a Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  70. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  71. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 13 years ago
  72. a3f4457 Speed up reading of small files. This avoids multiple C read() calls on pyc files. by Antoine Pitrou · 13 years ago
  73. 006917e #14603: use a listcomp in ZipFile.namelist. by Ezio Melotti · 13 years ago
  74. 578393b Properly guard against special-casing. by Brett Cannon · 13 years ago
  75. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 13 years ago
  76. 4132368 Issue #14599: Fix an import caching race condition. by Brett Cannon · 13 years ago
  77. ceffda8 Issue #14599: Make test_reprlib robust against import cache race by Brett Cannon · 13 years ago
  78. de10bf4 Issue #13959: Fix a logic bug. by Brett Cannon · 13 years ago
  79. f138f8c Merged cookbook corrections from 3.2. by Vinay Sajip · 13 years ago
  80. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 13 years ago
  81. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 13 years ago
  82. c07bda0 Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks. by Brian Curtin · 13 years ago
  83. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 13 years ago
  84. 22a1d17 Fix another refleak by Antoine Pitrou · 13 years ago
  85. 538ba2a Fix a refleak by Antoine Pitrou · 13 years ago
  86. de3c73b pep8-ize test names by Antoine Pitrou · 13 years ago
  87. 6b64fc6 Fix refleak in test_gc by Antoine Pitrou · 13 years ago
  88. 71382cb Fix reference loss on Py_None when None is encountered in sys.modules. by Antoine Pitrou · 13 years ago
  89. a938c74 Avoid compiler warning due to stray \x00 by Antoine Pitrou · 13 years ago
  90. a493235 Avoid rebuilding all C files when importlib.h is updated. by Antoine Pitrou · 13 years ago
  91. 75babfa Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. by Brett Cannon · 13 years ago
  92. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 13 years ago
  93. e8a463d Merged tweaks to cookbook example from 3.2. by Vinay Sajip · 13 years ago
  94. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 13 years ago
  95. 1b71019 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
  96. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 13 years ago
  97. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
  98. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
  99. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 13 years ago
  100. 1543981 merge by Brett Cannon · 13 years ago