Ned Deily
|
ab6b9f8a5b
|
Issue #22585: make URandomFDTests test case actually run
|
2015-03-17 04:30:08 -07:00 |
Serhiy Storchaka
|
05d54730da
|
Use non-zero and non-last positions in error handler tests.
|
2015-03-16 08:29:47 +02:00 |
Serhiy Storchaka
|
98d156b2b2
|
Increased coverage of standard codec error handlers.
|
2015-03-15 23:41:37 +02:00 |
Berker Peksag
|
a785dece57
|
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
|
2015-03-15 01:51:56 +02:00 |
Serhiy Storchaka
|
577fc4e87f
|
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
|
2015-03-13 09:05:01 +02:00 |
Serhiy Storchaka
|
79fbeee237
|
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
Potts.
|
2015-03-13 08:25:26 +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
|
18987a11ce
|
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
|
2015-03-12 18:50:49 +02: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
|
a112a8ae47
|
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
|
2015-03-12 11:13:36 +02:00 |
Serhiy Storchaka
|
c775ad615a
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
|
2015-03-11 18:20:35 +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 |
Antoine Pitrou
|
a654510150
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
|
2015-03-10 22:32:00 +01:00 |
Steve Dower
|
ebb8c2d528
|
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
|
2015-03-10 13:17:21 -07: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 |
Benjamin Peterson
|
101447b3fe
|
fix up import style
|
2015-03-09 10:37:50 -04:00 |
Serhiy Storchaka
|
f87afb0381
|
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Patch by Martin Panter.
|
2015-03-08 09:16:40 +02: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
|
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
|
c19ed37579
|
remove redundant test
|
2015-03-06 09:10:26 -05:00 |
Benjamin Peterson
|
a915723dc7
|
fix potential refleak in PyFloat_AsDouble (closes #23590)
|
2015-03-06 09:08:44 -05:00 |
Benjamin Peterson
|
7bcf9a5588
|
use _import_symbols to import VERIFY_* constants
|
2015-03-04 23:18:57 -05:00 |
Benjamin Peterson
|
c3d9c5ca0a
|
adjust test_crl_check for trusted first being default
|
2015-03-04 23:18:48 -05:00 |
Benjamin Peterson
|
990fcaac3c
|
expose X509_V_FLAG_TRUSTED_FIRST
|
2015-03-04 22:49:41 -05:00 |
Victor Stinner
|
20f4bd4a04
|
Issue #21619: Try to fix test_broken_pipe_cleanup()
|
2015-03-05 02:38:41 +01:00 |
Serhiy Storchaka
|
7beb4f96dc
|
Issue #23504: Added an __all__ to the types module.
|
2015-03-04 09:43:27 +02:00 |
Steve Dower
|
3f9e381030
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
|
2015-03-02 08:05:27 -08:00 |
Serhiy Storchaka
|
9270be7662
|
Added more tests for urllib.parse utility functions.
These functions are not documented but used in third-party code.
|
2015-03-02 16:32:29 +02:00 |
Berker Peksag
|
ed0392ae06
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
|
2015-03-02 07:40:36 +02:00 |
Berker Peksag
|
659f631a5e
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
The test checks that the environ argument contains correct headers,
querystring and path information.
Patch by Alex Shkop.
|
2015-03-02 06:53:33 +02:00 |
Berker Peksag
|
bcdfc6a1fa
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Also, remove support.run_doctest() since there is no doctests in
test_urllib2 and urllib.request.
|
2015-03-02 06:01:01 +02:00 |
Serhiy Storchaka
|
4c094e5fd5
|
Fixed pydoc tests when run with -OO.
|
2015-03-01 15:31:36 +02:00 |
Alexander Belopolsky
|
24d3deefcf
|
Fixes #23521: Corrected pure python implementation of timedelta division.
* Eliminated OverflowError from timedelta * float for some floats;
* Corrected rounding in timedlta true division.
|
2015-02-28 10:41:57 -05:00 |
Serhiy Storchaka
|
cf265fd02a
|
Fixed a test for issue #21619 on Windows.
On Windows an OSError with errno=EINVAL is raised.
|
2015-02-28 13:27:54 +02:00 |
Serhiy Storchaka
|
ab900c21fc
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
statement if the pipe was broken. Patch by Martin Panter.
|
2015-02-28 12:43:08 +02:00 |
Victor Stinner
|
ce8c7682d6
|
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Methods only raise NotImplementedError and are never used.
|
2015-02-27 17:49:09 +01:00 |
Victor Stinner
|
b389b48265
|
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
|
2015-02-27 17:47:23 +01:00 |
Larry Hastings
|
8c3ec536e9
|
Merge 3.4.3 release engineering changes back into 3.4.
|
2015-02-26 05:58:48 -08:00 |
Benjamin Peterson
|
ed135f46ec
|
remove unused import
|
2015-02-25 16:47:14 -05:00 |
Larry Hastings
|
fc8eda5ad8
|
Release bump for 3.4.3 final.
|
2015-02-22 23:55:39 -08:00 |
Larry Hastings
|
e1642419b1
|
Doc updates for 3.4.3 final.
|
2015-02-22 23:54:38 -08:00 |
Serhiy Storchaka
|
c26a1a490f
|
Broke reference loops in tests added in issue #5700.
|
2015-02-23 00:28:38 +02:00 |
Serhiy Storchaka
|
80a1803193
|
Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
|
2015-02-22 17:25:33 +02:00 |
Serhiy Storchaka
|
a3369a524c
|
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
|
2015-02-21 12:08:52 +02:00 |
Serhiy Storchaka
|
a1543cdcd6
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
consumed too much memory and raised SystemError or MemoryError.
Original patch by Aleksi Torhamo.
|
2015-02-21 01:19:58 +02:00 |
Serhiy Storchaka
|
a3712a9a6c
|
Issue #5700: io.FileIO() called flush() after closing the file.
flush() was not called in close() if closefd=False.
|
2015-02-21 00:35:09 +02:00 |
Serhiy Storchaka
|
5e3d7a401d
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
differs from file system encoding (e.g. on Mac OS).
|
2015-02-20 23:46:06 +02:00 |
Berker Peksag
|
babc688180
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:39:38 +02:00 |
Benjamin Peterson
|
500af332f4
|
remove rc4 from the default client ciphers (closes #23481)
|
2015-02-19 17:57:08 -05:00 |
Serhiy Storchaka
|
095458596d
|
Issue #23474: Enhanced locale testing.
|
2015-02-18 08:04:37 +02:00 |