summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118)Serhiy Storchaka2020-11-101-0/+3
* 3.6.12v3.6.12Ned Deily2020-08-152-3/+0
* bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485)Miss Islington (bot)2020-07-151-0/+1
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)Miss Islington (bot)2020-07-131-0/+2
* 3.6.11rc1v3.6.11rc1Ned Deily2020-06-171-3/+0
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)Victor Stinner2020-04-021-0/+3
* 3.6.10rc1v3.6.10rc1Ned Deily2019-12-112-7/+0
* [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-281-0/+4
* Fix infinite loop in email folding logic (GH-12732) (GH-14799)Miss Islington (bot)2019-07-211-0/+3
* 3.6.9v3.6.9Ned Deily2019-07-021-1/+0
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-271-0/+1
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-182-5/+0
* bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)Miss Islington (bot)2019-03-121-0/+3
* Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff ...Senthil Kumaran2019-01-101-2/+0
* bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-1063...Miss Islington (bot)2019-01-091-0/+2
* closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...Miss Islington (bot)2019-01-061-0/+2
* 3.6.8finalv3.6.8Ned Deily2018-12-231-1/+0
* [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)Myles Borins2018-12-201-0/+1
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-1132-85/+0
* Minor edits to NEWS entriesNed Deily2018-12-111-1/+3
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)Victor Stinner2018-12-101-0/+2
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)Miss Islington (bot)2018-12-081-0/+4
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-071-0/+3
* [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-061-0/+3
* bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...Miss Islington (bot)2018-12-061-0/+3
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Miss Islington (bot)2018-12-061-0/+7
* bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)Miss Islington (bot)2018-12-051-0/+4
* bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)...Miss Islington (bot)2018-12-051-0/+2
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-051-0/+5
* [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1...Andrew Svetlov2018-12-051-0/+1
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-031-0/+3
* bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)Miss Islington (bot)2018-12-011-0/+2
* bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)Miss Islington (bot)2018-12-011-0/+2
* bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)Miss Islington (bot)2018-11-291-0/+2
* [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)Victor Stinner2018-11-231-0/+2
* bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)Miss Islington (bot)2018-11-231-0/+2
* bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...Victor Stinner2018-11-201-0/+3
* Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)Miss Islington (bot)2018-11-191-0/+1
* bpo-34966: Improve support of method aliases in pydoc. (GH-9823)Miss Islington (bot)2018-11-071-0/+3
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+2
* [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-311-2/+2
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-261-0/+2
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952)Miss Islington (bot)2018-10-261-0/+3
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Steve Dower2018-10-251-0/+2
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Miss Islington (bot)2018-10-231-0/+2
* [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)Ned Deily2018-10-201-3/+0
* bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...Miss Islington (bot)2018-10-191-0/+2
* bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH...Miss Islington (bot)2018-10-191-0/+2
* bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-191-0/+2
* bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)Miss Islington (bot)2018-10-181-0/+3