Commit graph

15181 commits

Author SHA1 Message Date
Georg Brandl
b0f30c9891 merge with 3.2 2012-01-25 22:36:43 +01:00
Benjamin Peterson
a5f6d0e030 merge 3.2 2012-01-25 16:31:56 -05:00
Antoine Pitrou
91ecea24f5 Issue #13772: In os.symlink() under Windows, do not try to guess the link
target's type (file or directory).  The detection was buggy and made the
call non-atomic (therefore prone to race conditions).
2012-01-24 09:05:18 +01:00
Victor Stinner
09406023a8 Sort functions in the doc of the time module
Move wallclock() at the end.
2012-01-24 01:12:54 +01:00
Georg Brandl
5b45a013bc merge from 3.2 2012-01-23 20:19:46 +01:00
Sandro Tosi
cd8991255c Issue #13835: fixes to What's new 3.3; patch by July Tikhonov 2012-01-22 12:16:04 +01:00
Antoine Pitrou
1fde8a36ef Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 2012-01-21 20:22:40 +01:00
Sandro Tosi
a2a9071754 merge with 3.2 2012-01-21 11:00:03 +01:00
Meador Inge
2396c0a28f Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 2012-01-19 22:24:55 -06:00
Sandro Tosi
6a7b855a97 Issue #13605: merge with 3.2 2012-01-19 22:23:17 +01:00
Sandro Tosi
83d32c9135 Issue #13605: merge with 3.2 2012-01-19 22:00:21 +01:00
Sandro Tosi
82138b8a84 Issue #11948: merge with 3.2 2012-01-19 11:29:48 +01:00
Meador Inge
00c7f85298 Issue #2134: Add support for tokenize.TokenInfo.exact_type. 2012-01-19 00:44:45 -06:00
Benjamin Peterson
94303549c4 improve casefold/lower/upper docs 2012-01-18 23:09:32 -05:00
Ezio Melotti
226231c930 Use ASCII quotes and fix markup. 2012-01-18 05:40:00 +02:00
Victor Stinner
b94b266cfc Close #10278: Add time.wallclock() function, monotonic clock. 2012-01-18 01:50:21 +01:00
Ezio Melotti
25d1bdc407 Add missing versionadded in webbrowser doc. 2012-01-18 02:32:07 +02:00
Amaury Forgeot d'Arc
5e8260b09c Issue #13727: Add 3 macros to access PyDateTime_Delta members:
PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS,
PyDateTime_DELTA_GET_MICROSECONDS.

Please use them instead of directly accessing PyDateTime_Delta struct members.
2012-01-17 21:31:50 +01:00
Georg Brandl
31af0cee9b Remove "documenting" latex document. 2012-01-16 21:39:56 +01:00
Sandro Tosi
d120083c14 Issue: #12409: merge with 3.2 2012-01-16 18:03:51 +01:00
Ezio Melotti
f61ee5a52c #13715: merge with 3.2. 2012-01-16 08:46:11 +02:00
Ezio Melotti
37c7a065ce #13695: merge with 3.2. 2012-01-16 08:29:42 +02:00
Sandro Tosi
ee090c71b7 merge with 3.2 2012-01-14 22:27:56 +01:00
Gregory P. Smith
0ea3ea5e69 Mention the additional way to use the lvl parameter and when it changed. 2012-01-14 13:19:20 -08:00
Benjamin Peterson
d5890c8db5 add str.casefold() (closes #13752) 2012-01-14 13:23:30 -05:00
Charles-François Natali
d612de10e5 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. 2012-01-14 11:51:00 +01:00
Terry Jan Reedy
7cdb447b56 Merge 2012-01-13 23:47:41 -05:00
Terry Jan Reedy
ec6d7c89be Merge with 3.2 #13730 grammar fix 2012-01-13 23:44:49 -05:00
Nick Coghlan
0ed8019c20 Add versionchanged notes for PEP 380 2012-01-14 14:43:24 +10:00
Nick Coghlan
2dfe6b00ed Fix merge glitch in What's New 2012-01-14 14:19:49 +10:00
Georg Brandl
bc3b682923 Closes #13761: add a "flush" keyword argument to print(). 2012-01-13 19:41:25 +01:00
Antoine Pitrou
5136ac0ca2 Issue #13645: pyc files now contain the size of the corresponding source
code, to avoid timestamp collisions (especially on filesystems with a low
timestamp resolution) when checking for freshness of the bytecode.
2012-01-13 18:52:16 +01:00
Nick Coghlan
1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 2012-01-13 21:43:40 +10:00
Antoine Pitrou
3a5d4cb940 Issue #13748: Raw bytes literals can now be written with the rb prefix as well as br. 2012-01-12 22:46:19 +01:00
Terry Jan Reedy
dc41e3f23f Merge #11633 At least 2 people prefer earlier revision. 2012-01-12 14:51:14 -05:00
Antoine Pitrou
70d62b30e4 Issue #13724: improve documentation for socket.create_connection. 2012-01-12 08:06:49 +01:00
Benjamin Peterson
22ef4fa7e9 merge heads 2012-01-11 18:17:40 -05:00
Benjamin Peterson
b2bf01d824 use full unicode mappings for upper/lower/title case (#12736)
Also broaden the category of characters that count as lowercase/uppercase.
2012-01-11 18:17:06 -05:00
Terry Jan Reedy
982c91e4c9 Merge with 3.2 2012-01-11 14:56:22 -05:00
Terry Jan Reedy
7a825ba3c6 Merge with 3.2
#11633 Clarify print buffering (will change again if 13761 adds flush param).
2012-01-11 14:14:14 -05:00
Terry Jan Reedy
610e8140de Merge with 3.2
#13754 String returned if less than *or equal to* x 3
*13753 'seq' now 'iterable'
2012-01-11 03:32:43 -05:00
Charles-François Natali
76961faaa0 Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
descriptor (instead of closing it).
2012-01-10 20:25:09 +01:00
Senthil Kumaran
bda7a80194 Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. 2012-01-11 01:30:23 +08:00
Charles-François Natali
dc3044c704 Issue #12760: Add a create mode to open(). Patch by David Townshend. 2012-01-09 22:40:02 +01:00
Antoine Pitrou
8a9b9c7d16 Merge SSL doc fixes (issue #13747). 2012-01-09 21:46:11 +01:00
Sandro Tosi
ac8f78a1a9 merge with 3.2 2012-01-07 18:34:24 +01:00
Charles-François Natali
61d28d6a74 Issue #13502: threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
2012-01-07 18:26:39 +01:00
Sandro Tosi
5e60857e91 merge with 3.2 2012-01-07 17:57:24 +01:00
Antoine Pitrou
0a08d7a095 Issue #9993: When the source and destination are on different filesystems,
and the source is a symlink, shutil.move() now recreates a symlink on the
destination instead of copying the file contents.
Patch by Jonathan Niehof and Hynek Schlawack.
2012-01-06 20:16:19 +01:00
Antoine Pitrou
deec7566ae Update printout of SSL certificate examples for 3.2+. 2012-01-06 20:09:29 +01:00