1. abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. by Mark Dickinson · 10 years ago
  2. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 10 years ago
  3. 04d8a24 Fix faq example with division. by Eric V. Smith · 10 years ago
  4. fc9a4d8 Fix text about int() with octal numbers. Closes #21212. by Eric V. Smith · 10 years ago
  5. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  6. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  7. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  8. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  9. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 10 years ago
  10. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  11. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 10 years ago
  12. ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 10 years ago
  13. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 10 years ago
  14. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 10 years ago
  15. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 10 years ago
  16. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 10 years ago
  17. 0134a35 Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. by Ned Deily · 10 years ago
  18. 9978a93 Issue #20644: Keep build-installer.py in sync across active versions. by Ned Deily · 10 years ago
  19. f3ddcc9 issue #21190: Fix the broken docs download link by Senthil Kumaran · 10 years ago
  20. 490e53b Issue #21097: Update Makefile with changed install locations of test directories. by Ned Deily · 10 years ago
  21. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 10 years ago
  22. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  23. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  24. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  25. 7ddf3eb use imperative by Benjamin Peterson · 10 years ago
  26. ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 10 years ago
  27. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 10 years ago
  28. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 10 years ago
  29. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  30. 4bd652a asyncio: Document Task.cancel() properly. by Victor Stinner · 10 years ago
  31. 6d6ec25 merge from 3.3 by Senthil Kumaran · 10 years ago
  32. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 10 years ago
  33. 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 10 years ago
  34. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 10 years ago
  35. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  36. 1cd9825 merge 3.3 by Benjamin Peterson · 10 years ago
  37. 7e90bc4 merge 3.2 by Benjamin Peterson · 10 years ago
  38. 80e6af1 fix versionchanged version by Benjamin Peterson · 10 years ago
  39. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  40. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 10 years ago
  41. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 10 years ago
  42. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 10 years ago
  43. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 10 years ago
  44. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 10 years ago
  45. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 10 years ago
  46. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 10 years ago
  47. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 10 years ago
  48. da4bf8f Issue 21125: minor documentation tweak. by Raymond Hettinger · 10 years ago
  49. 1acc69c update version changed by Benjamin Peterson · 10 years ago
  50. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  51. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  52. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  53. 78c8538 fix typo by Benjamin Peterson · 10 years ago
  54. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 10 years ago
  55. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 10 years ago
  56. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 10 years ago
  57. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  58. 5898d4f IOError -> OSError by Andrew Svetlov · 10 years ago
  59. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 10 years ago
  60. 04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 10 years ago
  61. 809ee90 use https docs url by Benjamin Peterson · 10 years ago
  62. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 10 years ago
  63. b25e3f9 merge 3.2 by Benjamin Peterson · 10 years ago
  64. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  65. d2403a2 Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 10 years ago
  66. f5bdfda merge 3.3 by Benjamin Peterson · 10 years ago
  67. aa2d085 merge 3.2 by Benjamin Peterson · 10 years ago
  68. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  69. d455ce4 merge 3.3 by Benjamin Peterson · 10 years ago
  70. 0ad6098 merge 3.2 by Benjamin Peterson · 10 years ago
  71. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 10 years ago
  72. ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 10 years ago
  73. 3da9fbb Add test case for freeze. by Martin v. Löwis · 10 years ago
  74. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  75. 3a43403 make partialmethod example work (closes #21105) by Benjamin Peterson · 10 years ago
  76. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  77. 589872c Fix doc typo. by Guido van Rossum · 10 years ago
  78. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 10 years ago
  79. 1e1e601 Minor readability improvement. by Raymond Hettinger · 10 years ago
  80. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 10 years ago
  81. 9aa00d1 Issue #19697: document more __main__.__spec__ quirks by Nick Coghlan · 10 years ago
  82. e08f376 Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. by Zachary Ware · 10 years ago
  83. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 10 years ago
  84. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  85. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  86. 865bdbf Doc: do not compress .epub for dist, it is already zipped. by Georg Brandl · 10 years ago
  87. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  88. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  89. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 10 years ago
  90. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 10 years ago
  91. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 10 years ago
  92. 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 10 years ago
  93. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 10 years ago
  94. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  95. e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 10 years ago
  96. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  97. 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 10 years ago
  98. b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 10 years ago
  99. 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 10 years ago
  100. 215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. by Victor Stinner · 10 years ago