1. 1acc69c update version changed by Benjamin Peterson · 10 years ago
  2. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  3. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  4. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  5. 78c8538 fix typo by Benjamin Peterson · 10 years ago
  6. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 10 years ago
  7. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 10 years ago
  8. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 10 years ago
  9. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  10. 5898d4f IOError -> OSError by Andrew Svetlov · 10 years ago
  11. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 10 years ago
  12. 04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. by Antoine Pitrou · 10 years ago
  13. 809ee90 use https docs url by Benjamin Peterson · 10 years ago
  14. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 10 years ago
  15. b25e3f9 merge 3.2 by Benjamin Peterson · 10 years ago
  16. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  17. d2403a2 Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 10 years ago
  18. f5bdfda merge 3.3 by Benjamin Peterson · 10 years ago
  19. aa2d085 merge 3.2 by Benjamin Peterson · 10 years ago
  20. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  21. d455ce4 merge 3.3 by Benjamin Peterson · 10 years ago
  22. 0ad6098 merge 3.2 by Benjamin Peterson · 10 years ago
  23. 23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 10 years ago
  24. ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 10 years ago
  25. 3da9fbb Add test case for freeze. by Martin v. Löwis · 10 years ago
  26. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  27. 3a43403 make partialmethod example work (closes #21105) by Benjamin Peterson · 10 years ago
  28. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 10 years ago
  29. 589872c Fix doc typo. by Guido van Rossum · 10 years ago
  30. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 10 years ago
  31. 1e1e601 Minor readability improvement. by Raymond Hettinger · 10 years ago
  32. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 10 years ago
  33. 9aa00d1 Issue #19697: document more __main__.__spec__ quirks by Nick Coghlan · 10 years ago
  34. e08f376 Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. by Zachary Ware · 10 years ago
  35. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 10 years ago
  36. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  37. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  38. 865bdbf Doc: do not compress .epub for dist, it is already zipped. by Georg Brandl · 10 years ago
  39. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  40. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  41. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 10 years ago
  42. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 10 years ago
  43. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 10 years ago
  44. 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 10 years ago
  45. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 10 years ago
  46. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  47. e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 10 years ago
  48. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  49. 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 10 years ago
  50. b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 10 years ago
  51. 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 10 years ago
  52. 215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. by Victor Stinner · 10 years ago
  53. 4908910 Updated external link in documentation. by Vinay Sajip · 10 years ago
  54. 1afe2af Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 10 years ago
  55. 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 10 years ago
  56. 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 10 years ago
  57. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 10 years ago
  58. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 10 years ago
  59. 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 10 years ago
  60. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 10 years ago
  61. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 10 years ago
  62. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  63. 645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. by Zachary Ware · 10 years ago
  64. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 10 years ago
  65. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 10 years ago
  66. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 10 years ago
  67. 99d8dd2 Issue #20990: Correction for 619331c67638. by Richard Oudkerk · 10 years ago
  68. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  69. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 10 years ago
  70. c346060 Merge 3.3. by Richard Oudkerk · 10 years ago
  71. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 10 years ago
  72. a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 10 years ago
  73. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 10 years ago
  74. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 10 years ago
  75. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 10 years ago
  76. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  77. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 10 years ago
  78. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  79. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  80. 46f484e merge by Brett Cannon · 10 years ago
  81. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 10 years ago
  82. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 10 years ago
  83. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  84. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  85. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  86. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  87. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  88. d852e99 Clean-up docstring by Raymond Hettinger · 10 years ago
  89. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 10 years ago
  90. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  91. ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. by Vinay Sajip · 10 years ago
  92. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 10 years ago
  93. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  94. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 10 years ago
  95. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 10 years ago
  96. deec16b add Nehal Hussain by Benjamin Peterson · 10 years ago
  97. 5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt by Zachary Ware · 10 years ago
  98. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 10 years ago
  99. 232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. by Zachary Ware · 10 years ago
  100. 270e737 Clean up PCbuild/pcbuild.sln a bit: by Zachary Ware · 10 years ago