summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the trailing whitespace issue.backport-eeab510-3.6Senthil Kumaran2018-10-261-1/+1
* [3.6] bpo-34576 - Fix the formatting for security considerations in http.serv...Senthil Kumaran2018-10-250-0/+0
* bpo-34576 - Fix the formatting for security considerations in http.server.rst...Senthil Kumaran2018-10-251-0/+5
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-252-3/+2
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Steve Dower2018-10-253-2/+6
* configparser doc: Properly label ConfigParser attributes (GH-9930)Miss Islington (bot)2018-10-241-3/+3
* importlib doc: Fix approximated import_module() code (GH-9945)Miss Islington (bot)2018-10-241-1/+1
* [3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...Tal Einat2018-10-241-0/+5
* [3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-232-6/+12
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Miss Islington (bot)2018-10-232-3/+3
* Fix error handling bugs in _elementtree.c. (GH-10060)Miss Islington (bot)2018-10-231-11/+11
* bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)Miss Islington (bot)2018-10-231-10/+25
* bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)Miss Islington (bot)2018-10-232-18/+24
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Miss Islington (bot)2018-10-221-5/+6
* [3.6] bpo-34901: add -I flag to sys.flags (GH-9755)danishprakash2018-10-221-0/+3
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Miss Islington (bot)2018-10-213-35/+88
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Miss Islington (bot)2018-10-202-0/+6
* [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)Ned Deily2018-10-201-3/+0
* Post release bumpNed Deily2018-10-202-3/+3
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-206-16/+27
|\
| * 3.6.7finalv3.6.7Ned Deily2018-10-206-11/+27
| * bpo-34576: Revert doc change until it can be properly fixed (GH-9720)Ned Deily2018-10-201-8/+0
| * bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-201-0/+3
* | bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)Miss Islington (bot)2018-10-201-24/+0
* | bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). ...Serhiy Storchaka2018-10-202-53/+21
* | bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...Miss Islington (bot)2018-10-193-28/+28
* | bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)Miss Islington (bot)2018-10-191-3/+9
* | bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Miss Islington (bot)2018-10-193-3/+27
* | bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-191-4/+5
* | bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-191-0/+5
* | bpo-33594: Add deprecation info in inspect.py module (GH-7036)Miss Islington (bot)2018-10-192-7/+18
* | bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)Miss Islington (bot)2018-10-192-2/+17
* | In email docs, correct spelling of foregoing (GH-9856) (GH-9920)Miss Islington (bot)2018-10-201-1/+1
* | In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) ...Miss Islington (bot)2018-10-201-1/+1
* | bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)Miss Islington (bot)2018-10-202-2/+9
* | bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)Miss Islington (bot)2018-10-203-2/+7
* | Elaborate datetime.timedelta docstring (GH-7458)Miss Islington (bot)2018-10-191-1/+5
* | bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...Miss Islington (bot)2018-10-202-8/+5
* | bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH...Miss Islington (bot)2018-10-193-4/+14
* | bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-195-12/+102
* | Fix several reference counting bugs in pyexpat.c. (GH-9955)Miss Islington (bot)2018-10-191-4/+8
* | Updated documentation on logging.debug(). (GH-9946) (GH-9950)Miss Islington (bot)2018-10-181-2/+2
* | bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)Miss Islington (bot)2018-10-183-31/+83
* | [3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)Miss Islington (bot)2018-10-172-0/+8
* | [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)Stéphane Wirtel2018-10-185-27/+34
* | [3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-173-3/+15
* | bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-161-0/+3
* | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-152-5/+5
* | bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)Miss Islington (bot)2018-10-152-13/+35
* | fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)Miss Islington (bot)2018-10-152-7/+7