Serhiy Storchaka
|
c2ccce791c
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Fixed 2 to 3 porting bug in pynche.ColorDB.
Added few tests for __truediv__, __floordiv__ and __matmul__.
|
2015-03-12 22:01:30 +02:00 |
|
Serhiy Storchaka
|
a60c2fe480
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Fixed 2 to 3 porting bug in pynche.ColorDB.
|
2015-03-12 21:56:08 +02:00 |
|
Berker Peksag
|
9bd8af788d
|
Issue #23581: Add matmul support to MagicMock.
Patch by Håkan Lövdahl.
|
2015-03-12 20:42:48 +02:00 |
|
Berker Peksag
|
4a0e14730b
|
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
|
2015-03-12 18:51:16 +02:00 |
|
Berker Peksag
|
18987a11ce
|
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
|
2015-03-12 18:50:49 +02:00 |
|
Victor Stinner
|
95bb714ff7
|
Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()
functions of faulthandler now accept file descriptors. Patch by Wei Wu.
|
2015-03-12 15:32:03 +01:00 |
|
Victor Stinner
|
ebaa81f3b1
|
Merge 3.4 (test_os)
|
2015-03-12 10:32:20 +01:00 |
|
Victor Stinner
|
0561c53d78
|
Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()
|
2015-03-12 10:28:24 +01:00 |
|
Serhiy Storchaka
|
b669bfc2be
|
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
|
2015-03-12 11:15:15 +02:00 |
|
Serhiy Storchaka
|
a112a8ae47
|
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
|
2015-03-12 11:13:36 +02:00 |
|
Victor Stinner
|
411bf641d3
|
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
is True
|
2015-03-12 09:12:48 +01:00 |
|
Serhiy Storchaka
|
91427733ea
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
|
2015-03-11 18:22:29 +02:00 |
|
Serhiy Storchaka
|
c775ad615a
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
|
2015-03-11 18:20:35 +02:00 |
|
Ethan Furman
|
354ecf1ef2
|
Close issue23486: performance boost for enum member lookup
|
2015-03-11 08:43:12 -07:00 |
|
Serhiy Storchaka
|
ca8b64461d
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
imp.reload(). Patch by Thomas Kluyver.
|
2015-03-11 17:31:33 +02:00 |
|
Serhiy Storchaka
|
cf4a2f29ad
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
imp.reload(). Patch by Thomas Kluyver.
|
2015-03-11 17:18:03 +02:00 |
|
Ethan Furman
|
62e977f1b6
|
Close issue23467: add %r compatibility to bytes and bytearray
|
2015-03-11 08:17:00 -07:00 |
|
Antoine Pitrou
|
63afdaa110
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
|
2015-03-10 22:35:24 +01:00 |
|
Antoine Pitrou
|
a654510150
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
|
2015-03-10 22:32:00 +01:00 |
|
Steve Dower
|
12541dc22e
|
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
|
2015-03-10 13:20:21 -07:00 |
|
Steve Dower
|
ebb8c2d528
|
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
|
2015-03-10 13:17:21 -07:00 |
|
Steve Dower
|
959ee7c200
|
Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change
|
2015-03-10 09:56:38 -07:00 |
|
Victor Stinner
|
e3e56fea2a
|
Merge 3.4 (asyncio)
|
2015-03-10 16:32:50 +01:00 |
|
Victor Stinner
|
7a82afee70
|
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Replace "running" with "not started" and don't show the pid if the subprocess
didn't start yet.
|
2015-03-10 16:32:29 +01:00 |
|
Victor Stinner
|
524a5ba111
|
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
The usage of os.scandir() reduces the number of calls to os.stat().
Initial patch written by Ben Hoyt.
|
2015-03-10 13:20:34 +01:00 |
|
Benjamin Peterson
|
5d2d63ed7d
|
merge 3.4
|
2015-03-09 10:37:59 -04:00 |
|
Benjamin Peterson
|
101447b3fe
|
fix up import style
|
2015-03-09 10:37:50 -04:00 |
|
Larry Hastings
|
551719be4a
|
Merge.
|
2015-03-09 02:40:13 -07:00 |
|
Antoine Pitrou
|
5bd7bf5bab
|
Issue #22980: Under Linux, C extensions now include bitness in the file name,
to make it easy to test 32-bit and 64-bit builds in the same working tree.
|
2015-03-08 20:43:10 +01:00 |
|
Larry Hastings
|
6003ac5267
|
Release bump for 3.5.0a2.
|
2015-03-08 00:24:34 -08:00 |
|
Serhiy Storchaka
|
cfb5b87860
|
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Patch by Martin Panter.
|
2015-03-08 09:17:28 +02:00 |
|
Serhiy Storchaka
|
f87afb0381
|
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Patch by Martin Panter.
|
2015-03-08 09:16:40 +02:00 |
|
Steve Dower
|
d5a0be6fc0
|
Suppress assert dialogs in test_os
|
2015-03-07 21:25:54 -08:00 |
|
Steve Dower
|
79938f22ef
|
Suppress assert dialogs in test_cmd_line.
|
2015-03-07 20:32:16 -08:00 |
|
Victor Stinner
|
6036e4431d
|
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
function -- a better and faster directory iterator". Patch written by Ben
Hoyt.
|
2015-03-08 01:58:04 +01:00 |
|
Antoine Pitrou
|
adb351fcea
|
Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive()
|
2015-03-08 00:18:29 +01:00 |
|
Antoine Pitrou
|
e3207fe86b
|
Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive()
|
2015-03-08 00:15:05 +01:00 |
|
Serhiy Storchaka
|
88f64f392c
|
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
|
2015-03-07 20:08:34 +02:00 |
|
Serhiy Storchaka
|
c0a23e6320
|
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
not as stringified enum. Patch by Demian Brecht.
|
2015-03-07 11:51:37 +02:00 |
|
Serhiy Storchaka
|
eef20de744
|
Issue #22853: Added regression test for using multiprocessing.Queue at import
time. Patch by Davin Potts.
|
2015-03-06 23:33:51 +02:00 |
|
Serhiy Storchaka
|
f8904e99c7
|
Issue #22853: Added regression test for using multiprocessing.Queue at import
time. Patch by Davin Potts.
|
2015-03-06 23:32:54 +02:00 |
|
Benjamin Peterson
|
f01c782960
|
merge 3.4
|
2015-03-06 09:10:45 -05:00 |
|
Benjamin Peterson
|
c19ed37579
|
remove redundant test
|
2015-03-06 09:10:26 -05:00 |
|
Benjamin Peterson
|
abda8ddd3e
|
merge 3.4 (#23590)
|
2015-03-06 09:09:46 -05:00 |
|
Benjamin Peterson
|
a915723dc7
|
fix potential refleak in PyFloat_AsDouble (closes #23590)
|
2015-03-06 09:08:44 -05:00 |
|
Robert Collins
|
f0c819acd0
|
Issue #22936: Allow showing local variables in unittest errors.
|
2015-03-06 13:46:35 +13:00 |
|
Robert Collins
|
7e28df94ec
|
unittest: Trivial typo fix.
|
2015-03-06 11:35:29 +13:00 |
|
Robert Collins
|
d7c7e0ef69
|
Issue #22936: Make it possible to show local variables in tracebacks.
|
2015-03-05 20:28:52 +13:00 |
|
Benjamin Peterson
|
3e2500d6db
|
merge 3.4
|
2015-03-04 23:20:23 -05:00 |
|
Benjamin Peterson
|
7bcf9a5588
|
use _import_symbols to import VERIFY_* constants
|
2015-03-04 23:18:57 -05:00 |
|