1. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  2. ea02cdc ring in 2017 for Python by Benjamin Peterson · 8 years ago
  3. a19fd46 Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  4. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  5. 427ca62 Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  6. 3698bd2 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  7. c049575 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  8. c4f91ba Issue #29038: Fix duplicate get_ca_certs() doc entry. by Xiang Zhang · 8 years ago
  9. 00ebffe Grammatical fixes for d95f19892fd0 by Brett Cannon · 8 years ago
  10. f6447e0 doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  11. 37eb788 Update the porting HOWTO by Brett Cannon · 8 years ago
  12. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  13. 3eb92e0 Issue #28916: No special case for leading zeros with %x alternative form by Martin Panter · 8 years ago
  14. 3797922 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  15. 8b55287 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  16. e7f555b Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  17. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 8 years ago
  18. 1ae56fb Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  19. b398d2c Issue #28771: Correct documentation of signatures using const by Martin Panter · 8 years ago
  20. ed82604 Issue #25701: Document that some C APIs can both set and delete items by Martin Panter · 8 years ago
  21. a52b567 Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  22. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  23. e4a147b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  24. 3738ef4 Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  25. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  26. fed0883 Issue #28615: Backport imaginary/complex number text from 3.x. by Terry Jan Reedy · 8 years ago
  27. b26a7d1 Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  28. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  29. 39d74a9 Issue #26638: Cannot directly link to main option from the “timeit” module by Martin Panter · 8 years ago
  30. e3e362e Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  31. ee01fcc Issue #26638: Disable inappropriate links to Python interpreter options by Martin Panter · 8 years ago
  32. f831fd3 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  33. d585c52 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  34. cb042e0 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  35. dc0e3a8 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  36. e3d5787 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  37. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  38. 5df6d48 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 8 years ago
  39. 197332a Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  40. 50f4072 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) by Guido van Rossum · 8 years ago
  41. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  42. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  43. 6f959d0 Issue #26550: Fix typo in webservers HOWTO by Berker Peksag · 8 years ago
  44. de2d4d2 Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  45. 47f190a Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  46. 84a449a Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  47. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  48. 63c7996 Issue #26557: Note that mapping view methods are not present in UserDict or shelves. by Raymond Hettinger · 8 years ago
  49. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  50. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 8 years ago
  51. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  52. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  53. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  54. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  55. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  56. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 8 years ago
  57. 580ca65 Backport spelling fix. by Terry Jan Reedy · 8 years ago
  58. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  59. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  60. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  61. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  62. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  63. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago
  64. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  65. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  66. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  67. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  68. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  69. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  70. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  71. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  72. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  73. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  74. bc44893 Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  75. aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops by Martin Panter · 8 years ago
  76. 8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. by Senthil Kumaran · 8 years ago
  77. 4e6e565 Fix English spelling and grammar errors by Martin Panter · 8 years ago
  78. 4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  79. d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  80. b311eee Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  81. 0e21233 Issue #12855: Document what exactly unicode.splitlines() splits on by Martin Panter · 8 years ago
  82. fc0a55f Issue #16182: Backport documentation of set_pre_input_hook() availability by Martin Panter · 8 years ago
  83. 0d86577 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  84. 056cbfd Fix typo in documentation by Martin Panter · 8 years ago
  85. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 8 years ago
  86. be2bb47 Issue #16484: PYTHONDOCS still uses “http:” in Python 2 by Martin Panter · 8 years ago
  87. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  88. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  89. d6cecd3 Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  90. 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  91. d5982d0 Issue #23275: Backport empty square bracket assignment documentation fix by Martin Panter · 8 years ago
  92. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  93. 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 8 years ago
  94. 06cd1c3 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  95. e6167e3 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  96. c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  97. 3017cef #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  98. 382d041 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  99. 56da8fa Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  100. fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago