- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
- c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
- 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
- f06d444 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 13 years ago
- 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
- c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
- ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
- 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
- b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
- 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
- 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
- ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
- 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
- 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
- 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 13 years ago
- 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
- 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 13 years ago
- 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
- cd2a603 Branch merge by Éric Araujo · 13 years ago
- bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
- 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
- 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
- f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 13 years ago
- 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
- 090ec3c merge. again. by Brian Curtin · 13 years ago
- 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 13 years ago
- fc3ba6b Add usage note by Raymond Hettinger · 13 years ago
- c875d20 Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
- 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
- 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
- 722db7b merge by Brett Cannon · 13 years ago
- 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
- 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
- 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
- b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
- e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
- f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
- 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
- a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
- 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
- f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
- 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
- c77bb65 Remove "documenting" latex document. by Georg Brandl · 13 years ago
- 32ee44f Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago
- f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
- 6f7aa00 Document json.dump ensure_ascii parameter (#13770) by Éric Araujo · 13 years ago
- 01b34af #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 13 years ago
- 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
- 9c7b919 Markup improvements for the embedding CPython doc patch from #1040439 by Éric Araujo · 13 years ago
- 9cff427 Hide or remove user-visible XXX notes from distutils doc (#13716). by Éric Araujo · 13 years ago
- 515687a remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 13 years ago
- c1f079f Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 13 years ago
- a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
- a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
- 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
- ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
- e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
- f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
- 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
- ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
- 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
- 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
- ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
- b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
- 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
- f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
- ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
- 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
- b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
- d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
- 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 13 years ago
- ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
- da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
- b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
- c40d362a merge heads by Benjamin Peterson · 13 years ago
- f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
- 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
- d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
- a6c4a10 indicate msg is an argument by Benjamin Peterson · 13 years ago
- 79ed84c use booleans by Benjamin Peterson · 13 years ago
- 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
- 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
- 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
- 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
- 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
- 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
- 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
- 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
- baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
- 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 13 years ago
- ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
- 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
- ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
- 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 13 years ago