summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4Benjamin Peterson2015-03-021-6/+5
|\
| * remove mention of Python 2.2 and 2.3Benjamin Peterson2015-03-021-6/+5
* | Issue #7830: Flatten nested functools.partial.Alexander Belopolsky2015-03-011-0/+2
* | Issue #20204: Deprecation warning is now raised for builtin type without theSerhiy Storchaka2015-03-011-0/+6
* | Issue #20204: Added the __module__ attribute to _tkinter classes.Serhiy Storchaka2015-03-011-0/+2
|\ \ | |/
| * Issue #20204: Added the __module__ attribute to _tkinter classes.Serhiy Storchaka2015-03-011-0/+3
* | Issue #19980: Improved help() for non-recognized strings. help('') nowSerhiy Storchaka2015-02-282-0/+6
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+4
|\ \ | |/
| * Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-0/+4
* | Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-281-0/+3
|\ \ | |/
| * Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-281-0/+3
* | Merge from 3.4.Larry Hastings2015-02-271-3/+1
|\ \ | |/
| * Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)Larry Hastings2015-02-271-3/+1
* | Merge 3.4 (httplib)Victor Stinner2015-02-271-0/+1
|\ \ | |/
| * Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.Victor Stinner2015-02-271-0/+1
| * Merge 3.4.3 release engineering changes back into 3.4.Larry Hastings2015-02-265-423/+39
| |\
| * | Post-release changes for 3.4.3.Larry Hastings2015-02-261-0/+12
| * | Release bump for 3.4.3 final.Larry Hastings2015-02-232-14/+2
* | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...Steve Dower2015-02-261-0/+3
* | | Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-0/+3
* | | Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+3
| * | Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-0/+4
* | | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-211-0/+3
* | | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-0/+4
|\ \ \ | |/ /
| * | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-0/+4
* | | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-0/+3
|\ \ \ | |/ /
| * | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-0/+3
* | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-201-0/+3
|\ \ \ | |/ /
| * | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-201-0/+3
* | | merge 3.4 (#23481)Benjamin Peterson2015-02-191-0/+2
|\ \ \ | |/ /
| * | remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-191-0/+2
* | | merge 3.4Benjamin Peterson2015-02-183-423/+0
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2015-02-183-423/+0
| |\ \
| | * \ merge 3.2Benjamin Peterson2015-02-183-424/+0
| | |\ \
| | | * | remove RPM, since it's unused and unmaintainedBenjamin Peterson2015-02-183-424/+0
| | | * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+12
* | | | | merge 3.4 (#21548)Benjamin Peterson2015-02-172-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)Benjamin Peterson2015-02-172-0/+4
* | | | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumbSerhiy Storchaka2015-02-151-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumbSerhiy Storchaka2015-02-151-0/+3
* | | | | Issue #23239: ssl.match_hostname() now supports matching of IP addresses.Antoine Pitrou2015-02-151-0/+2
* | | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ...Antoine Pitrou2015-02-151-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ...Antoine Pitrou2015-02-151-0/+3
* | | | | Issue #23096: Pickle representation of floats with protocol 0 now is the sameSerhiy Storchaka2015-02-151-0/+3
* | | | | Issue #23437: Update NEWS and whatsnew/3.5Steve Dower2015-02-141-0/+6
* | | | | Issue #19105: pprint now more efficiently uses free space at the right.Serhiy Storchaka2015-02-141-0/+2
* | | | | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.Berker Peksag2015-02-131-0/+3
* | | | | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.Berker Peksag2015-02-131-0/+2
* | | | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...Antoine Pitrou2015-02-111-0/+6
|\ \ \ \ \ | |/ / / /