1. 24aa693 Merge by Brett Cannon · 13 years ago
  2. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 13 years ago
  3. 99d776f Update importlib.h by touching Lib/importlib/_bootstrap.py. by Brett Cannon · 13 years ago
  4. 187aa54 Signal condition variables with the mutex held. Destroy condition variables by Kristján Valur Jónsson · 13 years ago
  5. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 13 years ago
  6. 3a37b83 merge 3.2 by Benjamin Peterson · 13 years ago
  7. 8e8fbea don't leak if the __class__ closure is set by Benjamin Peterson · 13 years ago
  8. d1ab608 check return for error by Benjamin Peterson · 13 years ago
  9. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 13 years ago
  10. a1b0c9f PyArg_Parse*("U"): ensure that the Unicode string is ready by Victor Stinner · 13 years ago
  11. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 13 years ago
  12. 5c6eba3 Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports by Nick Coghlan · 13 years ago
  13. d785cb3 Remove some redundant decorators. by Brett Cannon · 13 years ago
  14. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
  15. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 13 years ago
  16. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 13 years ago
  17. b84bc7a Avoid "warning: no newline at end of file" in importlib.h. by Antoine Pitrou · 13 years ago
  18. 77fa937 use Py_ssize_t for ast sequence lengths by Benjamin Peterson · 13 years ago
  19. 41829e8 Document f4d7ad6c9d6e. by Martin v. Löwis · 13 years ago
  20. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 13 years ago
  21. 6ecf8ce apparently importlib.h wants to be updated by Benjamin Peterson · 13 years ago
  22. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 13 years ago
  23. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 13 years ago
  24. c049952 Issue #13959: Have by Brett Cannon · 13 years ago
  25. 44ec91f Update importlib.h by Brett Cannon · 13 years ago
  26. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  27. a347901 Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c. by Larry Hastings · 13 years ago
  28. d3f424f Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem(). by Larry Hastings · 13 years ago
  29. d9e4a41 Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. by Larry Hastings · 13 years ago
  30. 6efa50a Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. by Antoine Pitrou · 13 years ago
  31. 10ba07a Issue #14705: Added support for the new 'p' format unit to skipitem(). by Larry Hastings · 13 years ago
  32. b78174c Fix too early decrefs. by Antoine Pitrou · 13 years ago
  33. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 13 years ago
  34. 8f46d65 Fix typo in changeset eb5c5c23ca9b. by Nadeem Vawda · 13 years ago
  35. feccc09 Clean up a docstring. by Brett Cannon · 13 years ago
  36. f3a42de Simplify code for load_dynamic() by Antoine Pitrou · 13 years ago
  37. 0429e1a Issue #13959: Move module type constants to Lib/imp.py. by Brett Cannon · 13 years ago
  38. 6b9b727 Remove dead Windows code which no longer will compile. by Brett Cannon · 13 years ago
  39. a6685e8 update importlib.h by Brett Cannon · 13 years ago
  40. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 13 years ago
  41. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 13 years ago
  42. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 13 years ago
  43. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 13 years ago
  44. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 13 years ago
  45. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 13 years ago
  46. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 13 years ago
  47. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 13 years ago
  48. fea73ef Issue #14605: Don't error out if get_importer() returns None. by Brett Cannon · 13 years ago
  49. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 13 years ago
  50. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 13 years ago
  51. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 13 years ago
  52. 9fa47eb merge heads by Benjamin Peterson · 13 years ago
  53. 1138944 only incref when using borrowing functions by Benjamin Peterson · 13 years ago
  54. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 13 years ago
  55. f96bb2f Update importlib.h by Brett Cannon · 13 years ago
  56. 5a5d6a1 Merge by Brett Cannon · 13 years ago
  57. 7541c8e Issue #14605 and #14642: by Marc-Andre Lemburg · 13 years ago
  58. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 13 years ago
  59. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 13 years ago
  60. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 13 years ago
  61. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
  62. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 13 years ago
  63. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 13 years ago
  64. 5c903e6 Issue #13959: Continue to try to accomodate altsep in importlib by not by Brett Cannon · 13 years ago
  65. cf64995 Revert to os.path.join() semantics for path manipulation in importlib by Brett Cannon · 13 years ago
  66. 6c802b8 Update importlib.h by Brett Cannon · 13 years ago
  67. 0d05a76 Have importlib look for pre-existing path separators when joining paths. by Brett Cannon · 13 years ago
  68. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 13 years ago
  69. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 13 years ago
  70. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 13 years ago
  71. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 13 years ago
  72. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 13 years ago
  73. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 13 years ago
  74. 3dfc22c Issue #14599: Support ImportError.path on AIX and HPUX when loading by Brett Cannon · 13 years ago
  75. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 13 years ago
  76. 8ff6baf Issue #14581: Windows users are allowed to import modules w/o taking by Brett Cannon · 13 years ago
  77. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 13 years ago
  78. bf35c15 Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem. by Antoine Pitrou · 13 years ago
  79. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  80. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
  81. 665c3b3 update importlib... by Benjamin Peterson · 13 years ago
  82. eca8518 Merge heads by Antoine Pitrou · 13 years ago
  83. ec9bac4 Fix it for good :-) by Antoine Pitrou · 13 years ago
  84. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 13 years ago
  85. da20cd2 fix refcnt/style/debuging oversights by Benjamin Peterson · 13 years ago
  86. 94c001b Fix email post-commit review comments. by Brian Curtin · 13 years ago
  87. 03c7ed1 Merge by Brett Cannon · 13 years ago
  88. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 13 years ago
  89. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 13 years ago
  90. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
  91. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 13 years ago
  92. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 13 years ago
  93. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 13 years ago
  94. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 13 years ago
  95. 22a1d17 Fix another refleak by Antoine Pitrou · 13 years ago
  96. 538ba2a Fix a refleak by Antoine Pitrou · 13 years ago
  97. 71382cb Fix reference loss on Py_None when None is encountered in sys.modules. by Antoine Pitrou · 13 years ago
  98. a938c74 Avoid compiler warning due to stray \x00 by Antoine Pitrou · 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. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 13 years ago