1. 9fa47eb merge heads by Benjamin Peterson · 12 years ago
  2. 1138944 only incref when using borrowing functions by Benjamin Peterson · 12 years ago
  3. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  4. f96bb2f Update importlib.h by Brett Cannon · 12 years ago
  5. 5a5d6a1 Merge by Brett Cannon · 12 years ago
  6. 7541c8e Issue #14605 and #14642: by Marc-Andre Lemburg · 12 years ago
  7. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 12 years ago
  8. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  9. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 12 years ago
  10. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  11. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 12 years ago
  12. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  13. 5c903e6 Issue #13959: Continue to try to accomodate altsep in importlib by not by Brett Cannon · 12 years ago
  14. cf64995 Revert to os.path.join() semantics for path manipulation in importlib by Brett Cannon · 12 years ago
  15. 6c802b8 Update importlib.h by Brett Cannon · 12 years ago
  16. 0d05a76 Have importlib look for pre-existing path separators when joining paths. by Brett Cannon · 12 years ago
  17. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 12 years ago
  18. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 12 years ago
  19. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  20. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  21. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 12 years ago
  22. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 12 years ago
  23. 3dfc22c Issue #14599: Support ImportError.path on AIX and HPUX when loading by Brett Cannon · 12 years ago
  24. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 12 years ago
  25. 8ff6baf Issue #14581: Windows users are allowed to import modules w/o taking by Brett Cannon · 12 years ago
  26. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  27. bf35c15 Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem. by Antoine Pitrou · 12 years ago
  28. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  29. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  30. 665c3b3 update importlib... by Benjamin Peterson · 12 years ago
  31. eca8518 Merge heads by Antoine Pitrou · 12 years ago
  32. ec9bac4 Fix it for good :-) by Antoine Pitrou · 12 years ago
  33. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  34. da20cd2 fix refcnt/style/debuging oversights by Benjamin Peterson · 12 years ago
  35. 94c001b Fix email post-commit review comments. by Brian Curtin · 12 years ago
  36. 03c7ed1 Merge by Brett Cannon · 12 years ago
  37. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  38. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 12 years ago
  39. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  40. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 12 years ago
  41. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  42. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  43. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 12 years ago
  44. 22a1d17 Fix another refleak by Antoine Pitrou · 12 years ago
  45. 538ba2a Fix a refleak by Antoine Pitrou · 12 years ago
  46. 71382cb Fix reference loss on Py_None when None is encountered in sys.modules. by Antoine Pitrou · 12 years ago
  47. a938c74 Avoid compiler warning due to stray \x00 by Antoine Pitrou · 12 years ago
  48. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  49. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 12 years ago
  50. 01a7617 Issue #13959: Re-implement imp.load_module() in imp.py. by Brett Cannon · 12 years ago
  51. c1b3f63 Try to get hg to treat importlib.h as binary. by Brett Cannon · 12 years ago
  52. 8a1d04c Issue #13959: Simplify imp.reload() by relying on a module's __loader__. by Brett Cannon · 12 years ago
  53. 7ceedb8 Update importlib.h by Brett Cannon · 12 years ago
  54. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  55. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  56. 27fc528 Set ImportError.name when raising the exception in the case of None by Brett Cannon · 12 years ago
  57. fc9ca27 Plug a refleak. by Brett Cannon · 12 years ago
  58. 49f8d8b Handle importing pkg.mod by executing by Brett Cannon · 12 years ago
  59. 59f9c3a Rebuild importlib.h to incorporate added comments. by Brett Cannon · 12 years ago
  60. e6b299f Fix Windows build by Brian Curtin · 12 years ago
  61. 740fce0 Undo a C99 idiom. by Brett Cannon · 12 years ago
  62. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  63. 780b66b merge 3.2 by Benjamin Peterson · 12 years ago
  64. 3bf0175 move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  65. 899ee61 merge 3.2 by Benjamin Peterson · 12 years ago
  66. 43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  67. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  68. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  69. 0a9a636 merge 3.2 by Benjamin Peterson · 12 years ago
  70. 80d5042 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  71. 368b4b7 Guard an LLTRACE variable to silence an unused variable warning. by Brett Cannon · 12 years ago
  72. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  73. 4b0215f Merge with 3.2 by Kristján Valur Jónsson · 12 years ago
  74. c5d47d5 Fix typo when "PyObject*" was changed to "identifier" by Kristján Valur Jónsson · 12 years ago
  75. cc58031 merge 3.2 by Benjamin Peterson · 12 years ago
  76. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  77. b304764 merge 3.2 by Benjamin Peterson · 12 years ago
  78. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  79. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  80. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  81. 302e790 use identifier api by Benjamin Peterson · 12 years ago
  82. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  83. c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  84. 01feaec plug memory leak (closes #14325) by Benjamin Peterson · 12 years ago
  85. eb74918 kill capsule names that we don't need anymore by Benjamin Peterson · 12 years ago
  86. f7c1321 use memory macros by Benjamin Peterson · 12 years ago
  87. 7ed6727 check result of PyMem_New by Benjamin Peterson · 12 years ago
  88. f53d20f in 72556ff86828, I should have updated the magic as well as the comment (#14230) by Benjamin Peterson · 12 years ago
  89. c961b4a Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup. by Jean-Paul Calderone · 12 years ago
  90. abdb552 fix comment by Benjamin Peterson · 12 years ago
  91. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  92. 1767e02 free AST's dict by Benjamin Peterson · 12 years ago
  93. 577c830 Issue #14184: merge by Ned Deily · 12 years ago
  94. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 12 years ago
  95. bd273c1 Issue #14180: Fix an invalid rounding when compiler optimization are enabled by Victor Stinner · 12 years ago
  96. 3a31dd4 Issue #14180: Remove commented code by Victor Stinner · 12 years ago
  97. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  98. 45e50de Try to fix compilation of Python-ast.c on Visual Studio 2008 by Victor Stinner · 12 years ago
  99. 518cf94 merge 3.2 by Benjamin Peterson · 12 years ago
  100. 3f35846 kill this disabled code by Benjamin Peterson · 12 years ago