11852 Commits (eced82ecbfa8a1e381ee1bf40310968c10fd85dc)

Author SHA1 Message Date
Benjamin Peterson 871b9d169d note that get() is not affected by default_factory (closes #13887) 14 years ago
Antoine Pitrou 04707c032e Fix error handling in examples of C API use. 14 years ago
Antoine Pitrou 9f6b02ecde Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 14 years ago
Brett Cannon 1740afded1 Issue #13883: Document all platforms PYTHONCASEOK works on. 14 years ago
Meador Inge 65992c1c01 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 14 years ago
Georg Brandl 6c89a79d55 #13852: some small doc fixes. 14 years ago
Benjamin Peterson b4b0b354dd kill extra word 14 years ago
Benjamin Peterson e9fca253d0 say bitwise (because I have no idea what a bit-string is) 14 years ago
Antoine Pitrou 5311c1d7ab Issue #13772: In os.symlink() under Windows, do not try to guess the link 14 years ago
Georg Brandl 3b65fd7e97 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. 14 years ago
Antoine Pitrou f49d152ab2 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 14 years ago
Sandro Tosi 41b2404dab fix typo; thanks to Justin Watt from docs@ 14 years ago
Meador Inge a3443d985e Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 14 years ago
Sandro Tosi da8e11ac71 Issue #13605: more meaningful example + fixes 14 years ago
Sandro Tosi 16bd0b4463 Issue #13605: add documentation for nargs=argparse.REMAINDER 14 years ago
Sandro Tosi f0229aa51c Issue #11948: clarify modules search path 14 years ago
Meador Inge 972cfb9169 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 14 years ago
Georg Brandl c77bb65deb Remove "documenting" latex document. 14 years ago
Sandro Tosi 32ee44ffb4 Issue: #12409: remove obsolete susp-entries 14 years ago
Ezio Melotti 01b34afb3a #13715: fix typo in unicodedata doc. Patch by Eli Collins. 14 years ago
Ezio Melotti 9ecb6beb8c #13695: fix a couple of typos in the doc. 14 years ago
Sandro Tosi 515687a7ed remove 'Documenting Python' and its references, it's now on devguide 14 years ago
Gregory P. Smith c1f079f317 Mention the additional way to use the lvl parameter and when it changed. 14 years ago
Terry Jan Reedy a931463fea #13730 grammar fix 14 years ago
Terry Jan Reedy a3d1e2e342 #11633 At least 2 people prefer earlier revision. 14 years ago
Antoine Pitrou 889a5101c2 Issue #13724: improve documentation for socket.create_connection. 14 years ago
Terry Jan Reedy ea868d32a1 Minor correction. #11418 14 years ago
Terry Jan Reedy e247928fed Closes #11633 Clarify print buffering. 14 years ago
Terry Jan Reedy f4ec3c5a92 #13754 String returned if less than *or equal to* x 3 14 years ago
Senthil Kumaran 19d85c2762 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. 14 years ago
Antoine Pitrou ac8bfcacfc Issue #13747: fix SSL compatibility table. 14 years ago
Antoine Pitrou 84a2edcdf7 Issue #13747: fix documentation error about the default SSL version. 14 years ago
Sandro Tosi 645a0dd6f7 Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ 14 years ago
Charles-François Natali ded0348c08 Issue #13502: threading: Fix a race condition in Event.wait() that made it 14 years ago
Sandro Tosi b52e7a9a36 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ 14 years ago
Antoine Pitrou 441ae043df Update printout of SSL certificate examples for 3.2+. 14 years ago
Sandro Tosi f57674713a Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler 14 years ago
Sandro Tosi ba232dfc83 Issue #11984: remove reference to parser, it's not showing symbol usage anymore 14 years ago
Sandro Tosi 98492a50ea Issue #10772: add count and help argparse action; patch by Marc Sibson 14 years ago
Antoine Pitrou b7ffed8a50 Add a subsection explaning cipher selection. 14 years ago
Benjamin Peterson d204934ee3 exception support is correct now (closes #13705) 14 years ago
Sandro Tosi 753b79c073 Issue #6031: improve serve_forever() description 14 years ago
Sandro Tosi ea320abcae Issue #9349: add argparse.SUPPRESS to help doc 14 years ago
Sandro Tosi da785fd527 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński 14 years ago
Sandro Tosi b2794c842f Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte 14 years ago
Benjamin Peterson f606e682a4 add another year to glorious PSF IP 14 years ago
Sandro Tosi 1abde3628b fix some broken URLs 14 years ago
Eli Bendersky d08effe287 Some formatting & grammar fixes for the multiprocessing doc 14 years ago
Benjamin Peterson a6c4a10d4e indicate msg is an argument 14 years ago
Benjamin Peterson 79ed84c7f2 use booleans 14 years ago