| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -0/+8 |
|
|
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -1/+1 |
|
|
* | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -0/+51 |
|
|
* | Make lzma docs consistent with other compression modules (cf. changeset 11bd2... | Nadeem Vawda | 2012-02-05 | 1 | -3/+0 |
|
|
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 8 | -17/+16 |
|\ |
|
| * | Branch merge | Éric Araujo | 2012-02-05 | 8 | -16/+15 |
| |\ |
|
| | * | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 7 | -16/+11 |
|
|
| | * | Document json.dump ensure_ascii parameter (#13770) | Éric Araujo | 2012-01-16 | 1 | -0/+4 |
|
|
| * | | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). | Nadeem Vawda | 2012-02-05 | 1 | -2/+5 |
|
|
* | | | merge with 3.2 | Georg Brandl | 2012-02-05 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Closes #13944: fix capitalization of class name. | Georg Brandl | 2012-02-05 | 1 | -4/+4 |
|
|
| * | | Issue #1625: Document BZ2File's lack of support for multi-stream inputs. | Nadeem Vawda | 2012-02-04 | 1 | -0/+9 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|\ \ \
| |/ / |
|
| * | | threading primitives now have timeouts | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|
|
* | | | Document that some of LZMAFile.__init__()'s args are keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
|
|
* | | | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
|
|
* | | | Issue #13777: Add PF_SYSTEM sockets on OS X. | Martin v. Löwis | 2012-02-03 | 1 | -0/+8 |
|
|
* | | | Fix small grammatical inconsistency. | Georg Brandl | 2012-02-02 | 1 | -1/+2 |
|
|
* | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -2/+4 |
|
|
| * | | merge. again. | Brian Curtin | 2012-02-01 | 1 | -2/+2 |
| |\ \ |
|
* | \ \ | merge updates | Brian Curtin | 2012-02-01 | 1 | -0/+5 |
|\ \ \ \ |
|
| * \ \ \ | merge | Raymond Hettinger | 2012-02-01 | 1 | -0/+5 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Add usage note | Raymond Hettinger | 2012-02-01 | 1 | -0/+5 |
|
|
* | | | | | merge from 3.2 | Brian Curtin | 2012-02-01 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Add a hint that CSD == Service Pack. | Brian Curtin | 2012-02-01 | 1 | -2/+2 |
| |/ / |
|
* | | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -2/+16 |
|
|
* | | | Issue #6774: Back out c8b77efe8b56, which only brings confusion. | Charles-François Natali | 2012-01-29 | 1 | -3/+1 |
|
|
* | | | merge with 3.2 | Georg Brandl | 2012-01-29 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Fix #13900: resolve self-referential description of a parameter. | Georg Brandl | 2012-01-29 | 1 | -4/+4 |
|
|
* | | | merge heads (#13887) | Benjamin Peterson | 2012-01-27 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | note that get() is not affected by default_factory (closes #13887) | Benjamin Peterson | 2012-01-27 | 1 | -0/+5 |
|
|
* | | | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|
|
* | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -4/+0 |
|\ \ \
| |/ / |
|
| * | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -4/+0 |
|
|
* | | | merge with 3.2 | Georg Brandl | 2012-01-25 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | #13852: some small doc fixes. | Georg Brandl | 2012-01-25 | 1 | -3/+3 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-01-25 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | kill extra word | Benjamin Peterson | 2012-01-25 | 1 | -3/+3 |
|
|
| * | | say bitwise (because I have no idea what a bit-string is) | Benjamin Peterson | 2012-01-25 | 1 | -6/+6 |
|
|
* | | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|
|
* | | | Sort functions in the doc of the time module | Victor Stinner | 2012-01-24 | 1 | -13/+14 |
|
|
* | | | merge from 3.2 | Georg Brandl | 2012-01-23 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. | Georg Brandl | 2012-01-23 | 2 | -2/+2 |
|
|
* | | | Issue #12922: fix the TextIOBase documentation to include a description of se... | Antoine Pitrou | 2012-01-21 | 1 | -0/+26 |
|\ \ \
| |/ / |
|
| * | | Issue #12922: fix the TextIOBase documentation to include a description of se... | Antoine Pitrou | 2012-01-21 | 1 | -0/+26 |
|
|
* | | | merge with 3.2 | Sandro Tosi | 2012-01-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | fix typo; thanks to Justin Watt from docs@ | Sandro Tosi | 2012-01-21 | 1 | -1/+1 |
|
|