summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457)Pablo Galindo2019-12-041-6/+5
* bpo-38962: Fix reference leak in new_interpreter() (GH-17453)Pablo Galindo2019-12-041-0/+2
* bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)Inada Naoki2019-12-043-5/+24
* bpo-38962: Fix reference leak in test_httpservers (GH-17454)Pablo Galindo2019-12-041-5/+9
* Add setobject.c (GH-17463)Raymond Hettinger2019-12-041-0/+1
* add @ethanfurman for tarfile (GH-17461)Ethan Furman2019-12-041-0/+1
* bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)Daniel Himmelstein2019-12-043-7/+69
* bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)An Long2019-12-031-1/+2
* bpo-38270: Fix indentation of test_hmac assertions (GH-17446)stratakis2019-12-031-2/+2
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Matthew Rollings2019-12-024-0/+21
* Fix compiler warning in Objects/unicodeobject.c (GH-17440)Pablo Galindo2019-12-021-1/+1
* bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)torsava2019-12-021-2/+8
* bpo-38449: Add URL delimiters test cases (#16729)Dong-hee Na2019-12-011-0/+15
* document threading.Lock.locked() (GH-17427)idomic2019-12-011-0/+4
* Fix typos (GH-17423)Ofek Lev2019-12-011-2/+2
* bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile...Daniel Hillier2019-11-303-0/+25
* Fix old mention of virtualenv (GH-17417)Brett Cannon2019-11-291-1/+1
* bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...Steve Dower2019-11-287-47/+153
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Tal Einat2019-11-281-5/+8
* bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)Tzu-ping Chung2019-11-273-6/+9
* bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)Tzu-ping Chung2019-11-272-2/+4
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-274-19/+27
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Florian Dahlitz2019-11-271-1/+12
* Show the differing module names for readlink() (GH-17395)Yoni Lavi2019-11-271-2/+2
* Be more specific about the `.so` gitignore patterns (GH-17328)Anthony Sottile2019-11-271-1/+2
* bpo-38688, shutil.copytree: consume iterator and create list of entries to pr...Bruno P. Kinoshita2019-11-273-6/+23
* bpo-38922: Raise code.__new__ audit event when code object replace() is calle...Steve Dower2019-11-272-0/+9
* bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)HongWeipeng2019-11-262-23/+11
* bpo-38892: Improve docs for audit event (GH-17361)Terry Jan Reedy2019-11-264-15/+17
* bpo-22377: Fixes documentation for %Z in datetime (GH-16507)Karl Dubost2019-11-262-4/+15
* bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716)HongWeipeng2019-11-263-7/+18
* Remove use of deprecated `array.fromstring` method (GH-17332)David Coles2019-11-262-3/+3
* bpo-38328: Speed up the creation time of constant list and set display. (GH-1...Brandt Bucher2019-11-263-1/+25
* closes bpo-38803: Fix leak in posixmodule. (GH-17373)Eddie Elizondo2019-11-261-0/+1
* bpo-21063: Improve module synopsis for distutils (GH-17363)Sanchit Khurana2019-11-255-9/+9
* bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#...Stefan Behnel2019-11-253-7/+132
* bpo-38870: Remove dependency on contextlib to avoid performance regression on...Pablo Galindo2019-11-251-7/+13
* Fix typo in Doc/whatsnew/3.9.rst (GH-17372)Pablo Galindo2019-11-251-1/+1
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-246-751/+772
* bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-247-41/+69
* bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for in...Claudiu Popa2019-11-244-8/+35
* Remove unnecessary variable definition (GH-17368)Batuhan Taşkaya2019-11-241-1/+0
* Better runtime TypedDict (GH-17214)Zac Hatfield-Dodds2019-11-243-3/+25
* bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)Raymond Hettinger2019-11-234-3/+15
* bpo-38899: virtual environment activation for fish should use `source` (GH-17...Brett Cannon2019-11-233-3/+6
* bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)Victor Stinner2019-11-237-27/+6
* bpo-38686: fix HTTP Digest handling in request.py (#17045)PypeBros2019-11-222-2/+5
* Update CODEOWNERS (#17356)Ethan Furman2019-11-221-0/+3
* bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)Victor Stinner2019-11-221-14/+11
* bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)Victor Stinner2019-11-224-43/+24