Benjamin Peterson
|
e35a17af68
|
merge 3.4
|
2015-03-01 20:59:41 -05:00 |
|
Benjamin Peterson
|
6e820c0548
|
remove mention of Python 2.2 and 2.3
|
2015-03-01 20:59:22 -05:00 |
|
Alexander Belopolsky
|
e49af34151
|
Issue #7830: Flatten nested functools.partial.
|
2015-03-01 15:08:17 -05:00 |
|
Serhiy Storchaka
|
490055a167
|
Issue #20204: Deprecation warning is now raised for builtin type without the
__module__ attribute.
|
2015-03-01 10:03:02 +02:00 |
|
Serhiy Storchaka
|
50adb9fc32
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
|
2015-03-01 09:07:10 +02:00 |
|
Serhiy Storchaka
|
efdc16f978
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
|
2015-03-01 09:06:29 +02:00 |
|
Serhiy Storchaka
|
1c205518a3
|
Issue #19980: Improved help() for non-recognized strings. help('') now
shows the help on str. help('help') now shows the help on help().
Original patch by Mark Lawrence.
|
2015-03-01 00:42:54 +02:00 |
|
Alexander Belopolsky
|
184291aeb7
|
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:44:47 -05: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
|
86ba765705
|
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:45:00 +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 |
|
Larry Hastings
|
2f710b6008
|
Merge from 3.4.
|
2015-02-27 09:21:06 -08: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
|
69899e6f3f
|
Merge 3.4 (httplib)
|
2015-02-27 17:47:40 +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 |
|
Steve Dower
|
76998fef2c
|
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
|
2015-02-26 14:25:33 -08: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 |
|
Antoine Pitrou
|
e71258a0e6
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Patch by Nikolaus Rath.
|
2015-02-26 13:08:07 +01:00 |
|
Larry Hastings
|
fc8eda5ad8
|
Release bump for 3.4.3 final.
|
2015-02-22 23:55:39 -08:00 |
|
Serhiy Storchaka
|
4f38e483c2
|
Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
|
2015-02-22 17:26:35 +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
|
4eea62fd2e
|
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
|
2015-02-21 10:07:35 +02:00 |
|
Serhiy Storchaka
|
df80706f14
|
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:21:08 +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
|
254dd59068
|
Issue #5700: io.FileIO() called flush() after closing the file.
flush() was not called in close() if closefd=False.
|
2015-02-21 00:35:53 +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
|
7065f376e0
|
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:47: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
|
869311dd97
|
merge 3.4 (#23481)
|
2015-02-19 17:58:19 -05:00 |
|
Benjamin Peterson
|
500af332f4
|
remove rc4 from the default client ciphers (closes #23481)
|
2015-02-19 17:57:08 -05:00 |
|
Benjamin Peterson
|
9dd25dd693
|
merge 3.4
|
2015-02-18 08:55:59 -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
|
77c041ba64
|
merge 3.4 (#21548)
|
2015-02-16 19:45:42 -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
|
23edd49e5b
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module. Original patch by Claudiu Popa.
|
2015-02-16 00:32:41 +02: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
|
c481bfb3f6
|
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
|
2015-02-15 18:12:20 +01:00 |
|
Antoine Pitrou
|
2d07b85585
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
Detected and fixed by Serhiy.
|
2015-02-15 18:06:54 +01: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 |
|
Serhiy Storchaka
|
c86ca26d32
|
Issue #23096: Pickle representation of floats with protocol 0 now is the same
for both Python and C implementations.
|
2015-02-15 14:18:32 +02:00 |
|
Steve Dower
|
8dcc1a9f96
|
Issue #23437: Update NEWS and whatsnew/3.5
|
2015-02-14 12:07:59 -08:00 |
|
Serhiy Storchaka
|
a750ce3325
|
Issue #19105: pprint now more efficiently uses free space at the right.
|
2015-02-14 10:55:19 +02:00 |
|
Berker Peksag
|
8089cd642f
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
|
2015-02-14 01:39:17 +02:00 |
|
Berker Peksag
|
0fe6325acf
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
|
2015-02-13 21:02:12 +02:00 |
|
Antoine Pitrou
|
8b62bbf2e5
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
|
2015-02-11 19:41:01 +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 |
|