summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)"revert-16839-backport-5a88d50-3.8Senthil Kumaran2020-02-162-7/+25
* [3.8] closes bpo-39630: Update pointers to string literals to be const char *...Benjamin Peterson2020-02-133-4/+4
* closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)Miss Islington (bot)2020-02-133-1/+26
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Miss Islington (bot)2020-02-132-0/+10
* [3.8] bpo-39606: allow closing async generators that are already closed (GH-1...Miss Islington (bot)2020-02-133-6/+41
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Steve Dower2020-02-1315-17/+314
* closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)Miss Islington (bot)2020-02-121-2/+2
* bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)Miss Islington (bot)2020-02-123-18/+47
* bpo-21016: pydoc and trace use sysconfig (GH-18476)Miss Islington (bot)2020-02-123-6/+9
* bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)Miss Islington (bot)2020-02-123-5/+47
* bpo-39605: Remove a cast that causes a warning. (GH-18473)Miss Islington (bot)2020-02-111-1/+1
* bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)Miss Islington (bot)2020-02-117-68/+254
* closes bpo-39605: Fix some casts to not cast away const. (GH-18453)Miss Islington (bot)2020-02-119-35/+35
* docs: macos - change "versiona" to "versions" (GH-18467) (GH-18469)Miss Islington (bot)2020-02-111-1/+1
* bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)Miss Islington (bot)2020-02-112-5/+85
* Post 3.8.2rc1Łukasz Langa2020-02-111-1/+1
* Merge tag 'v3.8.2rc1' into 3.8Łukasz Langa2020-02-1162-165/+705
|\
| * Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-1062-165/+705
* | bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Miss Islington (bot)2020-02-102-9/+0
* | bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)Miss Islington (bot)2020-02-102-4/+4
* | bpo-39594: Fix typo in os.times documentation (GH-18443)Miss Islington (bot)2020-02-101-4/+2
* | bpo-13826: Clarify Popen constructor example (GH-18438)Miss Islington (bot)2020-02-101-2/+8
* | Improve grammar in the import system reference documentation (GH-18209)Miss Islington (bot)2020-02-101-1/+1
* | bpo-39600, IDLE: Remove duplicated font names (GH-18430)Miss Islington (bot)2020-02-102-2/+4
* | Issue3950: Fix docs for default locale used by gettext to match implementatio...Miss Islington (bot)2020-02-101-2/+2
|/
* Grammar fix in tutorial (GH-18425) (GH-18426)Miss Islington (bot)2020-02-101-1/+1
* bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...Miss Islington (bot)2020-02-101-2/+3
* bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...Miss Islington (bot)2020-02-093-0/+17
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Miss Islington (bot)2020-02-072-3/+15
* [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...Lysandros Nikolaou2020-02-073-2/+12
* bpo-39534: Doc: Clarify return in finally (GH-18324)Miss Islington (bot)2020-02-061-9/+27
* Fix MinGW library generation command (GH-17917)Miss Islington (bot)2020-02-061-1/+1
* bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)Miss Islington (bot)2020-02-063-1/+41
* bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)Miss Islington (bot)2020-02-062-1/+3
* bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)Miss Islington (bot)2020-02-051-1/+0
* bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)Miss Islington (bot)2020-02-042-0/+5
* bpo-39184: Add audit events to command execution functions in os and pty modu...Miss Islington (bot)2020-02-045-7/+56
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)Miss Islington (bot)2020-02-043-0/+7
* bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)Miss Islington (bot)2020-02-041-1/+5
* Fixes in sorting descriptions (GH-18317)Miss Islington (bot)2020-02-032-9/+9
* bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...Miss Islington (bot)2020-02-032-3/+6
* fixes typos in http.client documentation (GH-18300)Miss Islington (bot)2020-02-031-2/+2
* bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...Miss Islington (bot)2020-02-033-1/+12
* [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...Antoine Pitrou2020-02-023-4/+43
* bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)Miss Islington (bot)2020-01-305-3/+9
* bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)Miss Islington (bot)2020-01-302-1/+8
* [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...Steve Dower2020-01-292-2/+5
* bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)Miss Islington (bot)2020-01-292-0/+2
* bpo-39485: fix corner-case in method-detection of mock (GH-18255)Miss Islington (bot)2020-01-292-5/+4
* bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)Miss Islington (bot)2020-01-291-0/+12