1. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  2. 46761ec Use https:// URLs in the HTML templates. by Georg Brandl · 10 years ago
  3. 69a7203 Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 10 years ago
  4. 9ab33ea Adjust the author field of the .tex files to reflect that docs are now maintained by all of us by Georg Brandl · 10 years ago
  5. a1f8486 Move HTML templates to their own subdir. by Georg Brandl · 10 years ago
  6. e039029 Move Sphinx extensions to their own subdir. by Georg Brandl · 10 years ago
  7. 9a333a6 Remove a few config values that keep the default values, move values to the correct section by Georg Brandl · 10 years ago
  8. 3fdea95 Remove deprecated and now unnecessary config value from conf.py. by Georg Brandl · 10 years ago
  9. fe85807 Fix link to ABOP install chapter. by Georg Brandl · 10 years ago
  10. ce64ced Fix module name. by Georg Brandl · 10 years ago
  11. 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
  12. 4ab5733 Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 10 years ago
  13. 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
  14. c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
  15. e48ec21 Fix typo. by Georg Brandl · 10 years ago
  16. bb2d669 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 10 years ago
  17. 89c558d Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 10 years ago
  18. 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
  19. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
  20. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  21. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  22. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  23. 16e7f97 Update OpenSSL version in PCbuild\readme.txt by Zachary Ware · 10 years ago
  24. 3894ae2 Issue #22711: improve links in new distribution docs by Nick Coghlan · 10 years ago
  25. 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
  26. 6d1c149 Issue #22723: Make link styling more accessible. by Berker Peksag · 10 years ago
  27. 2cef300 asyncio doc: fix typo in an example by Victor Stinner · 10 years ago
  28. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  29. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
  30. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  31. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  32. 2514f52 Closes #22675: fix typo. by Georg Brandl · 10 years ago
  33. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  34. 0fc08fd merge 3.3 by Benjamin Peterson · 10 years ago
  35. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  36. 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  37. 8e120ac Issue20689: add missing API pieces to __all__ by Ethan Furman · 10 years ago
  38. dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
  39. f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  40. 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  41. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  42. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  43. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  44. baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  45. be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 10 years ago
  46. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  47. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  48. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  49. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  50. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  51. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  52. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  53. c966103 merge heads by Benjamin Peterson · 10 years ago
  54. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  55. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  56. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  57. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  58. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  59. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  60. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  61. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  62. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  63. fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 10 years ago
  64. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  65. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  66. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  67. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  68. 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 10 years ago
  69. 3989205 asyncio doc: rewrite subprocess doc by Victor Stinner · 10 years ago
  70. 3c95062 asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must by Victor Stinner · 10 years ago
  71. 4270a24 asyncio doc: document BaseSubprocessTransport.close() method by Victor Stinner · 10 years ago
  72. e6f8c50 Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  73. 53dfcd8 issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  74. 4fd55ca merge heads by Benjamin Peterson · 10 years ago
  75. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  76. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  77. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  78. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  79. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  80. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  81. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  82. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  83. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  84. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  85. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  86. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  87. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  88. 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  89. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  90. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  91. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  92. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  93. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  94. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  95. fa62f4c merge 3.3 into 3.4 by Georg Brandl · 10 years ago
  96. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  97. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  98. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  99. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  100. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago