Victor Stinner
|
3bf4647152
|
Merge 3.4 (asyncio doc)
|
2014-12-02 17:52:57 +01:00 |
Victor Stinner
|
039f703b7b
|
Close #22473: asyncio doc: rephrase Future with run_forever() example
|
2014-12-02 17:52:45 +01:00 |
Barry Warsaw
|
de010a9685
|
Merge 3.4.
|
2014-12-02 11:31:10 -05:00 |
Barry Warsaw
|
eb2763dd43
|
Fix the test to use an os.sep agnostic test. Hopefully this will fix the
Windows buildbots. Found by Jeremy Kloth.
|
2014-12-02 11:30:43 -05:00 |
Serhiy Storchaka
|
0b2cacb42a
|
Issue #20335: bytes constructor now raises TypeError when encoding or errors
is specified with non-string argument. Based on patch by Renaud Blanch.
|
2014-12-02 09:26:14 +02:00 |
Serhiy Storchaka
|
83cf99d733
|
Issue #20335: bytes constructor now raises TypeError when encoding or errors
is specified with non-string argument. Based on patch by Renaud Blanch.
|
2014-12-02 09:24:06 +02:00 |
Serhiy Storchaka
|
5d64858ac8
|
Moved Misc/NEWS entry to right section.
|
2014-12-02 09:13:10 +02:00 |
Antoine Pitrou
|
6cd5eda0dd
|
Fix uninitialized variable after #22676.
|
2014-12-02 00:20:03 +01:00 |
Barry Warsaw
|
6f3eb39968
|
Trunk merge.
|
2014-12-01 18:17:29 -05:00 |
Barry Warsaw
|
cfad816e40
|
Merge 3.4.
|
2014-12-01 18:16:12 -05:00 |
Barry Warsaw
|
9d98c9bf42
|
Make this change a little more robust for up-merging.
|
2014-12-01 18:15:26 -05:00 |
Barry Warsaw
|
d32d4ae4ca
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:52:43 -05:00 |
Barry Warsaw
|
9e4db75426
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:23:55 -05:00 |
Terry Jan Reedy
|
d4c00d3a5c
|
Remove spurious header in middle of Library section.
I suspect this was leftover from a merge conflict resolution.
|
2014-12-01 17:16:43 -05:00 |
Barry Warsaw
|
2a413853f1
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:10:10 -05:00 |
Terry Jan Reedy
|
95df265e3a
|
Merge with 3.4
|
2014-12-01 17:08:53 -05:00 |
Terry Jan Reedy
|
eecd5c4a00
|
Add NEWS items for Idle patches and a turtledemo patch.
|
2014-12-01 16:59:09 -05:00 |
Serhiy Storchaka
|
407249c62b
|
Issue #22975: Close block at right place.
|
2014-12-01 18:56:54 +02:00 |
Serhiy Storchaka
|
133b11b566
|
Issue #22975: Close block at right place.
|
2014-12-01 18:56:28 +02:00 |
Serhiy Storchaka
|
83000a490a
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:30:14 +02:00 |
Serhiy Storchaka
|
56a6d855e2
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:28:43 +02:00 |
Serhiy Storchaka
|
2205da43a6
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
|
2014-12-01 13:10:12 +02:00 |
Serhiy Storchaka
|
b491e0521f
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
|
2014-12-01 13:07:45 +02:00 |
Serhiy Storchaka
|
988e2cfb2b
|
Fixed issue number in Misc/NEWS for issue #22407.
|
2014-12-01 12:47:16 +02:00 |
Serhiy Storchaka
|
22a309a434
|
Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or
re.ASCII. It was newer worked.
|
2014-12-01 11:50:07 +02:00 |
Serhiy Storchaka
|
720b8c9dd7
|
Removed unused function linecol() (added in issue #22578 by mistake).
|
2014-12-01 11:25:21 +02:00 |
Serhiy Storchaka
|
fb028336f9
|
Issue #22838: All test_re tests now work with unittest test discovery.
|
2014-12-01 11:08:27 +02:00 |
Serhiy Storchaka
|
9cba989502
|
Issue #22838: All test_re tests now work with unittest test discovery.
|
2014-12-01 11:06:45 +02:00 |
Serhiy Storchaka
|
cac7ec485b
|
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
|
2014-12-01 10:51:37 +02:00 |
Serhiy Storchaka
|
7a1104d292
|
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
|
2014-12-01 10:50:33 +02:00 |
Serhiy Storchaka
|
ac4aa7b6aa
|
Issue #22902: The "ip" command is now used on Linux to determine MAC address
in uuid.getnode(). Pach by Bruno Cauet.
|
2014-11-30 20:39:04 +02:00 |
Benjamin Peterson
|
16e802f4ae
|
merge 3.4 (#9179)
|
2014-11-30 11:51:16 -05:00 |
Benjamin Peterson
|
66323415c7
|
backout 9fcf4008b626 (#9179) for further consideration
|
2014-11-30 11:49:00 -05:00 |
Benjamin Peterson
|
27ee75f191
|
merge 3.4
|
2014-11-29 23:38:23 -05:00 |
Benjamin Peterson
|
b7138e24e3
|
context is keyword-only
|
2014-11-29 23:38:17 -05:00 |
Benjamin Peterson
|
e39bba2ab1
|
merge 3.4 (#22960)
|
2014-11-29 23:34:30 -05:00 |
Benjamin Peterson
|
c1da3d1ed8
|
add context parameter to xmlrpclib.ServerProxy (#22960)
Patch by Alex Gaynor.
|
2014-11-29 23:32:57 -05:00 |
Antoine Pitrou
|
3a9c68e608
|
Close issue #22895: fix test failure introduced by the fix for issue #22462.
|
2014-11-29 15:56:38 +01:00 |
Antoine Pitrou
|
2b3b95be62
|
Close issue #22895: fix test failure introduced by the fix for issue #22462.
|
2014-11-29 15:56:07 +01:00 |
Ned Deily
|
df46e2a43b
|
Issue #16113: Also remove test_case_sha3_224_huge
|
2014-11-28 15:22:15 -08:00 |
Ned Deily
|
153879075f
|
Issue #16113: Also remove test_case_sha3_224_huge
|
2014-11-28 15:21:12 -08:00 |
Raymond Hettinger
|
0badfd5989
|
Minor code cleanup.
|
2014-11-28 14:52:14 -08:00 |
Victor Stinner
|
73866efc34
|
Issue #22685, asyncio: resume_reading() must also be called in test_pause_reading()
|
2014-11-28 22:42:06 +01:00 |
Victor Stinner
|
ddf3bc9078
|
Issue #22685, asyncio: mock also resume_reading in test_pause_reading()
|
2014-11-28 22:37:16 +01:00 |
Berker Peksag
|
bb44fe0a0b
|
Issue #22389: Add contextlib.redirect_stderr().
|
2014-11-28 23:28:06 +02:00 |
Victor Stinner
|
ae553eb794
|
Merge 3.4 (asyncio)
|
2014-11-28 18:02:16 +01:00 |
Victor Stinner
|
cbbd04d176
|
Issue #22685: Debug test_pause_reading() on FreeBSD
|
2014-11-28 18:02:03 +01:00 |
Victor Stinner
|
79d784ab7b
|
(Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Patch written by Martin Richard.
|
2014-11-28 17:46:05 +01:00 |
Victor Stinner
|
e7182979d6
|
Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Patch written by Martin Richard.
|
2014-11-28 17:45:41 +01:00 |
Victor Stinner
|
74210e1e0f
|
(Merge 3.4) asyncio doc: reformat event loop policy doc
|
2014-11-28 13:58:53 +01:00 |