summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
|\
| * Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
* | fix Sphinx error in os.rstEli Bendersky2012-02-111-2/+2
* | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-4/+0
* | merge from 3.2Senthil Kumaran2012-02-091-1/+5
|\ \ | |/
| * Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-091-1/+5
* | merged from 3.2Senthil Kumaran2012-02-092-11/+12
|\ \ | |/
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-092-11/+12
* | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-082-0/+70
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-082-75/+16
* | PEP 410Victor Stinner2012-02-082-16/+75
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-0/+8
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-1/+1
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-0/+51
* | Make lzma docs consistent with other compression modules (cf. changeset 11bd2...Nadeem Vawda2012-02-051-3/+0
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-058-17/+16
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-058-16/+15
| |\
| | * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-167-16/+11
| | * Document json.dump ensure_ascii parameter (#13770)Éric Araujo2012-01-161-0/+4
| * | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).Nadeem Vawda2012-02-051-2/+5
* | | merge with 3.2Georg Brandl2012-02-051-4/+4
|\ \ \ | |/ /
| * | Closes #13944: fix capitalization of class name.Georg Brandl2012-02-051-4/+4
| * | Issue #1625: Document BZ2File's lack of support for multi-stream inputs.Nadeem Vawda2012-02-041-0/+9
* | | merge 3.2Benjamin Peterson2012-02-041-8/+0
|\ \ \ | |/ /
| * | threading primitives now have timeoutsBenjamin Peterson2012-02-041-8/+0
* | | Document that some of LZMAFile.__init__()'s args are keyword-only.Nadeem Vawda2012-02-041-1/+1
* | | Make BZ2File.__init__()'s fileobj argument keyword-only.Nadeem Vawda2012-02-041-1/+1
* | | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-0/+8
* | | Fix small grammatical inconsistency.Georg Brandl2012-02-021-1/+2
* | | Merge branch 3.2Petri Lehtinen2012-02-021-2/+4
|\ \ \ | |/ /
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-2/+4
| * | merge. again.Brian Curtin2012-02-011-2/+2
| |\ \
* | \ \ merge updatesBrian Curtin2012-02-011-0/+5
|\ \ \ \
| * \ \ \ mergeRaymond Hettinger2012-02-011-0/+5
| |\ \ \ \ | | |/ / /
| | * | | Add usage noteRaymond Hettinger2012-02-011-0/+5
* | | | | merge from 3.2Brian Curtin2012-02-011-2/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Add a hint that CSD == Service Pack.Brian Curtin2012-02-011-2/+2
| |/ /
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-2/+16
* | | Issue #6774: Back out c8b77efe8b56, which only brings confusion.Charles-François Natali2012-01-291-3/+1
* | | merge with 3.2Georg Brandl2012-01-291-4/+4
|\ \ \ | |/ /
| * | Fix #13900: resolve self-referential description of a parameter.Georg Brandl2012-01-291-4/+4
* | | merge heads (#13887)Benjamin Peterson2012-01-271-0/+5
|\ \ \ | |/ /
| * | note that get() is not affected by default_factory (closes #13887)Benjamin Peterson2012-01-271-0/+5
* | | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
|\ \ \ | |/ /
| * | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
* | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-4/+0
|\ \ \ | |/ /
| * | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-4/+0
* | | merge with 3.2Georg Brandl2012-01-251-3/+3
|\ \ \ | |/ /
| * | #13852: some small doc fixes.Georg Brandl2012-01-251-3/+3
* | | merge 3.2Benjamin Peterson2012-01-251-6/+6
|\ \ \ | |/ /