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. 8f79dd5 Silence DeprecationWarning for cgi.escape() usage in test_cgi. by Brett Cannon · 12 years ago
  5. f96bb2f Update importlib.h by Brett Cannon · 12 years ago
  6. 5a5d6a1 Merge by Brett Cannon · 12 years ago
  7. 718fbf0 _PyUnicode_CheckConsistency() ensures that the unicode string ends with a by Victor Stinner · 12 years ago
  8. 3065093 long_to_decimal_string() and _PyLong_Format() check the consistency of newly by Victor Stinner · 12 years ago
  9. aed9773 Issue #14605 and #14642: Issue a warning in case Python\importlib.h needs to by Marc-Andre Lemburg · 12 years ago
  10. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  11. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  12. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  13. d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 12 years ago
  14. c94871a Merged fixed test from 3.2. by Vinay Sajip · 12 years ago
  15. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  16. 7541c8e Issue #14605 and #14642: by Marc-Andre Lemburg · 12 years ago
  17. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 12 years ago
  18. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  19. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  20. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  21. a5798de Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  22. 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  23. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  24. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  25. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  26. 1d642d2 Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too) by Jesus Cea · 12 years ago
  27. cf38120 Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT by Jesus Cea · 12 years ago
  28. 15ee821 distiguish between refusing to creating shared keys and error (#13903) by Benjamin Peterson · 12 years ago
  29. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  30. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  31. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 12 years ago
  32. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 12 years ago
  33. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 12 years ago
  34. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  35. d57c73b Issue #13478: merge with 3.2 by Sandro Tosi · 12 years ago
  36. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  37. 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 12 years ago
  38. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  39. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 12 years ago
  40. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  41. 7ce67e4 fix dict gc tracking (#13903) by Benjamin Peterson · 12 years ago
  42. 01296da Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length. by Antoine Pitrou · 12 years ago
  43. b9f4c9d make pointer arith c89 by Benjamin Peterson · 12 years ago
  44. f3b7d86 use correct base ptr by Benjamin Peterson · 12 years ago
  45. 2844a7a simplify and reformat by Benjamin Peterson · 12 years ago
  46. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 12 years ago
  47. 0b7d7c9 Merge #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  48. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  49. f8ae4fa Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane by Sandro Tosi · 12 years ago
  50. 9bc3653 merge heads by Benjamin Peterson · 12 years ago
  51. 8c52ab5 Issue #14641: merge with 3.2 by Sandro Tosi · 12 years ago
  52. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  53. db780d0 fix instance dicts with str subclasses (#13903) by Benjamin Peterson · 12 years ago
  54. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  55. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 12 years ago
  56. d4404d6 merge heads by Senthil Kumaran · 12 years ago
  57. 976db92 news for issue13684 by Senthil Kumaran · 12 years ago
  58. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  59. 88ec620 news for issue13684 by Senthil Kumaran · 12 years ago
  60. 53b9771 don't make shared keys with dict subclasses by Benjamin Peterson · 12 years ago
  61. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 12 years ago
  62. 99e6f87 merge 3.2 by Benjamin Peterson · 12 years ago
  63. 2cc52ef add Mark Shannon by Benjamin Peterson · 12 years ago
  64. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 12 years ago
  65. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 12 years ago
  66. 1cf5aa9 merge 3.2 by Benjamin Peterson · 12 years ago
  67. 7a436c5 sleep here by Benjamin Peterson · 12 years ago
  68. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  69. 8c5e920 merge by Brett Cannon · 12 years ago
  70. 410e88d Change tests for imp.cache_from_source() to follow os.path.join/split semantics. by Brett Cannon · 12 years ago
  71. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 12 years ago
  72. 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 12 years ago
  73. 6240bd1 merge by Brett Cannon · 12 years ago
  74. 5c903e6 Issue #13959: Continue to try to accomodate altsep in importlib by not by Brett Cannon · 12 years ago
  75. 84c0ca0 Use os.path.samestat() instead of reinventing the wheel. by Charles-François Natali · 12 years ago
  76. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 12 years ago
  77. 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
  78. ce9bb9e Mention the backwards-incompatible change to imp.cache_from_source()/source_from_cache(). by Brett Cannon · 12 years ago
  79. 5e65f66 merge by Brett Cannon · 12 years ago
  80. cf64995 Revert to os.path.join() semantics for path manipulation in importlib by Brett Cannon · 12 years ago
  81. df7070a issue2193 - Update docs about the legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  82. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  83. 6c802b8 Update importlib.h by Brett Cannon · 12 years ago
  84. a846236 Continue the good fight to get Windows to like importlib by fixing a by Brett Cannon · 12 years ago
  85. 27f29d8 merge by Brett Cannon · 12 years ago
  86. 0d05a76 Have importlib look for pre-existing path separators when joining paths. by Brett Cannon · 12 years ago
  87. f758228 merge heads by Senthil Kumaran · 12 years ago
  88. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 12 years ago
  89. cb165db Fix whitespace. by Brett Cannon · 12 years ago
  90. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 12 years ago
  91. b8c0206 Issue #14637: Fix the UNC import test under Windows to actually use by Brett Cannon · 12 years ago
  92. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 12 years ago
  93. b582c92 merge by Brett Cannon · 12 years ago
  94. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  95. 9cf5c9d Remove incorrect comment by Michael Foord · 12 years ago
  96. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  97. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  98. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  99. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 12 years ago
  100. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 12 years ago