4490 Commits (1829bb4591f0e088df31efe99778792da676f044)

Author SHA1 Message Date
Georg Brandl 154dc4e423 Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. 13 years ago
Tim Golden 9d30698d9e #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is 13 years ago
Sandro Tosi 32587fbb89 grammatical fix; thanks to Alex Rudnick from docs@ 13 years ago
Ezio Melotti 405079213b #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. 13 years ago
R David Murray 3f7beb99dd #13934: document sqlite version strings, use correct one in test. 13 years ago
Ezio Melotti e212370fea Use correct methods in unittest.mock examples. 13 years ago
Vinay Sajip 21b30827bc Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. 13 years ago
Vinay Sajip e50f4d2220 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. 13 years ago
R David Murray a4e700c040 #16877: Add mention that shell-style path expansions are not automatic. 13 years ago
Antoine Pitrou 58ddc9d743 Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. 13 years ago
Eli Bendersky 78f3ce577f Fix method name in documentation (__setstate__ --> __getstate__) 13 years ago
Serhiy Storchaka 75b936ec7f Fix incorrect grammar in sched documentation. 13 years ago
Łukasz Langa 3a8479a583 Fixes `parser.clean()` reported in issue #16820. 13 years ago
Serhiy Storchaka 44c66c72c9 Issue #16486: Make aifc files work with 'with' as context managers. 13 years ago
Serhiy Storchaka c04957bff3 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. 13 years ago
Serhiy Storchaka e912496c60 Issue #16642: Document kwargs field in sched.Event named tuple. 13 years ago
Raymond Hettinger c195b4e88c Make the from_iterable() recipe more usable. 13 years ago
Ezio Melotti 52336f0b50 #16796: fix typo. Patch by Michael Schurter. 13 years ago
Ezio Melotti 82ee30384c #16796: fix typo. Patch by Michael Schurter. 13 years ago
Serhiy Storchaka c8bd74ddfd Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. 13 years ago
Jesus Cea c73f863a8d Closes #16789: :meth:`quit` links to constants instead of own module 13 years ago
Jesus Cea 4947049b40 Closes #16789: :meth:`quit` links to constants instead of own module 13 years ago
Brian Curtin 490b32a397 Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. 13 years ago
Kristján Valur Jónsson 36852b7844 Issue #14574: Ignore socket errors raised when flushing a connection on close. 13 years ago
Kristján Valur Jónsson b0d1c37d73 Issue #14574: Ignore socket errors raised when flushing a connection on close. 13 years ago
Ezio Melotti 513e9b4f61 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. 13 years ago
Andrew Svetlov 0794fe0356 Add NEWS and docs for #9856 13 years ago
Georg Brandl 9a772e5e8f Fix indentation. 13 years ago
Georg Brandl c0fc958299 Add a missing versionadded. 13 years ago
Benjamin Peterson 9cb7bd2df4 link to GIL as a term 13 years ago
Benjamin Peterson bd584d559b fix typo (#16687) 13 years ago
Andrew Svetlov 2606a6f197 Issue #16719: Get rid of WindowsError. Use OSError instead 13 years ago
Andrew Svetlov 0832af6628 Issue #16717: get rid of socket.error, replace with OSError 13 years ago
Andrew Svetlov 4001e96179 Issue #16711: Fix required method names for collections.Iterator 13 years ago
Antoine Pitrou 928405303d Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 13 years ago
Andrew Svetlov f635172c72 Update example: Counter.subtract returns None, not self 13 years ago
Andrew Svetlov 78efadb86f Update example: Counter.subtract returns None, not self 13 years ago
Andrew Svetlov dfe109e33f Fix typo 13 years ago
Georg Brandl 09bc642153 Fixup abc.ABC wording and add versionadded. 13 years ago
Stefan Krah 040e311826 Issue #15783: Except for the number methods, the C version of decimal now 13 years ago
Andrew Svetlov 618c2e13ca Use OSError instead of os.error in the docs. 13 years ago
Petri Lehtinen 74d6c250e1 #11175: argparse.FileType now accepts encoding and errors arguments. 13 years ago
Antoine Pitrou 09bb89b8cf Issue #16488: epoll() objects now support the `with` statement. 13 years ago
Ezio Melotti e0035a212b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. 13 years ago
Ezio Melotti eea058b014 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. 13 years ago
Ezio Melotti 1e5c9b70b4 #16681: use "bidirectional class" instead of "bidirectional category". 13 years ago
Ezio Melotti 28d21cab1f #16681: use "bidirectional class" instead of "bidirectional category". 13 years ago
Andrew Svetlov b67596d815 Issue #16049: add abc.ABC helper class. 13 years ago
Senthil Kumaran 5962cce050 Fix Issue15701 : add .headers attribute to urllib.error.HTTPError 13 years ago
Senthil Kumaran 2e72831369 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError 13 years ago