Larry Hastings
|
206853035e
|
Fix a copyright notice that still said 2014.
|
2015-02-07 16:04:29 -08:00 |
Charles-François Natali
|
6e6c59b508
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
|
2015-02-07 13:27:50 +00:00 |
Vinay Sajip
|
d005090e01
|
Closes #23357: Updated documentation on creating venvs.
|
2015-02-07 10:57:36 +00:00 |
Vinay Sajip
|
3595276bdd
|
Corrected typo.
|
2015-02-07 10:56:06 +00:00 |
Vinay Sajip
|
c7e34fb0bb
|
Minor change to documentation on creating venvs.
|
2015-02-07 10:52:02 +00:00 |
Berker Peksag
|
bf5e9604cc
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
|
2015-02-06 10:21:37 +02:00 |
Berker Peksag
|
088ca8b947
|
Fix typos in Doc/whatsnew/3.5.rst.
|
2015-02-06 10:17:49 +02:00 |
Steve Dower
|
bb24087a2c
|
Issue #23260: Update Windows installer
|
2015-02-05 22:08:48 -08:00 |
Ned Deily
|
7425f36ee7
|
Fix missing :ref: for idle in doc build.
|
2015-02-06 15:43:01 +11:00 |
Ned Deily
|
50afcc09ac
|
Fix missing :ref: for idle in doc build.
|
2015-02-06 15:42:06 +11:00 |
Victor Stinner
|
0afc3dc183
|
Merge 3.4 (asyncio doc)
|
2015-02-04 16:14:58 +01:00 |
Victor Stinner
|
6a1b004b83
|
asyncio doc: explain how to display ResourceWarning in the debug mode section
|
2015-02-04 16:14:33 +01:00 |
Victor Stinner
|
7277761428
|
Merge 3.4 (asyncio doc)
|
2015-02-03 15:12:13 +01:00 |
Victor Stinner
|
17d87f8ae4
|
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
|
2015-02-03 15:09:24 +01:00 |
Serhiy Storchaka
|
87d0b45485
|
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
|
2015-02-03 11:30:10 +02:00 |
Serhiy Storchaka
|
83e802796c
|
Issue #22818: Splitting on a pattern that could match an empty string now
raises a warning. Patterns that can only match empty strings are now
rejected.
|
2015-02-03 11:04:19 +02:00 |
Serhiy Storchaka
|
32ca3dcb97
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
|
2015-02-03 09:30:51 +02:00 |
Serhiy Storchaka
|
c057c3859c
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
|
2015-02-03 02:00:18 +02:00 |
Stefan Krah
|
3a43d06321
|
Whitespace.
|
2015-02-01 19:46:31 +01:00 |
Stefan Krah
|
3e9bec26f4
|
Whitespace.
|
2015-02-01 19:45:14 +01:00 |
Stefan Krah
|
a7e9a6a076
|
Issue #23352: Merge from 3.4.
|
2015-02-01 19:42:45 +01:00 |
Stefan Krah
|
0dc4e153a2
|
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
are required.
|
2015-02-01 19:42:12 +01:00 |
Vinay Sajip
|
7929be6aeb
|
Merged documentation update from 3.4.
|
2015-02-01 15:18:14 +00:00 |
Vinay Sajip
|
f046dfe60e
|
Added a cookbook entry on logging audible messages.
|
2015-02-01 15:17:34 +00:00 |
R David Murray
|
6ef0285aec
|
Merge: Fix asyncio doc typo.
|
2015-01-29 19:54:03 -05:00 |
R David Murray
|
756f0b1982
|
Fix asyncio doc typo.
|
2015-01-29 19:53:33 -05:00 |
Victor Stinner
|
fc37abf3ee
|
Merge 3.4 (asyncio doc)
|
2015-01-30 01:39:01 +01:00 |
Victor Stinner
|
188f2c0b75
|
asyncio doc: document the new ResourceWarning warnings
|
2015-01-30 01:35:14 +01:00 |
Victor Stinner
|
151b23562e
|
Merge 3.4 (asyncio doc)
|
2015-01-30 00:56:10 +01:00 |
Victor Stinner
|
1077dee457
|
asyncio doc: add a section about task cancellation
|
2015-01-30 00:55:58 +01:00 |
Victor Stinner
|
ff5d085fde
|
Merge 3.4 (asyncio doc)
|
2015-01-30 00:37:22 +01:00 |
Victor Stinner
|
7a55b88d9c
|
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
the lack of timeout parameter for locks and queues.
|
2015-01-30 00:37:04 +01:00 |
Stefan Krah
|
f5324d7074
|
Closes #22668: Merge from 3.4.
|
2015-01-29 14:29:51 +01:00 |
Victor Stinner
|
3e48d77bcb
|
Merge 3.4 (asyncio doc)
|
2015-01-29 13:33:28 +01:00 |
Victor Stinner
|
54a231d539
|
asyncio doc: document Protocol state machine
|
2015-01-29 13:33:15 +01:00 |
Vinay Sajip
|
85ad88dbc6
|
Merged documentation update from 3.4.
|
2015-01-28 07:33:14 +00:00 |
Vinay Sajip
|
db07164053
|
Added a logging cookbook entry on customized exception formatting.
|
2015-01-28 07:32:38 +00:00 |
Berker Peksag
|
618e315f93
|
Add whatsnew entry for issue #5309.
|
2015-01-27 02:59:09 +02:00 |
Berker Peksag
|
b820d0defc
|
Issue #23286: Fix typo in the tutorial.
Patch by Mayank Tripathi.
|
2015-01-27 02:52:40 +02:00 |
Berker Peksag
|
b68c420d8a
|
Issue #23286: Fix typo in the tutorial.
Patch by Mayank Tripathi.
|
2015-01-27 02:52:14 +02:00 |
Serhiy Storchaka
|
b76bcc4ffc
|
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
|
2015-01-26 13:45:39 +02:00 |
Serhiy Storchaka
|
47efb4a5dc
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
2015-01-26 13:16:30 +02:00 |
Serhiy Storchaka
|
c959b0cd30
|
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
|
2015-01-26 12:09:59 +02:00 |
Serhiy Storchaka
|
2bef58577f
|
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
|
2015-01-26 12:09:17 +02:00 |
Serhiy Storchaka
|
07985ef387
|
Issue #22286: The "backslashreplace" error handlers now works with
decoding and translating.
|
2015-01-25 22:56:57 +02:00 |
R David Murray
|
58f02019e0
|
Merge: #23215: note that time.sleep affects the current thread only.
|
2015-01-25 15:47:06 -05:00 |
R David Murray
|
1923b627b5
|
#23215: reflow paragraph.
|
2015-01-25 15:46:22 -05:00 |
R David Murray
|
f1f9675b8a
|
#23251: Note that time.sleep affects the calling thread only.
This change parallels the language used in the unix man page.
|
2015-01-25 15:45:14 -05:00 |
Steve Dower
|
7d0e0c9f7b
|
Closes #23253: Delay-load ShellExecute
|
2015-01-24 08:18:24 -08:00 |
Ethan Furman
|
b95b56150f
|
Issue20284: Implement PEP461
|
2015-01-23 20:05:18 -08:00 |