Terry Jan Reedy
|
93abdd1ab8
|
Merge with 3.2 closes 14023
|
2012-02-17 19:58:41 -05:00 |
|
Ezio Melotti
|
c48cfe37d2
|
#14020: merge with 3.2.
|
2012-02-18 02:03:35 +02:00 |
|
Petri Lehtinen
|
17f1be6368
|
Merge branch '3.2'
Closes #13995.
|
2012-02-16 21:44:26 +02:00 |
|
Sandro Tosi
|
cd77815e4c
|
Issue #11836: document and expose multiprocessing.SimpleQueue
|
2012-02-15 23:27:00 +01:00 |
|
Petri Lehtinen
|
be2cf338e9
|
Merge branch '3.2'
Issue #13491.
|
2012-02-15 22:22:34 +02:00 |
|
Éric Araujo
|
1d175f7768
|
Merge fixes for #1326113 and #12297 from 3.2
|
2012-02-15 17:13:26 +01:00 |
|
Victor Stinner
|
0f7888d453
|
Time module doc: Fix reST syntax
|
2012-02-14 02:42:21 +01:00 |
|
Senthil Kumaran
|
1fd648212e
|
shutil copy module reference doc fix.
|
2012-02-13 23:35:44 +08:00 |
|
Florent Xicluna
|
a72a98f24a
|
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
|
2012-02-13 11:03:30 +01:00 |
|
Gregory P. Smith
|
db66310e8f
|
Issue #13930: Adds ability for 2to3 to write its output to a different
directory tree instead of overwriting the input files. Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.
|
2012-02-12 15:56:49 -08:00 |
|
Éric Araujo
|
a9d2b64206
|
Merge fixes for #13193 and FAQ from 3.2
|
2012-02-12 04:58:46 +01:00 |
|
Antoine Pitrou
|
4f863433fd
|
What's new typo
|
2012-02-12 02:12:47 +01:00 |
|
Nadeem Vawda
|
d7e5c6ed7f
|
Add section on bz2 module to whatsnew/3.3.
|
2012-02-12 01:34:18 +02:00 |
|
Nadeem Vawda
|
7edbe30e70
|
Fix typo in whatsnew/3.3.
|
2012-02-12 00:30:54 +02:00 |
|
Nadeem Vawda
|
d1a107132c
|
Merge: #13989: Document that GzipFile does not support text mode.
|
2012-02-11 23:54:51 +02:00 |
|
Eli Bendersky
|
44fb613816
|
fix Doc/extending/extending.rst typo
|
2012-02-11 10:27:31 +02:00 |
|
Eli Bendersky
|
d049d5c7fb
|
fix Sphinx error in os.rst
|
2012-02-11 09:52:29 +02:00 |
|
Petri Lehtinen
|
bc35bebb45
|
Undocument and clean up sqlite3.OptimizedUnicode
Closes #13921.
|
2012-02-09 21:09:03 +02:00 |
|
Senthil Kumaran
|
f0f9679d5c
|
merge from 3.2
Issue #9021 - Introduce copy module better in the docs.
|
2012-02-09 18:27:48 +08:00 |
|
Senthil Kumaran
|
0bfa963fbb
|
merged from 3.2
Issue #6005: Examples in the socket library documentation use sendall, where
relevant, instead send method.
|
2012-02-09 17:55:56 +08:00 |
|
Antoine Pitrou
|
bcf2b59fb5
|
Issue #13609: Add two functions to query the terminal size:
os.get_terminal_size (low level) and shutil.get_terminal_size (high level).
Patch by Zbigniew Jędrzejewski-Szmek.
|
2012-02-08 23:28:36 +01:00 |
|
Victor Stinner
|
4195b5caea
|
Backout f8409b3d6449: the PEP 410 is not accepted yet
|
2012-02-08 23:03:19 +01:00 |
|
Victor Stinner
|
ccd5715a14
|
PEP 410
|
2012-02-08 14:31:50 +01:00 |
|
Victor Stinner
|
f4c54ff5cd
|
What's New in 3.3: reorder modules
Remove also duplicate functions in the "os" module section
|
2012-02-08 01:48:34 +01:00 |
|
Victor Stinner
|
2e63177e94
|
What's New in 3.3: Fix time module doc
|
2012-02-08 01:43:34 +01:00 |
|
Victor Stinner
|
8b30201f7d
|
Issue #13846: Add time.monotonic(), monotonic clock.
|
2012-02-07 23:29:46 +01:00 |
|
Charles-François Natali
|
7794090251
|
Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to
be consistent with other functions accepting file descriptors (fdlistdir() was
added in 3.3, so hasn't been released yet).
|
2012-02-06 19:54:48 +01:00 |
|
Charles-François Natali
|
7372b06cd7
|
Issue #13734: Add os.fwalk(), a directory walking function yielding file
descriptors.
|
2012-02-05 15:15:38 +01:00 |
|
Nadeem Vawda
|
fb39063202
|
Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8).
|
2012-02-05 15:07:43 +02:00 |
|
Éric Araujo
|
cd0d951a70
|
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
|
2012-02-05 13:49:59 +01:00 |
|
Georg Brandl
|
2cf04487ac
|
merge with 3.2
|
2012-02-05 09:28:39 +01:00 |
|
Benjamin Peterson
|
94015f13f1
|
merge 3.2
|
2012-02-04 09:56:43 -05:00 |
|
Nadeem Vawda
|
d85d0e7247
|
Document that some of LZMAFile.__init__()'s args are keyword-only.
|
2012-02-04 14:06:07 +02:00 |
|
Nadeem Vawda
|
54d8144bb0
|
Make BZ2File.__init__()'s fileobj argument keyword-only.
|
2012-02-04 13:58:07 +02:00 |
|
Georg Brandl
|
ff962c5f1f
|
Small grammar fixes by Mark Summerfield.
|
2012-02-04 08:55:56 +01:00 |
|
Martin v. Löwis
|
9d6c66933a
|
Issue #13777: Add PF_SYSTEM sockets on OS X.
Patch by Michael Goderbauer.
|
2012-02-03 17:44:58 +01:00 |
|
Georg Brandl
|
538343d6ec
|
Fix small grammatical inconsistency.
|
2012-02-02 22:22:19 +01:00 |
|
Petri Lehtinen
|
4b0eab62f0
|
Merge branch 3.2
Closes #13402.
|
2012-02-02 21:23:15 +02:00 |
|
Brian Curtin
|
97e2008645
|
merge updates
|
2012-02-01 15:20:03 -06:00 |
|
Brian Curtin
|
8d132c88c2
|
merge from 3.2
|
2012-02-01 15:15:14 -06:00 |
|
Raymond Hettinger
|
590463efc4
|
merge
|
2012-02-01 09:08:08 -08:00 |
|
Antoine Pitrou
|
f3b2d88b67
|
Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting.
|
2012-01-30 22:08:52 +01:00 |
|
Charles-François Natali
|
cdc878e562
|
Issue #6774: Back out c8b77efe8b56, which only brings confusion.
|
2012-01-29 16:42:54 +01:00 |
|
Georg Brandl
|
9e312dabdb
|
merge with 3.2
|
2012-01-29 15:38:55 +01:00 |
|
Benjamin Peterson
|
bc9f1b5a14
|
merge heads (#13887)
|
2012-01-27 09:14:29 -05:00 |
|
Antoine Pitrou
|
b46d4b770d
|
Fix error handling in examples of C API use.
|
2012-01-27 14:08:04 +01:00 |
|
Antoine Pitrou
|
e10ae8871a
|
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
|
2012-01-27 10:03:23 +01:00 |
|
Brett Cannon
|
e9cd900585
|
Merge
|
2012-01-26 18:34:34 -05:00 |
|
Brett Cannon
|
fc70cbcb9a
|
Issue #13883: PYTHONCASEOK also works with OS X.
|
2012-01-26 18:30:52 -05:00 |
|
Meador Inge
|
c9e7ef7d70
|
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
|
2012-01-26 08:47:27 -06:00 |
|