aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)3.9Miss Islington (bot)2021-02-163-0/+32
* [3.9] Minor improvements to the convolve() recipe (GH-24520)Pablo Galindo2021-02-152-2/+3
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-1511-46/+176
* bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)Miss Islington (bot)2021-02-131-2/+3
* bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...Miss Islington (bot)2021-02-124-4/+4
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Miss Islington (bot)2021-02-122-0/+2
* bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)Ken Jin2021-02-091-0/+2
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Miss Islington (bot)2021-02-071-1/+2
* Simple typo fix (GH-24448)Miss Islington (bot)2021-02-051-1/+1
* bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...Miss Islington (bot)2021-02-051-6/+17
* bpo-35295: Remove outdated comment. (GH-24453)Miss Islington (bot)2021-02-041-7/+0
* bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) ...Miss Islington (bot)2021-02-043-1/+8
* build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)Miss Islington (bot)2021-02-041-1/+1
* bpo-42773: fix tests not being run on pushes (GH-24004)Miss Islington (bot)2021-02-031-1/+1
* Fix typo (GH-23019)Miss Islington (bot)2021-02-031-1/+1
* bpo-43108: Fix a reference leak in the curses module (GH-24420)Miss Islington (bot)2021-02-032-1/+4
* bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)Miss Islington (bot)2021-02-021-1/+1
* Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Miss Islington (bot)2021-02-021-0/+5
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-013-37/+59
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407)Miss Islington (bot)2021-02-011-5/+23
* bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) ...Miss Islington (bot)2021-02-011-2/+10
* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Miss Islington (bot)2021-01-316-6/+21
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Serhiy Storchaka2021-01-312-1/+5
* [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)Serhiy Storchaka2021-01-311-214/+783
* bpo-43083: Fix error handling in _sqlite3 (GH-24395)Miss Islington (bot)2021-01-312-7/+19
* bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...Miss Islington (bot)2021-01-312-1/+3
* bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)Miss Islington (bot)2021-01-311-4/+0
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Miss Islington (bot)2021-01-301-0/+4
* Fixing typos in turtle.rst (GH-24376)Miss Islington (bot)2021-01-291-6/+6
* Fixed typo in turtle.rst (GH-24371)Miss Islington (bot)2021-01-291-1/+1
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)Miss Islington (bot)2021-01-292-1/+2
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)Miss Islington (bot)2021-01-286-5/+37
* bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)Miss Islington (bot)2021-01-282-1/+18
* bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2...Miss Islington (bot)2021-01-271-0/+3
* bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24...Miss Islington (bot)2021-01-271-1/+5
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-265-13/+63
* [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)Terry Jan Reedy2021-01-261-2/+7
* [3.9] bpo-42383: pdb: do not fail to restart the target if the current direct...Andrey Bienkowski2021-01-262-0/+25
* [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)Andrey Bienkowski2021-01-253-1/+45
* bpo-43013: Fix old tkinter module names in idlelib (GH-24326)Miss Islington (bot)2021-01-2513-67/+66
* [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...Serhiy Storchaka2021-01-255-26/+102
* bpo-43013: Update idlelib code to 3.x (GH-24315)Miss Islington (bot)2021-01-2410-47/+49
* closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)Miss Islington (bot)2021-01-231-2/+2
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-212-8/+11
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-213-0/+35
* bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)Miss Islington (bot)2021-01-203-2/+14
* bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)Miss Islington (bot)2021-01-201-0/+12
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-183-32/+64
* bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)Miss Islington (bot)2021-01-183-28/+29
* [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all ...Jason R. Coombs2021-01-163-2/+50