summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-191-1/+1
* Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-191-0/+3
* Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-191-0/+3
* Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-181-0/+3
* Issue #23568: Add rdivmod support to MagicMock() objects.Berker Peksag2015-03-141-0/+3
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-0/+3
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-132-0/+6
* Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-121-0/+3
* Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-112-0/+3
* Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-111-0/+3
* Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-101-0/+3
* Issue #23593: fix Misc/NEWS entriesNed Deily2015-03-061-1/+1
* Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.Ned Deily2015-03-061-0/+2
* enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)Benjamin Peterson2015-03-051-0/+3
* Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-041-0/+3
* Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041-0/+2
* merge 3.3 (#23367)Benjamin Peterson2015-03-021-0/+2
|\
| * fix possible overflow bugs in unicodedata (closes #23367)Benjamin Peterson2015-03-021-0/+2
* | remove mention of Python 2.2 and 2.3Benjamin Peterson2015-03-021-6/+5
* | Issue #20204: Added the __module__ attribute to _tkinter classes.Serhiy Storchaka2015-03-011-0/+3
* | 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
* | Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)Larry Hastings2015-02-271-3/+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
|\ \
| * | 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
| * | 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 #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-201-0/+3
| * | remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-191-0/+2
| * | 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
| * | | 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 #23146: Fix mishandling of absolute Windows paths with forward slashes ...Antoine Pitrou2015-02-151-0/+3
| * | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...Antoine Pitrou2015-02-111-0/+6
| * | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.Serhiy Storchaka2015-02-101-0/+3
| * | | merge 3.3 (#23361)Benjamin Peterson2015-02-101-0/+1
| |\ \ \ | | |/ /
| | * | add overflow checking (closes #23361)Benjamin Peterson2015-02-101-0/+2
* | | | 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
|/ / /
* | | Post-release updates for Python 3.4.3rc1.Larry Hastings2015-02-081-0/+11
* | | Version bump for 3.4.3rc1.Larry Hastings2015-02-082-2/+2
* | | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-061-0/+2
* | | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+2
* | | fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-062-0/+4