Victor Stinner
|
985a82a6d2
|
add unicode_char() in unicodeobject.c to factorize code
|
2014-01-03 12:53:47 +01:00 |
Victor Stinner
|
5c86733c8a
|
Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check
|
2014-01-03 12:26:12 +01:00 |
Eric Snow
|
fbc785188d
|
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
|
2014-01-02 22:25:00 -07:00 |
Daniel Holth
|
9dee304205
|
Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand
|
2014-01-02 23:17:21 -05:00 |
Victor Stinner
|
daeffd2c08
|
audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a
SystemError if the state type is invalid.
|
2014-01-03 03:26:47 +01:00 |
Victor Stinner
|
6f055e73df
|
asyncio: make PY34 symbol private (rename it to _PY34)
|
2014-01-02 18:41:34 +01:00 |
Antoine Pitrou
|
1b02da95d2
|
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
|
2014-01-03 00:07:17 +01:00 |
Benjamin Peterson
|
8ec15f7a92
|
merge 3.3 (#20110)
|
2014-01-02 16:48:24 -06:00 |
Benjamin Peterson
|
002033ed63
|
correct word for __annotations__ doc (closes #20110)
Patch from Claudiu Popa.
|
2014-01-02 16:47:50 -06:00 |
R David Murray
|
9025f1c5c4
|
whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation
|
2014-01-02 13:44:18 -05:00 |
R David Murray
|
6e731b0a41
|
Merge and update #17282: Document unittest.main defaultTest argument.
In 3.4 defaultTest can also be a list (see issue 15132).
|
2014-01-02 13:43:02 -05:00 |
R David Murray
|
12e930f3a4
|
#17282: Document unittest.main defaultTest argument.
|
2014-01-02 13:37:26 -05:00 |
Benjamin Peterson
|
c22eaecd53
|
merge 3.3 (closes #20108)
|
2014-01-02 12:26:50 -06:00 |
Benjamin Peterson
|
3e6ab1715d
|
avoid parameter name clash (closes #20108)
|
2014-01-02 12:24:08 -06:00 |
Benjamin Peterson
|
3a990c69b8
|
remove brackets
|
2014-01-02 12:22:30 -06:00 |
Zachary Ware
|
393a94243f
|
Issue #20101: Merge with 3.3
|
2014-01-02 09:43:09 -06:00 |
Zachary Ware
|
487aedb77c
|
Issue #20101: Allow test_monotonic to pass on Windows machines on which
time.get_clock_info('monotonic').resolution == 0.015600099999999999
This is just a workaround pending a real resolution to #20101.
|
2014-01-02 09:41:10 -06:00 |
Donald Stufft
|
f7f58f8db5
|
Update pip to the released 1.5
|
2014-01-02 09:33:35 -05:00 |
Martin v. Löwis
|
c70d4f4d79
|
Issue #19728: Enable pip installation by default on Windows.
|
2014-01-02 14:12:30 +01:00 |
Victor Stinner
|
009771ee6b
|
(Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters
(delimiter, escapechar, quotechar)
|
2014-01-02 12:53:50 +01:00 |
Victor Stinner
|
6a31b0fa19
|
Issue #18829: Add tests for the csv module for invalid characters (delimiter,
escapechar, quotechar)
|
2014-01-02 12:53:13 +01:00 |
Victor Stinner
|
e8794526db
|
threading.RLock._acquire_restore() now raises a TypeError instead of a
SystemError when it is not called with 2 arguments
|
2014-01-02 12:47:24 +01:00 |
Victor Stinner
|
f4c68db162
|
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Fix typo: "os" format => "Os"
|
2014-01-02 11:50:10 +01:00 |
Victor Stinner
|
5f8d485982
|
parser: fix usage of Py_BuildValue() to build a parser error
Fix typo: "os" format => "Os"
|
2014-01-02 11:49:27 +01:00 |
Ned Deily
|
84d3256c9d
|
Update copyright dates in Mac plists.
|
2014-01-01 13:06:02 -08:00 |
Ned Deily
|
cb0613b860
|
Update copyright dates in Mac plists.
|
2014-01-01 13:05:03 -08:00 |
Benjamin Peterson
|
a015bb1e2b
|
merge 3.3
|
2013-12-31 22:02:41 -06:00 |
Benjamin Peterson
|
fa10ae0978
|
update copyright year
|
2013-12-31 22:02:22 -06:00 |
Antoine Pitrou
|
b672888092
|
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.
|
2014-01-01 02:51:58 +01:00 |
Antoine Pitrou
|
3f48ac98c0
|
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.
|
2014-01-01 02:50:45 +01:00 |
R David Murray
|
089305f8f6
|
Merge: Clarify the wording of a news entry.
|
2013-12-31 17:34:40 -05:00 |
R David Murray
|
b075cc0d76
|
Clarify the wording of a news entry.
|
2013-12-31 17:33:47 -05:00 |
R David Murray
|
33ef1aeb1e
|
whatsnew: mock called_with improvements, socket CAN_BCM support.
Also reworded the other entries in the socket section of whatsnew, as
well as a couple of unrelated news entries.
|
2013-12-31 16:04:50 -05:00 |
R David Murray
|
8b2d68245e
|
whatsnew: random.getrandbits performance.
Also fix a NEWS file issue number error, and some spacing fixes in whatsnew.
|
2013-12-31 15:06:05 -05:00 |
R David Murray
|
d592bb2dc4
|
whatsnew: afic.open supports 'with'.
|
2013-12-31 13:45:38 -05:00 |
Zachary Ware
|
1cb4f607d1
|
Merge with 3.3
|
2013-12-31 12:10:24 -06:00 |
Zachary Ware
|
340a692283
|
str subclasses may have non-empty __slots__, bytes subclasses can't.
|
2013-12-31 12:09:26 -06:00 |
R David Murray
|
fced3ec2db
|
whatsnew: argparse FileType accepts errors and encodings args.
|
2013-12-31 11:18:01 -05:00 |
R David Murray
|
2bc930f044
|
whatsnew: epoll supports with.
Also reworded the description of the feature in the docs.
|
2013-12-31 11:17:21 -05:00 |
Donald Stufft
|
d9ddd3f9ba
|
Update setuptools to 2.0.2
|
2013-12-31 06:52:47 -05:00 |
Donald Stufft
|
73777c48dd
|
Update pip to 1.5rc4
|
2013-12-31 06:49:54 -05:00 |
Zachary Ware
|
bfd488c51f
|
Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)
|
2013-12-30 15:09:20 -06:00 |
Zachary Ware
|
efa2e04033
|
Issue19619: skip zlib error test when zlib not available
|
2013-12-30 14:54:11 -06:00 |
Zachary Ware
|
2ee2c95595
|
Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)
|
2013-12-30 14:39:46 -06:00 |
Christian Heimes
|
f598558afb
|
Fixed typo (thx Arfrever)
|
2013-12-30 09:33:46 +01:00 |
Michael Foord
|
4d1639f4e5
|
Closes issue 20031. Document unittest.TextTestRunner.run method.
|
2013-12-29 23:38:55 +00:00 |
R David Murray
|
2691ee6183
|
whatsnew: abc.ABC. Also add issue number to news entry and reword.
|
2013-12-28 23:15:12 -05:00 |
Senthil Kumaran
|
b6fac245b5
|
Backporing the fix from Issue #12692
|
2013-12-28 17:36:18 -08:00 |
Antoine Pitrou
|
3e86ba4e32
|
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
|
2013-12-28 17:26:33 +01:00 |
R David Murray
|
880fee60ca
|
Add context to a json NEWS entry.
|
2013-12-27 17:08:18 -05:00 |