summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the trailing whitespace issue.backport-eeab510-3.7Senthil Kumaran2018-10-261-1/+1
* [3.7] 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
* [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Steve Dower2018-10-253-2/+6
* bpo-28015: Support LTO build with clang (GH-9908)Miss Islington (bot)2018-10-244-83/+235
* 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
* bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-1...Miss Islington (bot)2018-10-241-3/+2
* Use f-strings in asyncio-task code examples (GH-10035)Miss Islington (bot)2018-10-241-6/+6
* [3.7] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (G...Tal Einat2018-10-242-0/+13
* [3.7] 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) (GH-10069)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-35046: do only one system call per line (logging.StreamHandler) (GH-10042...Miss Islington (bot)2018-10-231-2/+2
* bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH...Miss Islington (bot)2018-10-231-0/+40
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Miss Islington (bot)2018-10-221-5/+6
* bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)Miss Islington (bot)2018-10-223-76/+106
* 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.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012)Ned Deily2018-10-202-4/+0
* Post release bumpNed Deily2018-10-202-3/+3
* Merge tag 'v3.7.1' into 3.7Ned Deily2018-10-206-16/+34
|\
| * 3.7.1finalv3.7.1Ned Deily2018-10-208-14/+34
| * 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-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-983...Miss Islington (bot)2018-10-202-2/+7
| * bpo-34909: NEWS entry.Ned Deily2018-10-201-0/+2
* | 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-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-191-4/+5
* | bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Miss Islington (bot)2018-10-193-3/+27
* | 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-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978)Victor Stinner2018-10-193-1/+53
* | bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)Miss Islington (bot)2018-10-192-2/+17
* | bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9...Miss Islington (bot)2018-10-209-17/+17
* | bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743)Miss Islington (bot)2018-10-202-2/+9
* | bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545)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-9...Miss Islington (bot)2018-10-202-8/+5
* | queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)Miss Islington (bot)2018-10-191-2/+2
* | unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)Miss Islington (bot)2018-10-192-9/+9
* | bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (...Miss Islington (bot)2018-10-193-6/+118
* | bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH...Juliette Monsel2018-10-193-4/+14
* | bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-195-12/+102