summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Miss Islington (bot)2021-01-311-0/+2
* bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...Miss Islington (bot)2021-01-311-0/+2
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)Miss Islington (bot)2021-01-291-0/+1
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)Miss Islington (bot)2021-01-291-0/+2
* bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)Miss Islington (bot)2021-01-281-0/+1
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-271-0/+1
* [3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...Andrey Bienkowski2021-01-261-0/+2
* [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)Andrey Bienkowski2021-01-251-0/+1
* [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...Miss Islington (bot)2021-01-251-0/+2
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-0/+2
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-211-0/+1
* bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)Miss Islington (bot)2021-01-201-0/+2
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-181-0/+2
* [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __...William Schwartz2021-01-161-0/+1
* [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...Petr Viktorin2021-01-121-0/+2
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Miss Islington (bot)2021-01-101-0/+1
* bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...Miss Islington (bot)2021-01-071-0/+2
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Steve Dower2021-01-061-0/+1
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-061-0/+1
* [3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-...Erlend Egeberg Aasland2021-01-051-0/+1
* [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Terry Jan Reedy2021-01-051-0/+2
* 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-051-0/+3
* bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)Miss Islington (bot)2021-01-041-0/+1
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#2...Miss Islington (bot)2021-01-041-0/+1
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-041-0/+1
* [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)Serhiy Storchaka2021-01-011-0/+3
* [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)Serhiy Storchaka2021-01-012-0/+3
* [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...Serhiy Storchaka2021-01-011-0/+2
* [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-...Serhiy Storchaka2021-01-011-0/+3
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Miss Islington (bot)2021-01-011-0/+2
* Allow / character in username,password fields in _PROXY envvars. (GH-23973) (...Miss Islington (bot)2020-12-291-0/+1
* [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...Miss Islington (bot)2020-12-251-0/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-251-0/+2
* closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)Miss Islington (bot)2020-12-241-0/+2
* Python 3.8.7v3.8.7Ɓukasz Langa2020-12-2118-59/+195
* bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)Miss Islington (bot)2020-12-201-0/+1
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Miss Islington (bot)2020-12-201-0/+4
* [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-0/+4
* [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)Miss Islington (bot)2020-12-181-0/+1
* bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)Miss Islington (bot)2020-12-181-0/+1
* bpo-42613: Fix freeze.py config directory (GH-23792)Miss Islington (bot)2020-12-171-0/+2
* bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389)Miss Islington (bot)2020-12-171-0/+1
* bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)Miss Islington (bot)2020-12-161-0/+1
* bpo-42644: Validate values in logging.disable() (GH-23786)Miss Islington (bot)2020-12-161-0/+3
* bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)Miss Islington (bot)2020-12-151-0/+1
* bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)Miss Islington (bot)2020-12-141-0/+2
* bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)Miss Islington (bot)2020-12-131-0/+2
* bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)Miss Islington (bot)2020-12-092-0/+2
* bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)Miss Islington (bot)2020-12-081-0/+1