Victor Stinner
|
fa4e68d425
|
Remove deadcode (HASH macro is no more defined)
|
2014-01-03 17:42:18 +01:00 |
|
Victor Stinner
|
92a419eea4
|
Remove now unused variables
|
2014-01-03 17:39:40 +01:00 |
|
Martin v. Löwis
|
7341b524af
|
Revert accidental deletion of _overlapped.
|
2014-01-03 15:53:20 +01:00 |
|
Martin v. Löwis
|
24e43308b7
|
* Issue #16113: Remove sha3 module again.
Patch by Christian Heimes, with modifications.
|
2014-01-03 14:05:06 +01:00 |
|
Victor Stinner
|
f3b46b4a66
|
unicode_char() uses get_latin1_char() to get latin1 singleton characters
|
2014-01-03 13:16:00 +01:00 |
|
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 |
|