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