Ned Deily
|
ac677f3fed
|
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
|
2015-03-05 17:34:24 -08:00 |
Benjamin Peterson
|
fdb1971587
|
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
|
2015-03-04 22:11:12 -05:00 |
Antoine Pitrou
|
f7f3b0a14a
|
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
|
2015-03-04 20:51:55 +01:00 |
Serhiy Storchaka
|
7beb4f96dc
|
Issue #23504: Added an __all__ to the types module.
|
2015-03-04 09:43:27 +02:00 |
Benjamin Peterson
|
5061e67f0f
|
merge 3.3 (#23367)
|
2015-03-02 11:18:40 -05:00 |
Benjamin Peterson
|
b779bfba45
|
fix possible overflow bugs in unicodedata (closes #23367)
|
2015-03-02 11:17:05 -05:00 |
Benjamin Peterson
|
6e820c0548
|
remove mention of Python 2.2 and 2.3
|
2015-03-01 20:59:22 -05:00 |
Serhiy Storchaka
|
efdc16f978
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
|
2015-03-01 09:06:29 +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
|
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 |
Larry Hastings
|
c332f8a492
|
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
|
2015-02-27 09:14:32 -08: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 |
Larry Hastings
|
e287746401
|
Post-release changes for 3.4.3.
|
2015-02-26 05:56:32 -08:00 |
Larry Hastings
|
fc8eda5ad8
|
Release bump for 3.4.3 final.
|
2015-02-22 23:55:39 -08: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 |
Benjamin Peterson
|
500af332f4
|
remove rc4 from the default client ciphers (closes #23481)
|
2015-02-19 17:57:08 -05:00 |
Benjamin Peterson
|
76e37b1b8a
|
merge 3.3
|
2015-02-18 08:55:38 -05:00 |
Benjamin Peterson
|
03f8612562
|
merge 3.2
|
2015-02-18 08:54:22 -05:00 |
Benjamin Peterson
|
893cce921c
|
remove RPM, since it's unused and unmaintained
|
2015-02-18 08:52:46 -05:00 |
Benjamin Peterson
|
54237f9fea
|
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Patch by Yuyang Guo and Berker Peksag.
|
2015-02-16 19:45:01 -05:00 |
Serhiy Storchaka
|
74eb8b2d1a
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
|
2015-02-16 00:30:43 +02:00 |
Antoine Pitrou
|
57fffd6f99
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Detected and fixed by Serhiy.
|
2015-02-15 18:03:59 +01:00 |
Antoine Pitrou
|
3d6c784371
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
|
2015-02-11 19:39:16 +01:00 |
Serhiy Storchaka
|
832dd5f0d6
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
|
2015-02-10 08:45:53 +02:00 |
Benjamin Peterson
|
22ef9f722e
|
merge 3.3 (#23361)
|
2015-02-09 20:58:52 -05:00 |
Benjamin Peterson
|
8ce6806498
|
add overflow checking (closes #23361)
|
2015-02-09 20:58:12 -05:00 |
Larry Hastings
|
833d1925c7
|
Post-release updates for Python 3.4.3rc1.
|
2015-02-08 14:04:36 -08:00 |
Larry Hastings
|
e5529063b2
|
Version bump for 3.4.3rc1.
|
2015-02-07 16:00:45 -08:00 |
Barry Warsaw
|
581c29f8fe
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
2015-02-06 11:23:58 -05:00 |
Serhiy Storchaka
|
b51813403f
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
2015-02-06 08:58:56 +02:00 |
Benjamin Peterson
|
104b9e0cca
|
fix many custom mro() edge cases and improve code quality (#22735)
Patch by Eldar Abusalimov.
|
2015-02-05 22:29:14 -05:00 |
Ned Deily
|
9125fe2e50
|
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
(currently only used for builds with <= 10.5 deployment targets)
|
2015-02-06 14:13:30 +11:00 |
Serhiy Storchaka
|
aef859c5ee
|
Issue #18982: Add tests for CLI of the calendar module.
|
2015-02-05 15:14:35 +02:00 |
Ned Deily
|
05784a706e
|
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
|
2015-02-05 17:20:13 +11:00 |
Serhiy Storchaka
|
c057c3859c
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
|
2015-02-03 02:00:18 +02:00 |
Serhiy Storchaka
|
4fdb68491e
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
and PyObject_AsWriteBuffer().
|
2015-02-03 01:21:08 +02:00 |
Benjamin Peterson
|
7a66fc22ad
|
revert lineno and col_offset changes from #16795 (closes #21295)
|
2015-02-02 10:51:20 -05:00 |
Benjamin Peterson
|
c468b537cd
|
merge 3.3 (#23364, #23363)
|
2015-02-01 21:35:34 -05:00 |
Benjamin Peterson
|
0eaabf1c05
|
check for overflows in permutations() and product() (closes #23363, closes #23364)
|
2015-02-01 21:34:07 -05:00 |
Benjamin Peterson
|
f635dc32b1
|
merge 3.3 (#23365)
|
2015-02-01 21:11:39 -05:00 |
Benjamin Peterson
|
6f082297b2
|
check for overflow in combinations_with_replacement (closes #23365)
|
2015-02-01 21:10:47 -05:00 |
Benjamin Peterson
|
819c4e9bc4
|
merge 3.3 (#23366)
|
2015-02-01 21:00:15 -05:00 |
Benjamin Peterson
|
4b40eeb339
|
detect overflow in combinations (closes #23366)
|
2015-02-01 20:59:00 -05:00 |
Benjamin Peterson
|
3675cd9db1
|
merge 3.3 (#23369)
|
2015-02-01 17:59:49 -05:00 |
Benjamin Peterson
|
e3bfe19358
|
fix possible overflow in encode_basestring_ascii (closes #23369)
|
2015-02-01 17:53:53 -05:00 |