summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)Miss Islington (bot)2021-01-292-1/+2
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)Miss Islington (bot)2021-01-296-5/+37
* bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)Miss Islington (bot)2021-01-282-1/+18
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-275-13/+63
* [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344)Terry Jan Reedy2021-01-261-2/+6
* [3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...Andrey Bienkowski2021-01-262-0/+25
* [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)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...Miss Islington (bot)2021-01-255-26/+102
* bpo-43013: Update idlelib code to 3.x (GH-24315) (#24317)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-222-8/+11
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-213-0/+35
* Fix typos in unittest documentation (GH-24194)Miss Islington (bot)2021-01-201-3/+3
* bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)Miss Islington (bot)2021-01-202-2/+2
* bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)Miss Islington (bot)2021-01-203-2/+14
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-183-32/+64
* [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __...William Schwartz2021-01-163-3/+18
* [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...Petr Viktorin2021-01-123-4/+7
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Miss Islington (bot)2021-01-104-3/+20
* bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...Miss Islington (bot)2021-01-072-1/+3
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Steve Dower2021-01-064-3/+4
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Miss Islington (bot)2021-01-061-1/+1
* bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)Miss Islington (bot)2021-01-061-13/+0
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-064-5/+6
* [3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-...Erlend Egeberg Aasland2021-01-052-3/+4
* [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...Serhiy Storchaka2021-01-052-15/+44
* [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Terry Jan Reedy2021-01-056-31/+227
* Fix broken NEWS markup (GH-24110)Miss Islington (bot)2021-01-051-1/+1
* bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670)Miss Islington (bot)2021-01-053-19/+14
* bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)Miss Islington (bot)2021-01-042-0/+9
* Do not remove x bit from published directories (GH-24101)Miss Islington (bot)2021-01-041-2/+2
* Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-236...Julien Palard2021-01-049-11/+11
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#2...Miss Islington (bot)2021-01-042-3/+4
* Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)Miss Islington (bot)2021-01-041-1/+0
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-045-61/+157
* [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-240...Serhiy Storchaka2021-01-031-39/+63
* bpo-42809: Improve pickle tests for recursive data. (GH-24060)Miss Islington (bot)2021-01-021-87/+253
* [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)Serhiy Storchaka2021-01-013-9/+30
* [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)Serhiy Storchaka2021-01-013-2/+5
* [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...Serhiy Storchaka2021-01-013-21/+26
* [3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (G...Serhiy Storchaka2021-01-011-1/+3
* [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-...Serhiy Storchaka2021-01-015-12/+38
* Bring Python into the new year. (GH-24036)Miss Islington (bot)2021-01-019-10/+10
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Miss Islington (bot)2021-01-012-3/+9
* Fixes a typo in importlib.metadata. (GH-23921) (#24030)Miss Islington (bot)2020-12-311-2/+2
* [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)Andre Delfino2020-12-311-0/+6
* Allow / character in username,password fields in _PROXY envvars. (GH-23973) (...Miss Islington (bot)2020-12-293-2/+15
* bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)Miss Islington (bot)2020-12-291-2/+2
* [doc] Fix missing commas in signatures (GH-23693)Miss Islington (bot)2020-12-292-3/+3