1. 3253fb1 merge 3.4 (#21128) by Benjamin Peterson · 11 years ago
  2. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 11 years ago
  3. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 11 years ago
  4. f22b2f0 update Misc/NEWS by Giampaolo Rodola' · 11 years ago
  5. a2b5bf0 Issue #21076: sigpending() is not available on Windows by Victor Stinner · 11 years ago
  6. be9acef Finish up signal -> _signal change by Brett Cannon · 11 years ago
  7. d006af1 Issue #21076: the C signal module has been renamed to _signal by Victor Stinner · 11 years ago
  8. 815a6f3 merge along w/ fix for issue #2107 (commit c9239171e429) by Brett Cannon · 11 years ago
  9. e7ef805 merge of fix for issue #20942 by Brett Cannon · 11 years ago
  10. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 11 years ago
  11. faf1965 merge 3.4 by Benjamin Peterson · 11 years ago
  12. 1cd9825 merge 3.3 by Benjamin Peterson · 11 years ago
  13. 7e90bc4 merge 3.2 by Benjamin Peterson · 11 years ago
  14. 80e6af1 fix versionchanged version by Benjamin Peterson · 11 years ago
  15. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 11 years ago
  16. bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 11 years ago
  17. 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 11 years ago
  18. 3d1e2e4 Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  19. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  20. a5a294e merge by Raymond Hettinger · 11 years ago
  21. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 11 years ago
  22. 2995f8a merge 3.4 (#21135) by Benjamin Peterson · 11 years ago
  23. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 11 years ago
  24. 10fbf18 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 11 years ago
  25. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 11 years ago
  26. 9f0218b merge 3.4 by Benjamin Peterson · 11 years ago
  27. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 11 years ago
  28. d818fc9 merge 3.4 (#21134) by Benjamin Peterson · 11 years ago
  29. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  30. f93c27e merge 3.4 by Benjamin Peterson · 11 years ago
  31. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 11 years ago
  32. 0ac8e47 merge by Raymond Hettinger · 11 years ago
  33. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 11 years ago
  34. 5236f89 merge by Raymond Hettinger · 11 years ago
  35. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 11 years ago
  36. 9fd9089 merge by Raymond Hettinger · 11 years ago
  37. da4bf8f Issue 21125: minor documentation tweak. by Raymond Hettinger · 11 years ago
  38. d03e47c merge 3.4 by Benjamin Peterson · 11 years ago
  39. 1acc69c update version changed by Benjamin Peterson · 11 years ago
  40. 1839529 merge 3.4 (#21082) by Benjamin Peterson · 11 years ago
  41. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  42. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  43. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  44. 80f6759 merge 3.4 by Benjamin Peterson · 11 years ago
  45. 78c8538 fix typo by Benjamin Peterson · 11 years ago
  46. f63ea3d merge 3.4 by Benjamin Peterson · 11 years ago
  47. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 11 years ago
  48. bec07d0 Closes #15067: Merge port of 2.7 sqlite3 docs. by Zachary Ware · 11 years ago
  49. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 11 years ago
  50. 0cf3ed6 inspect: Remove references to Python-3000 by Yury Selivanov · 11 years ago
  51. 53db2b8 #16716: remove deprecation warning by Andrew Svetlov · 11 years ago
  52. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 11 years ago
  53. d6ee278 Merge 3.4: Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
  54. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
  55. a7906dd Merge 3.4 (#16716) by Andrew Svetlov · 11 years ago
  56. 5898d4f IOError -> OSError by Andrew Svetlov · 11 years ago
  57. a4dae7e Merge 3.4 (#16716) by Andrew Svetlov · 11 years ago
  58. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 11 years ago
  59. 3fec24e Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 11 years ago
  60. 04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 11 years ago
  61. 934a295 merge 3.4 (#21115) by Benjamin Peterson · 11 years ago
  62. 809ee90 use https docs url by Benjamin Peterson · 11 years ago
  63. 1b90f8e merge 3.4 (#21115) by Benjamin Peterson · 11 years ago
  64. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 11 years ago
  65. b25e3f9 merge 3.2 by Benjamin Peterson · 11 years ago
  66. b4be376 use https docs url (#21115) by Benjamin Peterson · 11 years ago
  67. f50d46c (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 11 years ago
  68. d2403a2 Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 11 years ago
  69. a876833 merge 3.4 by Benjamin Peterson · 11 years ago
  70. f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
  71. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  72. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  73. 00ced0f merge 3.4 by Benjamin Peterson · 11 years ago
  74. d455ce4 merge 3.3 by Benjamin Peterson · 11 years ago
  75. 0ad6098 merge 3.2 by Benjamin Peterson · 11 years ago
  76. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
  77. af2b3f4 merge 3.4 by Benjamin Peterson · 11 years ago
  78. ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 11 years ago
  79. 847c181 Merge 3.4. by Martin v. Löwis · 11 years ago
  80. 3da9fbb Add test case for freeze. by Martin v. Löwis · 11 years ago
  81. 227bb38 Run test program. by Martin v. Löwis · 11 years ago
  82. 669b095 Merge 3.4 (#16047) by Martin v. Löwis · 11 years ago
  83. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 11 years ago
  84. ba6eba0 merge 3.4 (#21105) by Benjamin Peterson · 11 years ago
  85. 3a43403 make partialmethod example work (closes #21105) by Benjamin Peterson · 11 years ago
  86. 6e50ccd Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  87. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  88. 80c09cf Add test case for freeze. by Martin v. Löwis · 11 years ago
  89. e5bb551 Issue 21100: Amazingly, tuple lexicographic ordering was untested. by Raymond Hettinger · 11 years ago
  90. ba26001 merge 3.4 by Benjamin Peterson · 11 years ago
  91. 1339944 Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. by Ned Deily · 11 years ago
  92. 589872c Fix doc typo. by Guido van Rossum · 11 years ago
  93. 502ef90 Fix doc typo. by Guido van Rossum · 11 years ago
  94. b5302c6 Null merge from 3.4. by Eric Snow · 11 years ago
  95. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  96. c4bbd7a Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  97. 762bee2 merge by Raymond Hettinger · 11 years ago
  98. 1e1e601 Minor readability improvement. by Raymond Hettinger · 11 years ago
  99. 5a23bd0 inspect: Update docstrings; Rename _signature_internal to _signature_from_callable. by Yury Selivanov · 11 years ago
  100. 67d727e inspect.docs: Document that Signature and Parameter are now picklable (issue #20726) by Yury Selivanov · 11 years ago